diff --git a/.gitignore b/.gitignore index f16cc2642..527faa041 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,8 @@ dist dist_BK src/**/*.js src/**/*.js.map -test/**/*.js -test/**/*.js.map +src/**/*.d.ts +src/**/*.d.ts.map doc/**/obsolete diff --git a/api-config.json b/api-config.json new file mode 100644 index 000000000..376e6d41b --- /dev/null +++ b/api-config.json @@ -0,0 +1,58 @@ +{ + "platforms": { + "Angular": { + "prefix": "Igx", + "suffix": "Component", + "apiRoot": "https://www.infragistics.com/products/ignite-ui-angular/docs/typescript/latest/", + "packageJoin": "_", + "packageOverrides": { + "igniteui-dockmanager": { + "apiRoot": "https://www.infragistics.com/products/ignite-ui/dock-manager/docs/typescript/latest/", + "preserveMemberCasing": true + } + } + }, + "React": { + "prefix": "Igr", + "suffix": "", + "apiRoot": "https://www.infragistics.com/products/ignite-ui-react/api/docs/typescript/latest/", + "typeDocApiRoot": "https://www.infragistics.com/products/ignite-ui-react/docs/typescript/latest/", + "preserveMemberCasing": true, + "typeDocFilenameUseModulePrefix": true, + "packageJoin": "_", + "packageOverrides": { + "igniteui-dockmanager": { + "apiRoot": "https://www.infragistics.com/products/ignite-ui/dock-manager/docs/typescript/latest/" + }, + "igniteui-data-grids": { + "apiRoot": "https://www.infragistics.com/products/ignite-ui-react/api/docs/typescript/latest/" + } + } + }, + "WebComponents": { + "prefix": "Igc", + "suffix": "Component", + "apiRoot": "https://www.infragistics.com/products/ignite-ui-web-components/api/docs/typescript/latest/", + "typeDocApiRoot": "https://www.infragistics.com/products/ignite-ui-web-components/docs/typescript/latest/", + "packageJoin": "_", + "packageOverrides": { + "igniteui-dockmanager": { + "apiRoot": "https://www.infragistics.com/products/ignite-ui/dock-manager/docs/typescript/latest/", + "preserveMemberCasing": true + } + } + }, + "Blazor": { + "prefix": "Igb", + "suffix": "", + "apiRoot": "https://www.infragistics.com/blazor/docs/api/api/", + "packageJoin": "." + } + }, + "typePatterns": { + "class": "classes/", + "interface": "interfaces/", + "enum": "enums/", + "type": "types/" + } +} \ No newline at end of file diff --git a/apiMap/Blazor/Layouts.JS.blazor.apiMap.json b/apiMap/Blazor/Layouts.JS.blazor.apiMap.json.txt similarity index 100% rename from apiMap/Blazor/Layouts.JS.blazor.apiMap.json rename to apiMap/Blazor/Layouts.JS.blazor.apiMap.json.txt diff --git a/apiMap/Blazor/igniteui-blazor.json b/apiMap/Blazor/igniteui-blazor.json new file mode 100644 index 000000000..15a59f020 --- /dev/null +++ b/apiMap/Blazor/igniteui-blazor.json @@ -0,0 +1,603642 @@ +{ + "uid": "IgniteUI.Blazor.Controls", + "name": "IgniteUI.Blazor.Controls", + "id": 0, + "fullName": "IgniteUI.Blazor.Controls", + "namespace": "", + "kindString": "namespace", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "inheritance": [], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.AbsolutePosition", + "id": 0, + "name": "AbsolutePosition", + "fullName": "IgniteUI.Blazor.Controls.AbsolutePosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.AbsolutePosition.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.AbsolutePosition.Bottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AbsolutePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.AbsolutePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AbsolutePosition.Middle", + "id": 0, + "name": "Middle", + "fullName": "IgniteUI.Blazor.Controls.AbsolutePosition.Middle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AbsolutePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.AbsolutePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AbsolutePosition.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.AbsolutePosition.Top", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AbsolutePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.AbsolutePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AbsolutePosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.AbsolutePosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape", + "id": 0, + "name": "ActualLegendItemBadgeShape", + "fullName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.BarShape", + "id": 0, + "name": "BarShape", + "fullName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.BarShape", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ActualLegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.CircleShape", + "id": 0, + "name": "CircleShape", + "fullName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.CircleShape", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ActualLegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.ColumnShape", + "id": 0, + "name": "ColumnShape", + "fullName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.ColumnShape", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ActualLegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.HiddenShape", + "id": 0, + "name": "HiddenShape", + "fullName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.HiddenShape", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ActualLegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.LineMarkerless", + "id": 0, + "name": "LineMarkerless", + "fullName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.LineMarkerless", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ActualLegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.LineWithMarker", + "id": 0, + "name": "LineWithMarker", + "fullName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.LineWithMarker", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ActualLegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.MarkerShape", + "id": 0, + "name": "MarkerShape", + "fullName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.MarkerShape", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ActualLegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.SquareFinancial", + "id": 0, + "name": "SquareFinancial", + "fullName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.SquareFinancial", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ActualLegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.SquareIndicator", + "id": 0, + "name": "SquareIndicator", + "fullName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.SquareIndicator", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ActualLegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.SquareShape", + "id": 0, + "name": "SquareShape", + "fullName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.SquareShape", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ActualLegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ActualLegendItemBadgeShape.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.AngleAxisLabelLocation", + "id": 0, + "name": "AngleAxisLabelLocation", + "fullName": "IgniteUI.Blazor.Controls.AngleAxisLabelLocation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.AngleAxisLabelLocation.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.AngleAxisLabelLocation.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AngleAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.AngleAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AngleAxisLabelLocation.InsideBottom", + "id": 0, + "name": "InsideBottom", + "fullName": "IgniteUI.Blazor.Controls.AngleAxisLabelLocation.InsideBottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AngleAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.AngleAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AngleAxisLabelLocation.InsideTop", + "id": 0, + "name": "InsideTop", + "fullName": "IgniteUI.Blazor.Controls.AngleAxisLabelLocation.InsideTop", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AngleAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.AngleAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AngleAxisLabelLocation.OutsideBottom", + "id": 0, + "name": "OutsideBottom", + "fullName": "IgniteUI.Blazor.Controls.AngleAxisLabelLocation.OutsideBottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AngleAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.AngleAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AngleAxisLabelLocation.OutsideTop", + "id": 0, + "name": "OutsideTop", + "fullName": "IgniteUI.Blazor.Controls.AngleAxisLabelLocation.OutsideTop", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AngleAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.AngleAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AngleAxisLabelLocation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.AngleAxisLabelLocation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode", + "id": 0, + "name": "AnnotationAppearanceMode", + "fullName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode.BrightnessShift", + "id": 0, + "name": "BrightnessShift", + "fullName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode.BrightnessShift", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode.DashPattern", + "id": 0, + "name": "DashPattern", + "fullName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode.DashPattern", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode.OpacityShift", + "id": 0, + "name": "OpacityShift", + "fullName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode.OpacityShift", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode.SaturationShift", + "id": 0, + "name": "SaturationShift", + "fullName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode.SaturationShift", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.AutoCalloutVisibilityMode", + "id": 0, + "name": "AutoCalloutVisibilityMode", + "fullName": "IgniteUI.Blazor.Controls.AutoCalloutVisibilityMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.AutoCalloutVisibilityMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.AutoCalloutVisibilityMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AutoCalloutVisibilityMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AutoCalloutVisibilityMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AutoCalloutVisibilityMode.DedicatedLanes", + "id": 0, + "name": "DedicatedLanes", + "fullName": "IgniteUI.Blazor.Controls.AutoCalloutVisibilityMode.DedicatedLanes", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AutoCalloutVisibilityMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AutoCalloutVisibilityMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AutoCalloutVisibilityMode.Normal", + "id": 0, + "name": "Normal", + "fullName": "IgniteUI.Blazor.Controls.AutoCalloutVisibilityMode.Normal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AutoCalloutVisibilityMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AutoCalloutVisibilityMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AutoCalloutVisibilityMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.AutoCalloutVisibilityMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.AutoMarginsAndAngleUpdateMode", + "id": 0, + "name": "AutoMarginsAndAngleUpdateMode", + "fullName": "IgniteUI.Blazor.Controls.AutoMarginsAndAngleUpdateMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.AutoMarginsAndAngleUpdateMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.AutoMarginsAndAngleUpdateMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AutoMarginsAndAngleUpdateMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AutoMarginsAndAngleUpdateMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AutoMarginsAndAngleUpdateMode.SizeChanging", + "id": 0, + "name": "SizeChanging", + "fullName": "IgniteUI.Blazor.Controls.AutoMarginsAndAngleUpdateMode.SizeChanging", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AutoMarginsAndAngleUpdateMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AutoMarginsAndAngleUpdateMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AutoMarginsAndAngleUpdateMode.SizeChangingAndZoom", + "id": 0, + "name": "SizeChangingAndZoom", + "fullName": "IgniteUI.Blazor.Controls.AutoMarginsAndAngleUpdateMode.SizeChangingAndZoom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AutoMarginsAndAngleUpdateMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AutoMarginsAndAngleUpdateMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AutoMarginsAndAngleUpdateMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.AutoMarginsAndAngleUpdateMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.AvatarShape", + "id": 0, + "name": "AvatarShape", + "fullName": "IgniteUI.Blazor.Controls.AvatarShape", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.AvatarShape.Circle", + "id": 0, + "name": "Circle", + "fullName": "IgniteUI.Blazor.Controls.AvatarShape.Circle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AvatarShape", + "fullTypeName": "IgniteUI.Blazor.Controls.AvatarShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AvatarShape.Rounded", + "id": 0, + "name": "Rounded", + "fullName": "IgniteUI.Blazor.Controls.AvatarShape.Rounded", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AvatarShape", + "fullTypeName": "IgniteUI.Blazor.Controls.AvatarShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AvatarShape.Square", + "id": 0, + "name": "Square", + "fullName": "IgniteUI.Blazor.Controls.AvatarShape.Square", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AvatarShape", + "fullTypeName": "IgniteUI.Blazor.Controls.AvatarShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AvatarShape.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.AvatarShape.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisAngleLabelMode", + "id": 0, + "name": "AxisAngleLabelMode", + "fullName": "IgniteUI.Blazor.Controls.AxisAngleLabelMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.AxisAngleLabelMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.AxisAngleLabelMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisAngleLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisAngleLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisAngleLabelMode.Center", + "id": 0, + "name": "Center", + "fullName": "IgniteUI.Blazor.Controls.AxisAngleLabelMode.Center", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisAngleLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisAngleLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisAngleLabelMode.ClosestPoint", + "id": 0, + "name": "ClosestPoint", + "fullName": "IgniteUI.Blazor.Controls.AxisAngleLabelMode.ClosestPoint", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisAngleLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisAngleLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisAngleLabelMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.AxisAngleLabelMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisExtentType", + "id": 0, + "name": "AxisExtentType", + "fullName": "IgniteUI.Blazor.Controls.AxisExtentType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.AxisExtentType.Percent", + "id": 0, + "name": "Percent", + "fullName": "IgniteUI.Blazor.Controls.AxisExtentType.Percent", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisExtentType", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisExtentType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisExtentType.Pixel", + "id": 0, + "name": "Pixel", + "fullName": "IgniteUI.Blazor.Controls.AxisExtentType.Pixel", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisExtentType", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisExtentType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisExtentType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.AxisExtentType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisLabelsLocation", + "id": 0, + "name": "AxisLabelsLocation", + "fullName": "IgniteUI.Blazor.Controls.AxisLabelsLocation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.AxisLabelsLocation.InsideBottom", + "id": 0, + "name": "InsideBottom", + "fullName": "IgniteUI.Blazor.Controls.AxisLabelsLocation.InsideBottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisLabelsLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisLabelsLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisLabelsLocation.InsideLeft", + "id": 0, + "name": "InsideLeft", + "fullName": "IgniteUI.Blazor.Controls.AxisLabelsLocation.InsideLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisLabelsLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisLabelsLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisLabelsLocation.InsideRight", + "id": 0, + "name": "InsideRight", + "fullName": "IgniteUI.Blazor.Controls.AxisLabelsLocation.InsideRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisLabelsLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisLabelsLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisLabelsLocation.InsideTop", + "id": 0, + "name": "InsideTop", + "fullName": "IgniteUI.Blazor.Controls.AxisLabelsLocation.InsideTop", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisLabelsLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisLabelsLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisLabelsLocation.OutsideBottom", + "id": 0, + "name": "OutsideBottom", + "fullName": "IgniteUI.Blazor.Controls.AxisLabelsLocation.OutsideBottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisLabelsLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisLabelsLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisLabelsLocation.OutsideLeft", + "id": 0, + "name": "OutsideLeft", + "fullName": "IgniteUI.Blazor.Controls.AxisLabelsLocation.OutsideLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisLabelsLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisLabelsLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisLabelsLocation.OutsideRight", + "id": 0, + "name": "OutsideRight", + "fullName": "IgniteUI.Blazor.Controls.AxisLabelsLocation.OutsideRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisLabelsLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisLabelsLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisLabelsLocation.OutsideTop", + "id": 0, + "name": "OutsideTop", + "fullName": "IgniteUI.Blazor.Controls.AxisLabelsLocation.OutsideTop", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisLabelsLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisLabelsLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisLabelsLocation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.AxisLabelsLocation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisRangeBufferMode", + "id": 0, + "name": "AxisRangeBufferMode", + "fullName": "IgniteUI.Blazor.Controls.AxisRangeBufferMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.AxisRangeBufferMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.AxisRangeBufferMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisRangeBufferMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisRangeBufferMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisRangeBufferMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.AxisRangeBufferMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisRangeBufferMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisRangeBufferMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisRangeBufferMode.Series", + "id": 0, + "name": "Series", + "fullName": "IgniteUI.Blazor.Controls.AxisRangeBufferMode.Series", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisRangeBufferMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisRangeBufferMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisRangeBufferMode.SeriesMaximum", + "id": 0, + "name": "SeriesMaximum", + "fullName": "IgniteUI.Blazor.Controls.AxisRangeBufferMode.SeriesMaximum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisRangeBufferMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisRangeBufferMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisRangeBufferMode.SeriesMinimum", + "id": 0, + "name": "SeriesMinimum", + "fullName": "IgniteUI.Blazor.Controls.AxisRangeBufferMode.SeriesMinimum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisRangeBufferMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisRangeBufferMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisRangeBufferMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.AxisRangeBufferMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisTitlePosition", + "id": 0, + "name": "AxisTitlePosition", + "fullName": "IgniteUI.Blazor.Controls.AxisTitlePosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.AxisTitlePosition.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.AxisTitlePosition.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisTitlePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisTitlePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisTitlePosition.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.AxisTitlePosition.Bottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisTitlePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisTitlePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisTitlePosition.Left", + "id": 0, + "name": "Left", + "fullName": "IgniteUI.Blazor.Controls.AxisTitlePosition.Left", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisTitlePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisTitlePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisTitlePosition.Right", + "id": 0, + "name": "Right", + "fullName": "IgniteUI.Blazor.Controls.AxisTitlePosition.Right", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisTitlePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisTitlePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisTitlePosition.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.AxisTitlePosition.Top", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisTitlePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisTitlePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AxisTitlePosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.AxisTitlePosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle", + "id": 0, + "name": "AzureMapsImageryStyle", + "fullName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.DarkGrey", + "id": 0, + "name": "DarkGrey", + "fullName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.DarkGrey", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AzureMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.HybridDarkGreyOverlay", + "id": 0, + "name": "HybridDarkGreyOverlay", + "fullName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.HybridDarkGreyOverlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AzureMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.HybridRoadOverlay", + "id": 0, + "name": "HybridRoadOverlay", + "fullName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.HybridRoadOverlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AzureMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.LabelsDarkGreyOverlay", + "id": 0, + "name": "LabelsDarkGreyOverlay", + "fullName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.LabelsDarkGreyOverlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AzureMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.LabelsRoadOverlay", + "id": 0, + "name": "LabelsRoadOverlay", + "fullName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.LabelsRoadOverlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AzureMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.Road", + "id": 0, + "name": "Road", + "fullName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.Road", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AzureMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.Satellite", + "id": 0, + "name": "Satellite", + "fullName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.Satellite", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AzureMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.TerraOverlay", + "id": 0, + "name": "TerraOverlay", + "fullName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.TerraOverlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AzureMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.TrafficAbsoluteOverlay", + "id": 0, + "name": "TrafficAbsoluteOverlay", + "fullName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.TrafficAbsoluteOverlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AzureMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.TrafficDelayOverlay", + "id": 0, + "name": "TrafficDelayOverlay", + "fullName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.TrafficDelayOverlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AzureMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.TrafficReducedOverlay", + "id": 0, + "name": "TrafficReducedOverlay", + "fullName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.TrafficReducedOverlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AzureMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.TrafficRelativeDarkOverlay", + "id": 0, + "name": "TrafficRelativeDarkOverlay", + "fullName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.TrafficRelativeDarkOverlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AzureMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.TrafficRelativeOverlay", + "id": 0, + "name": "TrafficRelativeOverlay", + "fullName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.TrafficRelativeOverlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AzureMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.WeatherInfraredOverlay", + "id": 0, + "name": "WeatherInfraredOverlay", + "fullName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.WeatherInfraredOverlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AzureMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.WeatherRadarOverlay", + "id": 0, + "name": "WeatherRadarOverlay", + "fullName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle.WeatherRadarOverlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AzureMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.BadgeShape", + "id": 0, + "name": "BadgeShape", + "fullName": "IgniteUI.Blazor.Controls.BadgeShape", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.BadgeShape.Rounded", + "id": 0, + "name": "Rounded", + "fullName": "IgniteUI.Blazor.Controls.BadgeShape.Rounded", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.BadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BadgeShape.Square", + "id": 0, + "name": "Square", + "fullName": "IgniteUI.Blazor.Controls.BadgeShape.Square", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.BadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BadgeShape.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.BadgeShape.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseAlertLikePosition", + "id": 0, + "name": "BaseAlertLikePosition", + "fullName": "IgniteUI.Blazor.Controls.BaseAlertLikePosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.BaseAlertLikePosition.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.BaseAlertLikePosition.Bottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AbsolutePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.AbsolutePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseAlertLikePosition.Middle", + "id": 0, + "name": "Middle", + "fullName": "IgniteUI.Blazor.Controls.BaseAlertLikePosition.Middle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AbsolutePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.AbsolutePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseAlertLikePosition.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.BaseAlertLikePosition.Top", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AbsolutePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.AbsolutePosition" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection`1", + "id": 0, + "name": "BaseCollection<T>", + "fullName": "IgniteUI.Blazor.Controls.BaseCollection<T>", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseControlTheme", + "id": 0, + "name": "BaseControlTheme", + "fullName": "IgniteUI.Blazor.Controls.BaseControlTheme", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.BaseControlTheme.Default", + "id": 0, + "name": "Default", + "fullName": "IgniteUI.Blazor.Controls.BaseControlTheme.Default", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseControlTheme.DenaliLight", + "id": 0, + "name": "DenaliLight", + "fullName": "IgniteUI.Blazor.Controls.BaseControlTheme.DenaliLight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseControlTheme.MaterialLight", + "id": 0, + "name": "MaterialLight", + "fullName": "IgniteUI.Blazor.Controls.BaseControlTheme.MaterialLight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseControlTheme.RevealDark", + "id": 0, + "name": "RevealDark", + "fullName": "IgniteUI.Blazor.Controls.BaseControlTheme.RevealDark", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseControlTheme.RevealLight", + "id": 0, + "name": "RevealLight", + "fullName": "IgniteUI.Blazor.Controls.BaseControlTheme.RevealLight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseControlTheme.SlingshotDark", + "id": 0, + "name": "SlingshotDark", + "fullName": "IgniteUI.Blazor.Controls.BaseControlTheme.SlingshotDark", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseControlTheme.SlingshotLight", + "id": 0, + "name": "SlingshotLight", + "fullName": "IgniteUI.Blazor.Controls.BaseControlTheme.SlingshotLight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseControlTheme.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.BaseControlTheme.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.#ctor", + "id": 0, + "name": "BaseRendererControl()", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.BaseRendererControl()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl._cachedSerializedContent", + "id": 0, + "name": "_cachedSerializedContent", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl._cachedSerializedContent", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.AdditionalAttributes", + "id": 0, + "name": "AdditionalAttributes", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.AdditionalAttributes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)", + "id": 0, + "name": "BuildRenderTree(RenderTreeBuilder)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "builder", + "type": "RenderTreeBuilder", + "fullTypeName": "Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.BuildSequenceInfo(System.Int32)", + "id": 0, + "name": "BuildSequenceInfo(Int32)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.BuildSequenceInfo(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startSequence", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "SequenceInfo", + "fullTypeName": "IgniteUI.Blazor.Controls.SequenceInfo" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.Camelize(System.String)", + "id": 0, + "name": "Camelize(String)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.Camelize(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.ChildContent", + "id": 0, + "name": "ChildContent", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.ChildContent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.Class", + "id": 0, + "name": "Class", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.Class", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.CompareEventCallbacks``1(``0,``0,System.Collections.Generic.Dictionary{System.Type,System.Collections.Generic.Dictionary{System.String,System.Reflection.FieldInfo}}@)", + "id": 0, + "name": "CompareEventCallbacks<T>(T, T, ref Dictionary<Type, Dictionary<String, FieldInfo>>)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.CompareEventCallbacks<T>(T, T, ref System.Collections.Generic.Dictionary<System.Type, System.Collections.Generic.Dictionary<System.String, System.Reflection.FieldInfo>>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "left", + "type": "T", + "fullTypeName": "T" + }, + { + "name": "right", + "type": "T", + "fullTypeName": "T" + }, + { + "name": "eventFieldsDictionary", + "type": "Dictionary<Type, Dictionary<String, FieldInfo>>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.Type, System.Collections.Generic.Dictionary<System.String, System.Reflection.FieldInfo>>" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the components default event behavior." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.Dispose(System.Boolean)", + "id": 0, + "name": "Dispose(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.Dispose(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "disposing", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.EnsureReady", + "id": 0, + "name": "EnsureReady()", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.EnsureReady()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.EventBehavior", + "id": 0, + "name": "EventBehavior", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.EventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how events are bubbled up from JavaScript to Blazor." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.eventCallbacksCache", + "id": 0, + "name": "eventCallbacksCache", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.eventCallbacksCache", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Dictionary<Type, Dictionary<String, FieldInfo>>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.Type, System.Collections.Generic.Dictionary<System.String, System.Reflection.FieldInfo>>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.Finalize", + "id": 0, + "name": "Finalize()", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.Finalize()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.Height", + "id": 0, + "name": "Height", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.Height", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.IgBlazor", + "id": 0, + "name": "IgBlazor", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.IgBlazor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.InvokeMethod(System.String,System.Object[],System.String[],Microsoft.AspNetCore.Components.ElementReference[])", + "id": 0, + "name": "InvokeMethod(String, Object[], String[], ElementReference[])", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.InvokeMethod(System.String, System.Object[], System.String[], Microsoft.AspNetCore.Components.ElementReference[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "methodName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "arguments", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "types", + "type": "String[]", + "fullTypeName": "System.String[]" + }, + { + "name": "nativeElements", + "type": "ElementReference[]", + "fullTypeName": "Microsoft.AspNetCore.Components.ElementReference[]" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.InvokeMethodSync(System.String,System.Object[],System.String[],Microsoft.AspNetCore.Components.ElementReference[])", + "id": 0, + "name": "InvokeMethodSync(String, Object[], String[], ElementReference[])", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.InvokeMethodSync(System.String, System.Object[], System.String[], Microsoft.AspNetCore.Components.ElementReference[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "methodName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "arguments", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "types", + "type": "String[]", + "fullTypeName": "System.String[]" + }, + { + "name": "nativeElements", + "type": "ElementReference[]", + "fullTypeName": "Microsoft.AspNetCore.Components.ElementReference[]" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.IsPropDirty(System.String)", + "id": 0, + "name": "IsPropDirty(String)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.IsPropDirty(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.IsTransformedEnumValue(System.String)", + "id": 0, + "name": "IsTransformedEnumValue(String)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.IsTransformedEnumValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.MarkPropDirty(System.String)", + "id": 0, + "name": "MarkPropDirty(String)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.MarkPropDirty(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.NeedsDynamicContent", + "id": 0, + "name": "NeedsDynamicContent", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.NeedsDynamicContent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.NotifyClearItems(System.Object)", + "id": 0, + "name": "NotifyClearItems(Object)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.NotifyClearItems(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dataSource", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.NotifyInsertItem(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItem(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.NotifyInsertItem(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dataSource", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "refItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.NotifyRemoveItem(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItem(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.NotifyRemoveItem(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dataSource", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.NotifySetItem(System.Object,System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItem(Object, Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.NotifySetItem(System.Object, System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dataSource", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.NotifyUpdateItem(System.Object,System.Int32,System.Object,System.Boolean)", + "id": 0, + "name": "NotifyUpdateItem(Object, Int32, Object, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.NotifyUpdateItem(System.Object, System.Int32, System.Object, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dataSource", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "refItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "syncDataOnly", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.OnAfterRenderAsync(System.Boolean)", + "id": 0, + "name": "OnAfterRenderAsync(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.OnAfterRenderAsync(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "firstRender", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.OnElementNameChanged(IgniteUI.Blazor.Controls.BaseRendererElement,System.String,System.String)", + "id": 0, + "name": "OnElementNameChanged(BaseRendererElement, String, String)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.OnElementNameChanged(IgniteUI.Blazor.Controls.BaseRendererElement, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + }, + { + "name": "oldName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "newName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.OnInvokeReturn(System.Int64,System.Object)", + "id": 0, + "name": "OnInvokeReturn(Int64, Object)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.OnInvokeReturn(System.Int64, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "invokeId", + "type": "Int64", + "fullTypeName": "System.Int64" + }, + { + "name": "returnValue", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.OnRefChanged(System.String,System.Object)", + "id": 0, + "name": "OnRefChanged(String, Object)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.OnRefChanged(System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "refName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "refValue", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.ResolveEventBehavior", + "id": 0, + "name": "ResolveEventBehavior()", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.ResolveEventBehavior()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Resolves the components event behavior if Auto is selected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.ResumeNotifications(System.Object,System.Boolean)", + "id": 0, + "name": "ResumeNotifications(Object, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.ResumeNotifications(System.Object, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Resumes data change notifications." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dataSource", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "notify", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.RoundTripDateConversion", + "id": 0, + "name": "RoundTripDateConversion", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.RoundTripDateConversion", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets what type of date conversion to make when round tripping dates." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RoundTripDateConversion", + "fullTypeName": "IgniteUI.Blazor.Controls.RoundTripDateConversion" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.Serialize", + "id": 0, + "name": "Serialize()", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.Serialize()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.Serialize(IgniteUI.Blazor.Controls.SerializationContext,System.String)", + "id": 0, + "name": "Serialize(SerializationContext, String)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.Serialize(IgniteUI.Blazor.Controls.SerializationContext, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "context", + "type": "SerializationContext", + "fullTypeName": "IgniteUI.Blazor.Controls.SerializationContext" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.SetPropertyValue(System.Object,System.Reflection.PropertyInfo,System.Object)", + "id": 0, + "name": "SetPropertyValue(Object, PropertyInfo, Object)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.SetPropertyValue(System.Object, System.Reflection.PropertyInfo, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "property", + "type": "PropertyInfo", + "fullTypeName": "System.Reflection.PropertyInfo" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.SetPropertyValue(System.Object,System.Reflection.PropertyInfo,System.Text.Json.JsonElement)", + "id": 0, + "name": "SetPropertyValue(Object, PropertyInfo, JsonElement)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.SetPropertyValue(System.Object, System.Reflection.PropertyInfo, System.Text.Json.JsonElement)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "property", + "type": "PropertyInfo", + "fullTypeName": "System.Reflection.PropertyInfo" + }, + { + "name": "jsonElement", + "type": "JsonElement", + "fullTypeName": "System.Text.Json.JsonElement" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.SetResourceStringAsync(System.String,System.String)", + "id": 0, + "name": "SetResourceStringAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.SetResourceStringAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "grouping", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "json", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.SetResourceStringAsync(System.String,System.String,System.String)", + "id": 0, + "name": "SetResourceStringAsync(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.SetResourceStringAsync(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "grouping", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "id", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.SuspendNotifications(System.Object)", + "id": 0, + "name": "SuspendNotifications(Object)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.SuspendNotifications(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Prevents data change notifications from be propagated to the component." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dataSource", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.TemplateContentType(System.String)", + "id": 0, + "name": "TemplateContentType(String)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.TemplateContentType(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "templateId", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Type", + "fullTypeName": "System.Type" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.ToPascal(System.String)", + "id": 0, + "name": "ToPascal(String)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.ToPascal(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.ToSpinal(System.String)", + "id": 0, + "name": "ToSpinal(String)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.ToSpinal(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.TransformPotentialEnumValue(System.String,System.Object)", + "id": 0, + "name": "TransformPotentialEnumValue(String, Object)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.TransformPotentialEnumValue(System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.TransformSimpleKey(System.String)", + "id": 0, + "name": "TransformSimpleKey(String)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.TransformSimpleKey(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.UseCamelEnumValues", + "id": 0, + "name": "UseCamelEnumValues", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.UseCamelEnumValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl.Width", + "id": 0, + "name": "Width", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererControl.Width", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.#ctor", + "id": 0, + "name": "BaseRendererElement()", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.BaseRendererElement()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement._cachedSerializedContent", + "id": 0, + "name": "_cachedSerializedContent", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement._cachedSerializedContent", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement._name", + "id": 0, + "name": "_name", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement._name", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)", + "id": 0, + "name": "BuildRenderTree(RenderTreeBuilder)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "builder", + "type": "RenderTreeBuilder", + "fullTypeName": "Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.ChildContent", + "id": 0, + "name": "ChildContent", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.ChildContent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.CompareEventCallbacks``1(``0,``0,System.Collections.Generic.Dictionary{System.Type,System.Collections.Generic.Dictionary{System.String,System.Reflection.FieldInfo}}@)", + "id": 0, + "name": "CompareEventCallbacks<T>(T, T, ref Dictionary<Type, Dictionary<String, FieldInfo>>)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.CompareEventCallbacks<T>(T, T, ref System.Collections.Generic.Dictionary<System.Type, System.Collections.Generic.Dictionary<System.String, System.Reflection.FieldInfo>>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "left", + "type": "T", + "fullTypeName": "T" + }, + { + "name": "right", + "type": "T", + "fullTypeName": "T" + }, + { + "name": "eventFieldsDictionary", + "type": "Dictionary<Type, Dictionary<String, FieldInfo>>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.Type, System.Collections.Generic.Dictionary<System.String, System.Reflection.FieldInfo>>" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.CurrParent", + "id": 0, + "name": "CurrParent", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.CurrParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.EnsureValid", + "id": 0, + "name": "EnsureValid()", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.EnsureValid()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.eventCallbacksCache", + "id": 0, + "name": "eventCallbacksCache", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.eventCallbacksCache", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Dictionary<Type, Dictionary<String, FieldInfo>>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.Type, System.Collections.Generic.Dictionary<System.String, System.Reflection.FieldInfo>>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.IgBlazor", + "id": 0, + "name": "IgBlazor", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.IgBlazor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.InvokeMethod(System.String,System.Object[],System.String[],Microsoft.AspNetCore.Components.ElementReference[])", + "id": 0, + "name": "InvokeMethod(String, Object[], String[], ElementReference[])", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.InvokeMethod(System.String, System.Object[], System.String[], Microsoft.AspNetCore.Components.ElementReference[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "methodName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "arguments", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "types", + "type": "String[]", + "fullTypeName": "System.String[]" + }, + { + "name": "nativeElements", + "type": "ElementReference[]", + "fullTypeName": "Microsoft.AspNetCore.Components.ElementReference[]" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.InvokeMethodHelper(System.String,System.String,System.Object[],System.String[],Microsoft.AspNetCore.Components.ElementReference[])", + "id": 0, + "name": "InvokeMethodHelper(String, String, Object[], String[], ElementReference[])", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.InvokeMethodHelper(System.String, System.String, System.Object[], System.String[], Microsoft.AspNetCore.Components.ElementReference[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "target", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "methodName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "arguments", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "types", + "type": "String[]", + "fullTypeName": "System.String[]" + }, + { + "name": "nativeElements", + "type": "ElementReference[]", + "fullTypeName": "Microsoft.AspNetCore.Components.ElementReference[]" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.InvokeMethodHelperSync(System.String,System.String,System.Object[],System.String[],Microsoft.AspNetCore.Components.ElementReference[])", + "id": 0, + "name": "InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.InvokeMethodHelperSync(System.String, System.String, System.Object[], System.String[], Microsoft.AspNetCore.Components.ElementReference[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "target", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "methodName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "arguments", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "types", + "type": "String[]", + "fullTypeName": "System.String[]" + }, + { + "name": "nativeElements", + "type": "ElementReference[]", + "fullTypeName": "Microsoft.AspNetCore.Components.ElementReference[]" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.InvokeMethodSync(System.String,System.Object[],System.String[],Microsoft.AspNetCore.Components.ElementReference[])", + "id": 0, + "name": "InvokeMethodSync(String, Object[], String[], ElementReference[])", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.InvokeMethodSync(System.String, System.Object[], System.String[], Microsoft.AspNetCore.Components.ElementReference[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "methodName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "arguments", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "types", + "type": "String[]", + "fullTypeName": "System.String[]" + }, + { + "name": "nativeElements", + "type": "ElementReference[]", + "fullTypeName": "Microsoft.AspNetCore.Components.ElementReference[]" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.IsComponentRooted", + "id": 0, + "name": "IsComponentRooted", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.IsComponentRooted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.IsPropDirty(System.String)", + "id": 0, + "name": "IsPropDirty(String)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.IsPropDirty(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.MethodTarget", + "id": 0, + "name": "MethodTarget", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.MethodTarget", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.Name", + "id": 0, + "name": "Name", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.Name", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.OnElementNameChanged(IgniteUI.Blazor.Controls.BaseRendererElement,System.String,System.String)", + "id": 0, + "name": "OnElementNameChanged(BaseRendererElement, String, String)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.OnElementNameChanged(IgniteUI.Blazor.Controls.BaseRendererElement, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + }, + { + "name": "oldName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "newName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.Parent", + "id": 0, + "name": "Parent", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.Parent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.Serialize", + "id": 0, + "name": "Serialize()", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.Serialize()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.Serialize(IgniteUI.Blazor.Controls.SerializationContext,System.String)", + "id": 0, + "name": "Serialize(SerializationContext, String)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.Serialize(IgniteUI.Blazor.Controls.SerializationContext, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "context", + "type": "SerializationContext", + "fullTypeName": "IgniteUI.Blazor.Controls.SerializationContext" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.SetResourceStringAsync(System.String,System.String)", + "id": 0, + "name": "SetResourceStringAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.SetResourceStringAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "grouping", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "json", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.SetResourceStringAsync(System.String,System.String,System.String)", + "id": 0, + "name": "SetResourceStringAsync(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.SetResourceStringAsync(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "grouping", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "id", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.BaseRendererElement.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.BingMapsImageryStyle", + "id": 0, + "name": "BingMapsImageryStyle", + "fullName": "IgniteUI.Blazor.Controls.BingMapsImageryStyle", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.BingMapsImageryStyle.Aerial", + "id": 0, + "name": "Aerial", + "fullName": "IgniteUI.Blazor.Controls.BingMapsImageryStyle.Aerial", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BingMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.BingMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BingMapsImageryStyle.AerialWithLabels", + "id": 0, + "name": "AerialWithLabels", + "fullName": "IgniteUI.Blazor.Controls.BingMapsImageryStyle.AerialWithLabels", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BingMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.BingMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BingMapsImageryStyle.CanvasDark", + "id": 0, + "name": "CanvasDark", + "fullName": "IgniteUI.Blazor.Controls.BingMapsImageryStyle.CanvasDark", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BingMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.BingMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BingMapsImageryStyle.CanvasGray", + "id": 0, + "name": "CanvasGray", + "fullName": "IgniteUI.Blazor.Controls.BingMapsImageryStyle.CanvasGray", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BingMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.BingMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BingMapsImageryStyle.CanvasLight", + "id": 0, + "name": "CanvasLight", + "fullName": "IgniteUI.Blazor.Controls.BingMapsImageryStyle.CanvasLight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BingMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.BingMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BingMapsImageryStyle.Road", + "id": 0, + "name": "Road", + "fullName": "IgniteUI.Blazor.Controls.BingMapsImageryStyle.Road", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BingMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.BingMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BingMapsImageryStyle.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.BingMapsImageryStyle.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.Brush", + "id": 0, + "name": "Brush", + "fullName": "IgniteUI.Blazor.Controls.Brush", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.Brush.#ctor", + "id": 0, + "name": "Brush()", + "fullName": "IgniteUI.Blazor.Controls.Brush.Brush()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Brush.BrushType", + "id": 0, + "name": "BrushType", + "fullName": "IgniteUI.Blazor.Controls.Brush.BrushType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BrushType", + "fullTypeName": "IgniteUI.Blazor.Controls.BrushType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Brush.FromString(System.String)", + "id": 0, + "name": "FromString(String)", + "fullName": "IgniteUI.Blazor.Controls.Brush.FromString(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Brush", + "fullTypeName": "IgniteUI.Blazor.Controls.Brush" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Brush.op_Implicit(System.String)~IgniteUI.Blazor.Controls.Brush", + "id": 0, + "name": "Implicit(String to Brush)", + "fullName": "IgniteUI.Blazor.Controls.Brush.Implicit(System.String to IgniteUI.Blazor.Controls.Brush)", + "kindString": "operator", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "operand", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Brush", + "fullTypeName": "IgniteUI.Blazor.Controls.Brush" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Brush.Serialize", + "id": 0, + "name": "Serialize()", + "fullName": "IgniteUI.Blazor.Controls.Brush.Serialize()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Brush.Serialize(IgniteUI.Blazor.Controls.SerializationContext,System.String)", + "id": 0, + "name": "Serialize(SerializationContext, String)", + "fullName": "IgniteUI.Blazor.Controls.Brush.Serialize(IgniteUI.Blazor.Controls.SerializationContext, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "context", + "type": "SerializationContext", + "fullTypeName": "IgniteUI.Blazor.Controls.SerializationContext" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.BrushSelectionMode", + "id": 0, + "name": "BrushSelectionMode", + "fullName": "IgniteUI.Blazor.Controls.BrushSelectionMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.BrushSelectionMode.Interpolate", + "id": 0, + "name": "Interpolate", + "fullName": "IgniteUI.Blazor.Controls.BrushSelectionMode.Interpolate", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BrushSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.BrushSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BrushSelectionMode.Select", + "id": 0, + "name": "Select", + "fullName": "IgniteUI.Blazor.Controls.BrushSelectionMode.Select", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BrushSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.BrushSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BrushSelectionMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.BrushSelectionMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.BrushType", + "id": 0, + "name": "BrushType", + "fullName": "IgniteUI.Blazor.Controls.BrushType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.BrushType.LinearGradient", + "id": 0, + "name": "LinearGradient", + "fullName": "IgniteUI.Blazor.Controls.BrushType.LinearGradient", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BrushType", + "fullTypeName": "IgniteUI.Blazor.Controls.BrushType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BrushType.RadialGradient", + "id": 0, + "name": "RadialGradient", + "fullName": "IgniteUI.Blazor.Controls.BrushType.RadialGradient", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BrushType", + "fullTypeName": "IgniteUI.Blazor.Controls.BrushType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BrushType.Solid", + "id": 0, + "name": "Solid", + "fullName": "IgniteUI.Blazor.Controls.BrushType.Solid", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BrushType", + "fullTypeName": "IgniteUI.Blazor.Controls.BrushType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.BrushType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.BrushType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonBaseTarget", + "id": 0, + "name": "ButtonBaseTarget", + "fullName": "IgniteUI.Blazor.Controls.ButtonBaseTarget", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ButtonBaseTarget._blank", + "id": 0, + "name": "_blank", + "fullName": "IgniteUI.Blazor.Controls.ButtonBaseTarget._blank", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonBaseTarget", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonBaseTarget" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonBaseTarget._parent", + "id": 0, + "name": "_parent", + "fullName": "IgniteUI.Blazor.Controls.ButtonBaseTarget._parent", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonBaseTarget", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonBaseTarget" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonBaseTarget._self", + "id": 0, + "name": "_self", + "fullName": "IgniteUI.Blazor.Controls.ButtonBaseTarget._self", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonBaseTarget", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonBaseTarget" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonBaseTarget._top", + "id": 0, + "name": "_top", + "fullName": "IgniteUI.Blazor.Controls.ButtonBaseTarget._top", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonBaseTarget", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonBaseTarget" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonBaseTarget.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ButtonBaseTarget.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonBaseType", + "id": 0, + "name": "ButtonBaseType", + "fullName": "IgniteUI.Blazor.Controls.ButtonBaseType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ButtonBaseType.Button", + "id": 0, + "name": "Button", + "fullName": "IgniteUI.Blazor.Controls.ButtonBaseType.Button", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonBaseType", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonBaseType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonBaseType.Reset", + "id": 0, + "name": "Reset", + "fullName": "IgniteUI.Blazor.Controls.ButtonBaseType.Reset", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonBaseType", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonBaseType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonBaseType.Submit", + "id": 0, + "name": "Submit", + "fullName": "IgniteUI.Blazor.Controls.ButtonBaseType.Submit", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonBaseType", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonBaseType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonBaseType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ButtonBaseType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonDisplayStyle", + "id": 0, + "name": "ButtonDisplayStyle", + "fullName": "IgniteUI.Blazor.Controls.ButtonDisplayStyle", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ButtonDisplayStyle.Fab", + "id": 0, + "name": "Fab", + "fullName": "IgniteUI.Blazor.Controls.ButtonDisplayStyle.Fab", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonDisplayStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonDisplayStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonDisplayStyle.Flat", + "id": 0, + "name": "Flat", + "fullName": "IgniteUI.Blazor.Controls.ButtonDisplayStyle.Flat", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonDisplayStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonDisplayStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonDisplayStyle.Icon", + "id": 0, + "name": "Icon", + "fullName": "IgniteUI.Blazor.Controls.ButtonDisplayStyle.Icon", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonDisplayStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonDisplayStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonDisplayStyle.Outlined", + "id": 0, + "name": "Outlined", + "fullName": "IgniteUI.Blazor.Controls.ButtonDisplayStyle.Outlined", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonDisplayStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonDisplayStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonDisplayStyle.Raised", + "id": 0, + "name": "Raised", + "fullName": "IgniteUI.Blazor.Controls.ButtonDisplayStyle.Raised", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonDisplayStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonDisplayStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonDisplayStyle.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ButtonDisplayStyle.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonGroupAlignment", + "id": 0, + "name": "ButtonGroupAlignment", + "fullName": "IgniteUI.Blazor.Controls.ButtonGroupAlignment", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ButtonGroupAlignment.Horizontal", + "id": 0, + "name": "Horizontal", + "fullName": "IgniteUI.Blazor.Controls.ButtonGroupAlignment.Horizontal", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ContentOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ContentOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonGroupAlignment.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.ButtonGroupAlignment.Vertical", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ContentOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ContentOrientation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonGroupSelection", + "id": 0, + "name": "ButtonGroupSelection", + "fullName": "IgniteUI.Blazor.Controls.ButtonGroupSelection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ButtonGroupSelection.Multiple", + "id": 0, + "name": "Multiple", + "fullName": "IgniteUI.Blazor.Controls.ButtonGroupSelection.Multiple", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonGroupSelection", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonGroupSelection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonGroupSelection.Single", + "id": 0, + "name": "Single", + "fullName": "IgniteUI.Blazor.Controls.ButtonGroupSelection.Single", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonGroupSelection", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonGroupSelection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonGroupSelection.SingleRequired", + "id": 0, + "name": "SingleRequired", + "fullName": "IgniteUI.Blazor.Controls.ButtonGroupSelection.SingleRequired", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonGroupSelection", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonGroupSelection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonGroupSelection.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ButtonGroupSelection.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonVariant", + "id": 0, + "name": "ButtonVariant", + "fullName": "IgniteUI.Blazor.Controls.ButtonVariant", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ButtonVariant.Contained", + "id": 0, + "name": "Contained", + "fullName": "IgniteUI.Blazor.Controls.ButtonVariant.Contained", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonVariant", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonVariant" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonVariant.Fab", + "id": 0, + "name": "Fab", + "fullName": "IgniteUI.Blazor.Controls.ButtonVariant.Fab", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonVariant", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonVariant" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonVariant.Flat", + "id": 0, + "name": "Flat", + "fullName": "IgniteUI.Blazor.Controls.ButtonVariant.Flat", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonVariant", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonVariant" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonVariant.Outlined", + "id": 0, + "name": "Outlined", + "fullName": "IgniteUI.Blazor.Controls.ButtonVariant.Outlined", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonVariant", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonVariant" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ButtonVariant.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ButtonVariant.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CalendarActiveView", + "id": 0, + "name": "CalendarActiveView", + "fullName": "IgniteUI.Blazor.Controls.CalendarActiveView", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CalendarActiveView.Days", + "id": 0, + "name": "Days", + "fullName": "IgniteUI.Blazor.Controls.CalendarActiveView.Days", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalendarActiveView", + "fullTypeName": "IgniteUI.Blazor.Controls.CalendarActiveView" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalendarActiveView.Months", + "id": 0, + "name": "Months", + "fullName": "IgniteUI.Blazor.Controls.CalendarActiveView.Months", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalendarActiveView", + "fullTypeName": "IgniteUI.Blazor.Controls.CalendarActiveView" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalendarActiveView.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CalendarActiveView.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalendarActiveView.Years", + "id": 0, + "name": "Years", + "fullName": "IgniteUI.Blazor.Controls.CalendarActiveView.Years", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalendarActiveView", + "fullTypeName": "IgniteUI.Blazor.Controls.CalendarActiveView" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CalendarBaseSelection", + "id": 0, + "name": "CalendarBaseSelection", + "fullName": "IgniteUI.Blazor.Controls.CalendarBaseSelection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CalendarBaseSelection.Multiple", + "id": 0, + "name": "Multiple", + "fullName": "IgniteUI.Blazor.Controls.CalendarBaseSelection.Multiple", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalendarSelection", + "fullTypeName": "IgniteUI.Blazor.Controls.CalendarSelection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalendarBaseSelection.Range", + "id": 0, + "name": "Range", + "fullName": "IgniteUI.Blazor.Controls.CalendarBaseSelection.Range", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalendarSelection", + "fullTypeName": "IgniteUI.Blazor.Controls.CalendarSelection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalendarBaseSelection.Single", + "id": 0, + "name": "Single", + "fullName": "IgniteUI.Blazor.Controls.CalendarBaseSelection.Single", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalendarSelection", + "fullTypeName": "IgniteUI.Blazor.Controls.CalendarSelection" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CalendarHeaderOrientation", + "id": 0, + "name": "CalendarHeaderOrientation", + "fullName": "IgniteUI.Blazor.Controls.CalendarHeaderOrientation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CalendarHeaderOrientation.Horizontal", + "id": 0, + "name": "Horizontal", + "fullName": "IgniteUI.Blazor.Controls.CalendarHeaderOrientation.Horizontal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalendarHeaderOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.CalendarHeaderOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalendarHeaderOrientation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CalendarHeaderOrientation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalendarHeaderOrientation.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.CalendarHeaderOrientation.Vertical", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalendarHeaderOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.CalendarHeaderOrientation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CalendarOrientation", + "id": 0, + "name": "CalendarOrientation", + "fullName": "IgniteUI.Blazor.Controls.CalendarOrientation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CalendarOrientation.Horizontal", + "id": 0, + "name": "Horizontal", + "fullName": "IgniteUI.Blazor.Controls.CalendarOrientation.Horizontal", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ContentOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ContentOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalendarOrientation.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.CalendarOrientation.Vertical", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ContentOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ContentOrientation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CalendarSelection", + "id": 0, + "name": "CalendarSelection", + "fullName": "IgniteUI.Blazor.Controls.CalendarSelection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CalendarSelection.Multiple", + "id": 0, + "name": "Multiple", + "fullName": "IgniteUI.Blazor.Controls.CalendarSelection.Multiple", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalendarSelection", + "fullTypeName": "IgniteUI.Blazor.Controls.CalendarSelection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalendarSelection.Range", + "id": 0, + "name": "Range", + "fullName": "IgniteUI.Blazor.Controls.CalendarSelection.Range", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalendarSelection", + "fullTypeName": "IgniteUI.Blazor.Controls.CalendarSelection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalendarSelection.Single", + "id": 0, + "name": "Single", + "fullName": "IgniteUI.Blazor.Controls.CalendarSelection.Single", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalendarSelection", + "fullTypeName": "IgniteUI.Blazor.Controls.CalendarSelection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalendarSelection.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CalendarSelection.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CalloutCollisionMode", + "id": 0, + "name": "CalloutCollisionMode", + "fullName": "IgniteUI.Blazor.Controls.CalloutCollisionMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CalloutCollisionMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.CalloutCollisionMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalloutCollisionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CalloutCollisionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalloutCollisionMode.Greedy", + "id": 0, + "name": "Greedy", + "fullName": "IgniteUI.Blazor.Controls.CalloutCollisionMode.Greedy", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalloutCollisionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CalloutCollisionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalloutCollisionMode.GreedyCenterOfMass", + "id": 0, + "name": "GreedyCenterOfMass", + "fullName": "IgniteUI.Blazor.Controls.CalloutCollisionMode.GreedyCenterOfMass", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalloutCollisionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CalloutCollisionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalloutCollisionMode.RadialBestFit", + "id": 0, + "name": "RadialBestFit", + "fullName": "IgniteUI.Blazor.Controls.CalloutCollisionMode.RadialBestFit", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalloutCollisionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CalloutCollisionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalloutCollisionMode.RadialCenter", + "id": 0, + "name": "RadialCenter", + "fullName": "IgniteUI.Blazor.Controls.CalloutCollisionMode.RadialCenter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalloutCollisionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CalloutCollisionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalloutCollisionMode.RadialInsideEnd", + "id": 0, + "name": "RadialInsideEnd", + "fullName": "IgniteUI.Blazor.Controls.CalloutCollisionMode.RadialInsideEnd", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalloutCollisionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CalloutCollisionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalloutCollisionMode.RadialOutsideEnd", + "id": 0, + "name": "RadialOutsideEnd", + "fullName": "IgniteUI.Blazor.Controls.CalloutCollisionMode.RadialOutsideEnd", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalloutCollisionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CalloutCollisionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalloutCollisionMode.SimulatedAnnealing", + "id": 0, + "name": "SimulatedAnnealing", + "fullName": "IgniteUI.Blazor.Controls.CalloutCollisionMode.SimulatedAnnealing", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalloutCollisionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CalloutCollisionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalloutCollisionMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CalloutCollisionMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CalloutPlacementPositions", + "id": 0, + "name": "CalloutPlacementPositions", + "fullName": "IgniteUI.Blazor.Controls.CalloutPlacementPositions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CalloutPlacementPositions.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.CalloutPlacementPositions.Bottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalloutPlacementPositions", + "fullTypeName": "IgniteUI.Blazor.Controls.CalloutPlacementPositions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalloutPlacementPositions.BottomLeft", + "id": 0, + "name": "BottomLeft", + "fullName": "IgniteUI.Blazor.Controls.CalloutPlacementPositions.BottomLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalloutPlacementPositions", + "fullTypeName": "IgniteUI.Blazor.Controls.CalloutPlacementPositions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalloutPlacementPositions.BottomRight", + "id": 0, + "name": "BottomRight", + "fullName": "IgniteUI.Blazor.Controls.CalloutPlacementPositions.BottomRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalloutPlacementPositions", + "fullTypeName": "IgniteUI.Blazor.Controls.CalloutPlacementPositions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalloutPlacementPositions.Left", + "id": 0, + "name": "Left", + "fullName": "IgniteUI.Blazor.Controls.CalloutPlacementPositions.Left", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalloutPlacementPositions", + "fullTypeName": "IgniteUI.Blazor.Controls.CalloutPlacementPositions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalloutPlacementPositions.Right", + "id": 0, + "name": "Right", + "fullName": "IgniteUI.Blazor.Controls.CalloutPlacementPositions.Right", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalloutPlacementPositions", + "fullTypeName": "IgniteUI.Blazor.Controls.CalloutPlacementPositions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalloutPlacementPositions.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.CalloutPlacementPositions.Top", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalloutPlacementPositions", + "fullTypeName": "IgniteUI.Blazor.Controls.CalloutPlacementPositions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalloutPlacementPositions.TopLeft", + "id": 0, + "name": "TopLeft", + "fullName": "IgniteUI.Blazor.Controls.CalloutPlacementPositions.TopLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalloutPlacementPositions", + "fullTypeName": "IgniteUI.Blazor.Controls.CalloutPlacementPositions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalloutPlacementPositions.TopRight", + "id": 0, + "name": "TopRight", + "fullName": "IgniteUI.Blazor.Controls.CalloutPlacementPositions.TopRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalloutPlacementPositions", + "fullTypeName": "IgniteUI.Blazor.Controls.CalloutPlacementPositions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CalloutPlacementPositions.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CalloutPlacementPositions.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CaptureImageFormat", + "id": 0, + "name": "CaptureImageFormat", + "fullName": "IgniteUI.Blazor.Controls.CaptureImageFormat", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CaptureImageFormat.Jpeg", + "id": 0, + "name": "Jpeg", + "fullName": "IgniteUI.Blazor.Controls.CaptureImageFormat.Jpeg", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CaptureImageFormat", + "fullTypeName": "IgniteUI.Blazor.Controls.CaptureImageFormat" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CaptureImageFormat.Png", + "id": 0, + "name": "Png", + "fullName": "IgniteUI.Blazor.Controls.CaptureImageFormat.Png", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CaptureImageFormat", + "fullTypeName": "IgniteUI.Blazor.Controls.CaptureImageFormat" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CaptureImageFormat.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CaptureImageFormat.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CardActionsOrientation", + "id": 0, + "name": "CardActionsOrientation", + "fullName": "IgniteUI.Blazor.Controls.CardActionsOrientation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CardActionsOrientation.Horizontal", + "id": 0, + "name": "Horizontal", + "fullName": "IgniteUI.Blazor.Controls.CardActionsOrientation.Horizontal", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ContentOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ContentOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CardActionsOrientation.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.CardActionsOrientation.Vertical", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ContentOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ContentOrientation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CarouselAnimationDirection", + "id": 0, + "name": "CarouselAnimationDirection", + "fullName": "IgniteUI.Blazor.Controls.CarouselAnimationDirection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CarouselAnimationDirection.Next", + "id": 0, + "name": "Next", + "fullName": "IgniteUI.Blazor.Controls.CarouselAnimationDirection.Next", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CarouselAnimationDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.CarouselAnimationDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CarouselAnimationDirection.Prev", + "id": 0, + "name": "Prev", + "fullName": "IgniteUI.Blazor.Controls.CarouselAnimationDirection.Prev", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CarouselAnimationDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.CarouselAnimationDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CarouselAnimationDirection.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CarouselAnimationDirection.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CarouselAnimationType", + "id": 0, + "name": "CarouselAnimationType", + "fullName": "IgniteUI.Blazor.Controls.CarouselAnimationType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CarouselAnimationType.Fade", + "id": 0, + "name": "Fade", + "fullName": "IgniteUI.Blazor.Controls.CarouselAnimationType.Fade", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalTransitionAnimation", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CarouselAnimationType.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.CarouselAnimationType.None", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalTransitionAnimation", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CarouselAnimationType.Slide", + "id": 0, + "name": "Slide", + "fullName": "IgniteUI.Blazor.Controls.CarouselAnimationType.Slide", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalTransitionAnimation", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CarouselIndicatorsOrientation", + "id": 0, + "name": "CarouselIndicatorsOrientation", + "fullName": "IgniteUI.Blazor.Controls.CarouselIndicatorsOrientation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CarouselIndicatorsOrientation.End", + "id": 0, + "name": "End", + "fullName": "IgniteUI.Blazor.Controls.CarouselIndicatorsOrientation.End", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CarouselIndicatorsOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.CarouselIndicatorsOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CarouselIndicatorsOrientation.Start", + "id": 0, + "name": "Start", + "fullName": "IgniteUI.Blazor.Controls.CarouselIndicatorsOrientation.Start", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CarouselIndicatorsOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.CarouselIndicatorsOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CarouselIndicatorsOrientation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CarouselIndicatorsOrientation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryChartType", + "id": 0, + "name": "CategoryChartType", + "fullName": "IgniteUI.Blazor.Controls.CategoryChartType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CategoryChartType.Area", + "id": 0, + "name": "Area", + "fullName": "IgniteUI.Blazor.Controls.CategoryChartType.Area", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryChartType", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryChartType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryChartType.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.CategoryChartType.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryChartType", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryChartType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryChartType.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.CategoryChartType.Column", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryChartType", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryChartType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryChartType.Line", + "id": 0, + "name": "Line", + "fullName": "IgniteUI.Blazor.Controls.CategoryChartType.Line", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryChartType", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryChartType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryChartType.Point", + "id": 0, + "name": "Point", + "fullName": "IgniteUI.Blazor.Controls.CategoryChartType.Point", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryChartType", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryChartType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryChartType.Spline", + "id": 0, + "name": "Spline", + "fullName": "IgniteUI.Blazor.Controls.CategoryChartType.Spline", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryChartType", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryChartType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryChartType.SplineArea", + "id": 0, + "name": "SplineArea", + "fullName": "IgniteUI.Blazor.Controls.CategoryChartType.SplineArea", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryChartType", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryChartType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryChartType.StepArea", + "id": 0, + "name": "StepArea", + "fullName": "IgniteUI.Blazor.Controls.CategoryChartType.StepArea", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryChartType", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryChartType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryChartType.StepLine", + "id": 0, + "name": "StepLine", + "fullName": "IgniteUI.Blazor.Controls.CategoryChartType.StepLine", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryChartType", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryChartType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryChartType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CategoryChartType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryChartType.Waterfall", + "id": 0, + "name": "Waterfall", + "fullName": "IgniteUI.Blazor.Controls.CategoryChartType.Waterfall", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryChartType", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryChartType" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryCollisionMode", + "id": 0, + "name": "CategoryCollisionMode", + "fullName": "IgniteUI.Blazor.Controls.CategoryCollisionMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CategoryCollisionMode.MatchHeight", + "id": 0, + "name": "MatchHeight", + "fullName": "IgniteUI.Blazor.Controls.CategoryCollisionMode.MatchHeight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryCollisionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryCollisionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryCollisionMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CategoryCollisionMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryCollisionMode.WholeColumn", + "id": 0, + "name": "WholeColumn", + "fullName": "IgniteUI.Blazor.Controls.CategoryCollisionMode.WholeColumn", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryCollisionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryCollisionMode" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryItemHighlightType", + "id": 0, + "name": "CategoryItemHighlightType", + "fullName": "IgniteUI.Blazor.Controls.CategoryItemHighlightType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CategoryItemHighlightType.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.CategoryItemHighlightType.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryItemHighlightType", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryItemHighlightType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryItemHighlightType.Marker", + "id": 0, + "name": "Marker", + "fullName": "IgniteUI.Blazor.Controls.CategoryItemHighlightType.Marker", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryItemHighlightType", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryItemHighlightType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryItemHighlightType.Shape", + "id": 0, + "name": "Shape", + "fullName": "IgniteUI.Blazor.Controls.CategoryItemHighlightType.Shape", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryItemHighlightType", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryItemHighlightType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryItemHighlightType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CategoryItemHighlightType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CategorySeriesMarkerCollisionAvoidance", + "id": 0, + "name": "CategorySeriesMarkerCollisionAvoidance", + "fullName": "IgniteUI.Blazor.Controls.CategorySeriesMarkerCollisionAvoidance", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CategorySeriesMarkerCollisionAvoidance.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.CategorySeriesMarkerCollisionAvoidance.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategorySeriesMarkerCollisionAvoidance", + "fullTypeName": "IgniteUI.Blazor.Controls.CategorySeriesMarkerCollisionAvoidance" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategorySeriesMarkerCollisionAvoidance.Omit", + "id": 0, + "name": "Omit", + "fullName": "IgniteUI.Blazor.Controls.CategorySeriesMarkerCollisionAvoidance.Omit", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategorySeriesMarkerCollisionAvoidance", + "fullTypeName": "IgniteUI.Blazor.Controls.CategorySeriesMarkerCollisionAvoidance" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategorySeriesMarkerCollisionAvoidance.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CategorySeriesMarkerCollisionAvoidance.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTooltipLayerPosition", + "id": 0, + "name": "CategoryTooltipLayerPosition", + "fullName": "IgniteUI.Blazor.Controls.CategoryTooltipLayerPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CategoryTooltipLayerPosition.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.CategoryTooltipLayerPosition.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTooltipLayerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTooltipLayerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTooltipLayerPosition.InsideEnd", + "id": 0, + "name": "InsideEnd", + "fullName": "IgniteUI.Blazor.Controls.CategoryTooltipLayerPosition.InsideEnd", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTooltipLayerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTooltipLayerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTooltipLayerPosition.InsideStart", + "id": 0, + "name": "InsideStart", + "fullName": "IgniteUI.Blazor.Controls.CategoryTooltipLayerPosition.InsideStart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTooltipLayerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTooltipLayerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTooltipLayerPosition.OutsideEnd", + "id": 0, + "name": "OutsideEnd", + "fullName": "IgniteUI.Blazor.Controls.CategoryTooltipLayerPosition.OutsideEnd", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTooltipLayerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTooltipLayerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTooltipLayerPosition.OutsideStart", + "id": 0, + "name": "OutsideStart", + "fullName": "IgniteUI.Blazor.Controls.CategoryTooltipLayerPosition.OutsideStart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTooltipLayerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTooltipLayerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTooltipLayerPosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CategoryTooltipLayerPosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode", + "id": 0, + "name": "CategoryTransitionInMode", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.AccordionFromBottom", + "id": 0, + "name": "AccordionFromBottom", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.AccordionFromBottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.AccordionFromCategoryAxisMaximum", + "id": 0, + "name": "AccordionFromCategoryAxisMaximum", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.AccordionFromCategoryAxisMaximum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.AccordionFromCategoryAxisMinimum", + "id": 0, + "name": "AccordionFromCategoryAxisMinimum", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.AccordionFromCategoryAxisMinimum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.AccordionFromLeft", + "id": 0, + "name": "AccordionFromLeft", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.AccordionFromLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.AccordionFromRight", + "id": 0, + "name": "AccordionFromRight", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.AccordionFromRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.AccordionFromTop", + "id": 0, + "name": "AccordionFromTop", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.AccordionFromTop", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.AccordionFromValueAxisMaximum", + "id": 0, + "name": "AccordionFromValueAxisMaximum", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.AccordionFromValueAxisMaximum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.AccordionFromValueAxisMinimum", + "id": 0, + "name": "AccordionFromValueAxisMinimum", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.AccordionFromValueAxisMinimum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.Expand", + "id": 0, + "name": "Expand", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.Expand", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.FromParent", + "id": 0, + "name": "FromParent", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.FromParent", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.FromZero", + "id": 0, + "name": "FromZero", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.FromZero", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.SweepFromBottom", + "id": 0, + "name": "SweepFromBottom", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.SweepFromBottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.SweepFromCategoryAxisMaximum", + "id": 0, + "name": "SweepFromCategoryAxisMaximum", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.SweepFromCategoryAxisMaximum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.SweepFromCategoryAxisMinimum", + "id": 0, + "name": "SweepFromCategoryAxisMinimum", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.SweepFromCategoryAxisMinimum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.SweepFromCenter", + "id": 0, + "name": "SweepFromCenter", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.SweepFromCenter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.SweepFromLeft", + "id": 0, + "name": "SweepFromLeft", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.SweepFromLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.SweepFromRight", + "id": 0, + "name": "SweepFromRight", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.SweepFromRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.SweepFromTop", + "id": 0, + "name": "SweepFromTop", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.SweepFromTop", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.SweepFromValueAxisMaximum", + "id": 0, + "name": "SweepFromValueAxisMaximum", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.SweepFromValueAxisMaximum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.SweepFromValueAxisMinimum", + "id": 0, + "name": "SweepFromValueAxisMinimum", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.SweepFromValueAxisMinimum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager", + "id": 0, + "name": "CellActionManager", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Allows you to route cell actions to the grid for processing." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.ApplyCustomFilter(System.String,System.Int32,System.Object)", + "id": 0, + "name": "ApplyCustomFilter(String, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.ApplyCustomFilter(System.String, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "filterID", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.ApplyCustomFilterAsync(System.String,System.Int32,System.Object)", + "id": 0, + "name": "ApplyCustomFilterAsync(String, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.ApplyCustomFilterAsync(System.String, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "filterID", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.ApplyFilter(IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType,System.Object)", + "id": 0, + "name": "ApplyFilter(ColumnComparisonConditionOperatorType, Object)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.ApplyFilter(IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "op", + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.ApplyFilterAsync(IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType,System.Object)", + "id": 0, + "name": "ApplyFilterAsync(ColumnComparisonConditionOperatorType, Object)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.ApplyFilterAsync(IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "op", + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.CancelEditMode(System.Boolean)", + "id": 0, + "name": "CancelEditMode(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.CancelEditMode(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "saveChanges", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.CancelEditModeAsync(System.Boolean)", + "id": 0, + "name": "CancelEditModeAsync(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.CancelEditModeAsync(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notify the grid to cancel edit mode." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "saveChanges", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.ClearFilter", + "id": 0, + "name": "ClearFilter()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.ClearFilter()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.ClearFilterAsync", + "id": 0, + "name": "ClearFilterAsync()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.ClearFilterAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Clear the filter on the column associated with the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.ClickCell(IgniteUI.Blazor.Controls.MouseButton)", + "id": 0, + "name": "ClickCell(MouseButton)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.ClickCell(IgniteUI.Blazor.Controls.MouseButton)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "button", + "type": "MouseButton", + "fullTypeName": "IgniteUI.Blazor.Controls.MouseButton" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.ClickCellAsync(IgniteUI.Blazor.Controls.MouseButton)", + "id": 0, + "name": "ClickCellAsync(MouseButton)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.ClickCellAsync(IgniteUI.Blazor.Controls.MouseButton)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notifies the grid that a cell has been clicked." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "button", + "type": "MouseButton", + "fullTypeName": "IgniteUI.Blazor.Controls.MouseButton" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.ClickExpansionIndicator", + "id": 0, + "name": "ClickExpansionIndicator()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.ClickExpansionIndicator()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.ClickExpansionIndicatorAsync", + "id": 0, + "name": "ClickExpansionIndicatorAsync()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.ClickExpansionIndicatorAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notifies the grid that an expansion indicator has been clicked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.ColumnFilterChanged(IgniteUI.Blazor.Controls.IgbColumnFilterCondition)", + "id": 0, + "name": "ColumnFilterChanged(IgbColumnFilterCondition)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.ColumnFilterChanged(IgniteUI.Blazor.Controls.IgbColumnFilterCondition)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "fragment", + "type": "IgbColumnFilterCondition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.ColumnFilterChangedAsync(IgniteUI.Blazor.Controls.IgbColumnFilterCondition)", + "id": 0, + "name": "ColumnFilterChangedAsync(IgbColumnFilterCondition)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.ColumnFilterChangedAsync(IgniteUI.Blazor.Controls.IgbColumnFilterCondition)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a new column filter condition to associate with the cell's column." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "fragment", + "type": "IgbColumnFilterCondition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.ColumnFilterChanging(IgniteUI.Blazor.Controls.IgbColumnFilterCondition)", + "id": 0, + "name": "ColumnFilterChanging(IgbColumnFilterCondition)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.ColumnFilterChanging(IgniteUI.Blazor.Controls.IgbColumnFilterCondition)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "fragment", + "type": "IgbColumnFilterCondition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.ColumnFilterChangingAsync(IgniteUI.Blazor.Controls.IgbColumnFilterCondition)", + "id": 0, + "name": "ColumnFilterChangingAsync(IgbColumnFilterCondition)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.ColumnFilterChangingAsync(IgniteUI.Blazor.Controls.IgbColumnFilterCondition)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a new intermediate column filter condition to associate with the cell's column." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "fragment", + "type": "IgbColumnFilterCondition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.DisableKeyInput", + "id": 0, + "name": "DisableKeyInput()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.DisableKeyInput()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.DisableKeyInputAsync", + "id": 0, + "name": "DisableKeyInputAsync()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.DisableKeyInputAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Disables key input to the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.DoubleClicked(IgniteUI.Blazor.Controls.MouseButton)", + "id": 0, + "name": "DoubleClicked(MouseButton)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.DoubleClicked(IgniteUI.Blazor.Controls.MouseButton)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "button", + "type": "MouseButton", + "fullTypeName": "IgniteUI.Blazor.Controls.MouseButton" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.DoubleClickedAsync(IgniteUI.Blazor.Controls.MouseButton)", + "id": 0, + "name": "DoubleClickedAsync(MouseButton)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.DoubleClickedAsync(IgniteUI.Blazor.Controls.MouseButton)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notifies the grid that the cell was double clicked" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "button", + "type": "MouseButton", + "fullTypeName": "IgniteUI.Blazor.Controls.MouseButton" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.DragStarted", + "id": 0, + "name": "DragStarted()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.DragStarted()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.DragStartedAsync", + "id": 0, + "name": "DragStartedAsync()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.DragStartedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notifies the grid that a cell has started a drag." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.EditorCellLostFocus", + "id": 0, + "name": "EditorCellLostFocus()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.EditorCellLostFocus()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.EditorCellLostFocusAsync", + "id": 0, + "name": "EditorCellLostFocusAsync()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.EditorCellLostFocusAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notify the grid that a cell has lost focus." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.EnableKeyInput", + "id": 0, + "name": "EnableKeyInput()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.EnableKeyInput()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.EnableKeyInputAsync", + "id": 0, + "name": "EnableKeyInputAsync()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.EnableKeyInputAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Enable key input to the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.GetColumnFilterCondition", + "id": 0, + "name": "GetColumnFilterCondition()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.GetColumnFilterCondition()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnFilterCondition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.GetColumnFilterConditionAsync", + "id": 0, + "name": "GetColumnFilterConditionAsync()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.GetColumnFilterConditionAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Get's the column filter condition associated with the cell's column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbColumnFilterCondition>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbColumnFilterCondition>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.GetColumnPropertyType", + "id": 0, + "name": "GetColumnPropertyType()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.GetColumnPropertyType()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.GetColumnPropertyTypeAsync", + "id": 0, + "name": "GetColumnPropertyTypeAsync()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.GetColumnPropertyTypeAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Get's the property type associated the cell's column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<DataSourceSchemaPropertyType>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.IsCellDown", + "id": 0, + "name": "IsCellDown()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.IsCellDown()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.IsCellDownAsync", + "id": 0, + "name": "IsCellDownAsync()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.IsCellDownAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the mouse is down on the current cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.IsControlPressed", + "id": 0, + "name": "IsControlPressed", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.IsControlPressed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.IsShiftPressed", + "id": 0, + "name": "IsShiftPressed", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.IsShiftPressed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.MouseDownCell(System.Double,System.Double)", + "id": 0, + "name": "MouseDownCell(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.MouseDownCell(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "x", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "y", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.MouseDownCellAsync(System.Double,System.Double)", + "id": 0, + "name": "MouseDownCellAsync(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.MouseDownCellAsync(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "x", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "y", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.MouseEnterCell(System.Double,System.Double)", + "id": 0, + "name": "MouseEnterCell(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.MouseEnterCell(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "x", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "y", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.MouseEnterCellAsync(System.Double,System.Double)", + "id": 0, + "name": "MouseEnterCellAsync(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.MouseEnterCellAsync(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "x", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "y", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.MouseIsOver(System.Double,System.Double)", + "id": 0, + "name": "MouseIsOver(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.MouseIsOver(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "x", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "y", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.MouseIsOverAsync(System.Double,System.Double)", + "id": 0, + "name": "MouseIsOverAsync(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.MouseIsOverAsync(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "x", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "y", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.MouseLeaveCell(System.Double,System.Double)", + "id": 0, + "name": "MouseLeaveCell(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.MouseLeaveCell(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "x", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "y", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.MouseLeaveCellAsync(System.Double,System.Double)", + "id": 0, + "name": "MouseLeaveCellAsync(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.MouseLeaveCellAsync(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "x", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "y", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.MouseUpCell(System.Double,System.Double)", + "id": 0, + "name": "MouseUpCell(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.MouseUpCell(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "x", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "y", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.MouseUpCellAsync(System.Double,System.Double)", + "id": 0, + "name": "MouseUpCellAsync(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.MouseUpCellAsync(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "x", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "y", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.PassCellClone(System.Object)", + "id": 0, + "name": "PassCellClone(Object)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.PassCellClone(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "cellClone", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.PassCellCloneAsync(System.Object)", + "id": 0, + "name": "PassCellCloneAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.PassCellCloneAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Pass Cell Clone to Dragger" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "cellClone", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.PointerDownCell", + "id": 0, + "name": "PointerDownCell()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.PointerDownCell()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.PointerDownCellAsync", + "id": 0, + "name": "PointerDownCellAsync()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.PointerDownCellAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notifies the grid that a pointer is down on a cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.PointerUpCell", + "id": 0, + "name": "PointerUpCell()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.PointerUpCell()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.PointerUpCellAsync", + "id": 0, + "name": "PointerUpCellAsync()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.PointerUpCellAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notifies the grid that a pointer is up on a cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.PreviewMouseDownCell(System.Boolean,System.Boolean,IgniteUI.Blazor.Controls.MouseButton)", + "id": 0, + "name": "PreviewMouseDownCell(Boolean, Boolean, MouseButton)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.PreviewMouseDownCell(System.Boolean, System.Boolean, IgniteUI.Blazor.Controls.MouseButton)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "isControl", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "isShift", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "button", + "type": "MouseButton", + "fullTypeName": "IgniteUI.Blazor.Controls.MouseButton" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.PreviewMouseDownCellAsync(System.Boolean,System.Boolean,IgniteUI.Blazor.Controls.MouseButton)", + "id": 0, + "name": "PreviewMouseDownCellAsync(Boolean, Boolean, MouseButton)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.PreviewMouseDownCellAsync(System.Boolean, System.Boolean, IgniteUI.Blazor.Controls.MouseButton)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "isControl", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "isShift", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "button", + "type": "MouseButton", + "fullTypeName": "IgniteUI.Blazor.Controls.MouseButton" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.PreviewMouseUpCell(System.Boolean,System.Boolean,IgniteUI.Blazor.Controls.MouseButton)", + "id": 0, + "name": "PreviewMouseUpCell(Boolean, Boolean, MouseButton)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.PreviewMouseUpCell(System.Boolean, System.Boolean, IgniteUI.Blazor.Controls.MouseButton)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "isControl", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "isShift", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "button", + "type": "MouseButton", + "fullTypeName": "IgniteUI.Blazor.Controls.MouseButton" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.PreviewMouseUpCellAsync(System.Boolean,System.Boolean,IgniteUI.Blazor.Controls.MouseButton)", + "id": 0, + "name": "PreviewMouseUpCellAsync(Boolean, Boolean, MouseButton)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.PreviewMouseUpCellAsync(System.Boolean, System.Boolean, IgniteUI.Blazor.Controls.MouseButton)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "isControl", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "isShift", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "button", + "type": "MouseButton", + "fullTypeName": "IgniteUI.Blazor.Controls.MouseButton" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.PreviewPointerDownCell", + "id": 0, + "name": "PreviewPointerDownCell()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.PreviewPointerDownCell()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.PreviewPointerDownCellAsync", + "id": 0, + "name": "PreviewPointerDownCellAsync()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.PreviewPointerDownCellAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notifies the grid that a pointer is pressing on the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.PreviewPointerUpCell", + "id": 0, + "name": "PreviewPointerUpCell()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.PreviewPointerUpCell()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.PreviewPointerUpCellAsync", + "id": 0, + "name": "PreviewPointerUpCellAsync()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.PreviewPointerUpCellAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notifies the grid that a pointer is releasing on a cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.ShouldSkipFocusRetain", + "id": 0, + "name": "ShouldSkipFocusRetain()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.ShouldSkipFocusRetain()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.ShouldSkipFocusRetainAsync", + "id": 0, + "name": "ShouldSkipFocusRetainAsync()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.ShouldSkipFocusRetainAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.StartEditMode", + "id": 0, + "name": "StartEditMode()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.StartEditMode()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.StartEditModeAsync", + "id": 0, + "name": "StartEditModeAsync()", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.StartEditModeAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Start edit mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.UpdateCellEditValue(System.Object)", + "id": 0, + "name": "UpdateCellEditValue(Object)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.UpdateCellEditValue(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellActionManager.UpdateCellEditValueAsync(System.Object)", + "id": 0, + "name": "UpdateCellEditValueAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.CellActionManager.UpdateCellEditValueAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a way for cells to update the EditorCellModel's EditValue property." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment", + "id": 0, + "name": "CellContentHorizontalAlignment", + "fullName": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellContentHorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment.Center", + "id": 0, + "name": "Center", + "fullName": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment.Center", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellContentHorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment.Left", + "id": 0, + "name": "Left", + "fullName": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment.Left", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellContentHorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment.Right", + "id": 0, + "name": "Right", + "fullName": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment.Right", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellContentHorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment.Stretch", + "id": 0, + "name": "Stretch", + "fullName": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment.Stretch", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellContentHorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment", + "id": 0, + "name": "CellContentVerticalAlignment", + "fullName": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellContentVerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment.Bottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellContentVerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment.Center", + "id": 0, + "name": "Center", + "fullName": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment.Center", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellContentVerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment.Stretch", + "id": 0, + "name": "Stretch", + "fullName": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment.Stretch", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellContentVerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment.Top", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellContentVerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CellDataLoadedAnimationMode", + "id": 0, + "name": "CellDataLoadedAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.CellDataLoadedAnimationMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CellDataLoadedAnimationMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.CellDataLoadedAnimationMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellDataLoadedAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CellDataLoadedAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellDataLoadedAnimationMode.CrossFade", + "id": 0, + "name": "CrossFade", + "fullName": "IgniteUI.Blazor.Controls.CellDataLoadedAnimationMode.CrossFade", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellDataLoadedAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CellDataLoadedAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellDataLoadedAnimationMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.CellDataLoadedAnimationMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellDataLoadedAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CellDataLoadedAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellDataLoadedAnimationMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CellDataLoadedAnimationMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CellPropertyAnimationType", + "id": 0, + "name": "CellPropertyAnimationType", + "fullName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.BoolValue", + "id": 0, + "name": "BoolValue", + "fullName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.BoolValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellPropertyAnimationType", + "fullTypeName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.BrushValue", + "id": 0, + "name": "BrushValue", + "fullName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.BrushValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellPropertyAnimationType", + "fullTypeName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.DateValue", + "id": 0, + "name": "DateValue", + "fullName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.DateValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellPropertyAnimationType", + "fullTypeName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.DoubleValue", + "id": 0, + "name": "DoubleValue", + "fullName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.DoubleValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellPropertyAnimationType", + "fullTypeName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.EnumValue", + "id": 0, + "name": "EnumValue", + "fullName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.EnumValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellPropertyAnimationType", + "fullTypeName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.FontValue", + "id": 0, + "name": "FontValue", + "fullName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.FontValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellPropertyAnimationType", + "fullTypeName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.IgnoredValue", + "id": 0, + "name": "IgnoredValue", + "fullName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.IgnoredValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellPropertyAnimationType", + "fullTypeName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.IntValue", + "id": 0, + "name": "IntValue", + "fullName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.IntValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellPropertyAnimationType", + "fullTypeName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellPropertyAnimationType", + "fullTypeName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.NumberValue", + "id": 0, + "name": "NumberValue", + "fullName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.NumberValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellPropertyAnimationType", + "fullTypeName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.ObjectValue", + "id": 0, + "name": "ObjectValue", + "fullName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.ObjectValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellPropertyAnimationType", + "fullTypeName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.StringValue", + "id": 0, + "name": "StringValue", + "fullName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.StringValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellPropertyAnimationType", + "fullTypeName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CellSelectionAnimationMode", + "id": 0, + "name": "CellSelectionAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.CellSelectionAnimationMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CellSelectionAnimationMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.CellSelectionAnimationMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellSelectionAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CellSelectionAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellSelectionAnimationMode.ColorBlend", + "id": 0, + "name": "ColorBlend", + "fullName": "IgniteUI.Blazor.Controls.CellSelectionAnimationMode.ColorBlend", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellSelectionAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CellSelectionAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellSelectionAnimationMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.CellSelectionAnimationMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellSelectionAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CellSelectionAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CellSelectionAnimationMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CellSelectionAnimationMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ChartHitTestMode", + "id": 0, + "name": "ChartHitTestMode", + "fullName": "IgniteUI.Blazor.Controls.ChartHitTestMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ChartHitTestMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.ChartHitTestMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ChartHitTestMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ChartHitTestMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ChartHitTestMode.ColorEncoded", + "id": 0, + "name": "ColorEncoded", + "fullName": "IgniteUI.Blazor.Controls.ChartHitTestMode.ColorEncoded", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ChartHitTestMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ChartHitTestMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ChartHitTestMode.Computational", + "id": 0, + "name": "Computational", + "fullName": "IgniteUI.Blazor.Controls.ChartHitTestMode.Computational", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ChartHitTestMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ChartHitTestMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ChartHitTestMode.Mixed", + "id": 0, + "name": "Mixed", + "fullName": "IgniteUI.Blazor.Controls.ChartHitTestMode.Mixed", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ChartHitTestMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ChartHitTestMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ChartHitTestMode.MixedFavoringComputational", + "id": 0, + "name": "MixedFavoringComputational", + "fullName": "IgniteUI.Blazor.Controls.ChartHitTestMode.MixedFavoringComputational", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ChartHitTestMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ChartHitTestMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ChartHitTestMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ChartHitTestMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CheckboxBaseLabelPosition", + "id": 0, + "name": "CheckboxBaseLabelPosition", + "fullName": "IgniteUI.Blazor.Controls.CheckboxBaseLabelPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CheckboxBaseLabelPosition.After", + "id": 0, + "name": "After", + "fullName": "IgniteUI.Blazor.Controls.CheckboxBaseLabelPosition.After", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToggleLabelPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ToggleLabelPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CheckboxBaseLabelPosition.Before", + "id": 0, + "name": "Before", + "fullName": "IgniteUI.Blazor.Controls.CheckboxBaseLabelPosition.Before", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToggleLabelPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ToggleLabelPosition" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CheckboxListIndexType", + "id": 0, + "name": "CheckboxListIndexType", + "fullName": "IgniteUI.Blazor.Controls.CheckboxListIndexType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CheckboxListIndexType.DeSelected", + "id": 0, + "name": "DeSelected", + "fullName": "IgniteUI.Blazor.Controls.CheckboxListIndexType.DeSelected", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CheckboxListIndexType", + "fullTypeName": "IgniteUI.Blazor.Controls.CheckboxListIndexType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CheckboxListIndexType.Selected", + "id": 0, + "name": "Selected", + "fullName": "IgniteUI.Blazor.Controls.CheckboxListIndexType.Selected", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CheckboxListIndexType", + "fullTypeName": "IgniteUI.Blazor.Controls.CheckboxListIndexType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CheckboxListIndexType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CheckboxListIndexType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CloneDataSourceFilterOperation", + "id": 0, + "name": "CloneDataSourceFilterOperation", + "fullName": "IgniteUI.Blazor.Controls.CloneDataSourceFilterOperation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CloneDataSourceFilterOperation.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.CloneDataSourceFilterOperation.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CloneDataSourceFilterOperation", + "fullTypeName": "IgniteUI.Blazor.Controls.CloneDataSourceFilterOperation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CloneDataSourceFilterOperation.TextToValue", + "id": 0, + "name": "TextToValue", + "fullName": "IgniteUI.Blazor.Controls.CloneDataSourceFilterOperation.TextToValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CloneDataSourceFilterOperation", + "fullTypeName": "IgniteUI.Blazor.Controls.CloneDataSourceFilterOperation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CloneDataSourceFilterOperation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CloneDataSourceFilterOperation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CloneDataSourceFilterOperation.ValueToText", + "id": 0, + "name": "ValueToText", + "fullName": "IgniteUI.Blazor.Controls.CloneDataSourceFilterOperation.ValueToText", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CloneDataSourceFilterOperation", + "fullTypeName": "IgniteUI.Blazor.Controls.CloneDataSourceFilterOperation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CollisionAvoidanceType", + "id": 0, + "name": "CollisionAvoidanceType", + "fullName": "IgniteUI.Blazor.Controls.CollisionAvoidanceType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CollisionAvoidanceType.Fade", + "id": 0, + "name": "Fade", + "fullName": "IgniteUI.Blazor.Controls.CollisionAvoidanceType.Fade", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CollisionAvoidanceType", + "fullTypeName": "IgniteUI.Blazor.Controls.CollisionAvoidanceType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CollisionAvoidanceType.FadeAndShift", + "id": 0, + "name": "FadeAndShift", + "fullName": "IgniteUI.Blazor.Controls.CollisionAvoidanceType.FadeAndShift", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CollisionAvoidanceType", + "fullTypeName": "IgniteUI.Blazor.Controls.CollisionAvoidanceType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CollisionAvoidanceType.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.CollisionAvoidanceType.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CollisionAvoidanceType", + "fullTypeName": "IgniteUI.Blazor.Controls.CollisionAvoidanceType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CollisionAvoidanceType.Omit", + "id": 0, + "name": "Omit", + "fullName": "IgniteUI.Blazor.Controls.CollisionAvoidanceType.Omit", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CollisionAvoidanceType", + "fullTypeName": "IgniteUI.Blazor.Controls.CollisionAvoidanceType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CollisionAvoidanceType.OmitAndShift", + "id": 0, + "name": "OmitAndShift", + "fullName": "IgniteUI.Blazor.Controls.CollisionAvoidanceType.OmitAndShift", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CollisionAvoidanceType", + "fullTypeName": "IgniteUI.Blazor.Controls.CollisionAvoidanceType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CollisionAvoidanceType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CollisionAvoidanceType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.Color", + "id": 0, + "name": "Color", + "fullName": "IgniteUI.Blazor.Controls.Color", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.Color.#ctor", + "id": 0, + "name": "Color()", + "fullName": "IgniteUI.Blazor.Controls.Color.Color()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Color.A", + "id": 0, + "name": "A", + "fullName": "IgniteUI.Blazor.Controls.Color.A", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Byte", + "fullTypeName": "System.Byte" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Color.B", + "id": 0, + "name": "B", + "fullName": "IgniteUI.Blazor.Controls.Color.B", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Byte", + "fullTypeName": "System.Byte" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Color.Equals(System.Object)", + "id": 0, + "name": "Equals(Object)", + "fullName": "IgniteUI.Blazor.Controls.Color.Equals(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "obj", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Color.FromArgb(System.Byte,System.Byte,System.Byte,System.Byte)", + "id": 0, + "name": "FromArgb(Byte, Byte, Byte, Byte)", + "fullName": "IgniteUI.Blazor.Controls.Color.FromArgb(System.Byte, System.Byte, System.Byte, System.Byte)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "a_", + "type": "Byte", + "fullTypeName": "System.Byte" + }, + { + "name": "r_", + "type": "Byte", + "fullTypeName": "System.Byte" + }, + { + "name": "g_", + "type": "Byte", + "fullTypeName": "System.Byte" + }, + { + "name": "b_", + "type": "Byte", + "fullTypeName": "System.Byte" + } + ], + "return": { + "type": "Color", + "fullTypeName": "IgniteUI.Blazor.Controls.Color" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Color.G", + "id": 0, + "name": "G", + "fullName": "IgniteUI.Blazor.Controls.Color.G", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Byte", + "fullTypeName": "System.Byte" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Color.GetHashCode", + "id": 0, + "name": "GetHashCode()", + "fullName": "IgniteUI.Blazor.Controls.Color.GetHashCode()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Color.R", + "id": 0, + "name": "R", + "fullName": "IgniteUI.Blazor.Controls.Color.R", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Byte", + "fullTypeName": "System.Byte" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ColorScaleInterpolationMode", + "id": 0, + "name": "ColorScaleInterpolationMode", + "fullName": "IgniteUI.Blazor.Controls.ColorScaleInterpolationMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ColorScaleInterpolationMode.InterpolateHSV", + "id": 0, + "name": "InterpolateHSV", + "fullName": "IgniteUI.Blazor.Controls.ColorScaleInterpolationMode.InterpolateHSV", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColorScaleInterpolationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColorScaleInterpolationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColorScaleInterpolationMode.InterpolateRGB", + "id": 0, + "name": "InterpolateRGB", + "fullName": "IgniteUI.Blazor.Controls.ColorScaleInterpolationMode.InterpolateRGB", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColorScaleInterpolationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColorScaleInterpolationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColorScaleInterpolationMode.Select", + "id": 0, + "name": "Select", + "fullName": "IgniteUI.Blazor.Controls.ColorScaleInterpolationMode.Select", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColorScaleInterpolationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColorScaleInterpolationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColorScaleInterpolationMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ColorScaleInterpolationMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType", + "id": 0, + "name": "ColumnComparisonConditionOperatorType", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Bottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.BottomPercentile", + "id": 0, + "name": "BottomPercentile", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.BottomPercentile", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Contains", + "id": 0, + "name": "Contains", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Contains", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Custom", + "id": 0, + "name": "Custom", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Custom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.DoesNotContain", + "id": 0, + "name": "DoesNotContain", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.DoesNotContain", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.DoesNotEndWith", + "id": 0, + "name": "DoesNotEndWith", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.DoesNotEndWith", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.DoesNotStartWith", + "id": 0, + "name": "DoesNotStartWith", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.DoesNotStartWith", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Empty", + "id": 0, + "name": "Empty", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Empty", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.EndsWith", + "id": 0, + "name": "EndsWith", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.EndsWith", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Equals", + "id": 0, + "name": "Equals", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Equals", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.False", + "id": 0, + "name": "False", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.False", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.GreaterThan", + "id": 0, + "name": "GreaterThan", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.GreaterThan", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.GreaterThanOrEqualTo", + "id": 0, + "name": "GreaterThanOrEqualTo", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.GreaterThanOrEqualTo", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.IsNotNull", + "id": 0, + "name": "IsNotNull", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.IsNotNull", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.IsNull", + "id": 0, + "name": "IsNull", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.IsNull", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.LastMonth", + "id": 0, + "name": "LastMonth", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.LastMonth", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.LastQuarter", + "id": 0, + "name": "LastQuarter", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.LastQuarter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.LastWeek", + "id": 0, + "name": "LastWeek", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.LastWeek", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.LastYear", + "id": 0, + "name": "LastYear", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.LastYear", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.LessThan", + "id": 0, + "name": "LessThan", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.LessThan", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.LessThanOrEqualTo", + "id": 0, + "name": "LessThanOrEqualTo", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.LessThanOrEqualTo", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Month", + "id": 0, + "name": "Month", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Month", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.NextMonth", + "id": 0, + "name": "NextMonth", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.NextMonth", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.NextQuarter", + "id": 0, + "name": "NextQuarter", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.NextQuarter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.NextWeek", + "id": 0, + "name": "NextWeek", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.NextWeek", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.NextYear", + "id": 0, + "name": "NextYear", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.NextYear", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.NotEmpty", + "id": 0, + "name": "NotEmpty", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.NotEmpty", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.NotEquals", + "id": 0, + "name": "NotEquals", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.NotEquals", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Q1", + "id": 0, + "name": "Q1", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Q1", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Q2", + "id": 0, + "name": "Q2", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Q2", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Q3", + "id": 0, + "name": "Q3", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Q3", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Q4", + "id": 0, + "name": "Q4", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Q4", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.StartsWith", + "id": 0, + "name": "StartsWith", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.StartsWith", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.ThisMonth", + "id": 0, + "name": "ThisMonth", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.ThisMonth", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.ThisQuarter", + "id": 0, + "name": "ThisQuarter", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.ThisQuarter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.ThisWeek", + "id": 0, + "name": "ThisWeek", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.ThisWeek", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.ThisYear", + "id": 0, + "name": "ThisYear", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.ThisYear", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Today", + "id": 0, + "name": "Today", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Today", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Tomorrow", + "id": 0, + "name": "Tomorrow", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Tomorrow", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Top", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.TopPercentile", + "id": 0, + "name": "TopPercentile", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.TopPercentile", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.True", + "id": 0, + "name": "True", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.True", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Year", + "id": 0, + "name": "Year", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Year", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.YearToDate", + "id": 0, + "name": "YearToDate", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.YearToDate", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Yesterday", + "id": 0, + "name": "Yesterday", + "fullName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType.Yesterday", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode", + "id": 0, + "name": "ColumnExchangingAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnExchangingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.Crossfade", + "id": 0, + "name": "Crossfade", + "fullName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.Crossfade", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnExchangingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnExchangingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.SlideToBottom", + "id": 0, + "name": "SlideToBottom", + "fullName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.SlideToBottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnExchangingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.SlideToBottomAndCrossfade", + "id": 0, + "name": "SlideToBottomAndCrossfade", + "fullName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.SlideToBottomAndCrossfade", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnExchangingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.SlideToLeft", + "id": 0, + "name": "SlideToLeft", + "fullName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.SlideToLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnExchangingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.SlideToLeftAndCrossfade", + "id": 0, + "name": "SlideToLeftAndCrossfade", + "fullName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.SlideToLeftAndCrossfade", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnExchangingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.SlideToRight", + "id": 0, + "name": "SlideToRight", + "fullName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.SlideToRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnExchangingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.SlideToRightAndCrossfade", + "id": 0, + "name": "SlideToRightAndCrossfade", + "fullName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.SlideToRightAndCrossfade", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnExchangingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.SlideToTop", + "id": 0, + "name": "SlideToTop", + "fullName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.SlideToTop", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnExchangingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.SlideToTopAndCrossfade", + "id": 0, + "name": "SlideToTopAndCrossfade", + "fullName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.SlideToTopAndCrossfade", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnExchangingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode", + "id": 0, + "name": "ColumnHidingAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnHidingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.FadeOut", + "id": 0, + "name": "FadeOut", + "fullName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.FadeOut", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnHidingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnHidingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.SlideToBottom", + "id": 0, + "name": "SlideToBottom", + "fullName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.SlideToBottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnHidingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.SlideToBottomAndFadeOut", + "id": 0, + "name": "SlideToBottomAndFadeOut", + "fullName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.SlideToBottomAndFadeOut", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnHidingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.SlideToLeft", + "id": 0, + "name": "SlideToLeft", + "fullName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.SlideToLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnHidingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.SlideToLeftAndFadeOut", + "id": 0, + "name": "SlideToLeftAndFadeOut", + "fullName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.SlideToLeftAndFadeOut", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnHidingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.SlideToRight", + "id": 0, + "name": "SlideToRight", + "fullName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.SlideToRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnHidingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.SlideToRightAndFadeOut", + "id": 0, + "name": "SlideToRightAndFadeOut", + "fullName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.SlideToRightAndFadeOut", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnHidingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.SlideToTop", + "id": 0, + "name": "SlideToTop", + "fullName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.SlideToTop", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnHidingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.SlideToTopAndFadeOut", + "id": 0, + "name": "SlideToTopAndFadeOut", + "fullName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.SlideToTopAndFadeOut", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnHidingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnMovingAnimationMode", + "id": 0, + "name": "ColumnMovingAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.ColumnMovingAnimationMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ColumnMovingAnimationMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.ColumnMovingAnimationMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnMovingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnMovingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnMovingAnimationMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.ColumnMovingAnimationMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnMovingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnMovingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnMovingAnimationMode.SlideOver", + "id": 0, + "name": "SlideOver", + "fullName": "IgniteUI.Blazor.Controls.ColumnMovingAnimationMode.SlideOver", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnMovingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnMovingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnMovingAnimationMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ColumnMovingAnimationMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnMovingMode", + "id": 0, + "name": "ColumnMovingMode", + "fullName": "IgniteUI.Blazor.Controls.ColumnMovingMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ColumnMovingMode.Deferred", + "id": 0, + "name": "Deferred", + "fullName": "IgniteUI.Blazor.Controls.ColumnMovingMode.Deferred", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnMovingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnMovingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnMovingMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.ColumnMovingMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnMovingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnMovingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnMovingMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ColumnMovingMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnOptionsIconAlignment", + "id": 0, + "name": "ColumnOptionsIconAlignment", + "fullName": "IgniteUI.Blazor.Controls.ColumnOptionsIconAlignment", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ColumnOptionsIconAlignment.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.ColumnOptionsIconAlignment.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnOptionsIconAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnOptionsIconAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnOptionsIconAlignment.Opposite", + "id": 0, + "name": "Opposite", + "fullName": "IgniteUI.Blazor.Controls.ColumnOptionsIconAlignment.Opposite", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnOptionsIconAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnOptionsIconAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnOptionsIconAlignment.Unset", + "id": 0, + "name": "Unset", + "fullName": "IgniteUI.Blazor.Controls.ColumnOptionsIconAlignment.Unset", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnOptionsIconAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnOptionsIconAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnOptionsIconAlignment.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ColumnOptionsIconAlignment.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnOptionsIconBehavior", + "id": 0, + "name": "ColumnOptionsIconBehavior", + "fullName": "IgniteUI.Blazor.Controls.ColumnOptionsIconBehavior", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ColumnOptionsIconBehavior.AlwaysVisible", + "id": 0, + "name": "AlwaysVisible", + "fullName": "IgniteUI.Blazor.Controls.ColumnOptionsIconBehavior.AlwaysVisible", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnOptionsIconBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnOptionsIconBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnOptionsIconBehavior.AppearOnHover", + "id": 0, + "name": "AppearOnHover", + "fullName": "IgniteUI.Blazor.Controls.ColumnOptionsIconBehavior.AppearOnHover", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnOptionsIconBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnOptionsIconBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnOptionsIconBehavior.AppearOnHoverAnimate", + "id": 0, + "name": "AppearOnHoverAnimate", + "fullName": "IgniteUI.Blazor.Controls.ColumnOptionsIconBehavior.AppearOnHoverAnimate", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnOptionsIconBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnOptionsIconBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnOptionsIconBehavior.Unset", + "id": 0, + "name": "Unset", + "fullName": "IgniteUI.Blazor.Controls.ColumnOptionsIconBehavior.Unset", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnOptionsIconBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnOptionsIconBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnOptionsIconBehavior.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ColumnOptionsIconBehavior.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnPinningPosition", + "id": 0, + "name": "ColumnPinningPosition", + "fullName": "IgniteUI.Blazor.Controls.ColumnPinningPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ColumnPinningPosition.End", + "id": 0, + "name": "End", + "fullName": "IgniteUI.Blazor.Controls.ColumnPinningPosition.End", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnPinningPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnPinningPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnPinningPosition.Start", + "id": 0, + "name": "Start", + "fullName": "IgniteUI.Blazor.Controls.ColumnPinningPosition.Start", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnPinningPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnPinningPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnPinningPosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ColumnPinningPosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnPropertyUpdatingAnimationMode", + "id": 0, + "name": "ColumnPropertyUpdatingAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.ColumnPropertyUpdatingAnimationMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ColumnPropertyUpdatingAnimationMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.ColumnPropertyUpdatingAnimationMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnPropertyUpdatingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnPropertyUpdatingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnPropertyUpdatingAnimationMode.Interpolate", + "id": 0, + "name": "Interpolate", + "fullName": "IgniteUI.Blazor.Controls.ColumnPropertyUpdatingAnimationMode.Interpolate", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnPropertyUpdatingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnPropertyUpdatingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnPropertyUpdatingAnimationMode.InterpolateDeep", + "id": 0, + "name": "InterpolateDeep", + "fullName": "IgniteUI.Blazor.Controls.ColumnPropertyUpdatingAnimationMode.InterpolateDeep", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnPropertyUpdatingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnPropertyUpdatingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnPropertyUpdatingAnimationMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.ColumnPropertyUpdatingAnimationMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnPropertyUpdatingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnPropertyUpdatingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnPropertyUpdatingAnimationMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ColumnPropertyUpdatingAnimationMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnResizingAnimationMode", + "id": 0, + "name": "ColumnResizingAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.ColumnResizingAnimationMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ColumnResizingAnimationMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.ColumnResizingAnimationMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnResizingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnResizingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnResizingAnimationMode.Interpolate", + "id": 0, + "name": "Interpolate", + "fullName": "IgniteUI.Blazor.Controls.ColumnResizingAnimationMode.Interpolate", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnResizingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnResizingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnResizingAnimationMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.ColumnResizingAnimationMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnResizingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnResizingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnResizingAnimationMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ColumnResizingAnimationMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnResizingMode", + "id": 0, + "name": "ColumnResizingMode", + "fullName": "IgniteUI.Blazor.Controls.ColumnResizingMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ColumnResizingMode.Deferred", + "id": 0, + "name": "Deferred", + "fullName": "IgniteUI.Blazor.Controls.ColumnResizingMode.Deferred", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnResizingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnResizingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnResizingMode.Immediate", + "id": 0, + "name": "Immediate", + "fullName": "IgniteUI.Blazor.Controls.ColumnResizingMode.Immediate", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnResizingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnResizingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnResizingMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.ColumnResizingMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnResizingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnResizingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnResizingMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ColumnResizingMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode", + "id": 0, + "name": "ColumnShowingAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnShowingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.FadeIn", + "id": 0, + "name": "FadeIn", + "fullName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.FadeIn", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnShowingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnShowingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.SlideFromBottom", + "id": 0, + "name": "SlideFromBottom", + "fullName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.SlideFromBottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnShowingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.SlideFromBottomAndFadeIn", + "id": 0, + "name": "SlideFromBottomAndFadeIn", + "fullName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.SlideFromBottomAndFadeIn", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnShowingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.SlideFromLeft", + "id": 0, + "name": "SlideFromLeft", + "fullName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.SlideFromLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnShowingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.SlideFromLeftAndFadeIn", + "id": 0, + "name": "SlideFromLeftAndFadeIn", + "fullName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.SlideFromLeftAndFadeIn", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnShowingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.SlideFromRight", + "id": 0, + "name": "SlideFromRight", + "fullName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.SlideFromRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnShowingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.SlideFromRightAndFadeIn", + "id": 0, + "name": "SlideFromRightAndFadeIn", + "fullName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.SlideFromRightAndFadeIn", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnShowingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.SlideFromTop", + "id": 0, + "name": "SlideFromTop", + "fullName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.SlideFromTop", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnShowingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.SlideFromTopAndFadeIn", + "id": 0, + "name": "SlideFromTopAndFadeIn", + "fullName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.SlideFromTopAndFadeIn", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnShowingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnSortDirection", + "id": 0, + "name": "ColumnSortDirection", + "fullName": "IgniteUI.Blazor.Controls.ColumnSortDirection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ColumnSortDirection.Ascending", + "id": 0, + "name": "Ascending", + "fullName": "IgniteUI.Blazor.Controls.ColumnSortDirection.Ascending", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnSortDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnSortDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnSortDirection.Descending", + "id": 0, + "name": "Descending", + "fullName": "IgniteUI.Blazor.Controls.ColumnSortDirection.Descending", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnSortDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnSortDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnSortDirection.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.ColumnSortDirection.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnSortDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnSortDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ColumnSortDirection.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ColumnSortDirection.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ComboChangeType", + "id": 0, + "name": "ComboChangeType", + "fullName": "IgniteUI.Blazor.Controls.ComboChangeType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ComboChangeType.Addition", + "id": 0, + "name": "Addition", + "fullName": "IgniteUI.Blazor.Controls.ComboChangeType.Addition", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ComboChangeType", + "fullTypeName": "IgniteUI.Blazor.Controls.ComboChangeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ComboChangeType.Deselection", + "id": 0, + "name": "Deselection", + "fullName": "IgniteUI.Blazor.Controls.ComboChangeType.Deselection", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ComboChangeType", + "fullTypeName": "IgniteUI.Blazor.Controls.ComboChangeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ComboChangeType.Selection", + "id": 0, + "name": "Selection", + "fullName": "IgniteUI.Blazor.Controls.ComboChangeType.Selection", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ComboChangeType", + "fullTypeName": "IgniteUI.Blazor.Controls.ComboChangeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ComboChangeType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ComboChangeType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ComboEditorCloneDataSourceFilterOperation", + "id": 0, + "name": "ComboEditorCloneDataSourceFilterOperation", + "fullName": "IgniteUI.Blazor.Controls.ComboEditorCloneDataSourceFilterOperation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ComboEditorCloneDataSourceFilterOperation.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.ComboEditorCloneDataSourceFilterOperation.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ComboEditorCloneDataSourceFilterOperation", + "fullTypeName": "IgniteUI.Blazor.Controls.ComboEditorCloneDataSourceFilterOperation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ComboEditorCloneDataSourceFilterOperation.TextToValue", + "id": 0, + "name": "TextToValue", + "fullName": "IgniteUI.Blazor.Controls.ComboEditorCloneDataSourceFilterOperation.TextToValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ComboEditorCloneDataSourceFilterOperation", + "fullTypeName": "IgniteUI.Blazor.Controls.ComboEditorCloneDataSourceFilterOperation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ComboEditorCloneDataSourceFilterOperation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ComboEditorCloneDataSourceFilterOperation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ComboEditorCloneDataSourceFilterOperation.ValueToText", + "id": 0, + "name": "ValueToText", + "fullName": "IgniteUI.Blazor.Controls.ComboEditorCloneDataSourceFilterOperation.ValueToText", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ComboEditorCloneDataSourceFilterOperation", + "fullTypeName": "IgniteUI.Blazor.Controls.ComboEditorCloneDataSourceFilterOperation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ComboEditorSelectedItemChangeType", + "id": 0, + "name": "ComboEditorSelectedItemChangeType", + "fullName": "IgniteUI.Blazor.Controls.ComboEditorSelectedItemChangeType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ComboEditorSelectedItemChangeType.Row", + "id": 0, + "name": "Row", + "fullName": "IgniteUI.Blazor.Controls.ComboEditorSelectedItemChangeType.Row", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ComboEditorSelectedItemChangeType", + "fullTypeName": "IgniteUI.Blazor.Controls.ComboEditorSelectedItemChangeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ComboEditorSelectedItemChangeType.Text", + "id": 0, + "name": "Text", + "fullName": "IgniteUI.Blazor.Controls.ComboEditorSelectedItemChangeType.Text", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ComboEditorSelectedItemChangeType", + "fullTypeName": "IgniteUI.Blazor.Controls.ComboEditorSelectedItemChangeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ComboEditorSelectedItemChangeType.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.ComboEditorSelectedItemChangeType.Value", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ComboEditorSelectedItemChangeType", + "fullTypeName": "IgniteUI.Blazor.Controls.ComboEditorSelectedItemChangeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ComboEditorSelectedItemChangeType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ComboEditorSelectedItemChangeType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventArgs", + "id": 0, + "name": "ComponentRendererComponentChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventArgs.#ctor", + "id": 0, + "name": "ComponentRendererComponentChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventArgs.ComponentRendererComponentChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventArgs.NewComponent", + "id": 0, + "name": "NewComponent", + "fullName": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventArgs.NewComponent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventArgs.OldComponent", + "id": 0, + "name": "OldComponent", + "fullName": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventArgs.OldComponent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventHandler", + "id": 0, + "name": "ComponentRendererComponentChangedEventHandler", + "fullName": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventHandler", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventHandler.#ctor(System.Object,System.IntPtr)", + "id": 0, + "name": "ComponentRendererComponentChangedEventHandler(Object, IntPtr)", + "fullName": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventHandler.ComponentRendererComponentChangedEventHandler(System.Object, System.IntPtr)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "object", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "method", + "type": "IntPtr", + "fullTypeName": "System.IntPtr" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventHandler.BeginInvoke(System.Object,IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventArgs,System.AsyncCallback,System.Object)", + "id": 0, + "name": "BeginInvoke(Object, ComponentRendererComponentChangedEventArgs, AsyncCallback, Object)", + "fullName": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventHandler.BeginInvoke(System.Object, IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventArgs, System.AsyncCallback, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "sender", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "args", + "type": "ComponentRendererComponentChangedEventArgs", + "fullTypeName": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventArgs" + }, + { + "name": "callback", + "type": "AsyncCallback", + "fullTypeName": "System.AsyncCallback" + }, + { + "name": "object", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IAsyncResult", + "fullTypeName": "System.IAsyncResult" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventHandler.EndInvoke(System.IAsyncResult)", + "id": 0, + "name": "EndInvoke(IAsyncResult)", + "fullName": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventHandler.EndInvoke(System.IAsyncResult)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "result", + "type": "IAsyncResult", + "fullTypeName": "System.IAsyncResult" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventHandler.Invoke(System.Object,IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventArgs)", + "id": 0, + "name": "Invoke(Object, ComponentRendererComponentChangedEventArgs)", + "fullName": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventHandler.Invoke(System.Object, IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventArgs)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "sender", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "args", + "type": "ComponentRendererComponentChangedEventArgs", + "fullTypeName": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventArgs" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ComputedPlotAreaMarginMode", + "id": 0, + "name": "ComputedPlotAreaMarginMode", + "fullName": "IgniteUI.Blazor.Controls.ComputedPlotAreaMarginMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ComputedPlotAreaMarginMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.ComputedPlotAreaMarginMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ComputedPlotAreaMarginMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ComputedPlotAreaMarginMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ComputedPlotAreaMarginMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.ComputedPlotAreaMarginMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ComputedPlotAreaMarginMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ComputedPlotAreaMarginMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ComputedPlotAreaMarginMode.Series", + "id": 0, + "name": "Series", + "fullName": "IgniteUI.Blazor.Controls.ComputedPlotAreaMarginMode.Series", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ComputedPlotAreaMarginMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ComputedPlotAreaMarginMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ComputedPlotAreaMarginMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ComputedPlotAreaMarginMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ConsolidatedItemHitTestBehavior", + "id": 0, + "name": "ConsolidatedItemHitTestBehavior", + "fullName": "IgniteUI.Blazor.Controls.ConsolidatedItemHitTestBehavior", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ConsolidatedItemHitTestBehavior.Basic", + "id": 0, + "name": "Basic", + "fullName": "IgniteUI.Blazor.Controls.ConsolidatedItemHitTestBehavior.Basic", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ConsolidatedItemHitTestBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ConsolidatedItemHitTestBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ConsolidatedItemHitTestBehavior.NearestY", + "id": 0, + "name": "NearestY", + "fullName": "IgniteUI.Blazor.Controls.ConsolidatedItemHitTestBehavior.NearestY", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ConsolidatedItemHitTestBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ConsolidatedItemHitTestBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ConsolidatedItemHitTestBehavior.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ConsolidatedItemHitTestBehavior.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ConsolidatedItemsPosition", + "id": 0, + "name": "ConsolidatedItemsPosition", + "fullName": "IgniteUI.Blazor.Controls.ConsolidatedItemsPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ConsolidatedItemsPosition.Maximum", + "id": 0, + "name": "Maximum", + "fullName": "IgniteUI.Blazor.Controls.ConsolidatedItemsPosition.Maximum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ConsolidatedItemsPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ConsolidatedItemsPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ConsolidatedItemsPosition.Median", + "id": 0, + "name": "Median", + "fullName": "IgniteUI.Blazor.Controls.ConsolidatedItemsPosition.Median", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ConsolidatedItemsPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ConsolidatedItemsPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ConsolidatedItemsPosition.Minimum", + "id": 0, + "name": "Minimum", + "fullName": "IgniteUI.Blazor.Controls.ConsolidatedItemsPosition.Minimum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ConsolidatedItemsPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ConsolidatedItemsPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ConsolidatedItemsPosition.RelativeMaximum", + "id": 0, + "name": "RelativeMaximum", + "fullName": "IgniteUI.Blazor.Controls.ConsolidatedItemsPosition.RelativeMaximum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ConsolidatedItemsPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ConsolidatedItemsPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ConsolidatedItemsPosition.RelativeMinimum", + "id": 0, + "name": "RelativeMinimum", + "fullName": "IgniteUI.Blazor.Controls.ConsolidatedItemsPosition.RelativeMinimum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ConsolidatedItemsPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ConsolidatedItemsPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ConsolidatedItemsPosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ConsolidatedItemsPosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ContentOrientation", + "id": 0, + "name": "ContentOrientation", + "fullName": "IgniteUI.Blazor.Controls.ContentOrientation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ContentOrientation.Horizontal", + "id": 0, + "name": "Horizontal", + "fullName": "IgniteUI.Blazor.Controls.ContentOrientation.Horizontal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ContentOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ContentOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ContentOrientation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ContentOrientation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ContentOrientation.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.ContentOrientation.Vertical", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ContentOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ContentOrientation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ControlDisplayDensity", + "id": 0, + "name": "ControlDisplayDensity", + "fullName": "IgniteUI.Blazor.Controls.ControlDisplayDensity", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ControlDisplayDensity.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.ControlDisplayDensity.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ControlDisplayDensity.Comfortable", + "id": 0, + "name": "Comfortable", + "fullName": "IgniteUI.Blazor.Controls.ControlDisplayDensity.Comfortable", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ControlDisplayDensity.Compact", + "id": 0, + "name": "Compact", + "fullName": "IgniteUI.Blazor.Controls.ControlDisplayDensity.Compact", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ControlDisplayDensity.Cosy", + "id": 0, + "name": "Cosy", + "fullName": "IgniteUI.Blazor.Controls.ControlDisplayDensity.Cosy", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ControlDisplayDensity.Minimal", + "id": 0, + "name": "Minimal", + "fullName": "IgniteUI.Blazor.Controls.ControlDisplayDensity.Minimal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ControlDisplayDensity.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ControlDisplayDensity.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ControlEventBehavior", + "id": 0, + "name": "ControlEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.ControlEventBehavior", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines the behavior of events as they are fired at the JavaScript level and bubbled up to the Blazor level." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ControlEventBehavior.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.ControlEventBehavior.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The behavior is automatically determined by the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ControlEventBehavior.Immediate", + "id": 0, + "name": "Immediate", + "fullName": "IgniteUI.Blazor.Controls.ControlEventBehavior.Immediate", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The behavior is to immediately fire event handlers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ControlEventBehavior.Queued", + "id": 0, + "name": "Queued", + "fullName": "IgniteUI.Blazor.Controls.ControlEventBehavior.Queued", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The behavior is to queue the event handlers to the next available cycle." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ControlEventBehavior.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ControlEventBehavior.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode", + "id": 0, + "name": "CrosshairsDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CrosshairsDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode.Both", + "id": 0, + "name": "Both", + "fullName": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode.Both", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CrosshairsDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode.Horizontal", + "id": 0, + "name": "Horizontal", + "fullName": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode.Horizontal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CrosshairsDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CrosshairsDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode.Vertical", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CrosshairsDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType", + "id": 0, + "name": "DashboardTileVisualizationType", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.AreaChart", + "id": 0, + "name": "AreaChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.AreaChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.BarChart", + "id": 0, + "name": "BarChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.BarChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.BubbleChart", + "id": 0, + "name": "BubbleChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.BubbleChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.BulletGraph", + "id": 0, + "name": "BulletGraph", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.BulletGraph", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.CandlestickChart", + "id": 0, + "name": "CandlestickChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.CandlestickChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.ChoroplethMap", + "id": 0, + "name": "ChoroplethMap", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.ChoroplethMap", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.ColumnChart", + "id": 0, + "name": "ColumnChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.ColumnChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.DoughnutChart", + "id": 0, + "name": "DoughnutChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.DoughnutChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.FunnelChart", + "id": 0, + "name": "FunnelChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.FunnelChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.Grid", + "id": 0, + "name": "Grid", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.Grid", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.HeatmapMap", + "id": 0, + "name": "HeatmapMap", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.HeatmapMap", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.HighDensityMap", + "id": 0, + "name": "HighDensityMap", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.HighDensityMap", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.KPI", + "id": 0, + "name": "KPI", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.KPI", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.LinearGauge", + "id": 0, + "name": "LinearGauge", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.LinearGauge", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.LineChart", + "id": 0, + "name": "LineChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.LineChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.Map", + "id": 0, + "name": "Map", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.Map", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.OHLCChart", + "id": 0, + "name": "OHLCChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.OHLCChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.PieChart", + "id": 0, + "name": "PieChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.PieChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.PolarChart", + "id": 0, + "name": "PolarChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.PolarChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.RadialGauge", + "id": 0, + "name": "RadialGauge", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.RadialGauge", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.RadialLineChart", + "id": 0, + "name": "RadialLineChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.RadialLineChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.ScatterChart", + "id": 0, + "name": "ScatterChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.ScatterChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.ScatterMap", + "id": 0, + "name": "ScatterMap", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.ScatterMap", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.SparklineChart", + "id": 0, + "name": "SparklineChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.SparklineChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.SplineAreaChart", + "id": 0, + "name": "SplineAreaChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.SplineAreaChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.SplineChart", + "id": 0, + "name": "SplineChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.SplineChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.StackedAreaChart", + "id": 0, + "name": "StackedAreaChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.StackedAreaChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.StackedBarChart", + "id": 0, + "name": "StackedBarChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.StackedBarChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.StackedColumnChart", + "id": 0, + "name": "StackedColumnChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.StackedColumnChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.StepAreaChart", + "id": 0, + "name": "StepAreaChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.StepAreaChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.StepLineChart", + "id": 0, + "name": "StepLineChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.StepLineChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.TextGauge", + "id": 0, + "name": "TextGauge", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.TextGauge", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.TextView", + "id": 0, + "name": "TextView", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.TextView", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.TimeSeriesChart", + "id": 0, + "name": "TimeSeriesChart", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.TimeSeriesChart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.Treemap", + "id": 0, + "name": "Treemap", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.Treemap", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAbbreviationMode", + "id": 0, + "name": "DataAbbreviationMode", + "fullName": "IgniteUI.Blazor.Controls.DataAbbreviationMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataAbbreviationMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.DataAbbreviationMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAbbreviationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAbbreviationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAbbreviationMode.Billion", + "id": 0, + "name": "Billion", + "fullName": "IgniteUI.Blazor.Controls.DataAbbreviationMode.Billion", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAbbreviationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAbbreviationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAbbreviationMode.Independent", + "id": 0, + "name": "Independent", + "fullName": "IgniteUI.Blazor.Controls.DataAbbreviationMode.Independent", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAbbreviationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAbbreviationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAbbreviationMode.Kilo", + "id": 0, + "name": "Kilo", + "fullName": "IgniteUI.Blazor.Controls.DataAbbreviationMode.Kilo", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAbbreviationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAbbreviationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAbbreviationMode.Million", + "id": 0, + "name": "Million", + "fullName": "IgniteUI.Blazor.Controls.DataAbbreviationMode.Million", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAbbreviationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAbbreviationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAbbreviationMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.DataAbbreviationMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAbbreviationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAbbreviationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAbbreviationMode.Quadrillion", + "id": 0, + "name": "Quadrillion", + "fullName": "IgniteUI.Blazor.Controls.DataAbbreviationMode.Quadrillion", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAbbreviationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAbbreviationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAbbreviationMode.Shared", + "id": 0, + "name": "Shared", + "fullName": "IgniteUI.Blazor.Controls.DataAbbreviationMode.Shared", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAbbreviationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAbbreviationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAbbreviationMode.Trillion", + "id": 0, + "name": "Trillion", + "fullName": "IgniteUI.Blazor.Controls.DataAbbreviationMode.Trillion", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAbbreviationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAbbreviationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAbbreviationMode.Unset", + "id": 0, + "name": "Unset", + "fullName": "IgniteUI.Blazor.Controls.DataAbbreviationMode.Unset", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAbbreviationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAbbreviationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAbbreviationMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataAbbreviationMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode", + "id": 0, + "name": "DataAnnotationDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode.AxisValue", + "id": 0, + "name": "AxisValue", + "fullName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode.AxisValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode.DataLabel", + "id": 0, + "name": "DataLabel", + "fullName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode.DataLabel", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode.DataValue", + "id": 0, + "name": "DataValue", + "fullName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode.DataValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode.Hidden", + "id": 0, + "name": "Hidden", + "fullName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode.Hidden", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode.PixelValue", + "id": 0, + "name": "PixelValue", + "fullName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode.PixelValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode.WindowValue", + "id": 0, + "name": "WindowValue", + "fullName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode.WindowValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode", + "id": 0, + "name": "DataAnnotationTargetMode", + "fullName": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationTargetMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode.CategoryAxes", + "id": 0, + "name": "CategoryAxes", + "fullName": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode.CategoryAxes", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationTargetMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode.DataSourceAxes", + "id": 0, + "name": "DataSourceAxes", + "fullName": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode.DataSourceAxes", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationTargetMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode.HorizontalAxes", + "id": 0, + "name": "HorizontalAxes", + "fullName": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode.HorizontalAxes", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationTargetMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode.NumericXAxes", + "id": 0, + "name": "NumericXAxes", + "fullName": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode.NumericXAxes", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationTargetMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode.NumericYAxes", + "id": 0, + "name": "NumericYAxes", + "fullName": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode.NumericYAxes", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationTargetMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode.TimeAxes", + "id": 0, + "name": "TimeAxes", + "fullName": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode.TimeAxes", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationTargetMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode.VerticalAxes", + "id": 0, + "name": "VerticalAxes", + "fullName": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode.VerticalAxes", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationTargetMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataGridSelectionMode", + "id": 0, + "name": "DataGridSelectionMode", + "fullName": "IgniteUI.Blazor.Controls.DataGridSelectionMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataGridSelectionMode.MultipleCell", + "id": 0, + "name": "MultipleCell", + "fullName": "IgniteUI.Blazor.Controls.DataGridSelectionMode.MultipleCell", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataGridSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataGridSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataGridSelectionMode.MultipleRow", + "id": 0, + "name": "MultipleRow", + "fullName": "IgniteUI.Blazor.Controls.DataGridSelectionMode.MultipleRow", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataGridSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataGridSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataGridSelectionMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.DataGridSelectionMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataGridSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataGridSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataGridSelectionMode.RangeCell", + "id": 0, + "name": "RangeCell", + "fullName": "IgniteUI.Blazor.Controls.DataGridSelectionMode.RangeCell", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataGridSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataGridSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataGridSelectionMode.SingleCell", + "id": 0, + "name": "SingleCell", + "fullName": "IgniteUI.Blazor.Controls.DataGridSelectionMode.SingleCell", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataGridSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataGridSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataGridSelectionMode.SingleRow", + "id": 0, + "name": "SingleRow", + "fullName": "IgniteUI.Blazor.Controls.DataGridSelectionMode.SingleRow", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataGridSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataGridSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataGridSelectionMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataGridSelectionMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataIntentAttribute", + "id": 0, + "name": "DataIntentAttribute", + "fullName": "IgniteUI.Blazor.Controls.DataIntentAttribute", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.IDataIntentAttribute", + "id": 0, + "name": "IDataIntentAttribute" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataIntentAttribute.#ctor(System.String)", + "id": 0, + "name": "DataIntentAttribute(String)", + "fullName": "IgniteUI.Blazor.Controls.DataIntentAttribute.DataIntentAttribute(System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "intent", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataIntentAttribute.Intent", + "id": 0, + "name": "Intent", + "fullName": "IgniteUI.Blazor.Controls.DataIntentAttribute.Intent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode", + "id": 0, + "name": "DataLegendHeaderDateMode", + "fullName": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendHeaderDateMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode.FullStyle", + "id": 0, + "name": "FullStyle", + "fullName": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode.FullStyle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendHeaderDateMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode.LongStyle", + "id": 0, + "name": "LongStyle", + "fullName": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode.LongStyle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendHeaderDateMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode.MediumStyle", + "id": 0, + "name": "MediumStyle", + "fullName": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode.MediumStyle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendHeaderDateMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendHeaderDateMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode.ShortStyle", + "id": 0, + "name": "ShortStyle", + "fullName": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode.ShortStyle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendHeaderDateMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode", + "id": 0, + "name": "DataLegendHeaderTimeMode", + "fullName": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendHeaderTimeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode.FullStyle", + "id": 0, + "name": "FullStyle", + "fullName": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode.FullStyle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendHeaderTimeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode.LongStyle", + "id": 0, + "name": "LongStyle", + "fullName": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode.LongStyle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendHeaderTimeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode.MediumStyle", + "id": 0, + "name": "MediumStyle", + "fullName": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode.MediumStyle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendHeaderTimeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendHeaderTimeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode.ShortStyle", + "id": 0, + "name": "ShortStyle", + "fullName": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode.ShortStyle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendHeaderTimeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendLabelMode", + "id": 0, + "name": "DataLegendLabelMode", + "fullName": "IgniteUI.Blazor.Controls.DataLegendLabelMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataLegendLabelMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.DataLegendLabelMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendLabelMode.Hidden", + "id": 0, + "name": "Hidden", + "fullName": "IgniteUI.Blazor.Controls.DataLegendLabelMode.Hidden", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendLabelMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataLegendLabelMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendLabelMode.Visible", + "id": 0, + "name": "Visible", + "fullName": "IgniteUI.Blazor.Controls.DataLegendLabelMode.Visible", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendLabelMode" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendLayoutMode", + "id": 0, + "name": "DataLegendLayoutMode", + "fullName": "IgniteUI.Blazor.Controls.DataLegendLayoutMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataLegendLayoutMode.Table", + "id": 0, + "name": "Table", + "fullName": "IgniteUI.Blazor.Controls.DataLegendLayoutMode.Table", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendLayoutMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendLayoutMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendLayoutMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataLegendLayoutMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendLayoutMode.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.DataLegendLayoutMode.Vertical", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendLayoutMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendLayoutMode" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily", + "id": 0, + "name": "DataLegendSeriesFamily", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Category", + "id": 0, + "name": "Category", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Category", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesFamily", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Financial", + "id": 0, + "name": "Financial", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Financial", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesFamily", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Geographic", + "id": 0, + "name": "Geographic", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Geographic", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesFamily", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Highlight", + "id": 0, + "name": "Highlight", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Highlight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesFamily", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Indicator", + "id": 0, + "name": "Indicator", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Indicator", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesFamily", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Polar", + "id": 0, + "name": "Polar", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Polar", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesFamily", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Radial", + "id": 0, + "name": "Radial", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Radial", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesFamily", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Range", + "id": 0, + "name": "Range", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Range", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesFamily", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Scatter", + "id": 0, + "name": "Scatter", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Scatter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesFamily", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Shape", + "id": 0, + "name": "Shape", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Shape", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesFamily", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Stacked", + "id": 0, + "name": "Stacked", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.Stacked", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesFamily", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesFamily.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType", + "id": 0, + "name": "DataLegendSeriesValueType", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Angle", + "id": 0, + "name": "Angle", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Angle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Average", + "id": 0, + "name": "Average", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Average", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Change", + "id": 0, + "name": "Change", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Change", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Close", + "id": 0, + "name": "Close", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Close", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Fill", + "id": 0, + "name": "Fill", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Fill", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.High", + "id": 0, + "name": "High", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.High", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Low", + "id": 0, + "name": "Low", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Low", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Open", + "id": 0, + "name": "Open", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Open", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Radius", + "id": 0, + "name": "Radius", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Radius", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Range", + "id": 0, + "name": "Range", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Range", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Summary", + "id": 0, + "name": "Summary", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Summary", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.TypicalPrice", + "id": 0, + "name": "TypicalPrice", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.TypicalPrice", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Value", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Volume", + "id": 0, + "name": "Volume", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.Volume", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.XValue", + "id": 0, + "name": "XValue", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.XValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.YValue", + "id": 0, + "name": "YValue", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType.YValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSummaryType", + "id": 0, + "name": "DataLegendSummaryType", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSummaryType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSummaryType.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSummaryType.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSummaryType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSummaryType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSummaryType.Average", + "id": 0, + "name": "Average", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSummaryType.Average", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSummaryType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSummaryType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSummaryType.Max", + "id": 0, + "name": "Max", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSummaryType.Max", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSummaryType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSummaryType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSummaryType.Min", + "id": 0, + "name": "Min", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSummaryType.Min", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSummaryType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSummaryType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSummaryType.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSummaryType.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSummaryType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSummaryType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSummaryType.Total", + "id": 0, + "name": "Total", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSummaryType.Total", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSummaryType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSummaryType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendSummaryType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataLegendSummaryType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendUnitsMode", + "id": 0, + "name": "DataLegendUnitsMode", + "fullName": "IgniteUI.Blazor.Controls.DataLegendUnitsMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataLegendUnitsMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.DataLegendUnitsMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendUnitsMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendUnitsMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendUnitsMode.Hidden", + "id": 0, + "name": "Hidden", + "fullName": "IgniteUI.Blazor.Controls.DataLegendUnitsMode.Hidden", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendUnitsMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendUnitsMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendUnitsMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataLegendUnitsMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendUnitsMode.Visible", + "id": 0, + "name": "Visible", + "fullName": "IgniteUI.Blazor.Controls.DataLegendUnitsMode.Visible", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendUnitsMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendUnitsMode" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendValueMode", + "id": 0, + "name": "DataLegendValueMode", + "fullName": "IgniteUI.Blazor.Controls.DataLegendValueMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataLegendValueMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.DataLegendValueMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendValueMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendValueMode.Currency", + "id": 0, + "name": "Currency", + "fullName": "IgniteUI.Blazor.Controls.DataLegendValueMode.Currency", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendValueMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendValueMode.Decimal", + "id": 0, + "name": "Decimal", + "fullName": "IgniteUI.Blazor.Controls.DataLegendValueMode.Decimal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendValueMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataLegendValueMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataLegendValueMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataPieChartType", + "id": 0, + "name": "DataPieChartType", + "fullName": "IgniteUI.Blazor.Controls.DataPieChartType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataPieChartType.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.DataPieChartType.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataPieChartType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataPieChartType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataPieChartType.PieSingleRing", + "id": 0, + "name": "PieSingleRing", + "fullName": "IgniteUI.Blazor.Controls.DataPieChartType.PieSingleRing", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataPieChartType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataPieChartType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataPieChartType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataPieChartType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesAxisType", + "id": 0, + "name": "DataSeriesAxisType", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesAxisType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesAxisType.Category", + "id": 0, + "name": "Category", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesAxisType.Category", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesAxisType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesAxisType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesAxisType.CategoryAngle", + "id": 0, + "name": "CategoryAngle", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesAxisType.CategoryAngle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesAxisType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesAxisType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesAxisType.ContinuousDateTime", + "id": 0, + "name": "ContinuousDateTime", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesAxisType.ContinuousDateTime", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesAxisType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesAxisType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesAxisType.DiscreteDateTime", + "id": 0, + "name": "DiscreteDateTime", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesAxisType.DiscreteDateTime", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesAxisType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesAxisType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesAxisType.Linear", + "id": 0, + "name": "Linear", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesAxisType.Linear", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesAxisType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesAxisType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesAxisType.Logarithmic", + "id": 0, + "name": "Logarithmic", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesAxisType.Logarithmic", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesAxisType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesAxisType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesAxisType.NotApplicable", + "id": 0, + "name": "NotApplicable", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesAxisType.NotApplicable", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesAxisType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesAxisType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesAxisType.ProportionalCategoryAngle", + "id": 0, + "name": "ProportionalCategoryAngle", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesAxisType.ProportionalCategoryAngle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesAxisType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesAxisType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesAxisType.RadialLinear", + "id": 0, + "name": "RadialLinear", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesAxisType.RadialLinear", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesAxisType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesAxisType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesAxisType.RadialLogarithmic", + "id": 0, + "name": "RadialLogarithmic", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesAxisType.RadialLogarithmic", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesAxisType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesAxisType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesAxisType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesAxisType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent", + "id": 0, + "name": "DataSeriesIntent", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.AxisDateValue", + "id": 0, + "name": "AxisDateValue", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.AxisDateValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.AxisLabelValue", + "id": 0, + "name": "AxisLabelValue", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.AxisLabelValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.CloseSeriesValue", + "id": 0, + "name": "CloseSeriesValue", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.CloseSeriesValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.DontPlot", + "id": 0, + "name": "DontPlot", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.DontPlot", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.GenerationInput", + "id": 0, + "name": "GenerationInput", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.GenerationInput", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.HighSeriesValue", + "id": 0, + "name": "HighSeriesValue", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.HighSeriesValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.LowSeriesValue", + "id": 0, + "name": "LowSeriesValue", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.LowSeriesValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.OpenSeriesValue", + "id": 0, + "name": "OpenSeriesValue", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.OpenSeriesValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.PrimarySeriesValue", + "id": 0, + "name": "PrimarySeriesValue", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.PrimarySeriesValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.SalesFixedCost", + "id": 0, + "name": "SalesFixedCost", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.SalesFixedCost", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.SalesMarginalProfit", + "id": 0, + "name": "SalesMarginalProfit", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.SalesMarginalProfit", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.SalesRevenue", + "id": 0, + "name": "SalesRevenue", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.SalesRevenue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.SalesTotalCost", + "id": 0, + "name": "SalesTotalCost", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.SalesTotalCost", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.SalesUnit", + "id": 0, + "name": "SalesUnit", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.SalesUnit", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.SalesVariableCost", + "id": 0, + "name": "SalesVariableCost", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.SalesVariableCost", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.SeriesAngle", + "id": 0, + "name": "SeriesAngle", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.SeriesAngle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.SeriesFill", + "id": 0, + "name": "SeriesFill", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.SeriesFill", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.SeriesGroup", + "id": 0, + "name": "SeriesGroup", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.SeriesGroup", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.SeriesLabel", + "id": 0, + "name": "SeriesLabel", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.SeriesLabel", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.SeriesRadius", + "id": 0, + "name": "SeriesRadius", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.SeriesRadius", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.SeriesShape", + "id": 0, + "name": "SeriesShape", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.SeriesShape", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.SeriesTitle", + "id": 0, + "name": "SeriesTitle", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.SeriesTitle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.SeriesValue", + "id": 0, + "name": "SeriesValue", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.SeriesValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.SeriesX", + "id": 0, + "name": "SeriesX", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.SeriesX", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.SeriesY", + "id": 0, + "name": "SeriesY", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.SeriesY", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesIntent.VolumeSeriesValue", + "id": 0, + "name": "VolumeSeriesValue", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesIntent.VolumeSeriesValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesMarker", + "id": 0, + "name": "DataSeriesMarker", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesMarker", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesMarker.Automatic", + "id": 0, + "name": "Automatic", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesMarker.Automatic", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesMarker", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesMarker" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesMarker.Circle", + "id": 0, + "name": "Circle", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesMarker.Circle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesMarker", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesMarker" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesMarker.Diamond", + "id": 0, + "name": "Diamond", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesMarker.Diamond", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesMarker", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesMarker" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesMarker.Hexagon", + "id": 0, + "name": "Hexagon", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesMarker.Hexagon", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesMarker", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesMarker" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesMarker.Hexagram", + "id": 0, + "name": "Hexagram", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesMarker.Hexagram", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesMarker", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesMarker" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesMarker.Hidden", + "id": 0, + "name": "Hidden", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesMarker.Hidden", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesMarker", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesMarker" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesMarker.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesMarker.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesMarker", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesMarker" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesMarker.Pentagon", + "id": 0, + "name": "Pentagon", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesMarker.Pentagon", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesMarker", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesMarker" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesMarker.Pentagram", + "id": 0, + "name": "Pentagram", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesMarker.Pentagram", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesMarker", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesMarker" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesMarker.Pyramid", + "id": 0, + "name": "Pyramid", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesMarker.Pyramid", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesMarker", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesMarker" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesMarker.Smart", + "id": 0, + "name": "Smart", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesMarker.Smart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesMarker", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesMarker" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesMarker.Square", + "id": 0, + "name": "Square", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesMarker.Square", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesMarker", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesMarker" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesMarker.Tetragram", + "id": 0, + "name": "Tetragram", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesMarker.Tetragram", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesMarker", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesMarker" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesMarker.Triangle", + "id": 0, + "name": "Triangle", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesMarker.Triangle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesMarker", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesMarker" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesMarker.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesMarker.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesMemberIntentAttribute", + "id": 0, + "name": "DataSeriesMemberIntentAttribute", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesMemberIntentAttribute", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents attribute for specifying member intent of data series" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.IDataIntentAttribute", + "id": 0, + "name": "IDataIntentAttribute" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesMemberIntentAttribute.#ctor(IgniteUI.Blazor.Controls.DataSeriesIntent)", + "id": 0, + "name": "DataSeriesMemberIntentAttribute(DataSeriesIntent)", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesMemberIntentAttribute.DataSeriesMemberIntentAttribute(IgniteUI.Blazor.Controls.DataSeriesIntent)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an instance of DataSeriesMemberIntentAttribute" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberIntent", + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesMemberIntentAttribute.IgniteUI#Blazor#Controls#IDataIntentAttribute#Intent", + "id": 0, + "name": "IDataIntentAttribute.Intent", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesMemberIntentAttribute.IgniteUI.Blazor.Controls.IDataIntentAttribute.Intent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesMemberIntentAttribute.MemberIntent", + "id": 0, + "name": "MemberIntent", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesMemberIntentAttribute.MemberIntent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets member intent of data series" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesPropertyType", + "id": 0, + "name": "DataSeriesPropertyType", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesPropertyType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesPropertyType.DateTime", + "id": 0, + "name": "DateTime", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesPropertyType.DateTime", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesPropertyType.Numeric", + "id": 0, + "name": "Numeric", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesPropertyType.Numeric", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesPropertyType.String1", + "id": 0, + "name": "String1", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesPropertyType.String1", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesPropertyType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesPropertyType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesTitleAttribute", + "id": 0, + "name": "DataSeriesTitleAttribute", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesTitleAttribute", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents attribute for specifying title of data series" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.IDataIntentAttribute", + "id": 0, + "name": "IDataIntentAttribute" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesTitleAttribute.#ctor(System.String)", + "id": 0, + "name": "DataSeriesTitleAttribute(String)", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesTitleAttribute.DataSeriesTitleAttribute(System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an instance of DataSeriesTitleAttribute" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "title", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesTitleAttribute.IgniteUI#Blazor#Controls#IDataIntentAttribute#Intent", + "id": 0, + "name": "IDataIntentAttribute.Intent", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesTitleAttribute.IgniteUI.Blazor.Controls.IDataIntentAttribute.Intent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesTitleAttribute.MemberIntent", + "id": 0, + "name": "MemberIntent", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesTitleAttribute.MemberIntent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets member intent of data series" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesIntent", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesIntent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesTitleAttribute.Title", + "id": 0, + "name": "Title", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesTitleAttribute.Title", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets title of data series" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType", + "id": 0, + "name": "DataSeriesType", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.Area", + "id": 0, + "name": "Area", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.Area", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.Bar", + "id": 0, + "name": "Bar", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.Bar", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.CalloutLayer", + "id": 0, + "name": "CalloutLayer", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.CalloutLayer", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.CategoryHighlightLayer", + "id": 0, + "name": "CategoryHighlightLayer", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.CategoryHighlightLayer", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.CategoryItemHighlightLayer", + "id": 0, + "name": "CategoryItemHighlightLayer", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.CategoryItemHighlightLayer", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.CategoryToolTipLayer", + "id": 0, + "name": "CategoryToolTipLayer", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.CategoryToolTipLayer", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.Column", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.CrosshairLayer", + "id": 0, + "name": "CrosshairLayer", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.CrosshairLayer", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.DataToolTipLayer", + "id": 0, + "name": "DataToolTipLayer", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.DataToolTipLayer", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.FinalValueLayer", + "id": 0, + "name": "FinalValueLayer", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.FinalValueLayer", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.FinancialIndicator", + "id": 0, + "name": "FinancialIndicator", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.FinancialIndicator", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.FinancialOverlay", + "id": 0, + "name": "FinancialOverlay", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.FinancialOverlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.FinancialPrice", + "id": 0, + "name": "FinancialPrice", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.FinancialPrice", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.GeographicBubble", + "id": 0, + "name": "GeographicBubble", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.GeographicBubble", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.GeographicContour", + "id": 0, + "name": "GeographicContour", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.GeographicContour", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.GeographicHeat", + "id": 0, + "name": "GeographicHeat", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.GeographicHeat", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.GeographicHighDensity", + "id": 0, + "name": "GeographicHighDensity", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.GeographicHighDensity", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.GeographicPolygon", + "id": 0, + "name": "GeographicPolygon", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.GeographicPolygon", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.GeographicPolyline", + "id": 0, + "name": "GeographicPolyline", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.GeographicPolyline", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.GeographicScatter", + "id": 0, + "name": "GeographicScatter", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.GeographicScatter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.GeographicScatterArea", + "id": 0, + "name": "GeographicScatterArea", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.GeographicScatterArea", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.ItemToolTipLayer", + "id": 0, + "name": "ItemToolTipLayer", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.ItemToolTipLayer", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.Line", + "id": 0, + "name": "Line", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.Line", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.LinearGauge", + "id": 0, + "name": "LinearGauge", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.LinearGauge", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.Pie", + "id": 0, + "name": "Pie", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.Pie", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.Point", + "id": 0, + "name": "Point", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.Point", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.RadialGauge", + "id": 0, + "name": "RadialGauge", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.RadialGauge", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.RadialLine", + "id": 0, + "name": "RadialLine", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.RadialLine", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.ScatterArea", + "id": 0, + "name": "ScatterArea", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.ScatterArea", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.ScatterBubble", + "id": 0, + "name": "ScatterBubble", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.ScatterBubble", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.ScatterContour", + "id": 0, + "name": "ScatterContour", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.ScatterContour", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.ScatterHighDensity", + "id": 0, + "name": "ScatterHighDensity", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.ScatterHighDensity", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.ScatterLine", + "id": 0, + "name": "ScatterLine", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.ScatterLine", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.ScatterPoint", + "id": 0, + "name": "ScatterPoint", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.ScatterPoint", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.ScatterPolygon", + "id": 0, + "name": "ScatterPolygon", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.ScatterPolygon", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.ScatterPolyline", + "id": 0, + "name": "ScatterPolyline", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.ScatterPolyline", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.ScatterSpline", + "id": 0, + "name": "ScatterSpline", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.ScatterSpline", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.Spline", + "id": 0, + "name": "Spline", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.Spline", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.SplineArea", + "id": 0, + "name": "SplineArea", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.SplineArea", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.Stacked", + "id": 0, + "name": "Stacked", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.Stacked", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.StepArea", + "id": 0, + "name": "StepArea", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.StepArea", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.StepLine", + "id": 0, + "name": "StepLine", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.StepLine", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.TrendLineLayer", + "id": 0, + "name": "TrendLineLayer", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.TrendLineLayer", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.Unknown", + "id": 0, + "name": "Unknown", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.Unknown", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.ValueLayer", + "id": 0, + "name": "ValueLayer", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.ValueLayer", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.ValueOverlay", + "id": 0, + "name": "ValueOverlay", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.ValueOverlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSeriesType.Waterfall", + "id": 0, + "name": "Waterfall", + "fullName": "IgniteUI.Blazor.Controls.DataSeriesType.Waterfall", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSeriesType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSeriesType" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.DataSource", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "AddOnSchemaChangedListener Represents a data source for use in components which need advanced access to data." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSource.ClearPinnedRows", + "id": 0, + "name": "ClearPinnedRows()", + "fullName": "IgniteUI.Blazor.Controls.DataSource.ClearPinnedRows()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.ClearPinnedRowsAsync", + "id": 0, + "name": "ClearPinnedRowsAsync()", + "fullName": "IgniteUI.Blazor.Controls.DataSource.ClearPinnedRowsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called to clear all pinned rows." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.Clone", + "id": 0, + "name": "Clone()", + "fullName": "IgniteUI.Blazor.Controls.DataSource.Clone()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSource", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSource" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.CloneAsync", + "id": 0, + "name": "CloneAsync()", + "fullName": "IgniteUI.Blazor.Controls.DataSource.CloneAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Clones this data source instance, copying the summary, grouping, filter and sorting settings into the new instance." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<DataSource>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.DataSource>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.DeferAutoRefresh", + "id": 0, + "name": "DeferAutoRefresh", + "fullName": "IgniteUI.Blazor.Controls.DataSource.DeferAutoRefresh", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.FilterExpressions", + "id": 0, + "name": "FilterExpressions", + "fullName": "IgniteUI.Blazor.Controls.DataSource.FilterExpressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpressionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpressionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.FirstVisibleIndexRequested", + "id": 0, + "name": "FirstVisibleIndexRequested", + "fullName": "IgniteUI.Blazor.Controls.DataSource.FirstVisibleIndexRequested", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.FlushAutoRefresh", + "id": 0, + "name": "FlushAutoRefresh()", + "fullName": "IgniteUI.Blazor.Controls.DataSource.FlushAutoRefresh()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.FlushAutoRefreshAsync", + "id": 0, + "name": "FlushAutoRefreshAsync()", + "fullName": "IgniteUI.Blazor.Controls.DataSource.FlushAutoRefreshAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called to make sure a queued refresh of the data source has been applied before continuing. Should only be needed if you are trying to synchronously examine the results of changing settings on the data source. Note, for a virtual data source, the data source itself may be waiting for other synchronous requests to actualize data. This call will not wait for those, but will only make sure the appropriate requests are in flight from the settings changes" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.GetIsRowExpandedAtIndex(System.Int32)", + "id": 0, + "name": "GetIsRowExpandedAtIndex(Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.GetIsRowExpandedAtIndex(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.GetIsRowExpandedAtIndexAsync(System.Int32)", + "id": 0, + "name": "GetIsRowExpandedAtIndexAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.GetIsRowExpandedAtIndexAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the expansion state for a row." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.GetItemProperty(System.Object,System.String)", + "id": 0, + "name": "GetItemProperty(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.GetItemProperty(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.GetItemPropertyAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemPropertyAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.GetItemPropertyAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.GetItemPropertyAtIndex(System.Int32,System.String)", + "id": 0, + "name": "GetItemPropertyAtIndex(Int32, String)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.GetItemPropertyAtIndex(System.Int32, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.GetItemPropertyAtIndexAsync(System.Int32,System.String)", + "id": 0, + "name": "GetItemPropertyAtIndexAsync(Int32, String)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.GetItemPropertyAtIndexAsync(System.Int32, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.GetMainValuePath(IgniteUI.Blazor.Controls.DataSourceRowType)", + "id": 0, + "name": "GetMainValuePath(DataSourceRowType)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.GetMainValuePath(IgniteUI.Blazor.Controls.DataSourceRowType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowType", + "type": "DataSourceRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceRowType" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.GetMainValuePathAsync(IgniteUI.Blazor.Controls.DataSourceRowType)", + "id": 0, + "name": "GetMainValuePathAsync(DataSourceRowType)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.GetMainValuePathAsync(IgniteUI.Blazor.Controls.DataSourceRowType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the type of row at the specified index." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowType", + "type": "DataSourceRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceRowType" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.GetRootSummaryResults", + "id": 0, + "name": "GetRootSummaryResults()", + "fullName": "IgniteUI.Blazor.Controls.DataSource.GetRootSummaryResults()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGridSummaryResult[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.GetRootSummaryResultsAsync", + "id": 0, + "name": "GetRootSummaryResultsAsync()", + "fullName": "IgniteUI.Blazor.Controls.DataSource.GetRootSummaryResultsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the summary results for the root level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbDataGridSummaryResult[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.GetRootSummaryRowCount", + "id": 0, + "name": "GetRootSummaryRowCount()", + "fullName": "IgniteUI.Blazor.Controls.DataSource.GetRootSummaryRowCount()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.GetRootSummaryRowCountAsync", + "id": 0, + "name": "GetRootSummaryRowCountAsync()", + "fullName": "IgniteUI.Blazor.Controls.DataSource.GetRootSummaryRowCountAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the number of summary rows at the root level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.GetRowLevel(System.Int32)", + "id": 0, + "name": "GetRowLevel(Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.GetRowLevel(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.GetRowLevelAsync(System.Int32)", + "id": 0, + "name": "GetRowLevelAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.GetRowLevelAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the hierarchy level of the row." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.GetRowType(System.Int32)", + "id": 0, + "name": "GetRowType(Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.GetRowType(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "DataSourceRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.GetRowTypeAsync(System.Int32)", + "id": 0, + "name": "GetRowTypeAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.GetRowTypeAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the type of row at the specified index." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<DataSourceRowType>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.DataSourceRowType>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.GetSectionSummaryResults(System.Int32)", + "id": 0, + "name": "GetSectionSummaryResults(Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.GetSectionSummaryResults(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "sectionIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "IgbDataGridSummaryResult[][]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[][]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.GetSectionSummaryResultsAsync(System.Int32)", + "id": 0, + "name": "GetSectionSummaryResultsAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.GetSectionSummaryResultsAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the summary results for a specific section." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "sectionIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<IgbDataGridSummaryResult[][]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[][]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.GetStickyRowPriority(System.Int32)", + "id": 0, + "name": "GetStickyRowPriority(Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.GetStickyRowPriority(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.GetStickyRowPriorityAsync(System.Int32)", + "id": 0, + "name": "GetStickyRowPriorityAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.GetStickyRowPriorityAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the priority of a pinned row, which defines how it interacts with other pinned rows." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.IncludeSummaryRowsInSection", + "id": 0, + "name": "IncludeSummaryRowsInSection", + "fullName": "IgniteUI.Blazor.Controls.DataSource.IncludeSummaryRowsInSection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.IndexOfItem(System.Object)", + "id": 0, + "name": "IndexOfItem(Object)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.IndexOfItem(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.IndexOfItemAsync(System.Object)", + "id": 0, + "name": "IndexOfItemAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.IndexOfItemAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called to return the index for an item contained in the data source, or -1, if the item can't be found, or this action isn't currently supported." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.IndexOfKey(System.Object[])", + "id": 0, + "name": "IndexOfKey(Object[])", + "fullName": "IgniteUI.Blazor.Controls.DataSource.IndexOfKey(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.IndexOfKeyAsync(System.Object[])", + "id": 0, + "name": "IndexOfKeyAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.DataSource.IndexOfKeyAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.IsExclusivelySticky(System.Int32)", + "id": 0, + "name": "IsExclusivelySticky(Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.IsExclusivelySticky(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.IsExclusivelyStickyAsync(System.Int32)", + "id": 0, + "name": "IsExclusivelyStickyAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.IsExclusivelyStickyAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the row is allowed to push other sticky rows with the same priority." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.IsPlaceholderItem(System.Int32)", + "id": 0, + "name": "IsPlaceholderItem(Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.IsPlaceholderItem(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.IsPlaceholderItemAsync(System.Int32)", + "id": 0, + "name": "IsPlaceholderItemAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.IsPlaceholderItemAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns true if the item at the requested index is a placeholder item and has not been actualized." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.IsRowPinned(System.Int32)", + "id": 0, + "name": "IsRowPinned(Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.IsRowPinned(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.IsRowPinnedAsync(System.Int32)", + "id": 0, + "name": "IsRowPinnedAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.IsRowPinnedAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns whether the row is pinned." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.IsRowSpanning(IgniteUI.Blazor.Controls.DataSourceRowType)", + "id": 0, + "name": "IsRowSpanning(DataSourceRowType)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.IsRowSpanning(IgniteUI.Blazor.Controls.DataSourceRowType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowType", + "type": "DataSourceRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceRowType" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.IsRowSpanningAsync(IgniteUI.Blazor.Controls.DataSourceRowType)", + "id": 0, + "name": "IsRowSpanningAsync(DataSourceRowType)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.IsRowSpanningAsync(IgniteUI.Blazor.Controls.DataSourceRowType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns whether the requested row type is considered a spanning element for the data source. Spanning elements have a single complex value rather than the current schema of the data source." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowType", + "type": "DataSourceRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceRowType" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.IsSectionCollapsable", + "id": 0, + "name": "IsSectionCollapsable", + "fullName": "IgniteUI.Blazor.Controls.DataSource.IsSectionCollapsable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.IsSectionContentVisible", + "id": 0, + "name": "IsSectionContentVisible", + "fullName": "IgniteUI.Blazor.Controls.DataSource.IsSectionContentVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.IsSectionExpandedDefault", + "id": 0, + "name": "IsSectionExpandedDefault", + "fullName": "IgniteUI.Blazor.Controls.DataSource.IsSectionExpandedDefault", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.IsSectionHeaderNormalRow", + "id": 0, + "name": "IsSectionHeaderNormalRow", + "fullName": "IgniteUI.Blazor.Controls.DataSource.IsSectionHeaderNormalRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.IsSectionSummaryRowsAtBottom", + "id": 0, + "name": "IsSectionSummaryRowsAtBottom", + "fullName": "IgniteUI.Blazor.Controls.DataSource.IsSectionSummaryRowsAtBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.LastVisibleIndexRequested", + "id": 0, + "name": "LastVisibleIndexRequested", + "fullName": "IgniteUI.Blazor.Controls.DataSource.LastVisibleIndexRequested", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.PinRow(System.Object[])", + "id": 0, + "name": "PinRow(Object[])", + "fullName": "IgniteUI.Blazor.Controls.DataSource.PinRow(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.PinRowAsync(System.Object[])", + "id": 0, + "name": "PinRowAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.DataSource.PinRowAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.PrimaryKey", + "id": 0, + "name": "PrimaryKey", + "fullName": "IgniteUI.Blazor.Controls.DataSource.PrimaryKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.PropertiesRequested", + "id": 0, + "name": "PropertiesRequested", + "fullName": "IgniteUI.Blazor.Controls.DataSource.PropertiesRequested", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.QueueAutoRefresh", + "id": 0, + "name": "QueueAutoRefresh()", + "fullName": "IgniteUI.Blazor.Controls.DataSource.QueueAutoRefresh()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.QueueAutoRefreshAsync", + "id": 0, + "name": "QueueAutoRefreshAsync()", + "fullName": "IgniteUI.Blazor.Controls.DataSource.QueueAutoRefreshAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called to manually queue a refresh of the data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.Refresh", + "id": 0, + "name": "Refresh()", + "fullName": "IgniteUI.Blazor.Controls.DataSource.Refresh()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.RefreshAsync", + "id": 0, + "name": "RefreshAsync()", + "fullName": "IgniteUI.Blazor.Controls.DataSource.RefreshAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called to synchronously refresh the data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.ResolveSchemaPropertyType(System.String)", + "id": 0, + "name": "ResolveSchemaPropertyType(String)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.ResolveSchemaPropertyType(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.ResolveSchemaPropertyTypeAsync(System.String)", + "id": 0, + "name": "ResolveSchemaPropertyTypeAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.ResolveSchemaPropertyTypeAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Resolve a property or property path to its value type." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<DataSourceSchemaPropertyType>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.SchemaIncludedProperties", + "id": 0, + "name": "SchemaIncludedProperties", + "fullName": "IgniteUI.Blazor.Controls.DataSource.SchemaIncludedProperties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.SectionHeaderDisplayMode", + "id": 0, + "name": "SectionHeaderDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.DataSource.SectionHeaderDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSectionHeaderDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSectionHeaderDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.SetIsRowExpandedAtIndex(System.Int32,System.Boolean)", + "id": 0, + "name": "SetIsRowExpandedAtIndex(Int32, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.SetIsRowExpandedAtIndex(System.Int32, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "isExpanded", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.SetIsRowExpandedAtIndexAsync(System.Int32,System.Boolean)", + "id": 0, + "name": "SetIsRowExpandedAtIndexAsync(Int32, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.DataSource.SetIsRowExpandedAtIndexAsync(System.Int32, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "isExpanded", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.ShouldEmitSectionFooters", + "id": 0, + "name": "ShouldEmitSectionFooters", + "fullName": "IgniteUI.Blazor.Controls.DataSource.ShouldEmitSectionFooters", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.ShouldEmitSectionHeaders", + "id": 0, + "name": "ShouldEmitSectionHeaders", + "fullName": "IgniteUI.Blazor.Controls.DataSource.ShouldEmitSectionHeaders", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.ShouldEmitShiftedRows", + "id": 0, + "name": "ShouldEmitShiftedRows", + "fullName": "IgniteUI.Blazor.Controls.DataSource.ShouldEmitShiftedRows", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.ShouldEmitSummaryRows", + "id": 0, + "name": "ShouldEmitSummaryRows", + "fullName": "IgniteUI.Blazor.Controls.DataSource.ShouldEmitSummaryRows", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.SummaryScope", + "id": 0, + "name": "SummaryScope", + "fullName": "IgniteUI.Blazor.Controls.DataSource.SummaryScope", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSummaryScope", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryScope" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.UnpinRow(System.Object[])", + "id": 0, + "name": "UnpinRow(Object[])", + "fullName": "IgniteUI.Blazor.Controls.DataSource.UnpinRow(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.UnpinRowAsync(System.Object[])", + "id": 0, + "name": "UnpinRowAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.DataSource.UnpinRowAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSource.UpdateNotifier", + "id": 0, + "name": "UpdateNotifier", + "fullName": "IgniteUI.Blazor.Controls.DataSource.UpdateNotifier", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceUpdateNotifier", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceClonableDataProvider", + "id": 0, + "name": "DataSourceClonableDataProvider", + "fullName": "IgniteUI.Blazor.Controls.DataSourceClonableDataProvider", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an interface that a data provider can implement to be clonable." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSourceClonableDataProvider.Clone", + "id": 0, + "name": "Clone()", + "fullName": "IgniteUI.Blazor.Controls.DataSourceClonableDataProvider.Clone()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceDataProvider", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceDataProvider" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceClonableDataProvider.CloneAsync", + "id": 0, + "name": "CloneAsync()", + "fullName": "IgniteUI.Blazor.Controls.DataSourceClonableDataProvider.CloneAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<DataSourceDataProvider>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.DataSourceDataProvider>" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider", + "id": 0, + "name": "DataSourceDataProvider", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an interface that can be implemented to create a data provider for a data source." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.AddItem(System.Object)", + "id": 0, + "name": "AddItem(Object)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.AddItem(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.AddItemAsync(System.Object)", + "id": 0, + "name": "AddItemAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.AddItemAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Adds the item to the data." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.DeferAutoRefresh", + "id": 0, + "name": "DeferAutoRefresh", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.DeferAutoRefresh", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.ExecutionContext", + "id": 0, + "name": "ExecutionContext", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.ExecutionContext", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceExecutionContext", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceExecutionContext" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.FilterExpressions", + "id": 0, + "name": "FilterExpressions", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.FilterExpressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpressionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpressionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.FlushAutoRefresh", + "id": 0, + "name": "FlushAutoRefresh()", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.FlushAutoRefresh()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.FlushAutoRefreshAsync", + "id": 0, + "name": "FlushAutoRefreshAsync()", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.FlushAutoRefreshAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called to make sure a queued refresh of the data provider has been applied before continuing. Should only be needed if you are trying to synchronously examine the results of changing settings on the data provider. Note, for a virtual data provider, the data provider itself may be waiting for other synchronous requests to actualize data. This call will not wait for those, but will only make sure the appropriate requests are in flight from the settings changes" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.GetItemValue(System.Object,System.String)", + "id": 0, + "name": "GetItemValue(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.GetItemValue(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.GetItemValueAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemValueAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.GetItemValueAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.IndexOfItem(System.Object)", + "id": 0, + "name": "IndexOfItem(Object)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.IndexOfItem(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.IndexOfItemAsync(System.Object)", + "id": 0, + "name": "IndexOfItemAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.IndexOfItemAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called to return the index for an item contained in the data source, or -1, if the item can't be found, or this action isn't currently supported." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.IndexOfKey(System.Object[])", + "id": 0, + "name": "IndexOfKey(Object[])", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.IndexOfKey(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.IndexOfKeyAsync(System.Object[])", + "id": 0, + "name": "IndexOfKeyAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.IndexOfKeyAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.PropertiesRequested", + "id": 0, + "name": "PropertiesRequested", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.PropertiesRequested", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.QueueAutoRefresh", + "id": 0, + "name": "QueueAutoRefresh()", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.QueueAutoRefresh()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.QueueAutoRefreshAsync", + "id": 0, + "name": "QueueAutoRefreshAsync()", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.QueueAutoRefreshAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called to manually queue a refresh of the data provider." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.Refresh", + "id": 0, + "name": "Refresh()", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.Refresh()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.RefreshAsync", + "id": 0, + "name": "RefreshAsync()", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.RefreshAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called to synchronously refresh the data provider." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.RemoveItem(System.Object)", + "id": 0, + "name": "RemoveItem(Object)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.RemoveItem(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.RemoveItemAsync(System.Object)", + "id": 0, + "name": "RemoveItemAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.RemoveItemAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes the item from the data." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.ResolveSchemaPropertyType(System.String)", + "id": 0, + "name": "ResolveSchemaPropertyType(String)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.ResolveSchemaPropertyType(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.ResolveSchemaPropertyTypeAsync(System.String)", + "id": 0, + "name": "ResolveSchemaPropertyTypeAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.ResolveSchemaPropertyTypeAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Resolve a property or property path to its value type." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<DataSourceSchemaPropertyType>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.SchemaIncludedProperties", + "id": 0, + "name": "SchemaIncludedProperties", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.SchemaIncludedProperties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.SetItemValue(System.Object,System.String,System.Object)", + "id": 0, + "name": "SetItemValue(Object, String, Object)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.SetItemValue(System.Object, System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.SetItemValueAsync(System.Object,System.String,System.Object)", + "id": 0, + "name": "SetItemValueAsync(Object, String, Object)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.SetItemValueAsync(System.Object, System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.SummaryScope", + "id": 0, + "name": "SummaryScope", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.SummaryScope", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSummaryScope", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryScope" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProvider.UpdateNotifier", + "id": 0, + "name": "UpdateNotifier", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProvider.UpdateNotifier", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceDataProviderUpdateNotifier", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceDataProviderUpdateNotifier" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceDataProviderUpdateNotifier", + "id": 0, + "name": "DataSourceDataProviderUpdateNotifier", + "fullName": "IgniteUI.Blazor.Controls.DataSourceDataProviderUpdateNotifier", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Can be implemented to serve as a target for data provider update events." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceExecutionContext", + "id": 0, + "name": "DataSourceExecutionContext", + "fullName": "IgniteUI.Blazor.Controls.DataSourceExecutionContext", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an execution context that DataSources and DataProviders can syncrhonize execution with, or use to delay execution of some logic." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceFilterBuilderBuildCallback", + "id": 0, + "name": "DataSourceFilterBuilderBuildCallback", + "fullName": "IgniteUI.Blazor.Controls.DataSourceFilterBuilderBuildCallback", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A callback for interacting with the filter builder factory." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSourceFilterBuilderBuildCallback.#ctor(System.Object,System.IntPtr)", + "id": 0, + "name": "DataSourceFilterBuilderBuildCallback(Object, IntPtr)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceFilterBuilderBuildCallback.DataSourceFilterBuilderBuildCallback(System.Object, System.IntPtr)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "object", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "method", + "type": "IntPtr", + "fullTypeName": "System.IntPtr" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceFilterBuilderBuildCallback.BeginInvoke(IgniteUI.Blazor.Controls.FilterFactory,System.AsyncCallback,System.Object)", + "id": 0, + "name": "BeginInvoke(FilterFactory, AsyncCallback, Object)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceFilterBuilderBuildCallback.BeginInvoke(IgniteUI.Blazor.Controls.FilterFactory, System.AsyncCallback, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "b", + "type": "FilterFactory", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterFactory" + }, + { + "name": "callback", + "type": "AsyncCallback", + "fullTypeName": "System.AsyncCallback" + }, + { + "name": "object", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IAsyncResult", + "fullTypeName": "System.IAsyncResult" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceFilterBuilderBuildCallback.EndInvoke(System.IAsyncResult)", + "id": 0, + "name": "EndInvoke(IAsyncResult)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceFilterBuilderBuildCallback.EndInvoke(System.IAsyncResult)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "result", + "type": "IAsyncResult", + "fullTypeName": "System.IAsyncResult" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceFilterBuilderBuildCallback.Invoke(IgniteUI.Blazor.Controls.FilterFactory)", + "id": 0, + "name": "Invoke(FilterFactory)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceFilterBuilderBuildCallback.Invoke(IgniteUI.Blazor.Controls.FilterFactory)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "b", + "type": "FilterFactory", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterFactory" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceLocalDataProvider", + "id": 0, + "name": "DataSourceLocalDataProvider", + "fullName": "IgniteUI.Blazor.Controls.DataSourceLocalDataProvider", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a local data provider which has synchronous access to actual data items." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSourceLocalDataProvider.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.DataSourceLocalDataProvider.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourcePageRequestPriority", + "id": 0, + "name": "DataSourcePageRequestPriority", + "fullName": "IgniteUI.Blazor.Controls.DataSourcePageRequestPriority", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSourcePageRequestPriority.High", + "id": 0, + "name": "High", + "fullName": "IgniteUI.Blazor.Controls.DataSourcePageRequestPriority.High", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourcePageRequestPriority", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourcePageRequestPriority" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourcePageRequestPriority.Low", + "id": 0, + "name": "Low", + "fullName": "IgniteUI.Blazor.Controls.DataSourcePageRequestPriority.Low", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourcePageRequestPriority", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourcePageRequestPriority" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourcePageRequestPriority.Normal", + "id": 0, + "name": "Normal", + "fullName": "IgniteUI.Blazor.Controls.DataSourcePageRequestPriority.Normal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourcePageRequestPriority", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourcePageRequestPriority" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourcePageRequestPriority.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataSourcePageRequestPriority.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceRowType", + "id": 0, + "name": "DataSourceRowType", + "fullName": "IgniteUI.Blazor.Controls.DataSourceRowType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSourceRowType.Custom", + "id": 0, + "name": "Custom", + "fullName": "IgniteUI.Blazor.Controls.DataSourceRowType.Custom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceRowType.Normal", + "id": 0, + "name": "Normal", + "fullName": "IgniteUI.Blazor.Controls.DataSourceRowType.Normal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceRowType.SectionFooter", + "id": 0, + "name": "SectionFooter", + "fullName": "IgniteUI.Blazor.Controls.DataSourceRowType.SectionFooter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceRowType.SectionHeader", + "id": 0, + "name": "SectionHeader", + "fullName": "IgniteUI.Blazor.Controls.DataSourceRowType.SectionHeader", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceRowType.ShiftedRow", + "id": 0, + "name": "ShiftedRow", + "fullName": "IgniteUI.Blazor.Controls.DataSourceRowType.ShiftedRow", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceRowType.SummaryRowRoot", + "id": 0, + "name": "SummaryRowRoot", + "fullName": "IgniteUI.Blazor.Controls.DataSourceRowType.SummaryRowRoot", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceRowType.SummaryRowSection", + "id": 0, + "name": "SummaryRowSection", + "fullName": "IgniteUI.Blazor.Controls.DataSourceRowType.SummaryRowSection", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceRowType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataSourceRowType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSchema", + "id": 0, + "name": "DataSourceSchema", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSchema", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents information about the properties available on items of a data source." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType", + "id": 0, + "name": "DataSourceSchemaPropertyType", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.BooleanValue", + "id": 0, + "name": "BooleanValue", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.BooleanValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.ByteValue", + "id": 0, + "name": "ByteValue", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.ByteValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.DateTimeOffsetValue", + "id": 0, + "name": "DateTimeOffsetValue", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.DateTimeOffsetValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.DateTimeValue", + "id": 0, + "name": "DateTimeValue", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.DateTimeValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.DecimalValue", + "id": 0, + "name": "DecimalValue", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.DecimalValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.DoubleValue", + "id": 0, + "name": "DoubleValue", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.DoubleValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.IntValue", + "id": 0, + "name": "IntValue", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.IntValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.LongValue", + "id": 0, + "name": "LongValue", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.LongValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.ObjectValue", + "id": 0, + "name": "ObjectValue", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.ObjectValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.ShortValue", + "id": 0, + "name": "ShortValue", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.ShortValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.SingleValue", + "id": 0, + "name": "SingleValue", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.SingleValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.StringValue", + "id": 0, + "name": "StringValue", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.StringValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSectionHeaderDisplayMode", + "id": 0, + "name": "DataSourceSectionHeaderDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSectionHeaderDisplayMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSectionHeaderDisplayMode.Combined", + "id": 0, + "name": "Combined", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSectionHeaderDisplayMode.Combined", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSectionHeaderDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSectionHeaderDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSectionHeaderDisplayMode.Split", + "id": 0, + "name": "Split", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSectionHeaderDisplayMode.Split", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSectionHeaderDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSectionHeaderDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSectionHeaderDisplayMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSectionHeaderDisplayMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand", + "id": 0, + "name": "DataSourceSummaryOperand", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand.Average", + "id": 0, + "name": "Average", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand.Average", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand.Count", + "id": 0, + "name": "Count", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand.Count", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand.Custom", + "id": 0, + "name": "Custom", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand.Custom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand.Max", + "id": 0, + "name": "Max", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand.Max", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand.Min", + "id": 0, + "name": "Min", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand.Min", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand.Sum", + "id": 0, + "name": "Sum", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand.Sum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSummaryScope", + "id": 0, + "name": "DataSourceSummaryScope", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSummaryScope", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSummaryScope.Both", + "id": 0, + "name": "Both", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSummaryScope.Both", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSummaryScope", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryScope" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSummaryScope.Groups", + "id": 0, + "name": "Groups", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSummaryScope.Groups", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSummaryScope", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryScope" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSummaryScope.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSummaryScope.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSummaryScope", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryScope" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSummaryScope.Root", + "id": 0, + "name": "Root", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSummaryScope.Root", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSummaryScope", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryScope" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSummaryScope.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSummaryScope.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSupportsCount", + "id": 0, + "name": "DataSourceSupportsCount", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSupportsCount", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A data source that supports indicating the actual count of its items." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSupportsIndexedAccess", + "id": 0, + "name": "DataSourceSupportsIndexedAccess", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSupportsIndexedAccess", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A data source that supports indexed access to its items." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSupportsIndexedAccess.GetItemAtIndex(System.Int32)", + "id": 0, + "name": "GetItemAtIndex(Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSupportsIndexedAccess.GetItemAtIndex(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceSupportsIndexedAccess.GetItemAtIndexAsync(System.Int32)", + "id": 0, + "name": "GetItemAtIndexAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceSupportsIndexedAccess.GetItemAtIndexAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the item at the specific index in the data source. This index is based on the data source's current view of the data, not the actual underlying indexes of the original source." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier", + "id": 0, + "name": "DataSourceUpdateNotifier", + "fullName": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the events that a data source can notify consumers about." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier.NotifyClearItems", + "id": 0, + "name": "NotifyClearItems()", + "fullName": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier.NotifyClearItems()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier.NotifyClearItemsAsync", + "id": 0, + "name": "NotifyClearItemsAsync()", + "fullName": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier.NotifyClearItemsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called when a large change occurs in the data source, or the content of the data source has been cleared." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier.NotifyInsertItem(System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItem(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier.NotifyInsertItem(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier.NotifyInsertItemAsync(System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItemAsync(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier.NotifyInsertItemAsync(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier.NotifyRemoveItem(System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItem(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier.NotifyRemoveItem(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier.NotifyRemoveItemAsync(System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItemAsync(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier.NotifyRemoveItemAsync(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier.NotifySetItem(System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItem(Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier.NotifySetItem(System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier.NotifySetItemAsync(System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItemAsync(Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier.NotifySetItemAsync(System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier.RangeActualized(System.Int32,System.Int32)", + "id": 0, + "name": "RangeActualized(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier.RangeActualized(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "endIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier.RangeActualizedAsync(System.Int32,System.Int32)", + "id": 0, + "name": "RangeActualizedAsync(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceUpdateNotifier.RangeActualizedAsync(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "endIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider", + "id": 0, + "name": "DataSourceVirtualDataProvider", + "fullName": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a virtual data provider for a data source. A virtual data provider is paged and will load requested pages asynchronously." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.AddPageRequest(System.Int32,IgniteUI.Blazor.Controls.DataSourcePageRequestPriority)", + "id": 0, + "name": "AddPageRequest(Int32, DataSourcePageRequestPriority)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.AddPageRequest(System.Int32, IgniteUI.Blazor.Controls.DataSourcePageRequestPriority)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "pageIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "priority", + "type": "DataSourcePageRequestPriority", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourcePageRequestPriority" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.AddPageRequestAsync(System.Int32,IgniteUI.Blazor.Controls.DataSourcePageRequestPriority)", + "id": 0, + "name": "AddPageRequestAsync(Int32, DataSourcePageRequestPriority)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.AddPageRequestAsync(System.Int32, IgniteUI.Blazor.Controls.DataSourcePageRequestPriority)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "pageIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "priority", + "type": "DataSourcePageRequestPriority", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourcePageRequestPriority" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.BatchCompleted", + "id": 0, + "name": "BatchCompleted", + "fullName": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.BatchCompleted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.Close", + "id": 0, + "name": "Close()", + "fullName": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.Close()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.CloseAsync", + "id": 0, + "name": "CloseAsync()", + "fullName": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.CloseAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Closes the data provider, destroying its pending work." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.CreateBatchRequest(IgniteUI.Blazor.Controls.IgbTransactionState[])", + "id": 0, + "name": "CreateBatchRequest(IgbTransactionState[])", + "fullName": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.CreateBatchRequest(IgniteUI.Blazor.Controls.IgbTransactionState[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "changes", + "type": "IgbTransactionState[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTransactionState[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.CreateBatchRequestAsync(IgniteUI.Blazor.Controls.IgbTransactionState[])", + "id": 0, + "name": "CreateBatchRequestAsync(IgbTransactionState[])", + "fullName": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.CreateBatchRequestAsync(IgniteUI.Blazor.Controls.IgbTransactionState[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "changes", + "type": "IgbTransactionState[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTransactionState[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.PageLoaded", + "id": 0, + "name": "PageLoaded", + "fullName": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.PageLoaded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.PageSizeRequested", + "id": 0, + "name": "PageSizeRequested", + "fullName": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.PageSizeRequested", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.RemoveAllPageRequests", + "id": 0, + "name": "RemoveAllPageRequests()", + "fullName": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.RemoveAllPageRequests()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.RemoveAllPageRequestsAsync", + "id": 0, + "name": "RemoveAllPageRequestsAsync()", + "fullName": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.RemoveAllPageRequestsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes all page requests from the data provider." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.RemovePageRequest(System.Int32)", + "id": 0, + "name": "RemovePageRequest(Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.RemovePageRequest(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "pageIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.RemovePageRequestAsync(System.Int32)", + "id": 0, + "name": "RemovePageRequestAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.DataSourceVirtualDataProvider.RemovePageRequestAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes a page request for a given page index." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "pageIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipConstraintMode", + "id": 0, + "name": "DataTooltipConstraintMode", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipConstraintMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipConstraintMode.Application", + "id": 0, + "name": "Application", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipConstraintMode.Application", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipConstraintMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipConstraintMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipConstraintMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipConstraintMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipConstraintMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipConstraintMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipConstraintMode.Chart", + "id": 0, + "name": "Chart", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipConstraintMode.Chart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipConstraintMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipConstraintMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipConstraintMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipConstraintMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipConstraintMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipConstraintMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipConstraintMode.PlotArea", + "id": 0, + "name": "PlotArea", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipConstraintMode.PlotArea", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipConstraintMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipConstraintMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipConstraintMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipConstraintMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX", + "id": 0, + "name": "DataTooltipGroupedPositionX", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionX", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.LeftEdgeSnapLeft", + "id": 0, + "name": "LeftEdgeSnapLeft", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.LeftEdgeSnapLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionX", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.LeftEdgeSnapMiddle", + "id": 0, + "name": "LeftEdgeSnapMiddle", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.LeftEdgeSnapMiddle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionX", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.LeftEdgeSnapRight", + "id": 0, + "name": "LeftEdgeSnapRight", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.LeftEdgeSnapRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionX", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.PinLeft", + "id": 0, + "name": "PinLeft", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.PinLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionX", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.PinMiddle", + "id": 0, + "name": "PinMiddle", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.PinMiddle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionX", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.PinRight", + "id": 0, + "name": "PinRight", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.PinRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionX", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.RightEdgeSnapLeft", + "id": 0, + "name": "RightEdgeSnapLeft", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.RightEdgeSnapLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionX", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.RightEdgeSnapMiddle", + "id": 0, + "name": "RightEdgeSnapMiddle", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.RightEdgeSnapMiddle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionX", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.RightEdgeSnapRight", + "id": 0, + "name": "RightEdgeSnapRight", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.RightEdgeSnapRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionX", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.SnapLeft", + "id": 0, + "name": "SnapLeft", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.SnapLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionX", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.SnapMiddle", + "id": 0, + "name": "SnapMiddle", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.SnapMiddle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionX", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.SnapRight", + "id": 0, + "name": "SnapRight", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.SnapRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionX", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.TrackLeft", + "id": 0, + "name": "TrackLeft", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.TrackLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionX", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.TrackMiddle", + "id": 0, + "name": "TrackMiddle", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.TrackMiddle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionX", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.TrackRight", + "id": 0, + "name": "TrackRight", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.TrackRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionX", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY", + "id": 0, + "name": "DataTooltipGroupedPositionY", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionY", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.BottomEdgeSnapBottom", + "id": 0, + "name": "BottomEdgeSnapBottom", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.BottomEdgeSnapBottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionY", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.BottomEdgeSnapMiddle", + "id": 0, + "name": "BottomEdgeSnapMiddle", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.BottomEdgeSnapMiddle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionY", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.BottomEdgeSnapTop", + "id": 0, + "name": "BottomEdgeSnapTop", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.BottomEdgeSnapTop", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionY", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.PinBottom", + "id": 0, + "name": "PinBottom", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.PinBottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionY", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.PinMiddle", + "id": 0, + "name": "PinMiddle", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.PinMiddle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionY", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.PinTop", + "id": 0, + "name": "PinTop", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.PinTop", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionY", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.SnapBottom", + "id": 0, + "name": "SnapBottom", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.SnapBottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionY", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.SnapMiddle", + "id": 0, + "name": "SnapMiddle", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.SnapMiddle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionY", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.SnapTop", + "id": 0, + "name": "SnapTop", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.SnapTop", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionY", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.TopEdgeSnapBottom", + "id": 0, + "name": "TopEdgeSnapBottom", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.TopEdgeSnapBottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionY", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.TopEdgeSnapMiddle", + "id": 0, + "name": "TopEdgeSnapMiddle", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.TopEdgeSnapMiddle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionY", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.TopEdgeSnapTop", + "id": 0, + "name": "TopEdgeSnapTop", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.TopEdgeSnapTop", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionY", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.TrackBottom", + "id": 0, + "name": "TrackBottom", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.TrackBottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionY", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.TrackMiddle", + "id": 0, + "name": "TrackMiddle", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.TrackMiddle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionY", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.TrackTop", + "id": 0, + "name": "TrackTop", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.TrackTop", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionY", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataToolTipLayerGroupingMode", + "id": 0, + "name": "DataToolTipLayerGroupingMode", + "fullName": "IgniteUI.Blazor.Controls.DataToolTipLayerGroupingMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataToolTipLayerGroupingMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.DataToolTipLayerGroupingMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataToolTipLayerGroupingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataToolTipLayerGroupingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataToolTipLayerGroupingMode.Grouped", + "id": 0, + "name": "Grouped", + "fullName": "IgniteUI.Blazor.Controls.DataToolTipLayerGroupingMode.Grouped", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataToolTipLayerGroupingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataToolTipLayerGroupingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataToolTipLayerGroupingMode.Individual", + "id": 0, + "name": "Individual", + "fullName": "IgniteUI.Blazor.Controls.DataToolTipLayerGroupingMode.Individual", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataToolTipLayerGroupingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataToolTipLayerGroupingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataToolTipLayerGroupingMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataToolTipLayerGroupingMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DataToolTipLayerPosition", + "id": 0, + "name": "DataToolTipLayerPosition", + "fullName": "IgniteUI.Blazor.Controls.DataToolTipLayerPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DataToolTipLayerPosition.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.DataToolTipLayerPosition.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataToolTipLayerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DataToolTipLayerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataToolTipLayerPosition.InsideEnd", + "id": 0, + "name": "InsideEnd", + "fullName": "IgniteUI.Blazor.Controls.DataToolTipLayerPosition.InsideEnd", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataToolTipLayerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DataToolTipLayerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataToolTipLayerPosition.InsideStart", + "id": 0, + "name": "InsideStart", + "fullName": "IgniteUI.Blazor.Controls.DataToolTipLayerPosition.InsideStart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataToolTipLayerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DataToolTipLayerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataToolTipLayerPosition.OutsideEnd", + "id": 0, + "name": "OutsideEnd", + "fullName": "IgniteUI.Blazor.Controls.DataToolTipLayerPosition.OutsideEnd", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataToolTipLayerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DataToolTipLayerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataToolTipLayerPosition.OutsideStart", + "id": 0, + "name": "OutsideStart", + "fullName": "IgniteUI.Blazor.Controls.DataToolTipLayerPosition.OutsideStart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataToolTipLayerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DataToolTipLayerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DataToolTipLayerPosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DataToolTipLayerPosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DateFormats", + "id": 0, + "name": "DateFormats", + "fullName": "IgniteUI.Blazor.Controls.DateFormats", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DateFormats.DateLong", + "id": 0, + "name": "DateLong", + "fullName": "IgniteUI.Blazor.Controls.DateFormats.DateLong", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateFormats", + "fullTypeName": "IgniteUI.Blazor.Controls.DateFormats" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DateFormats.DateShort", + "id": 0, + "name": "DateShort", + "fullName": "IgniteUI.Blazor.Controls.DateFormats.DateShort", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateFormats", + "fullTypeName": "IgniteUI.Blazor.Controls.DateFormats" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DateFormats.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DateFormats.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DatePart", + "id": 0, + "name": "DatePart", + "fullName": "IgniteUI.Blazor.Controls.DatePart", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DatePart.AmPm", + "id": 0, + "name": "AmPm", + "fullName": "IgniteUI.Blazor.Controls.DatePart.AmPm", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DatePart", + "fullTypeName": "IgniteUI.Blazor.Controls.DatePart" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DatePart.Date", + "id": 0, + "name": "Date", + "fullName": "IgniteUI.Blazor.Controls.DatePart.Date", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DatePart", + "fullTypeName": "IgniteUI.Blazor.Controls.DatePart" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DatePart.Hours", + "id": 0, + "name": "Hours", + "fullName": "IgniteUI.Blazor.Controls.DatePart.Hours", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DatePart", + "fullTypeName": "IgniteUI.Blazor.Controls.DatePart" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DatePart.Minutes", + "id": 0, + "name": "Minutes", + "fullName": "IgniteUI.Blazor.Controls.DatePart.Minutes", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DatePart", + "fullTypeName": "IgniteUI.Blazor.Controls.DatePart" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DatePart.Month", + "id": 0, + "name": "Month", + "fullName": "IgniteUI.Blazor.Controls.DatePart.Month", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DatePart", + "fullTypeName": "IgniteUI.Blazor.Controls.DatePart" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DatePart.Seconds", + "id": 0, + "name": "Seconds", + "fullName": "IgniteUI.Blazor.Controls.DatePart.Seconds", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DatePart", + "fullTypeName": "IgniteUI.Blazor.Controls.DatePart" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DatePart.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DatePart.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DatePart.Year", + "id": 0, + "name": "Year", + "fullName": "IgniteUI.Blazor.Controls.DatePart.Year", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DatePart", + "fullTypeName": "IgniteUI.Blazor.Controls.DatePart" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DatePickerHeaderOrientation", + "id": 0, + "name": "DatePickerHeaderOrientation", + "fullName": "IgniteUI.Blazor.Controls.DatePickerHeaderOrientation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DatePickerHeaderOrientation.Horizontal", + "id": 0, + "name": "Horizontal", + "fullName": "IgniteUI.Blazor.Controls.DatePickerHeaderOrientation.Horizontal", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalendarHeaderOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.CalendarHeaderOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DatePickerHeaderOrientation.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.DatePickerHeaderOrientation.Vertical", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalendarHeaderOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.CalendarHeaderOrientation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DatePickerMode", + "id": 0, + "name": "DatePickerMode", + "fullName": "IgniteUI.Blazor.Controls.DatePickerMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DatePickerMode.Dialog", + "id": 0, + "name": "Dialog", + "fullName": "IgniteUI.Blazor.Controls.DatePickerMode.Dialog", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PickerMode", + "fullTypeName": "IgniteUI.Blazor.Controls.PickerMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DatePickerMode.Dropdown", + "id": 0, + "name": "Dropdown", + "fullName": "IgniteUI.Blazor.Controls.DatePickerMode.Dropdown", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PickerMode", + "fullTypeName": "IgniteUI.Blazor.Controls.PickerMode" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DatePickerOrientation", + "id": 0, + "name": "DatePickerOrientation", + "fullName": "IgniteUI.Blazor.Controls.DatePickerOrientation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DatePickerOrientation.Horizontal", + "id": 0, + "name": "Horizontal", + "fullName": "IgniteUI.Blazor.Controls.DatePickerOrientation.Horizontal", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ContentOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ContentOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DatePickerOrientation.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.DatePickerOrientation.Vertical", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ContentOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ContentOrientation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DateRangeType", + "id": 0, + "name": "DateRangeType", + "fullName": "IgniteUI.Blazor.Controls.DateRangeType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DateRangeType.After", + "id": 0, + "name": "After", + "fullName": "IgniteUI.Blazor.Controls.DateRangeType.After", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateRangeType", + "fullTypeName": "IgniteUI.Blazor.Controls.DateRangeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DateRangeType.Before", + "id": 0, + "name": "Before", + "fullName": "IgniteUI.Blazor.Controls.DateRangeType.Before", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateRangeType", + "fullTypeName": "IgniteUI.Blazor.Controls.DateRangeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DateRangeType.Between", + "id": 0, + "name": "Between", + "fullName": "IgniteUI.Blazor.Controls.DateRangeType.Between", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateRangeType", + "fullTypeName": "IgniteUI.Blazor.Controls.DateRangeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DateRangeType.Specific", + "id": 0, + "name": "Specific", + "fullName": "IgniteUI.Blazor.Controls.DateRangeType.Specific", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateRangeType", + "fullTypeName": "IgniteUI.Blazor.Controls.DateRangeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DateRangeType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DateRangeType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DateRangeType.Weekdays", + "id": 0, + "name": "Weekdays", + "fullName": "IgniteUI.Blazor.Controls.DateRangeType.Weekdays", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateRangeType", + "fullTypeName": "IgniteUI.Blazor.Controls.DateRangeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DateRangeType.Weekends", + "id": 0, + "name": "Weekends", + "fullName": "IgniteUI.Blazor.Controls.DateRangeType.Weekends", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateRangeType", + "fullTypeName": "IgniteUI.Blazor.Controls.DateRangeType" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DateTimeFormats", + "id": 0, + "name": "DateTimeFormats", + "fullName": "IgniteUI.Blazor.Controls.DateTimeFormats", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DateTimeFormats.DateLong", + "id": 0, + "name": "DateLong", + "fullName": "IgniteUI.Blazor.Controls.DateTimeFormats.DateLong", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTimeFormats", + "fullTypeName": "IgniteUI.Blazor.Controls.DateTimeFormats" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DateTimeFormats.DateShort", + "id": 0, + "name": "DateShort", + "fullName": "IgniteUI.Blazor.Controls.DateTimeFormats.DateShort", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTimeFormats", + "fullTypeName": "IgniteUI.Blazor.Controls.DateTimeFormats" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DateTimeFormats.DateTimeLong", + "id": 0, + "name": "DateTimeLong", + "fullName": "IgniteUI.Blazor.Controls.DateTimeFormats.DateTimeLong", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTimeFormats", + "fullTypeName": "IgniteUI.Blazor.Controls.DateTimeFormats" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DateTimeFormats.DateTimeShort", + "id": 0, + "name": "DateTimeShort", + "fullName": "IgniteUI.Blazor.Controls.DateTimeFormats.DateTimeShort", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTimeFormats", + "fullTypeName": "IgniteUI.Blazor.Controls.DateTimeFormats" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DateTimeFormats.TimeLong", + "id": 0, + "name": "TimeLong", + "fullName": "IgniteUI.Blazor.Controls.DateTimeFormats.TimeLong", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTimeFormats", + "fullTypeName": "IgniteUI.Blazor.Controls.DateTimeFormats" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DateTimeFormats.TimeShort", + "id": 0, + "name": "TimeShort", + "fullName": "IgniteUI.Blazor.Controls.DateTimeFormats.TimeShort", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTimeFormats", + "fullTypeName": "IgniteUI.Blazor.Controls.DateTimeFormats" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DateTimeFormats.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DateTimeFormats.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DayOfWeek", + "id": 0, + "name": "DayOfWeek", + "fullName": "IgniteUI.Blazor.Controls.DayOfWeek", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DayOfWeek.Friday", + "id": 0, + "name": "Friday", + "fullName": "IgniteUI.Blazor.Controls.DayOfWeek.Friday", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DayOfWeek", + "fullTypeName": "IgniteUI.Blazor.Controls.DayOfWeek" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DayOfWeek.Monday", + "id": 0, + "name": "Monday", + "fullName": "IgniteUI.Blazor.Controls.DayOfWeek.Monday", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DayOfWeek", + "fullTypeName": "IgniteUI.Blazor.Controls.DayOfWeek" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DayOfWeek.Saturday", + "id": 0, + "name": "Saturday", + "fullName": "IgniteUI.Blazor.Controls.DayOfWeek.Saturday", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DayOfWeek", + "fullTypeName": "IgniteUI.Blazor.Controls.DayOfWeek" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DayOfWeek.Sunday", + "id": 0, + "name": "Sunday", + "fullName": "IgniteUI.Blazor.Controls.DayOfWeek.Sunday", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DayOfWeek", + "fullTypeName": "IgniteUI.Blazor.Controls.DayOfWeek" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DayOfWeek.Thursday", + "id": 0, + "name": "Thursday", + "fullName": "IgniteUI.Blazor.Controls.DayOfWeek.Thursday", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DayOfWeek", + "fullTypeName": "IgniteUI.Blazor.Controls.DayOfWeek" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DayOfWeek.Tuesday", + "id": 0, + "name": "Tuesday", + "fullName": "IgniteUI.Blazor.Controls.DayOfWeek.Tuesday", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DayOfWeek", + "fullTypeName": "IgniteUI.Blazor.Controls.DayOfWeek" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DayOfWeek.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DayOfWeek.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DayOfWeek.Wednesday", + "id": 0, + "name": "Wednesday", + "fullName": "IgniteUI.Blazor.Controls.DayOfWeek.Wednesday", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DayOfWeek", + "fullTypeName": "IgniteUI.Blazor.Controls.DayOfWeek" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DividerType", + "id": 0, + "name": "DividerType", + "fullName": "IgniteUI.Blazor.Controls.DividerType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DividerType.Dashed", + "id": 0, + "name": "Dashed", + "fullName": "IgniteUI.Blazor.Controls.DividerType.Dashed", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DividerType", + "fullTypeName": "IgniteUI.Blazor.Controls.DividerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DividerType.Solid", + "id": 0, + "name": "Solid", + "fullName": "IgniteUI.Blazor.Controls.DividerType.Solid", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DividerType", + "fullTypeName": "IgniteUI.Blazor.Controls.DividerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DividerType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DividerType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DockingIndicatorPosition", + "id": 0, + "name": "DockingIndicatorPosition", + "fullName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.Bottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockingIndicatorPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.Center", + "id": 0, + "name": "Center", + "fullName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.Center", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockingIndicatorPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.Left", + "id": 0, + "name": "Left", + "fullName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.Left", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockingIndicatorPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.OuterBottom", + "id": 0, + "name": "OuterBottom", + "fullName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.OuterBottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockingIndicatorPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.OuterLeft", + "id": 0, + "name": "OuterLeft", + "fullName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.OuterLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockingIndicatorPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.OuterRight", + "id": 0, + "name": "OuterRight", + "fullName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.OuterRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockingIndicatorPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.OuterTop", + "id": 0, + "name": "OuterTop", + "fullName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.OuterTop", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockingIndicatorPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.Right", + "id": 0, + "name": "Right", + "fullName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.Right", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockingIndicatorPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.SplitterHorizontal", + "id": 0, + "name": "SplitterHorizontal", + "fullName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.SplitterHorizontal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockingIndicatorPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.SplitterVertical", + "id": 0, + "name": "SplitterVertical", + "fullName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.SplitterVertical", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockingIndicatorPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.Top", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockingIndicatorPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DockManagerPaneType", + "id": 0, + "name": "DockManagerPaneType", + "fullName": "IgniteUI.Blazor.Controls.DockManagerPaneType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DockManagerPaneType.ContentPane", + "id": 0, + "name": "ContentPane", + "fullName": "IgniteUI.Blazor.Controls.DockManagerPaneType.ContentPane", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockManagerPaneType", + "fullTypeName": "IgniteUI.Blazor.Controls.DockManagerPaneType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockManagerPaneType.DocumentHost", + "id": 0, + "name": "DocumentHost", + "fullName": "IgniteUI.Blazor.Controls.DockManagerPaneType.DocumentHost", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockManagerPaneType", + "fullTypeName": "IgniteUI.Blazor.Controls.DockManagerPaneType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockManagerPaneType.SplitPane", + "id": 0, + "name": "SplitPane", + "fullName": "IgniteUI.Blazor.Controls.DockManagerPaneType.SplitPane", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockManagerPaneType", + "fullTypeName": "IgniteUI.Blazor.Controls.DockManagerPaneType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockManagerPaneType.TabGroupPane", + "id": 0, + "name": "TabGroupPane", + "fullName": "IgniteUI.Blazor.Controls.DockManagerPaneType.TabGroupPane", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockManagerPaneType", + "fullTypeName": "IgniteUI.Blazor.Controls.DockManagerPaneType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockManagerPaneType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DockManagerPaneType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DockManagerShowHeaderIconOnHover", + "id": 0, + "name": "DockManagerShowHeaderIconOnHover", + "fullName": "IgniteUI.Blazor.Controls.DockManagerShowHeaderIconOnHover", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DockManagerShowHeaderIconOnHover.All", + "id": 0, + "name": "All", + "fullName": "IgniteUI.Blazor.Controls.DockManagerShowHeaderIconOnHover.All", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockManagerShowHeaderIconOnHover", + "fullTypeName": "IgniteUI.Blazor.Controls.DockManagerShowHeaderIconOnHover" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockManagerShowHeaderIconOnHover.CloseOnly", + "id": 0, + "name": "CloseOnly", + "fullName": "IgniteUI.Blazor.Controls.DockManagerShowHeaderIconOnHover.CloseOnly", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockManagerShowHeaderIconOnHover", + "fullTypeName": "IgniteUI.Blazor.Controls.DockManagerShowHeaderIconOnHover" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockManagerShowHeaderIconOnHover.MoreOptionsOnly", + "id": 0, + "name": "MoreOptionsOnly", + "fullName": "IgniteUI.Blazor.Controls.DockManagerShowHeaderIconOnHover.MoreOptionsOnly", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockManagerShowHeaderIconOnHover", + "fullTypeName": "IgniteUI.Blazor.Controls.DockManagerShowHeaderIconOnHover" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockManagerShowHeaderIconOnHover.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.DockManagerShowHeaderIconOnHover.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockManagerShowHeaderIconOnHover", + "fullTypeName": "IgniteUI.Blazor.Controls.DockManagerShowHeaderIconOnHover" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockManagerShowHeaderIconOnHover.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DockManagerShowHeaderIconOnHover.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DockManagerShowPaneHeaders", + "id": 0, + "name": "DockManagerShowPaneHeaders", + "fullName": "IgniteUI.Blazor.Controls.DockManagerShowPaneHeaders", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DockManagerShowPaneHeaders.Always", + "id": 0, + "name": "Always", + "fullName": "IgniteUI.Blazor.Controls.DockManagerShowPaneHeaders.Always", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockManagerShowPaneHeaders", + "fullTypeName": "IgniteUI.Blazor.Controls.DockManagerShowPaneHeaders" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockManagerShowPaneHeaders.OnHoverOnly", + "id": 0, + "name": "OnHoverOnly", + "fullName": "IgniteUI.Blazor.Controls.DockManagerShowPaneHeaders.OnHoverOnly", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockManagerShowPaneHeaders", + "fullTypeName": "IgniteUI.Blazor.Controls.DockManagerShowPaneHeaders" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DockManagerShowPaneHeaders.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DockManagerShowPaneHeaders.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DomainType", + "id": 0, + "name": "DomainType", + "fullName": "IgniteUI.Blazor.Controls.DomainType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DomainType.Category", + "id": 0, + "name": "Category", + "fullName": "IgniteUI.Blazor.Controls.DomainType.Category", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DomainType", + "fullTypeName": "IgniteUI.Blazor.Controls.DomainType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DomainType.Financial", + "id": 0, + "name": "Financial", + "fullName": "IgniteUI.Blazor.Controls.DomainType.Financial", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DomainType", + "fullTypeName": "IgniteUI.Blazor.Controls.DomainType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DomainType.Pie", + "id": 0, + "name": "Pie", + "fullName": "IgniteUI.Blazor.Controls.DomainType.Pie", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DomainType", + "fullTypeName": "IgniteUI.Blazor.Controls.DomainType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DomainType.Scatter", + "id": 0, + "name": "Scatter", + "fullName": "IgniteUI.Blazor.Controls.DomainType.Scatter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DomainType", + "fullTypeName": "IgniteUI.Blazor.Controls.DomainType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DomainType.Shape", + "id": 0, + "name": "Shape", + "fullName": "IgniteUI.Blazor.Controls.DomainType.Shape", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DomainType", + "fullTypeName": "IgniteUI.Blazor.Controls.DomainType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DomainType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DomainType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DropdownPlacement", + "id": 0, + "name": "DropdownPlacement", + "fullName": "IgniteUI.Blazor.Controls.DropdownPlacement", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DropdownPlacement.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.DropdownPlacement.Bottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DropdownPlacement.BottomEnd", + "id": 0, + "name": "BottomEnd", + "fullName": "IgniteUI.Blazor.Controls.DropdownPlacement.BottomEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DropdownPlacement.BottomStart", + "id": 0, + "name": "BottomStart", + "fullName": "IgniteUI.Blazor.Controls.DropdownPlacement.BottomStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DropdownPlacement.Left", + "id": 0, + "name": "Left", + "fullName": "IgniteUI.Blazor.Controls.DropdownPlacement.Left", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DropdownPlacement.LeftEnd", + "id": 0, + "name": "LeftEnd", + "fullName": "IgniteUI.Blazor.Controls.DropdownPlacement.LeftEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DropdownPlacement.LeftStart", + "id": 0, + "name": "LeftStart", + "fullName": "IgniteUI.Blazor.Controls.DropdownPlacement.LeftStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DropdownPlacement.Right", + "id": 0, + "name": "Right", + "fullName": "IgniteUI.Blazor.Controls.DropdownPlacement.Right", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DropdownPlacement.RightEnd", + "id": 0, + "name": "RightEnd", + "fullName": "IgniteUI.Blazor.Controls.DropdownPlacement.RightEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DropdownPlacement.RightStart", + "id": 0, + "name": "RightStart", + "fullName": "IgniteUI.Blazor.Controls.DropdownPlacement.RightStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DropdownPlacement.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.DropdownPlacement.Top", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DropdownPlacement.TopEnd", + "id": 0, + "name": "TopEnd", + "fullName": "IgniteUI.Blazor.Controls.DropdownPlacement.TopEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DropdownPlacement.TopStart", + "id": 0, + "name": "TopStart", + "fullName": "IgniteUI.Blazor.Controls.DropdownPlacement.TopStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DropdownScrollStrategy", + "id": 0, + "name": "DropdownScrollStrategy", + "fullName": "IgniteUI.Blazor.Controls.DropdownScrollStrategy", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DropdownScrollStrategy.Block", + "id": 0, + "name": "Block", + "fullName": "IgniteUI.Blazor.Controls.DropdownScrollStrategy.Block", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverScrollStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverScrollStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DropdownScrollStrategy.Close", + "id": 0, + "name": "Close", + "fullName": "IgniteUI.Blazor.Controls.DropdownScrollStrategy.Close", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverScrollStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverScrollStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DropdownScrollStrategy.Scroll", + "id": 0, + "name": "Scroll", + "fullName": "IgniteUI.Blazor.Controls.DropdownScrollStrategy.Scroll", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverScrollStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverScrollStrategy" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DropPosition", + "id": 0, + "name": "DropPosition", + "fullName": "IgniteUI.Blazor.Controls.DropPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DropPosition.AfterDropTarget", + "id": 0, + "name": "AfterDropTarget", + "fullName": "IgniteUI.Blazor.Controls.DropPosition.AfterDropTarget", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DropPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DropPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DropPosition.BeforeDropTarget", + "id": 0, + "name": "BeforeDropTarget", + "fullName": "IgniteUI.Blazor.Controls.DropPosition.BeforeDropTarget", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DropPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DropPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DropPosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.DropPosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventArgs", + "id": 0, + "name": "DynamicComponentChangingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventArgs.#ctor", + "id": 0, + "name": "DynamicComponentChangingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventArgs.DynamicComponentChangingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventArgs.NewComponent", + "id": 0, + "name": "NewComponent", + "fullName": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventArgs.NewComponent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventArgs.OldComponent", + "id": 0, + "name": "OldComponent", + "fullName": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventArgs.OldComponent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventHandler", + "id": 0, + "name": "DynamicComponentChangingEventHandler", + "fullName": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventHandler", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventHandler.#ctor(System.Object,System.IntPtr)", + "id": 0, + "name": "DynamicComponentChangingEventHandler(Object, IntPtr)", + "fullName": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventHandler.DynamicComponentChangingEventHandler(System.Object, System.IntPtr)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "object", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "method", + "type": "IntPtr", + "fullTypeName": "System.IntPtr" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventHandler.BeginInvoke(System.Object,IgniteUI.Blazor.Controls.DynamicComponentChangingEventArgs,System.AsyncCallback,System.Object)", + "id": 0, + "name": "BeginInvoke(Object, DynamicComponentChangingEventArgs, AsyncCallback, Object)", + "fullName": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventHandler.BeginInvoke(System.Object, IgniteUI.Blazor.Controls.DynamicComponentChangingEventArgs, System.AsyncCallback, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "sender", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "e", + "type": "DynamicComponentChangingEventArgs", + "fullTypeName": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventArgs" + }, + { + "name": "callback", + "type": "AsyncCallback", + "fullTypeName": "System.AsyncCallback" + }, + { + "name": "object", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IAsyncResult", + "fullTypeName": "System.IAsyncResult" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventHandler.EndInvoke(System.IAsyncResult)", + "id": 0, + "name": "EndInvoke(IAsyncResult)", + "fullName": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventHandler.EndInvoke(System.IAsyncResult)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "result", + "type": "IAsyncResult", + "fullTypeName": "System.IAsyncResult" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventHandler.Invoke(System.Object,IgniteUI.Blazor.Controls.DynamicComponentChangingEventArgs)", + "id": 0, + "name": "Invoke(Object, DynamicComponentChangingEventArgs)", + "fullName": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventHandler.Invoke(System.Object, IgniteUI.Blazor.Controls.DynamicComponentChangingEventArgs)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "sender", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "e", + "type": "DynamicComponentChangingEventArgs", + "fullTypeName": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventArgs" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicContentHolder", + "id": 0, + "name": "DynamicContentHolder", + "fullName": "IgniteUI.Blazor.Controls.DynamicContentHolder", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DynamicContentHolder.#ctor", + "id": 0, + "name": "DynamicContentHolder()", + "fullName": "IgniteUI.Blazor.Controls.DynamicContentHolder.DynamicContentHolder()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicContentHolder.AddDynamicContent(IgniteUI.Blazor.Controls.DynamicContentInfo)", + "id": 0, + "name": "AddDynamicContent(DynamicContentInfo)", + "fullName": "IgniteUI.Blazor.Controls.DynamicContentHolder.AddDynamicContent(IgniteUI.Blazor.Controls.DynamicContentInfo)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "content", + "type": "DynamicContentInfo", + "fullTypeName": "IgniteUI.Blazor.Controls.DynamicContentInfo" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicContentHolder.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)", + "id": 0, + "name": "BuildRenderTree(RenderTreeBuilder)", + "fullName": "IgniteUI.Blazor.Controls.DynamicContentHolder.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "__builder", + "type": "RenderTreeBuilder", + "fullTypeName": "Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicContentHolder.DynamicContentInfo", + "id": 0, + "name": "DynamicContentInfo", + "fullName": "IgniteUI.Blazor.Controls.DynamicContentHolder.DynamicContentInfo", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "List<DynamicContentInfo>", + "fullTypeName": "System.Collections.Generic.List<IgniteUI.Blazor.Controls.DynamicContentInfo>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicContentHolder.OnDynamicChildRef(System.String,System.Object)", + "id": 0, + "name": "OnDynamicChildRef(String, Object)", + "fullName": "IgniteUI.Blazor.Controls.DynamicContentHolder.OnDynamicChildRef(System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "refName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "child", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicContentHolder.OnInitialized", + "id": 0, + "name": "OnInitialized()", + "fullName": "IgniteUI.Blazor.Controls.DynamicContentHolder.OnInitialized()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicContentHolder.RemoveDynamicContent(IgniteUI.Blazor.Controls.DynamicContentInfo)", + "id": 0, + "name": "RemoveDynamicContent(DynamicContentInfo)", + "fullName": "IgniteUI.Blazor.Controls.DynamicContentHolder.RemoveDynamicContent(IgniteUI.Blazor.Controls.DynamicContentInfo)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "content", + "type": "DynamicContentInfo", + "fullTypeName": "IgniteUI.Blazor.Controls.DynamicContentInfo" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicContentInfo", + "id": 0, + "name": "DynamicContentInfo", + "fullName": "IgniteUI.Blazor.Controls.DynamicContentInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.DynamicContentInfo.#ctor", + "id": 0, + "name": "DynamicContentInfo()", + "fullName": "IgniteUI.Blazor.Controls.DynamicContentInfo.DynamicContentInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicContentInfo.Component", + "id": 0, + "name": "Component", + "fullName": "IgniteUI.Blazor.Controls.DynamicContentInfo.Component", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicContentInfo.ControlType", + "id": 0, + "name": "ControlType", + "fullName": "IgniteUI.Blazor.Controls.DynamicContentInfo.ControlType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Type", + "fullTypeName": "System.Type" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicContentInfo.OnComponentChanged(System.Object,System.Object)", + "id": 0, + "name": "OnComponentChanged(Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.DynamicContentInfo.OnComponentChanged(System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "oldValue", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "component", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicContentInfo.Owner", + "id": 0, + "name": "Owner", + "fullName": "IgniteUI.Blazor.Controls.DynamicContentInfo.Owner", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicContentInfo.RefDivName", + "id": 0, + "name": "RefDivName", + "fullName": "IgniteUI.Blazor.Controls.DynamicContentInfo.RefDivName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicContentInfo.RefName", + "id": 0, + "name": "RefName", + "fullName": "IgniteUI.Blazor.Controls.DynamicContentInfo.RefName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicContentInfo.UpdateContext(System.Object)", + "id": 0, + "name": "UpdateContext(Object)", + "fullName": "IgniteUI.Blazor.Controls.DynamicContentInfo.UpdateContext(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "context", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicContentInfo.UpdateTemplate(System.Object)", + "id": 0, + "name": "UpdateTemplate(Object)", + "fullName": "IgniteUI.Blazor.Controls.DynamicContentInfo.UpdateTemplate(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "template", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicContentInfo`1", + "id": 0, + "name": "DynamicContentInfo<T>", + "fullName": "IgniteUI.Blazor.Controls.DynamicContentInfo<T>", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource", + "id": 0, + "name": "EditableDataSource", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "AddOnSchemaChangedListener Represents a data source for use in components which need advanced access to data." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.AcceptPendingCommit(System.Int32)", + "id": 0, + "name": "AcceptPendingCommit(Int32)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.AcceptPendingCommit(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commitID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.AcceptPendingCommitAsync(System.Int32)", + "id": 0, + "name": "AcceptPendingCommitAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.AcceptPendingCommitAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Accepts a pending commit." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commitID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.AcceptPendingTransaction(System.Int32)", + "id": 0, + "name": "AcceptPendingTransaction(Int32)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.AcceptPendingTransaction(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "transactionID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.AcceptPendingTransactionAsync(System.Int32)", + "id": 0, + "name": "AcceptPendingTransactionAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.AcceptPendingTransactionAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Accept a specific pending transaction." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "transactionID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.AddItem(System.Object)", + "id": 0, + "name": "AddItem(Object)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.AddItem(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.AddItemAsync(System.Object)", + "id": 0, + "name": "AddItemAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.AddItemAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Adds the provided item to the data source." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.CancelEdits", + "id": 0, + "name": "CancelEdits()", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.CancelEdits()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.CancelEditsAsync", + "id": 0, + "name": "CancelEditsAsync()", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.CancelEditsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Cancels all the current edits." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.CommitEdits(System.Boolean)", + "id": 0, + "name": "CommitEdits(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.CommitEdits(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "isPending", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.CommitEditsAsync(System.Boolean)", + "id": 0, + "name": "CommitEditsAsync(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.CommitEditsAsync(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Commit the current edits to the datasource." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "isPending", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.GetAggregatedChanges(System.Int32)", + "id": 0, + "name": "GetAggregatedChanges(Int32)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.GetAggregatedChanges(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commitID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "IgbDataSourceAggregatedResult[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.GetAggregatedChangesAsync(System.Int32)", + "id": 0, + "name": "GetAggregatedChangesAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.GetAggregatedChangesAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a set of changes that have been made to the data however have not been committed yet." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commitID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<IgbDataSourceAggregatedResult[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.GetTransactionErrorByID(System.Int32)", + "id": 0, + "name": "GetTransactionErrorByID(Int32)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.GetTransactionErrorByID(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "transactionID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.GetTransactionErrorByIDAsync(System.Int32)", + "id": 0, + "name": "GetTransactionErrorByIDAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.GetTransactionErrorByIDAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an error, if any, associated with a specific transaction." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "transactionID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.GetTransactionErrorByKey(System.Object[],System.String)", + "id": 0, + "name": "GetTransactionErrorByKey(Object[], String)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.GetTransactionErrorByKey(System.Object[], System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.GetTransactionErrorByKeyAsync(System.Object[],System.String)", + "id": 0, + "name": "GetTransactionErrorByKeyAsync(Object[], String)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.GetTransactionErrorByKeyAsync(System.Object[], System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.GetTransactionID(System.Object[],System.String)", + "id": 0, + "name": "GetTransactionID(Object[], String)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.GetTransactionID(System.Object[], System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.GetTransactionIDAsync(System.Object[],System.String)", + "id": 0, + "name": "GetTransactionIDAsync(Object[], String)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.GetTransactionIDAsync(System.Object[], System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.HasAdd(System.Object)", + "id": 0, + "name": "HasAdd(Object)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.HasAdd(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.HasAddAsync(System.Object)", + "id": 0, + "name": "HasAddAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.HasAddAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns whether the item is an uncommitted add." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.HasDelete(System.Object[])", + "id": 0, + "name": "HasDelete(Object[])", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.HasDelete(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.HasDeleteAsync(System.Object[])", + "id": 0, + "name": "HasDeleteAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.HasDeleteAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.HasEdit(System.Object[],System.String)", + "id": 0, + "name": "HasEdit(Object[], String)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.HasEdit(System.Object[], System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.HasEditAsync(System.Object[],System.String)", + "id": 0, + "name": "HasEditAsync(Object[], String)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.HasEditAsync(System.Object[], System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.IsBatchingEnabled", + "id": 0, + "name": "IsBatchingEnabled", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.IsBatchingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.IsPendingCommit(System.Int32)", + "id": 0, + "name": "IsPendingCommit(Int32)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.IsPendingCommit(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commitID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.IsPendingCommitAsync(System.Int32)", + "id": 0, + "name": "IsPendingCommitAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.IsPendingCommitAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns whether a commit is pending or not." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commitID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.IsPendingTransaction(System.Int32)", + "id": 0, + "name": "IsPendingTransaction(Int32)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.IsPendingTransaction(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "transactionID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.IsPendingTransactionAsync(System.Int32)", + "id": 0, + "name": "IsPendingTransactionAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.IsPendingTransactionAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns whether a transaction pending or not." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "transactionID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.IsReadOnly", + "id": 0, + "name": "IsReadOnly", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.IsReadOnly", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.Redo", + "id": 0, + "name": "Redo()", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.Redo()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.RedoAsync", + "id": 0, + "name": "RedoAsync()", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.RedoAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Redo the last undo." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.RejectPendingCommit(System.Int32)", + "id": 0, + "name": "RejectPendingCommit(Int32)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.RejectPendingCommit(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commitID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.RejectPendingCommitAsync(System.Int32)", + "id": 0, + "name": "RejectPendingCommitAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.RejectPendingCommitAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Reject a pending commit." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commitID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.RejectPendingTransaction(System.Int32)", + "id": 0, + "name": "RejectPendingTransaction(Int32)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.RejectPendingTransaction(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "transactionID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.RejectPendingTransactionAsync(System.Int32)", + "id": 0, + "name": "RejectPendingTransactionAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.RejectPendingTransactionAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Rejects a pending transaction." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "transactionID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.RemoveItem(System.Object)", + "id": 0, + "name": "RemoveItem(Object)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.RemoveItem(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.RemoveItemAsync(System.Object)", + "id": 0, + "name": "RemoveItemAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.RemoveItemAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes an item from the datasource." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.RemoveItemByKey(System.Object[])", + "id": 0, + "name": "RemoveItemByKey(Object[])", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.RemoveItemByKey(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.RemoveItemByKeyAsync(System.Object[])", + "id": 0, + "name": "RemoveItemByKeyAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.RemoveItemByKeyAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.SetTransactionError(System.Int32,System.String)", + "id": 0, + "name": "SetTransactionError(Int32, String)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.SetTransactionError(System.Int32, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "transactionID", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "message", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.SetTransactionErrorAsync(System.Int32,System.String)", + "id": 0, + "name": "SetTransactionErrorAsync(Int32, String)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.SetTransactionErrorAsync(System.Int32, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "transactionID", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "message", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.Undo", + "id": 0, + "name": "Undo()", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.Undo()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.UndoAsync", + "id": 0, + "name": "UndoAsync()", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.UndoAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Undo the last edit." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.UpdatePropertyAtKey(System.Object[],System.String,System.Object,System.Boolean)", + "id": 0, + "name": "UpdatePropertyAtKey(Object[], String, Object, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.UpdatePropertyAtKey(System.Object[], System.String, System.Object, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "isPending", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditableDataSource.UpdatePropertyAtKeyAsync(System.Object[],System.String,System.Object,System.Boolean)", + "id": 0, + "name": "UpdatePropertyAtKeyAsync(Object[], String, Object, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.EditableDataSource.UpdatePropertyAtKeyAsync(System.Object[], System.String, System.Object, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "isPending", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.EditModeClickAction", + "id": 0, + "name": "EditModeClickAction", + "fullName": "IgniteUI.Blazor.Controls.EditModeClickAction", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.EditModeClickAction.DoubleClick", + "id": 0, + "name": "DoubleClick", + "fullName": "IgniteUI.Blazor.Controls.EditModeClickAction.DoubleClick", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EditModeClickAction", + "fullTypeName": "IgniteUI.Blazor.Controls.EditModeClickAction" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditModeClickAction.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.EditModeClickAction.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EditModeClickAction", + "fullTypeName": "IgniteUI.Blazor.Controls.EditModeClickAction" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditModeClickAction.SingleClick", + "id": 0, + "name": "SingleClick", + "fullName": "IgniteUI.Blazor.Controls.EditModeClickAction.SingleClick", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EditModeClickAction", + "fullTypeName": "IgniteUI.Blazor.Controls.EditModeClickAction" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditModeClickAction.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.EditModeClickAction.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.EditModeType", + "id": 0, + "name": "EditModeType", + "fullName": "IgniteUI.Blazor.Controls.EditModeType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.EditModeType.Cell", + "id": 0, + "name": "Cell", + "fullName": "IgniteUI.Blazor.Controls.EditModeType.Cell", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EditModeType", + "fullTypeName": "IgniteUI.Blazor.Controls.EditModeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditModeType.CellBatch", + "id": 0, + "name": "CellBatch", + "fullName": "IgniteUI.Blazor.Controls.EditModeType.CellBatch", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EditModeType", + "fullTypeName": "IgniteUI.Blazor.Controls.EditModeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditModeType.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.EditModeType.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EditModeType", + "fullTypeName": "IgniteUI.Blazor.Controls.EditModeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditModeType.Row", + "id": 0, + "name": "Row", + "fullName": "IgniteUI.Blazor.Controls.EditModeType.Row", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EditModeType", + "fullTypeName": "IgniteUI.Blazor.Controls.EditModeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditModeType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.EditModeType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.EditorType", + "id": 0, + "name": "EditorType", + "fullName": "IgniteUI.Blazor.Controls.EditorType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.EditorType.Combo", + "id": 0, + "name": "Combo", + "fullName": "IgniteUI.Blazor.Controls.EditorType.Combo", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EditorType", + "fullTypeName": "IgniteUI.Blazor.Controls.EditorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditorType.Date", + "id": 0, + "name": "Date", + "fullName": "IgniteUI.Blazor.Controls.EditorType.Date", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EditorType", + "fullTypeName": "IgniteUI.Blazor.Controls.EditorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditorType.Default", + "id": 0, + "name": "Default", + "fullName": "IgniteUI.Blazor.Controls.EditorType.Default", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EditorType", + "fullTypeName": "IgniteUI.Blazor.Controls.EditorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditorType.Numeric", + "id": 0, + "name": "Numeric", + "fullName": "IgniteUI.Blazor.Controls.EditorType.Numeric", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EditorType", + "fullTypeName": "IgniteUI.Blazor.Controls.EditorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditorType.Text", + "id": 0, + "name": "Text", + "fullName": "IgniteUI.Blazor.Controls.EditorType.Text", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EditorType", + "fullTypeName": "IgniteUI.Blazor.Controls.EditorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EditorType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.EditorType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ElevationMode", + "id": 0, + "name": "ElevationMode", + "fullName": "IgniteUI.Blazor.Controls.ElevationMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ElevationMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.ElevationMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ElevationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ElevationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ElevationMode.HaloShadow", + "id": 0, + "name": "HaloShadow", + "fullName": "IgniteUI.Blazor.Controls.ElevationMode.HaloShadow", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ElevationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ElevationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ElevationMode.MaterialShadow", + "id": 0, + "name": "MaterialShadow", + "fullName": "IgniteUI.Blazor.Controls.ElevationMode.MaterialShadow", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ElevationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ElevationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ElevationMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ElevationMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.EnterKeyBehaviorAfterEdit", + "id": 0, + "name": "EnterKeyBehaviorAfterEdit", + "fullName": "IgniteUI.Blazor.Controls.EnterKeyBehaviorAfterEdit", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.EnterKeyBehaviorAfterEdit.MoveDown", + "id": 0, + "name": "MoveDown", + "fullName": "IgniteUI.Blazor.Controls.EnterKeyBehaviorAfterEdit.MoveDown", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EnterKeyBehaviorAfterEdit", + "fullTypeName": "IgniteUI.Blazor.Controls.EnterKeyBehaviorAfterEdit" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EnterKeyBehaviorAfterEdit.MoveLeft", + "id": 0, + "name": "MoveLeft", + "fullName": "IgniteUI.Blazor.Controls.EnterKeyBehaviorAfterEdit.MoveLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EnterKeyBehaviorAfterEdit", + "fullTypeName": "IgniteUI.Blazor.Controls.EnterKeyBehaviorAfterEdit" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EnterKeyBehaviorAfterEdit.MoveRight", + "id": 0, + "name": "MoveRight", + "fullName": "IgniteUI.Blazor.Controls.EnterKeyBehaviorAfterEdit.MoveRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EnterKeyBehaviorAfterEdit", + "fullTypeName": "IgniteUI.Blazor.Controls.EnterKeyBehaviorAfterEdit" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EnterKeyBehaviorAfterEdit.MoveUp", + "id": 0, + "name": "MoveUp", + "fullName": "IgniteUI.Blazor.Controls.EnterKeyBehaviorAfterEdit.MoveUp", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EnterKeyBehaviorAfterEdit", + "fullTypeName": "IgniteUI.Blazor.Controls.EnterKeyBehaviorAfterEdit" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EnterKeyBehaviorAfterEdit.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.EnterKeyBehaviorAfterEdit.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EnterKeyBehaviorAfterEdit", + "fullTypeName": "IgniteUI.Blazor.Controls.EnterKeyBehaviorAfterEdit" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EnterKeyBehaviorAfterEdit.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.EnterKeyBehaviorAfterEdit.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.EnterKeyBehaviors", + "id": 0, + "name": "EnterKeyBehaviors", + "fullName": "IgniteUI.Blazor.Controls.EnterKeyBehaviors", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.EnterKeyBehaviors.Edit", + "id": 0, + "name": "Edit", + "fullName": "IgniteUI.Blazor.Controls.EnterKeyBehaviors.Edit", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EnterKeyBehaviors", + "fullTypeName": "IgniteUI.Blazor.Controls.EnterKeyBehaviors" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EnterKeyBehaviors.MoveDown", + "id": 0, + "name": "MoveDown", + "fullName": "IgniteUI.Blazor.Controls.EnterKeyBehaviors.MoveDown", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EnterKeyBehaviors", + "fullTypeName": "IgniteUI.Blazor.Controls.EnterKeyBehaviors" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EnterKeyBehaviors.MoveLeft", + "id": 0, + "name": "MoveLeft", + "fullName": "IgniteUI.Blazor.Controls.EnterKeyBehaviors.MoveLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EnterKeyBehaviors", + "fullTypeName": "IgniteUI.Blazor.Controls.EnterKeyBehaviors" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EnterKeyBehaviors.MoveRight", + "id": 0, + "name": "MoveRight", + "fullName": "IgniteUI.Blazor.Controls.EnterKeyBehaviors.MoveRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EnterKeyBehaviors", + "fullTypeName": "IgniteUI.Blazor.Controls.EnterKeyBehaviors" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EnterKeyBehaviors.MoveUp", + "id": 0, + "name": "MoveUp", + "fullName": "IgniteUI.Blazor.Controls.EnterKeyBehaviors.MoveUp", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EnterKeyBehaviors", + "fullTypeName": "IgniteUI.Blazor.Controls.EnterKeyBehaviors" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EnterKeyBehaviors.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.EnterKeyBehaviors.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EnterKeyBehaviors", + "fullTypeName": "IgniteUI.Blazor.Controls.EnterKeyBehaviors" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.EnterKeyBehaviors.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.EnterKeyBehaviors.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ExpansionPanelIndicatorPosition", + "id": 0, + "name": "ExpansionPanelIndicatorPosition", + "fullName": "IgniteUI.Blazor.Controls.ExpansionPanelIndicatorPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ExpansionPanelIndicatorPosition.End", + "id": 0, + "name": "End", + "fullName": "IgniteUI.Blazor.Controls.ExpansionPanelIndicatorPosition.End", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ExpansionPanelIndicatorPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ExpansionPanelIndicatorPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ExpansionPanelIndicatorPosition.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.ExpansionPanelIndicatorPosition.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ExpansionPanelIndicatorPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ExpansionPanelIndicatorPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ExpansionPanelIndicatorPosition.Start", + "id": 0, + "name": "Start", + "fullName": "IgniteUI.Blazor.Controls.ExpansionPanelIndicatorPosition.Start", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ExpansionPanelIndicatorPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ExpansionPanelIndicatorPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ExpansionPanelIndicatorPosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ExpansionPanelIndicatorPosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterComparisonType", + "id": 0, + "name": "FilterComparisonType", + "fullName": "IgniteUI.Blazor.Controls.FilterComparisonType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FilterComparisonType.CaseInsensitive", + "id": 0, + "name": "CaseInsensitive", + "fullName": "IgniteUI.Blazor.Controls.FilterComparisonType.CaseInsensitive", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterComparisonType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterComparisonType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterComparisonType.CaseSensitive", + "id": 0, + "name": "CaseSensitive", + "fullName": "IgniteUI.Blazor.Controls.FilterComparisonType.CaseSensitive", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterComparisonType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterComparisonType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterComparisonType.Default", + "id": 0, + "name": "Default", + "fullName": "IgniteUI.Blazor.Controls.FilterComparisonType.Default", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterComparisonType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterComparisonType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterComparisonType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FilterComparisonType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType", + "id": 0, + "name": "FilterExpressionFunctionType", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Cast", + "id": 0, + "name": "Cast", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Cast", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Ceiling", + "id": 0, + "name": "Ceiling", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Ceiling", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Concat", + "id": 0, + "name": "Concat", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Concat", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Contains", + "id": 0, + "name": "Contains", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Contains", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Date", + "id": 0, + "name": "Date", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Date", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Day", + "id": 0, + "name": "Day", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Day", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.EndsWith", + "id": 0, + "name": "EndsWith", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.EndsWith", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Env", + "id": 0, + "name": "Env", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Env", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Floor", + "id": 0, + "name": "Floor", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Floor", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Hour", + "id": 0, + "name": "Hour", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Hour", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.IndexOf", + "id": 0, + "name": "IndexOf", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.IndexOf", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.IsOf", + "id": 0, + "name": "IsOf", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.IsOf", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Length", + "id": 0, + "name": "Length", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Length", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Minute", + "id": 0, + "name": "Minute", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Minute", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Month", + "id": 0, + "name": "Month", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Month", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Now", + "id": 0, + "name": "Now", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Now", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Replace", + "id": 0, + "name": "Replace", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Replace", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Round", + "id": 0, + "name": "Round", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Round", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Second", + "id": 0, + "name": "Second", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Second", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.StartsWith", + "id": 0, + "name": "StartsWith", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.StartsWith", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Substring", + "id": 0, + "name": "Substring", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Substring", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Time", + "id": 0, + "name": "Time", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Time", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.ToLower", + "id": 0, + "name": "ToLower", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.ToLower", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.ToUpper", + "id": 0, + "name": "ToUpper", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.ToUpper", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Trim", + "id": 0, + "name": "Trim", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Trim", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Year", + "id": 0, + "name": "Year", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType.Year", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType", + "id": 0, + "name": "FilterExpressionOperatorType", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.Add", + "id": 0, + "name": "Add", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.Add", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.And", + "id": 0, + "name": "And", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.And", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.Divide", + "id": 0, + "name": "Divide", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.Divide", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.Equal", + "id": 0, + "name": "Equal", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.Equal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.GreaterThan", + "id": 0, + "name": "GreaterThan", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.GreaterThan", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.GreaterThanOrEqual", + "id": 0, + "name": "GreaterThanOrEqual", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.GreaterThanOrEqual", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.Grouping", + "id": 0, + "name": "Grouping", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.Grouping", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.LessThan", + "id": 0, + "name": "LessThan", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.LessThan", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.LessThanOrEqual", + "id": 0, + "name": "LessThanOrEqual", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.LessThanOrEqual", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.Modulo", + "id": 0, + "name": "Modulo", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.Modulo", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.Multiply", + "id": 0, + "name": "Multiply", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.Multiply", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.Not", + "id": 0, + "name": "Not", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.Not", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.NotEqual", + "id": 0, + "name": "NotEqual", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.NotEqual", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.Or", + "id": 0, + "name": "Or", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.Or", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.Subtract", + "id": 0, + "name": "Subtract", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.Subtract", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType", + "id": 0, + "name": "FilterExpressionWrapperType", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.LastMonth", + "id": 0, + "name": "LastMonth", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.LastMonth", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionWrapperType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.LastQuarter", + "id": 0, + "name": "LastQuarter", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.LastQuarter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionWrapperType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.LastWeek", + "id": 0, + "name": "LastWeek", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.LastWeek", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionWrapperType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.LastYear", + "id": 0, + "name": "LastYear", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.LastYear", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionWrapperType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.NextMonth", + "id": 0, + "name": "NextMonth", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.NextMonth", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionWrapperType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.NextQuarter", + "id": 0, + "name": "NextQuarter", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.NextQuarter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionWrapperType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.NextWeek", + "id": 0, + "name": "NextWeek", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.NextWeek", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionWrapperType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.NextYear", + "id": 0, + "name": "NextYear", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.NextYear", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionWrapperType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.Q1", + "id": 0, + "name": "Q1", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.Q1", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionWrapperType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.Q2", + "id": 0, + "name": "Q2", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.Q2", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionWrapperType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.Q3", + "id": 0, + "name": "Q3", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.Q3", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionWrapperType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.Q4", + "id": 0, + "name": "Q4", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.Q4", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionWrapperType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.ThisMonth", + "id": 0, + "name": "ThisMonth", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.ThisMonth", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionWrapperType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.ThisQuarter", + "id": 0, + "name": "ThisQuarter", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.ThisQuarter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionWrapperType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.ThisWeek", + "id": 0, + "name": "ThisWeek", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.ThisWeek", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionWrapperType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.ThisYear", + "id": 0, + "name": "ThisYear", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.ThisYear", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionWrapperType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.Today", + "id": 0, + "name": "Today", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.Today", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionWrapperType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.Tomorrow", + "id": 0, + "name": "Tomorrow", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.Tomorrow", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionWrapperType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.YearToDate", + "id": 0, + "name": "YearToDate", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.YearToDate", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionWrapperType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.Yesterday", + "id": 0, + "name": "Yesterday", + "fullName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType.Yesterday", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionWrapperType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionWrapperType" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory", + "id": 0, + "name": "FilterFactory", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Assists in building filters to use with the grids and datasources." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.#ctor", + "id": 0, + "name": "FilterFactory()", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.FilterFactory()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Add(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Add(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Add(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an Add expression given a left and right expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "left", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.And(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "And(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.And(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an And expression given a left and right expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "left", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Build(IgniteUI.Blazor.Controls.DataSourceFilterBuilderBuildCallback)", + "id": 0, + "name": "Build(DataSourceFilterBuilderBuildCallback)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Build(IgniteUI.Blazor.Controls.DataSourceFilterBuilderBuildCallback)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Calls a callback providing a factory for use within the callback." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "callback", + "type": "DataSourceFilterBuilderBuildCallback", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceFilterBuilderBuildCallback" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Cast(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType)", + "id": 0, + "name": "Cast(IgbFilterExpression, DataSourceSchemaPropertyType)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Cast(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Cast expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "type", + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Ceiling(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Ceiling(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Ceiling(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Ceiling expression given an expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Concat(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Concat(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Concat(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Concat expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "toAppend", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Concat(IgniteUI.Blazor.Controls.IgbFilterExpression,System.String)", + "id": 0, + "name": "Concat(IgbFilterExpression, String)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Concat(IgniteUI.Blazor.Controls.IgbFilterExpression, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Concat expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "toAppend", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Contains(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Contains(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Contains(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Contains expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "wholeString", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "subString", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Contains(IgniteUI.Blazor.Controls.IgbFilterExpression,System.String)", + "id": 0, + "name": "Contains(IgbFilterExpression, String)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Contains(IgniteUI.Blazor.Controls.IgbFilterExpression, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Contains expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "wholeString", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "subString", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Date(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Date(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Date(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Date expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Day(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Day(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Day(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Day expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Divide(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Divide(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Divide(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Divide expression given a left and right expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "left", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.EndsWith(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "EndsWith(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.EndsWith(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an EndsWith expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "wholeString", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "subString", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.EndsWith(IgniteUI.Blazor.Controls.IgbFilterExpression,System.String)", + "id": 0, + "name": "EndsWith(IgbFilterExpression, String)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.EndsWith(IgniteUI.Blazor.Controls.IgbFilterExpression, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a EndsWith expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "wholeString", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "subString", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Env(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Env(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Env(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an Env expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "varName", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Equal(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Equal(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Equal(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an Equal expression given a left and right expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "left", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Floor(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Floor(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Floor(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Floor expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.GreaterThan(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "GreaterThan(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.GreaterThan(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Greater Than expression given a left and right expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "left", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.GreaterThanOrEqual(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "GreaterThanOrEqual(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.GreaterThanOrEqual(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Greater Than Or Equal expression given a left and right expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "left", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Group(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Group(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Group(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a grouping expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Hour(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Hour(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Hour(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an Hour expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.IndexOf(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "IndexOf(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.IndexOf(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an IndexOf expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "target", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "toFind", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.IndexOf(IgniteUI.Blazor.Controls.IgbFilterExpression,System.String)", + "id": 0, + "name": "IndexOf(IgbFilterExpression, String)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.IndexOf(IgniteUI.Blazor.Controls.IgbFilterExpression, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an IndexOf expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "target", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "toFind", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Instance", + "id": 0, + "name": "Instance", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Instance", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A singleton instance of the factory." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterFactory", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterFactory" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.IsOf(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType)", + "id": 0, + "name": "IsOf(IgbFilterExpression, DataSourceSchemaPropertyType)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.IsOf(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an IsOf expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "type", + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Length(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Length(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Length(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Length expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.LessThan(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "LessThan(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.LessThan(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Less Than expression given a left and right expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "left", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.LessThanOrEqual(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "LessThanOrEqual(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.LessThanOrEqual(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Less Than Or Equal expression given a left and right expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "left", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Literal(System.Object)", + "id": 0, + "name": "Literal(Object)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Literal(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a literal value expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Minute(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Minute(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Minute(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Minute expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Modulus(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Modulus(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Modulus(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Modulus expression given a left and right expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "left", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Month(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Month(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Month(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Month expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Multiply(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Multiply(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Multiply(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Multiply expression given a left and right expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "left", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Not(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Not(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Not(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an Not expression given an expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.NotEqual(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "NotEqual(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.NotEqual(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Not Equal expression given a left and right expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "left", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Now", + "id": 0, + "name": "Now()", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Now()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Now expression which returns the current date/time." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Or(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Or(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Or(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an Or expression given a left and right expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "left", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Property(System.String)", + "id": 0, + "name": "Property(String)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Property(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a property access expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Replace(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Replace(IgbFilterExpression, IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Replace(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Replace expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "target", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "toFind", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "replacement", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Replace(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression,System.String)", + "id": 0, + "name": "Replace(IgbFilterExpression, IgbFilterExpression, String)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Replace(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Replace expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "target", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "toFind", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "replacement", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Replace(IgniteUI.Blazor.Controls.IgbFilterExpression,System.String,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Replace(IgbFilterExpression, String, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Replace(IgniteUI.Blazor.Controls.IgbFilterExpression, System.String, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Replace expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "target", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "toFind", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "replacement", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Replace(IgniteUI.Blazor.Controls.IgbFilterExpression,System.String,System.String)", + "id": 0, + "name": "Replace(IgbFilterExpression, String, String)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Replace(IgniteUI.Blazor.Controls.IgbFilterExpression, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Replace expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "target", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "toFind", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "replacement", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Round(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Round(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Round(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Round expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Second(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Second(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Second(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Second expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.StartsWith(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "StartsWith(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.StartsWith(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a StartsWith expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "wholeString", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "subString", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.StartsWith(IgniteUI.Blazor.Controls.IgbFilterExpression,System.String)", + "id": 0, + "name": "StartsWith(IgbFilterExpression, String)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.StartsWith(IgniteUI.Blazor.Controls.IgbFilterExpression, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an StartsWith expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "wholeString", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "subString", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Substring(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Substring(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Substring(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an StartsWith expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "wholeString", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "startIndex", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Substring(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Substring(IgbFilterExpression, IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Substring(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an StartsWith expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "startIndex", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "length", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Substring(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression,System.Int32)", + "id": 0, + "name": "Substring(IgbFilterExpression, IgbFilterExpression, Int32)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Substring(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an StartsWith expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "startIndex", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "length", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Substring(IgniteUI.Blazor.Controls.IgbFilterExpression,System.Int32)", + "id": 0, + "name": "Substring(IgbFilterExpression, Int32)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Substring(IgniteUI.Blazor.Controls.IgbFilterExpression, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an StartsWith expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "wholeString", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Substring(IgniteUI.Blazor.Controls.IgbFilterExpression,System.Int32,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Substring(IgbFilterExpression, Int32, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Substring(IgniteUI.Blazor.Controls.IgbFilterExpression, System.Int32, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an StartsWith expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "length", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Substring(IgniteUI.Blazor.Controls.IgbFilterExpression,System.Int32,System.Int32)", + "id": 0, + "name": "Substring(IgbFilterExpression, Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Substring(IgniteUI.Blazor.Controls.IgbFilterExpression, System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an StartsWith expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "length", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Subtract(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Subtract(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Subtract(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Subtract expression given a left and right expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "left", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Time(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Time(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Time(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Time expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.TodayOverride", + "id": 0, + "name": "TodayOverride", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.TodayOverride", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets an override for todays date which is used in many date expressions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.ToLower(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "ToLower(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.ToLower(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a ToLower expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.ToUpper(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "ToUpper(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.ToUpper(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a ToUpper expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Trim(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Trim(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Trim(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Trim expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterFactory.Year(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Year(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.FilterFactory.Year(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates a Year expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FilteringExpressionsTreeType", + "id": 0, + "name": "FilteringExpressionsTreeType", + "fullName": "IgniteUI.Blazor.Controls.FilteringExpressionsTreeType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FilteringExpressionsTreeType.Advanced", + "id": 0, + "name": "Advanced", + "fullName": "IgniteUI.Blazor.Controls.FilteringExpressionsTreeType.Advanced", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilteringExpressionsTreeType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilteringExpressionsTreeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilteringExpressionsTreeType.Regular", + "id": 0, + "name": "Regular", + "fullName": "IgniteUI.Blazor.Controls.FilteringExpressionsTreeType.Regular", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilteringExpressionsTreeType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilteringExpressionsTreeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilteringExpressionsTreeType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FilteringExpressionsTreeType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FilteringLogic", + "id": 0, + "name": "FilteringLogic", + "fullName": "IgniteUI.Blazor.Controls.FilteringLogic", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FilteringLogic.And", + "id": 0, + "name": "And", + "fullName": "IgniteUI.Blazor.Controls.FilteringLogic.And", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilteringLogic", + "fullTypeName": "IgniteUI.Blazor.Controls.FilteringLogic" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilteringLogic.Or", + "id": 0, + "name": "Or", + "fullName": "IgniteUI.Blazor.Controls.FilteringLogic.Or", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilteringLogic", + "fullTypeName": "IgniteUI.Blazor.Controls.FilteringLogic" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilteringLogic.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FilteringLogic.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterLogicalOperator", + "id": 0, + "name": "FilterLogicalOperator", + "fullName": "IgniteUI.Blazor.Controls.FilterLogicalOperator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FilterLogicalOperator.And", + "id": 0, + "name": "And", + "fullName": "IgniteUI.Blazor.Controls.FilterLogicalOperator.And", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterLogicalOperator", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterLogicalOperator" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterLogicalOperator.Or", + "id": 0, + "name": "Or", + "fullName": "IgniteUI.Blazor.Controls.FilterLogicalOperator.Or", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterLogicalOperator", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterLogicalOperator" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterLogicalOperator.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FilterLogicalOperator.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterMode", + "id": 0, + "name": "FilterMode", + "fullName": "IgniteUI.Blazor.Controls.FilterMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FilterMode.ExcelStyleFilter", + "id": 0, + "name": "ExcelStyleFilter", + "fullName": "IgniteUI.Blazor.Controls.FilterMode.ExcelStyleFilter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterMode", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterMode.QuickFilter", + "id": 0, + "name": "QuickFilter", + "fullName": "IgniteUI.Blazor.Controls.FilterMode.QuickFilter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterMode", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FilterMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterUIType", + "id": 0, + "name": "FilterUIType", + "fullName": "IgniteUI.Blazor.Controls.FilterUIType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FilterUIType.ColumnOptions", + "id": 0, + "name": "ColumnOptions", + "fullName": "IgniteUI.Blazor.Controls.FilterUIType.ColumnOptions", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterUIType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterUIType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterUIType.FilterRow", + "id": 0, + "name": "FilterRow", + "fullName": "IgniteUI.Blazor.Controls.FilterUIType.FilterRow", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterUIType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterUIType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterUIType.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.FilterUIType.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterUIType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterUIType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FilterUIType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FilterUIType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FinalValueSelectionMode", + "id": 0, + "name": "FinalValueSelectionMode", + "fullName": "IgniteUI.Blazor.Controls.FinalValueSelectionMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FinalValueSelectionMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.FinalValueSelectionMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinalValueSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.FinalValueSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinalValueSelectionMode.Final", + "id": 0, + "name": "Final", + "fullName": "IgniteUI.Blazor.Controls.FinalValueSelectionMode.Final", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinalValueSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.FinalValueSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinalValueSelectionMode.FinalVisible", + "id": 0, + "name": "FinalVisible", + "fullName": "IgniteUI.Blazor.Controls.FinalValueSelectionMode.FinalVisible", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinalValueSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.FinalValueSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinalValueSelectionMode.FinalVisibleInterpolated", + "id": 0, + "name": "FinalVisibleInterpolated", + "fullName": "IgniteUI.Blazor.Controls.FinalValueSelectionMode.FinalVisibleInterpolated", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinalValueSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.FinalValueSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinalValueSelectionMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FinalValueSelectionMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption", + "id": 0, + "name": "FinancialChartRangeSelectorOption", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption.All", + "id": 0, + "name": "All", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption.All", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartRangeSelectorOption", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption.OneMonth", + "id": 0, + "name": "OneMonth", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption.OneMonth", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartRangeSelectorOption", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption.OneYear", + "id": 0, + "name": "OneYear", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption.OneYear", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartRangeSelectorOption", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption.SixMonths", + "id": 0, + "name": "SixMonths", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption.SixMonths", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartRangeSelectorOption", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption.ThreeMonths", + "id": 0, + "name": "ThreeMonths", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption.ThreeMonths", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartRangeSelectorOption", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption.YearToDate", + "id": 0, + "name": "YearToDate", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption.YearToDate", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartRangeSelectorOption", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartType", + "id": 0, + "name": "FinancialChartType", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartType.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartType.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartType.Bar", + "id": 0, + "name": "Bar", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartType.Bar", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartType.Candle", + "id": 0, + "name": "Candle", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartType.Candle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartType.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartType.Column", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartType.Line", + "id": 0, + "name": "Line", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartType.Line", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartVolumeType", + "id": 0, + "name": "FinancialChartVolumeType", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartVolumeType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartVolumeType.Area", + "id": 0, + "name": "Area", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartVolumeType.Area", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartVolumeType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartVolumeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartVolumeType.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartVolumeType.Column", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartVolumeType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartVolumeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartVolumeType.Line", + "id": 0, + "name": "Line", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartVolumeType.Line", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartVolumeType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartVolumeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartVolumeType.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartVolumeType.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartVolumeType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartVolumeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartVolumeType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartVolumeType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartXAxisMode", + "id": 0, + "name": "FinancialChartXAxisMode", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartXAxisMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartXAxisMode.Ordinal", + "id": 0, + "name": "Ordinal", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartXAxisMode.Ordinal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartXAxisMode", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartXAxisMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartXAxisMode.Time", + "id": 0, + "name": "Time", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartXAxisMode.Time", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartXAxisMode", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartXAxisMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartXAxisMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartXAxisMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartYAxisMode", + "id": 0, + "name": "FinancialChartYAxisMode", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartYAxisMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartYAxisMode.Numeric", + "id": 0, + "name": "Numeric", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartYAxisMode.Numeric", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartYAxisMode", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartYAxisMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartYAxisMode.PercentChange", + "id": 0, + "name": "PercentChange", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartYAxisMode.PercentChange", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartYAxisMode", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartYAxisMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartYAxisMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartYAxisMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType", + "id": 0, + "name": "FinancialChartZoomSliderType", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType.Area", + "id": 0, + "name": "Area", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType.Area", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartZoomSliderType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartZoomSliderType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType.Bar", + "id": 0, + "name": "Bar", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType.Bar", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartZoomSliderType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType.Candle", + "id": 0, + "name": "Candle", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType.Candle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartZoomSliderType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType.Column", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartZoomSliderType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType.Line", + "id": 0, + "name": "Line", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType.Line", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartZoomSliderType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartZoomSliderType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType", + "id": 0, + "name": "FinancialIndicatorType", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.AbsoluteVolumeOscillator", + "id": 0, + "name": "AbsoluteVolumeOscillator", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.AbsoluteVolumeOscillator", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.AccumulationDistribution", + "id": 0, + "name": "AccumulationDistribution", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.AccumulationDistribution", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.AverageDirectionalIndex", + "id": 0, + "name": "AverageDirectionalIndex", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.AverageDirectionalIndex", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.AverageTrueRange", + "id": 0, + "name": "AverageTrueRange", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.AverageTrueRange", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.BollingerBandWidth", + "id": 0, + "name": "BollingerBandWidth", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.BollingerBandWidth", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.ChaikinOscillator", + "id": 0, + "name": "ChaikinOscillator", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.ChaikinOscillator", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.ChaikinVolatility", + "id": 0, + "name": "ChaikinVolatility", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.ChaikinVolatility", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.CommodityChannelIndex", + "id": 0, + "name": "CommodityChannelIndex", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.CommodityChannelIndex", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.DetrendedPriceOscillator", + "id": 0, + "name": "DetrendedPriceOscillator", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.DetrendedPriceOscillator", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.EaseOfMovement", + "id": 0, + "name": "EaseOfMovement", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.EaseOfMovement", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.FastStochasticOscillator", + "id": 0, + "name": "FastStochasticOscillator", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.FastStochasticOscillator", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.ForceIndex", + "id": 0, + "name": "ForceIndex", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.ForceIndex", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.FullStochasticOscillator", + "id": 0, + "name": "FullStochasticOscillator", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.FullStochasticOscillator", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.MarketFacilitationIndex", + "id": 0, + "name": "MarketFacilitationIndex", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.MarketFacilitationIndex", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.MassIndex", + "id": 0, + "name": "MassIndex", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.MassIndex", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.MedianPrice", + "id": 0, + "name": "MedianPrice", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.MedianPrice", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.MoneyFlowIndex", + "id": 0, + "name": "MoneyFlowIndex", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.MoneyFlowIndex", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.MovingAverageConvergenceDivergence", + "id": 0, + "name": "MovingAverageConvergenceDivergence", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.MovingAverageConvergenceDivergence", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.NegativeVolumeIndex", + "id": 0, + "name": "NegativeVolumeIndex", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.NegativeVolumeIndex", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.OnBalanceVolume", + "id": 0, + "name": "OnBalanceVolume", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.OnBalanceVolume", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.PercentagePriceOscillator", + "id": 0, + "name": "PercentagePriceOscillator", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.PercentagePriceOscillator", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.PercentageVolumeOscillator", + "id": 0, + "name": "PercentageVolumeOscillator", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.PercentageVolumeOscillator", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.PositiveVolumeIndex", + "id": 0, + "name": "PositiveVolumeIndex", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.PositiveVolumeIndex", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.PriceVolumeTrend", + "id": 0, + "name": "PriceVolumeTrend", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.PriceVolumeTrend", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.RateOfChangeAndMomentum", + "id": 0, + "name": "RateOfChangeAndMomentum", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.RateOfChangeAndMomentum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.RelativeStrengthIndex", + "id": 0, + "name": "RelativeStrengthIndex", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.RelativeStrengthIndex", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.SlowStochasticOscillator", + "id": 0, + "name": "SlowStochasticOscillator", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.SlowStochasticOscillator", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.StandardDeviation", + "id": 0, + "name": "StandardDeviation", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.StandardDeviation", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.StochRSI", + "id": 0, + "name": "StochRSI", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.StochRSI", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.TRIX", + "id": 0, + "name": "TRIX", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.TRIX", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.TypicalPrice", + "id": 0, + "name": "TypicalPrice", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.TypicalPrice", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.UltimateOscillator", + "id": 0, + "name": "UltimateOscillator", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.UltimateOscillator", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.WeightedClose", + "id": 0, + "name": "WeightedClose", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.WeightedClose", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialIndicatorType.WilliamsPercentR", + "id": 0, + "name": "WilliamsPercentR", + "fullName": "IgniteUI.Blazor.Controls.FinancialIndicatorType.WilliamsPercentR", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialIndicatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialIndicatorType" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialOverlayType", + "id": 0, + "name": "FinancialOverlayType", + "fullName": "IgniteUI.Blazor.Controls.FinancialOverlayType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FinancialOverlayType.BollingerBands", + "id": 0, + "name": "BollingerBands", + "fullName": "IgniteUI.Blazor.Controls.FinancialOverlayType.BollingerBands", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialOverlayType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialOverlayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialOverlayType.PriceChannel", + "id": 0, + "name": "PriceChannel", + "fullName": "IgniteUI.Blazor.Controls.FinancialOverlayType.PriceChannel", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialOverlayType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialOverlayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FinancialOverlayType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FinancialOverlayType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FirstWeek", + "id": 0, + "name": "FirstWeek", + "fullName": "IgniteUI.Blazor.Controls.FirstWeek", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FirstWeek.FirstDay", + "id": 0, + "name": "FirstDay", + "fullName": "IgniteUI.Blazor.Controls.FirstWeek.FirstDay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FirstWeek", + "fullTypeName": "IgniteUI.Blazor.Controls.FirstWeek" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FirstWeek.FirstFourDayWeek", + "id": 0, + "name": "FirstFourDayWeek", + "fullName": "IgniteUI.Blazor.Controls.FirstWeek.FirstFourDayWeek", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FirstWeek", + "fullTypeName": "IgniteUI.Blazor.Controls.FirstWeek" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FirstWeek.FirstFullWeek", + "id": 0, + "name": "FirstFullWeek", + "fullName": "IgniteUI.Blazor.Controls.FirstWeek.FirstFullWeek", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FirstWeek", + "fullTypeName": "IgniteUI.Blazor.Controls.FirstWeek" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FirstWeek.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FirstWeek.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FlatDataProviderJoinCollisionType", + "id": 0, + "name": "FlatDataProviderJoinCollisionType", + "fullName": "IgniteUI.Blazor.Controls.FlatDataProviderJoinCollisionType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FlatDataProviderJoinCollisionType.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.FlatDataProviderJoinCollisionType.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FlatDataProviderJoinCollisionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FlatDataProviderJoinCollisionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FlatDataProviderJoinCollisionType.LeftOnly", + "id": 0, + "name": "LeftOnly", + "fullName": "IgniteUI.Blazor.Controls.FlatDataProviderJoinCollisionType.LeftOnly", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FlatDataProviderJoinCollisionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FlatDataProviderJoinCollisionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FlatDataProviderJoinCollisionType.PreferLeft", + "id": 0, + "name": "PreferLeft", + "fullName": "IgniteUI.Blazor.Controls.FlatDataProviderJoinCollisionType.PreferLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FlatDataProviderJoinCollisionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FlatDataProviderJoinCollisionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FlatDataProviderJoinCollisionType.PreferRight", + "id": 0, + "name": "PreferRight", + "fullName": "IgniteUI.Blazor.Controls.FlatDataProviderJoinCollisionType.PreferRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FlatDataProviderJoinCollisionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FlatDataProviderJoinCollisionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FlatDataProviderJoinCollisionType.RightOnly", + "id": 0, + "name": "RightOnly", + "fullName": "IgniteUI.Blazor.Controls.FlatDataProviderJoinCollisionType.RightOnly", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FlatDataProviderJoinCollisionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FlatDataProviderJoinCollisionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FlatDataProviderJoinCollisionType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FlatDataProviderJoinCollisionType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FlatDataProviderJoinType", + "id": 0, + "name": "FlatDataProviderJoinType", + "fullName": "IgniteUI.Blazor.Controls.FlatDataProviderJoinType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FlatDataProviderJoinType.Join", + "id": 0, + "name": "Join", + "fullName": "IgniteUI.Blazor.Controls.FlatDataProviderJoinType.Join", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FlatDataProviderJoinType", + "fullTypeName": "IgniteUI.Blazor.Controls.FlatDataProviderJoinType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FlatDataProviderJoinType.Left", + "id": 0, + "name": "Left", + "fullName": "IgniteUI.Blazor.Controls.FlatDataProviderJoinType.Left", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FlatDataProviderJoinType", + "fullTypeName": "IgniteUI.Blazor.Controls.FlatDataProviderJoinType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FlatDataProviderJoinType.Right", + "id": 0, + "name": "Right", + "fullName": "IgniteUI.Blazor.Controls.FlatDataProviderJoinType.Right", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FlatDataProviderJoinType", + "fullTypeName": "IgniteUI.Blazor.Controls.FlatDataProviderJoinType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FlatDataProviderJoinType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FlatDataProviderJoinType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.FunnelSliceDisplay", + "id": 0, + "name": "FunnelSliceDisplay", + "fullName": "IgniteUI.Blazor.Controls.FunnelSliceDisplay", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.FunnelSliceDisplay.Uniform", + "id": 0, + "name": "Uniform", + "fullName": "IgniteUI.Blazor.Controls.FunnelSliceDisplay.Uniform", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FunnelSliceDisplay", + "fullTypeName": "IgniteUI.Blazor.Controls.FunnelSliceDisplay" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FunnelSliceDisplay.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.FunnelSliceDisplay.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.FunnelSliceDisplay.Weighted", + "id": 0, + "name": "Weighted", + "fullName": "IgniteUI.Blazor.Controls.FunnelSliceDisplay.Weighted", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FunnelSliceDisplay", + "fullTypeName": "IgniteUI.Blazor.Controls.FunnelSliceDisplay" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType", + "id": 0, + "name": "GenericDataSourceSchemaPropertyType", + "fullName": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType.BooleanValue", + "id": 0, + "name": "BooleanValue", + "fullName": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType.BooleanValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GenericDataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType.DateTimeValue", + "id": 0, + "name": "DateTimeValue", + "fullName": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType.DateTimeValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GenericDataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType.DoubleValue", + "id": 0, + "name": "DoubleValue", + "fullName": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType.DoubleValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GenericDataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType.IntValue", + "id": 0, + "name": "IntValue", + "fullName": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType.IntValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GenericDataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType.StringValue", + "id": 0, + "name": "StringValue", + "fullName": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType.StringValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GenericDataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GradientStop", + "id": 0, + "name": "GradientStop", + "fullName": "IgniteUI.Blazor.Controls.GradientStop", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GradientStop.#ctor", + "id": 0, + "name": "GradientStop()", + "fullName": "IgniteUI.Blazor.Controls.GradientStop.GradientStop()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GradientStop.#ctor(IgniteUI.Blazor.Controls.Color,System.Double)", + "id": 0, + "name": "GradientStop(Color, Double)", + "fullName": "IgniteUI.Blazor.Controls.GradientStop.GradientStop(IgniteUI.Blazor.Controls.Color, System.Double)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "color", + "type": "Color", + "fullTypeName": "IgniteUI.Blazor.Controls.Color" + }, + { + "name": "offset", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GradientStop.Color", + "id": 0, + "name": "Color", + "fullName": "IgniteUI.Blazor.Controls.GradientStop.Color", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Color", + "fullTypeName": "IgniteUI.Blazor.Controls.Color" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GradientStop.Offset", + "id": 0, + "name": "Offset", + "fullName": "IgniteUI.Blazor.Controls.GradientStop.Offset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GradientStop.Serialize", + "id": 0, + "name": "Serialize()", + "fullName": "IgniteUI.Blazor.Controls.GradientStop.Serialize()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GridActivationMode", + "id": 0, + "name": "GridActivationMode", + "fullName": "IgniteUI.Blazor.Controls.GridActivationMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GridActivationMode.Cell", + "id": 0, + "name": "Cell", + "fullName": "IgniteUI.Blazor.Controls.GridActivationMode.Cell", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridActivationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridActivationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridActivationMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.GridActivationMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridActivationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridActivationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridActivationMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.GridActivationMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GridColumnDataType", + "id": 0, + "name": "GridColumnDataType", + "fullName": "IgniteUI.Blazor.Controls.GridColumnDataType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GridColumnDataType.Boolean", + "id": 0, + "name": "Boolean", + "fullName": "IgniteUI.Blazor.Controls.GridColumnDataType.Boolean", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridColumnDataType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridColumnDataType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridColumnDataType.Currency", + "id": 0, + "name": "Currency", + "fullName": "IgniteUI.Blazor.Controls.GridColumnDataType.Currency", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridColumnDataType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridColumnDataType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridColumnDataType.Date", + "id": 0, + "name": "Date", + "fullName": "IgniteUI.Blazor.Controls.GridColumnDataType.Date", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridColumnDataType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridColumnDataType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridColumnDataType.DateTime", + "id": 0, + "name": "DateTime", + "fullName": "IgniteUI.Blazor.Controls.GridColumnDataType.DateTime", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridColumnDataType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridColumnDataType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridColumnDataType.Image", + "id": 0, + "name": "Image", + "fullName": "IgniteUI.Blazor.Controls.GridColumnDataType.Image", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridColumnDataType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridColumnDataType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridColumnDataType.Number", + "id": 0, + "name": "Number", + "fullName": "IgniteUI.Blazor.Controls.GridColumnDataType.Number", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridColumnDataType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridColumnDataType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridColumnDataType.Percent", + "id": 0, + "name": "Percent", + "fullName": "IgniteUI.Blazor.Controls.GridColumnDataType.Percent", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridColumnDataType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridColumnDataType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridColumnDataType.String", + "id": 0, + "name": "String", + "fullName": "IgniteUI.Blazor.Controls.GridColumnDataType.String", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridColumnDataType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridColumnDataType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridColumnDataType.Time", + "id": 0, + "name": "Time", + "fullName": "IgniteUI.Blazor.Controls.GridColumnDataType.Time", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridColumnDataType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridColumnDataType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridColumnDataType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.GridColumnDataType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GridConditionalStyleBoundType", + "id": 0, + "name": "GridConditionalStyleBoundType", + "fullName": "IgniteUI.Blazor.Controls.GridConditionalStyleBoundType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GridConditionalStyleBoundType.Percent", + "id": 0, + "name": "Percent", + "fullName": "IgniteUI.Blazor.Controls.GridConditionalStyleBoundType.Percent", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridConditionalStyleBoundType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridConditionalStyleBoundType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridConditionalStyleBoundType.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.GridConditionalStyleBoundType.Value", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridConditionalStyleBoundType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridConditionalStyleBoundType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridConditionalStyleBoundType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.GridConditionalStyleBoundType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GridConditionalStylePropertyStylingType", + "id": 0, + "name": "GridConditionalStylePropertyStylingType", + "fullName": "IgniteUI.Blazor.Controls.GridConditionalStylePropertyStylingType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GridConditionalStylePropertyStylingType.DirectSet", + "id": 0, + "name": "DirectSet", + "fullName": "IgniteUI.Blazor.Controls.GridConditionalStylePropertyStylingType.DirectSet", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridConditionalStylePropertyStylingType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridConditionalStylePropertyStylingType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridConditionalStylePropertyStylingType.ScaledValue", + "id": 0, + "name": "ScaledValue", + "fullName": "IgniteUI.Blazor.Controls.GridConditionalStylePropertyStylingType.ScaledValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridConditionalStylePropertyStylingType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridConditionalStylePropertyStylingType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridConditionalStylePropertyStylingType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.GridConditionalStylePropertyStylingType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridConditionalStylePropertyStylingType.ValueColorGradient", + "id": 0, + "name": "ValueColorGradient", + "fullName": "IgniteUI.Blazor.Controls.GridConditionalStylePropertyStylingType.ValueColorGradient", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridConditionalStylePropertyStylingType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridConditionalStylePropertyStylingType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridConditionalStylePropertyStylingType.ValueSelector", + "id": 0, + "name": "ValueSelector", + "fullName": "IgniteUI.Blazor.Controls.GridConditionalStylePropertyStylingType.ValueSelector", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridConditionalStylePropertyStylingType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridConditionalStylePropertyStylingType" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GridEasingFunctionType", + "id": 0, + "name": "GridEasingFunctionType", + "fullName": "IgniteUI.Blazor.Controls.GridEasingFunctionType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GridEasingFunctionType.CircleInOut", + "id": 0, + "name": "CircleInOut", + "fullName": "IgniteUI.Blazor.Controls.GridEasingFunctionType.CircleInOut", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridEasingFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridEasingFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridEasingFunctionType.CubicInOut", + "id": 0, + "name": "CubicInOut", + "fullName": "IgniteUI.Blazor.Controls.GridEasingFunctionType.CubicInOut", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridEasingFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridEasingFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridEasingFunctionType.ExponentialInOut", + "id": 0, + "name": "ExponentialInOut", + "fullName": "IgniteUI.Blazor.Controls.GridEasingFunctionType.ExponentialInOut", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridEasingFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridEasingFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridEasingFunctionType.Linear", + "id": 0, + "name": "Linear", + "fullName": "IgniteUI.Blazor.Controls.GridEasingFunctionType.Linear", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridEasingFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridEasingFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridEasingFunctionType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.GridEasingFunctionType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GridHorizontalAlignment", + "id": 0, + "name": "GridHorizontalAlignment", + "fullName": "IgniteUI.Blazor.Controls.GridHorizontalAlignment", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GridHorizontalAlignment.Center", + "id": 0, + "name": "Center", + "fullName": "IgniteUI.Blazor.Controls.GridHorizontalAlignment.Center", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridHorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.GridHorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridHorizontalAlignment.Left", + "id": 0, + "name": "Left", + "fullName": "IgniteUI.Blazor.Controls.GridHorizontalAlignment.Left", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridHorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.GridHorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridHorizontalAlignment.Right", + "id": 0, + "name": "Right", + "fullName": "IgniteUI.Blazor.Controls.GridHorizontalAlignment.Right", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridHorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.GridHorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridHorizontalAlignment.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.GridHorizontalAlignment.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GridKeydownTargetType", + "id": 0, + "name": "GridKeydownTargetType", + "fullName": "IgniteUI.Blazor.Controls.GridKeydownTargetType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GridKeydownTargetType.DataCell", + "id": 0, + "name": "DataCell", + "fullName": "IgniteUI.Blazor.Controls.GridKeydownTargetType.DataCell", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridKeydownTargetType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridKeydownTargetType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridKeydownTargetType.GroupRow", + "id": 0, + "name": "GroupRow", + "fullName": "IgniteUI.Blazor.Controls.GridKeydownTargetType.GroupRow", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridKeydownTargetType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridKeydownTargetType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridKeydownTargetType.HeaderCell", + "id": 0, + "name": "HeaderCell", + "fullName": "IgniteUI.Blazor.Controls.GridKeydownTargetType.HeaderCell", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridKeydownTargetType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridKeydownTargetType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridKeydownTargetType.HierarchicalRow", + "id": 0, + "name": "HierarchicalRow", + "fullName": "IgniteUI.Blazor.Controls.GridKeydownTargetType.HierarchicalRow", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridKeydownTargetType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridKeydownTargetType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridKeydownTargetType.MasterDetailRow", + "id": 0, + "name": "MasterDetailRow", + "fullName": "IgniteUI.Blazor.Controls.GridKeydownTargetType.MasterDetailRow", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridKeydownTargetType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridKeydownTargetType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridKeydownTargetType.SummaryCell", + "id": 0, + "name": "SummaryCell", + "fullName": "IgniteUI.Blazor.Controls.GridKeydownTargetType.SummaryCell", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridKeydownTargetType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridKeydownTargetType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridKeydownTargetType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.GridKeydownTargetType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GridMode", + "id": 0, + "name": "GridMode", + "fullName": "IgniteUI.Blazor.Controls.GridMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GridMode.BeforeSeries", + "id": 0, + "name": "BeforeSeries", + "fullName": "IgniteUI.Blazor.Controls.GridMode.BeforeSeries", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridMode.BehindSeries", + "id": 0, + "name": "BehindSeries", + "fullName": "IgniteUI.Blazor.Controls.GridMode.BehindSeries", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.GridMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.GridMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GridPagingMode", + "id": 0, + "name": "GridPagingMode", + "fullName": "IgniteUI.Blazor.Controls.GridPagingMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GridPagingMode.Local", + "id": 0, + "name": "Local", + "fullName": "IgniteUI.Blazor.Controls.GridPagingMode.Local", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridPagingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridPagingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridPagingMode.Remote", + "id": 0, + "name": "Remote", + "fullName": "IgniteUI.Blazor.Controls.GridPagingMode.Remote", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridPagingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridPagingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridPagingMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.GridPagingMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GridSelectionBehavior", + "id": 0, + "name": "GridSelectionBehavior", + "fullName": "IgniteUI.Blazor.Controls.GridSelectionBehavior", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GridSelectionBehavior.ModifierBased", + "id": 0, + "name": "ModifierBased", + "fullName": "IgniteUI.Blazor.Controls.GridSelectionBehavior.ModifierBased", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSelectionBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSelectionBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridSelectionBehavior.Toggle", + "id": 0, + "name": "Toggle", + "fullName": "IgniteUI.Blazor.Controls.GridSelectionBehavior.Toggle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSelectionBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSelectionBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridSelectionBehavior.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.GridSelectionBehavior.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GridSelectionMode", + "id": 0, + "name": "GridSelectionMode", + "fullName": "IgniteUI.Blazor.Controls.GridSelectionMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GridSelectionMode.Multiple", + "id": 0, + "name": "Multiple", + "fullName": "IgniteUI.Blazor.Controls.GridSelectionMode.Multiple", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridSelectionMode.MultipleCascade", + "id": 0, + "name": "MultipleCascade", + "fullName": "IgniteUI.Blazor.Controls.GridSelectionMode.MultipleCascade", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridSelectionMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.GridSelectionMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridSelectionMode.Single", + "id": 0, + "name": "Single", + "fullName": "IgniteUI.Blazor.Controls.GridSelectionMode.Single", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridSelectionMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.GridSelectionMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GridSummaryCalculationMode", + "id": 0, + "name": "GridSummaryCalculationMode", + "fullName": "IgniteUI.Blazor.Controls.GridSummaryCalculationMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GridSummaryCalculationMode.ChildLevelsOnly", + "id": 0, + "name": "ChildLevelsOnly", + "fullName": "IgniteUI.Blazor.Controls.GridSummaryCalculationMode.ChildLevelsOnly", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSummaryCalculationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSummaryCalculationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridSummaryCalculationMode.RootAndChildLevels", + "id": 0, + "name": "RootAndChildLevels", + "fullName": "IgniteUI.Blazor.Controls.GridSummaryCalculationMode.RootAndChildLevels", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSummaryCalculationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSummaryCalculationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridSummaryCalculationMode.RootLevelOnly", + "id": 0, + "name": "RootLevelOnly", + "fullName": "IgniteUI.Blazor.Controls.GridSummaryCalculationMode.RootLevelOnly", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSummaryCalculationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSummaryCalculationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridSummaryCalculationMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.GridSummaryCalculationMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GridSummaryPosition", + "id": 0, + "name": "GridSummaryPosition", + "fullName": "IgniteUI.Blazor.Controls.GridSummaryPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GridSummaryPosition.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.GridSummaryPosition.Bottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSummaryPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSummaryPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridSummaryPosition.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.GridSummaryPosition.Top", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSummaryPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSummaryPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridSummaryPosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.GridSummaryPosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GridToolbarExporterType", + "id": 0, + "name": "GridToolbarExporterType", + "fullName": "IgniteUI.Blazor.Controls.GridToolbarExporterType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GridToolbarExporterType.Csv", + "id": 0, + "name": "Csv", + "fullName": "IgniteUI.Blazor.Controls.GridToolbarExporterType.Csv", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridToolbarExporterType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridToolbarExporterType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridToolbarExporterType.Excel", + "id": 0, + "name": "Excel", + "fullName": "IgniteUI.Blazor.Controls.GridToolbarExporterType.Excel", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridToolbarExporterType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridToolbarExporterType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridToolbarExporterType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.GridToolbarExporterType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GridValidationTrigger", + "id": 0, + "name": "GridValidationTrigger", + "fullName": "IgniteUI.Blazor.Controls.GridValidationTrigger", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GridValidationTrigger.Blur", + "id": 0, + "name": "Blur", + "fullName": "IgniteUI.Blazor.Controls.GridValidationTrigger.Blur", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridValidationTrigger", + "fullTypeName": "IgniteUI.Blazor.Controls.GridValidationTrigger" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridValidationTrigger.Change", + "id": 0, + "name": "Change", + "fullName": "IgniteUI.Blazor.Controls.GridValidationTrigger.Change", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridValidationTrigger", + "fullTypeName": "IgniteUI.Blazor.Controls.GridValidationTrigger" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridValidationTrigger.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.GridValidationTrigger.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GridVerticalAlignment", + "id": 0, + "name": "GridVerticalAlignment", + "fullName": "IgniteUI.Blazor.Controls.GridVerticalAlignment", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GridVerticalAlignment.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.GridVerticalAlignment.Bottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridVerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.GridVerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridVerticalAlignment.Middle", + "id": 0, + "name": "Middle", + "fullName": "IgniteUI.Blazor.Controls.GridVerticalAlignment.Middle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridVerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.GridVerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridVerticalAlignment.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.GridVerticalAlignment.Top", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridVerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.GridVerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GridVerticalAlignment.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.GridVerticalAlignment.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GroupHeaderDisplayMode", + "id": 0, + "name": "GroupHeaderDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.GroupHeaderDisplayMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GroupHeaderDisplayMode.Combined", + "id": 0, + "name": "Combined", + "fullName": "IgniteUI.Blazor.Controls.GroupHeaderDisplayMode.Combined", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GroupHeaderDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GroupHeaderDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GroupHeaderDisplayMode.Split", + "id": 0, + "name": "Split", + "fullName": "IgniteUI.Blazor.Controls.GroupHeaderDisplayMode.Split", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GroupHeaderDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GroupHeaderDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GroupHeaderDisplayMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.GroupHeaderDisplayMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GroupingDirection", + "id": 0, + "name": "GroupingDirection", + "fullName": "IgniteUI.Blazor.Controls.GroupingDirection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GroupingDirection.Asc", + "id": 0, + "name": "Asc", + "fullName": "IgniteUI.Blazor.Controls.GroupingDirection.Asc", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GroupingDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.GroupingDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GroupingDirection.Desc", + "id": 0, + "name": "Desc", + "fullName": "IgniteUI.Blazor.Controls.GroupingDirection.Desc", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GroupingDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.GroupingDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GroupingDirection.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.GroupingDirection.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GroupingDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.GroupingDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GroupingDirection.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.GroupingDirection.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode", + "id": 0, + "name": "GroupSummaryDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode.Cells", + "id": 0, + "name": "Cells", + "fullName": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode.Cells", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GroupSummaryDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode.List", + "id": 0, + "name": "List", + "fullName": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode.List", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GroupSummaryDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GroupSummaryDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode.RowBottom", + "id": 0, + "name": "RowBottom", + "fullName": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode.RowBottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GroupSummaryDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode.RowTop", + "id": 0, + "name": "RowTop", + "fullName": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode.RowTop", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GroupSummaryDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.HeaderClickAction", + "id": 0, + "name": "HeaderClickAction", + "fullName": "IgniteUI.Blazor.Controls.HeaderClickAction", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.HeaderClickAction.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.HeaderClickAction.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HeaderClickAction", + "fullTypeName": "IgniteUI.Blazor.Controls.HeaderClickAction" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HeaderClickAction.SortByMultipleColumns", + "id": 0, + "name": "SortByMultipleColumns", + "fullName": "IgniteUI.Blazor.Controls.HeaderClickAction.SortByMultipleColumns", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HeaderClickAction", + "fullTypeName": "IgniteUI.Blazor.Controls.HeaderClickAction" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HeaderClickAction.SortByMultipleColumnsTriState", + "id": 0, + "name": "SortByMultipleColumnsTriState", + "fullName": "IgniteUI.Blazor.Controls.HeaderClickAction.SortByMultipleColumnsTriState", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HeaderClickAction", + "fullTypeName": "IgniteUI.Blazor.Controls.HeaderClickAction" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HeaderClickAction.SortByOneColumnOnly", + "id": 0, + "name": "SortByOneColumnOnly", + "fullName": "IgniteUI.Blazor.Controls.HeaderClickAction.SortByOneColumnOnly", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HeaderClickAction", + "fullTypeName": "IgniteUI.Blazor.Controls.HeaderClickAction" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HeaderClickAction.SortByOneColumnOnlyTriState", + "id": 0, + "name": "SortByOneColumnOnlyTriState", + "fullName": "IgniteUI.Blazor.Controls.HeaderClickAction.SortByOneColumnOnlyTriState", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HeaderClickAction", + "fullTypeName": "IgniteUI.Blazor.Controls.HeaderClickAction" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HeaderClickAction.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.HeaderClickAction.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode", + "id": 0, + "name": "HighlightedValueDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HighlightedValueDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode.Hidden", + "id": 0, + "name": "Hidden", + "fullName": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode.Hidden", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HighlightedValueDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode.Overlay", + "id": 0, + "name": "Overlay", + "fullName": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode.Overlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HighlightedValueDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.HighlightedValueLabelMode", + "id": 0, + "name": "HighlightedValueLabelMode", + "fullName": "IgniteUI.Blazor.Controls.HighlightedValueLabelMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.HighlightedValueLabelMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.HighlightedValueLabelMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HighlightedValueLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.HighlightedValueLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HighlightedValueLabelMode.LabelBoth", + "id": 0, + "name": "LabelBoth", + "fullName": "IgniteUI.Blazor.Controls.HighlightedValueLabelMode.LabelBoth", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HighlightedValueLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.HighlightedValueLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HighlightedValueLabelMode.PreferHighlighted", + "id": 0, + "name": "PreferHighlighted", + "fullName": "IgniteUI.Blazor.Controls.HighlightedValueLabelMode.PreferHighlighted", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HighlightedValueLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.HighlightedValueLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HighlightedValueLabelMode.PreferOriginal", + "id": 0, + "name": "PreferOriginal", + "fullName": "IgniteUI.Blazor.Controls.HighlightedValueLabelMode.PreferOriginal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HighlightedValueLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.HighlightedValueLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HighlightedValueLabelMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.HighlightedValueLabelMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.HighlightingState", + "id": 0, + "name": "HighlightingState", + "fullName": "IgniteUI.Blazor.Controls.HighlightingState", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.HighlightingState.Inward", + "id": 0, + "name": "Inward", + "fullName": "IgniteUI.Blazor.Controls.HighlightingState.Inward", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HighlightingState", + "fullTypeName": "IgniteUI.Blazor.Controls.HighlightingState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HighlightingState.Outward", + "id": 0, + "name": "Outward", + "fullName": "IgniteUI.Blazor.Controls.HighlightingState.Outward", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HighlightingState", + "fullTypeName": "IgniteUI.Blazor.Controls.HighlightingState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HighlightingState.Static", + "id": 0, + "name": "Static", + "fullName": "IgniteUI.Blazor.Controls.HighlightingState.Static", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HighlightingState", + "fullTypeName": "IgniteUI.Blazor.Controls.HighlightingState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HighlightingState.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.HighlightingState.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.HorizontalAlignment", + "id": 0, + "name": "HorizontalAlignment", + "fullName": "IgniteUI.Blazor.Controls.HorizontalAlignment", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.HorizontalAlignment.Center", + "id": 0, + "name": "Center", + "fullName": "IgniteUI.Blazor.Controls.HorizontalAlignment.Center", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HorizontalAlignment.Left", + "id": 0, + "name": "Left", + "fullName": "IgniteUI.Blazor.Controls.HorizontalAlignment.Left", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HorizontalAlignment.Right", + "id": 0, + "name": "Right", + "fullName": "IgniteUI.Blazor.Controls.HorizontalAlignment.Right", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HorizontalAlignment.Stretch", + "id": 0, + "name": "Stretch", + "fullName": "IgniteUI.Blazor.Controls.HorizontalAlignment.Stretch", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HorizontalAlignment.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.HorizontalAlignment.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.HorizontalLabelFormatSpecifiers", + "id": 0, + "name": "HorizontalLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.HorizontalLabelFormatSpecifiers", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.HorizontalLabelFormatSpecifiers.#ctor", + "id": 0, + "name": "HorizontalLabelFormatSpecifiers()", + "fullName": "IgniteUI.Blazor.Controls.HorizontalLabelFormatSpecifiers.HorizontalLabelFormatSpecifiers()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HorizontalLabelFormatSpecifiers.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.HorizontalLabelFormatSpecifiers.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HorizontalLabelFormatSpecifiers.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.HorizontalLabelFormatSpecifiers.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HorizontalLabelFormatSpecifiers.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.HorizontalLabelFormatSpecifiers.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HorizontalLabelFormatSpecifiers.SparklineParent", + "id": 0, + "name": "SparklineParent", + "fullName": "IgniteUI.Blazor.Controls.HorizontalLabelFormatSpecifiers.SparklineParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation", + "id": 0, + "name": "HorizontalTransitionAnimation", + "fullName": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation.Fade", + "id": 0, + "name": "Fade", + "fullName": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation.Fade", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalTransitionAnimation", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalTransitionAnimation", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation.Slide", + "id": 0, + "name": "Slide", + "fullName": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation.Slide", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalTransitionAnimation", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IconButtonVariant", + "id": 0, + "name": "IconButtonVariant", + "fullName": "IgniteUI.Blazor.Controls.IconButtonVariant", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IconButtonVariant.Contained", + "id": 0, + "name": "Contained", + "fullName": "IgniteUI.Blazor.Controls.IconButtonVariant.Contained", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IconButtonVariant", + "fullTypeName": "IgniteUI.Blazor.Controls.IconButtonVariant" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IconButtonVariant.Flat", + "id": 0, + "name": "Flat", + "fullName": "IgniteUI.Blazor.Controls.IconButtonVariant.Flat", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IconButtonVariant", + "fullTypeName": "IgniteUI.Blazor.Controls.IconButtonVariant" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IconButtonVariant.Outlined", + "id": 0, + "name": "Outlined", + "fullName": "IgniteUI.Blazor.Controls.IconButtonVariant.Outlined", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IconButtonVariant", + "fullTypeName": "IgniteUI.Blazor.Controls.IconButtonVariant" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IconButtonVariant.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.IconButtonVariant.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IDataIntentAttribute", + "id": 0, + "name": "IDataIntentAttribute", + "fullName": "IgniteUI.Blazor.Controls.IDataIntentAttribute", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IDataIntentAttribute.Intent", + "id": 0, + "name": "Intent", + "fullName": "IgniteUI.Blazor.Controls.IDataIntentAttribute.Intent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicator", + "id": 0, + "name": "IgbAbsoluteVolumeOscillatorIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Absolute Volume Oscillator indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicator.#ctor", + "id": 0, + "name": "IgbAbsoluteVolumeOscillatorIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicator.IgbAbsoluteVolumeOscillatorIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicator.LongPeriod", + "id": 0, + "name": "LongPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicator.LongPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the short moving average period for the current AbsoluteVolumeOscillatorIndicator object. The typical, and initial, value for long AVO periods is 30." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicator.ShortPeriod", + "id": 0, + "name": "ShortPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicator.ShortPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the short moving average period for the current AbsoluteVolumeOscillatorIndicator object. The typical, and initial, value for short AVO periods is 10." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicatorModule", + "id": 0, + "name": "IgbAbsoluteVolumeOscillatorIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicatorModule.#ctor", + "id": 0, + "name": "IgbAbsoluteVolumeOscillatorIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicatorModule.IgbAbsoluteVolumeOscillatorIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAbsoluteVolumeOscillatorIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion", + "id": 0, + "name": "IgbAccordion", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The Accordion is a container-based component that can house multiple expansion panels and offers keyboard navigation." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.#ctor", + "id": 0, + "name": "IgbAccordion()", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.IgbAccordion()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.Closed", + "id": 0, + "name": "Closed", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.Closed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbExpansionPanelComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.ClosedScript", + "id": 0, + "name": "ClosedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.ClosedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.Closing", + "id": 0, + "name": "Closing", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.Closing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbExpansionPanelComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.ClosingScript", + "id": 0, + "name": "ClosingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.ClosingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.HideAll", + "id": 0, + "name": "HideAll()", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.HideAll()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.HideAllAsync", + "id": 0, + "name": "HideAllAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.HideAllAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hides all of the child expansion panels' contents." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.Opened", + "id": 0, + "name": "Opened", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.Opened", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbExpansionPanelComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.OpenedScript", + "id": 0, + "name": "OpenedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.OpenedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.Opening", + "id": 0, + "name": "Opening", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.Opening", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbExpansionPanelComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.OpeningScript", + "id": 0, + "name": "OpeningScript", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.OpeningScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.ShowAll", + "id": 0, + "name": "ShowAll()", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.ShowAll()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.ShowAllAsync", + "id": 0, + "name": "ShowAllAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.ShowAllAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Shows all of the child expansion panels' contents." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.SingleExpand", + "id": 0, + "name": "SingleExpand", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.SingleExpand", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Allows only one panel to be expanded at a time." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordion.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordion.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordionModule", + "id": 0, + "name": "IgbAccordionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordionModule.#ctor", + "id": 0, + "name": "IgbAccordionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordionModule.IgbAccordionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccordionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAccordionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccumulationDistributionIndicator", + "id": 0, + "name": "IgbAccumulationDistributionIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbAccumulationDistributionIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Accumulation/Distribution indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAccumulationDistributionIndicator.#ctor", + "id": 0, + "name": "IgbAccumulationDistributionIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbAccumulationDistributionIndicator.IgbAccumulationDistributionIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccumulationDistributionIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbAccumulationDistributionIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccumulationDistributionIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAccumulationDistributionIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccumulationDistributionIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAccumulationDistributionIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccumulationDistributionIndicatorModule", + "id": 0, + "name": "IgbAccumulationDistributionIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbAccumulationDistributionIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAccumulationDistributionIndicatorModule.#ctor", + "id": 0, + "name": "IgbAccumulationDistributionIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbAccumulationDistributionIndicatorModule.IgbAccumulationDistributionIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccumulationDistributionIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAccumulationDistributionIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccumulationDistributionIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAccumulationDistributionIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAccumulationDistributionIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAccumulationDistributionIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip", + "id": 0, + "name": "IgbActionStrip", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.#ctor", + "id": 0, + "name": "IgbActionStrip()", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.IgbActionStrip()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.ActionButtons", + "id": 0, + "name": "ActionButtons", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.ActionButtons", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "ActionButton as ContentChildren inside the Action Strip" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridActionsBaseDirectiveCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirectiveCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.ActualActionButtons", + "id": 0, + "name": "ActualActionButtons", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.ActualActionButtons", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridActionsBaseDirectiveCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirectiveCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.ContentActionButtons", + "id": 0, + "name": "ContentActionButtons", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.ContentActionButtons", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridActionsBaseDirectiveCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirectiveCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.GridBaseDirectiveParent", + "id": 0, + "name": "GridBaseDirectiveParent", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.GridBaseDirectiveParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.Hidden", + "id": 0, + "name": "Hidden", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.Hidden", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.Hide", + "id": 0, + "name": "Hide()", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.Hide()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.HideAsync", + "id": 0, + "name": "HideAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.HideAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hiding the Action Strip and removing it from its current context element. this.actionStrip.hide();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.HierarchicalGridParent", + "id": 0, + "name": "HierarchicalGridParent", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.HierarchicalGridParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.ResourceStrings", + "id": 0, + "name": "ResourceStrings", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.ResourceStrings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the resource strings. By default it uses EN resources." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbActionStripResourceStrings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbActionStripResourceStrings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.RowIslandParent", + "id": 0, + "name": "RowIslandParent", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.RowIslandParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.Show(System.Object)", + "id": 0, + "name": "Show(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.Show(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "context", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.ShowAsync(System.Object)", + "id": 0, + "name": "ShowAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.ShowAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Showing the Action Strip and appending it the specified context element. context this.actionStrip.show(row);" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "context", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStrip.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStrip.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStripCollection", + "id": 0, + "name": "IgbActionStripCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStripCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbActionStrip}", + "id": 0, + "name": "BaseCollection<IgbActionStrip>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStripCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbActionStripCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStripCollection.IgbActionStripCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStripModule", + "id": 0, + "name": "IgbActionStripModule", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStripModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStripModule.#ctor", + "id": 0, + "name": "IgbActionStripModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStripModule.IgbActionStripModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStripModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStripModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStripModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStripModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStripModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStripModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStripResourceStrings", + "id": 0, + "name": "IgbActionStripResourceStrings", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStripResourceStrings", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStripResourceStrings.#ctor", + "id": 0, + "name": "IgbActionStripResourceStrings()", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStripResourceStrings.IgbActionStripResourceStrings()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStripResourceStrings.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStripResourceStrings.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStripResourceStrings.Igx_action_strip_button_more_title", + "id": 0, + "name": "Igx_action_strip_button_more_title", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStripResourceStrings.Igx_action_strip_button_more_title", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStripResourceStrings.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStripResourceStrings.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStripResourceStrings.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStripResourceStrings.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActionStripResourceStrings.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbActionStripResourceStrings.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgs", + "id": 0, + "name": "IgbActiveNodeChangeEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Emitted when the active node is changed" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgs.#ctor", + "id": 0, + "name": "IgbActiveNodeChangeEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgs.IgbActiveNodeChangeEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbActiveNodeChangeEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail", + "id": 0, + "name": "IgbActiveNodeChangeEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Emitted when the active node is changed" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail.#ctor", + "id": 0, + "name": "IgbActiveNodeChangeEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail.IgbActiveNodeChangeEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the column index of the active node" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail.Level", + "id": 0, + "name": "Level", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail.Level", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Represents the hierarchical level of the active node" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail.Row", + "id": 0, + "name": "Row", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail.Row", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the row index of the active node" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail.Tag", + "id": 0, + "name": "Tag", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail.Tag", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the type of the active node. The GridKeydownTargetType is an enum or that specifies the possible target types" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridKeydownTargetType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridKeydownTargetType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgs", + "id": 0, + "name": "IgbActivePaneEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgs.#ctor", + "id": 0, + "name": "IgbActivePaneEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgs.IgbActivePaneEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbActivePaneEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail", + "id": 0, + "name": "IgbActivePaneEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail.#ctor", + "id": 0, + "name": "IgbActivePaneEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail.IgbActivePaneEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail.NewPane", + "id": 0, + "name": "NewPane", + "fullName": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail.NewPane", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the new active pane." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbContentPane", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbContentPane" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail.OldPane", + "id": 0, + "name": "OldPane", + "fullName": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail.OldPane", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the old active pane." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbContentPane", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbContentPane" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbActivePaneEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangedArgsEventArgs", + "id": 0, + "name": "IgbActiveStepChangedArgsEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangedArgsEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgs", + "id": 0, + "name": "IgbActiveStepChangedEventArgs" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangedArgsEventArgs.#ctor", + "id": 0, + "name": "IgbActiveStepChangedArgsEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangedArgsEventArgs.IgbActiveStepChangedArgsEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgs", + "id": 0, + "name": "IgbActiveStepChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgs.#ctor", + "id": 0, + "name": "IgbActiveStepChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgs.IgbActiveStepChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbActiveStepChangedEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgsDetail", + "id": 0, + "name": "IgbActiveStepChangedEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgsDetail.#ctor", + "id": 0, + "name": "IgbActiveStepChangedEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgsDetail.IgbActiveStepChangedEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgsDetail.Index", + "id": 0, + "name": "Index", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgsDetail.Index", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangingArgsEventArgs", + "id": 0, + "name": "IgbActiveStepChangingArgsEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangingArgsEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgs", + "id": 0, + "name": "IgbActiveStepChangingEventArgs" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangingArgsEventArgs.#ctor", + "id": 0, + "name": "IgbActiveStepChangingArgsEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangingArgsEventArgs.IgbActiveStepChangingArgsEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgs", + "id": 0, + "name": "IgbActiveStepChangingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgs.#ctor", + "id": 0, + "name": "IgbActiveStepChangingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgs.IgbActiveStepChangingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbActiveStepChangingEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgsDetail", + "id": 0, + "name": "IgbActiveStepChangingEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgsDetail.#ctor", + "id": 0, + "name": "IgbActiveStepChangingEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgsDetail.IgbActiveStepChangingEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgsDetail.NewIndex", + "id": 0, + "name": "NewIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgsDetail.NewIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgsDetail.OldIndex", + "id": 0, + "name": "OldIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgsDetail.OldIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAlignLinearGraphLabelEventArgs", + "id": 0, + "name": "IgbAlignLinearGraphLabelEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbAlignLinearGraphLabelEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event argument for AlignLinearGraphLabel." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatLinearGraphLabelEventArgs", + "id": 0, + "name": "IgbFormatLinearGraphLabelEventArgs" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAlignLinearGraphLabelEventArgs.#ctor", + "id": 0, + "name": "IgbAlignLinearGraphLabelEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbAlignLinearGraphLabelEventArgs.IgbAlignLinearGraphLabelEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAlignLinearGraphLabelEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAlignLinearGraphLabelEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAlignLinearGraphLabelEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAlignLinearGraphLabelEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAlignLinearGraphLabelEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAlignLinearGraphLabelEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAlignLinearGraphLabelEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAlignLinearGraphLabelEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAlignRadialGaugeLabelEventArgs", + "id": 0, + "name": "IgbAlignRadialGaugeLabelEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbAlignRadialGaugeLabelEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event argument for AlignRadialGaugeLabel." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatRadialGaugeLabelEventArgs", + "id": 0, + "name": "IgbFormatRadialGaugeLabelEventArgs" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAlignRadialGaugeLabelEventArgs.#ctor", + "id": 0, + "name": "IgbAlignRadialGaugeLabelEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbAlignRadialGaugeLabelEventArgs.IgbAlignRadialGaugeLabelEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAlignRadialGaugeLabelEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAlignRadialGaugeLabelEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAlignRadialGaugeLabelEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAlignRadialGaugeLabelEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAlignRadialGaugeLabelEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAlignRadialGaugeLabelEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAlignRadialGaugeLabelEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAlignRadialGaugeLabelEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the base class for all IgbDataChart anchored category/value series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.#ctor", + "id": 0, + "name": "IgbAnchoredCategorySeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.IgbAnchoredCategorySeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.ActualTrendLineBrush", + "id": 0, + "name": "ActualTrendLineBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.ActualTrendLineBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective TrendLineBrush for this series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.ConsolidatedItemHitTestBehavior", + "id": 0, + "name": "ConsolidatedItemHitTestBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.ConsolidatedItemHitTestBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines the item returned in hit-testing when the pointer is over an object which represents several consolidated items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ConsolidatedItemHitTestBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ConsolidatedItemHitTestBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.GetItem(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItem(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.GetItem(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item that is the best match for the specified world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.GetItemValue(System.Object,System.String)", + "id": 0, + "name": "GetItemValue(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.GetItemValue(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.GetItemValueAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemValueAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.GetItemValueAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.GetMemberPathValue(System.String)", + "id": 0, + "name": "GetMemberPathValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.GetMemberPathValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.GetMemberPathValueAsync(System.String)", + "id": 0, + "name": "GetMemberPathValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.GetMemberPathValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value of a requested member path from the series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.GetSeriesValueType(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "id": 0, + "name": "GetSeriesValueType(ValueLayerValueMode)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.GetSeriesValueType(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mode", + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + ], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.GetSeriesValueTypeAsync(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "id": 0, + "name": "GetSeriesValueTypeAsync(ValueLayerValueMode)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.GetSeriesValueTypeAsync(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a numeric value from the numeric axis associated with this series that matches the desired value mode." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mode", + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + ], + "return": { + "type": "Task<Double[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.GetSeriesValueTypePosition(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "id": 0, + "name": "GetSeriesValueTypePosition(ValueLayerValueMode)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.GetSeriesValueTypePosition(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mode", + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.GetSeriesValueTypePositionAsync(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "id": 0, + "name": "GetSeriesValueTypePositionAsync(ValueLayerValueMode)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.GetSeriesValueTypePositionAsync(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mode", + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.HighlightedValueMemberPath", + "id": 0, + "name": "HighlightedValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.HighlightedValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.MarkerCollisionAvoidance", + "id": 0, + "name": "MarkerCollisionAvoidance", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.MarkerCollisionAvoidance", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategorySeriesMarkerCollisionAvoidance", + "fullTypeName": "IgniteUI.Blazor.Controls.CategorySeriesMarkerCollisionAvoidance" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.ScrollIntoView(System.Object)", + "id": 0, + "name": "ScrollIntoView(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.ScrollIntoView(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.ScrollIntoViewAsync(System.Object)", + "id": 0, + "name": "ScrollIntoViewAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.ScrollIntoViewAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls the series to display the item for the specified data item." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.TrendLineBrush", + "id": 0, + "name": "TrendLineBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.TrendLineBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use to draw the trend line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.TrendLineDashArray", + "id": 0, + "name": "TrendLineDashArray", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.TrendLineDashArray", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a collection of double values that indicate the pattern of dashes and gaps that is used to draw the trend line for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.TrendLinePeriod", + "id": 0, + "name": "TrendLinePeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.TrendLinePeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the trend line period for the current series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.TrendLineThickness", + "id": 0, + "name": "TrendLineThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.TrendLineThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness of the current series object's trend line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.TrendLineType", + "id": 0, + "name": "TrendLineType", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.TrendLineType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the trend type for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.ValueMemberAsLegendLabel", + "id": 0, + "name": "ValueMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.ValueMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.ValueMemberAsLegendUnit", + "id": 0, + "name": "ValueMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.ValueMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit displayed after series value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.ValueMemberPath", + "id": 0, + "name": "ValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries.ValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries", + "id": 0, + "name": "IgbAnchoredRadialSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the base class for all IgbDataChart anchored radial category series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase", + "id": 0, + "name": "IgbRadialBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.#ctor", + "id": 0, + "name": "IgbAnchoredRadialSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.IgbAnchoredRadialSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.ActualTrendLineBrush", + "id": 0, + "name": "ActualTrendLineBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.ActualTrendLineBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective TrendLineBrush for this series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetCategoryWidth", + "id": 0, + "name": "GetCategoryWidth()", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetCategoryWidth()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetCategoryWidthAsync", + "id": 0, + "name": "GetCategoryWidthAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetCategoryWidthAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the width of the category grouping this series is in." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetItemValue(System.Object,System.String)", + "id": 0, + "name": "GetItemValue(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetItemValue(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetItemValueAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemValueAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetItemValueAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetMemberPathValue(System.String)", + "id": 0, + "name": "GetMemberPathValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetMemberPathValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetMemberPathValueAsync(System.String)", + "id": 0, + "name": "GetMemberPathValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetMemberPathValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value of a requested member path from the series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetOffsetValue", + "id": 0, + "name": "GetOffsetValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetOffsetValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetOffsetValueAsync", + "id": 0, + "name": "GetOffsetValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetOffsetValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the offset value for this series if grouped on a category axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetSeriesValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetSeriesValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.HighlightedValueMemberPath", + "id": 0, + "name": "HighlightedValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.HighlightedValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.ScrollIntoView(System.Object)", + "id": 0, + "name": "ScrollIntoView(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.ScrollIntoView(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.ScrollIntoViewAsync(System.Object)", + "id": 0, + "name": "ScrollIntoViewAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.ScrollIntoViewAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls the specified item into the view." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.TrendLineBrush", + "id": 0, + "name": "TrendLineBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.TrendLineBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush that specifies how to the current series object's Trend line is drawn." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.TrendLineDashArray", + "id": 0, + "name": "TrendLineDashArray", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.TrendLineDashArray", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a collection of double values that indicate the pattern of dashes and gaps that is used to draw the trend line for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.TrendLinePeriod", + "id": 0, + "name": "TrendLinePeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.TrendLinePeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the trend line period for the current series. The typical, and initial, value for bollinger band periods is 20." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.TrendLineThickness", + "id": 0, + "name": "TrendLineThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.TrendLineThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness of the current series object's trend line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.TrendLineType", + "id": 0, + "name": "TrendLineType", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.TrendLineType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the trend type for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.TrendLineZIndex", + "id": 0, + "name": "TrendLineZIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.TrendLineZIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or Gets the Z index of the trendline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.UseCategoryNormalizedValues", + "id": 0, + "name": "UseCategoryNormalizedValues", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.UseCategoryNormalizedValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to normalize the values against the category values if using a proportional category axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.ValueMemberAsLegendLabel", + "id": 0, + "name": "ValueMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.ValueMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.ValueMemberAsLegendUnit", + "id": 0, + "name": "ValueMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.ValueMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit displayed after series value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.ValueMemberPath", + "id": 0, + "name": "ValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries.ValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the item path that provides the values for the current series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "id": 0, + "name": "IgbAnnotationLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the base class for annotation layer types. Annotations will usually disable some of the default hover/touch behaviors of the chart when they are introduced to the series collection. In return they provide some valuable information as the cursor is moved by hovering over the chart, or performing a press-hold-drag interaction in touch mode." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.#ctor", + "id": 0, + "name": "IgbAnnotationLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.IgbAnnotationLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ActualAppearanceMode", + "id": 0, + "name": "ActualAppearanceMode", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ActualAppearanceMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the annotation layer color based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ActualDashArray", + "id": 0, + "name": "ActualDashArray", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ActualDashArray", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the annotation layer color based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ActualDashCap", + "id": 0, + "name": "ActualDashCap", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ActualDashCap", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the annotation layer color based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PenLineCap", + "fullTypeName": "IgniteUI.Blazor.Controls.PenLineCap" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ActualHorizontalAppearanceMode", + "id": 0, + "name": "ActualHorizontalAppearanceMode", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ActualHorizontalAppearanceMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the annotation layer color based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ActualHorizontalDashArray", + "id": 0, + "name": "ActualHorizontalDashArray", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ActualHorizontalDashArray", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the annotation layer color based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ActualHorizontalShiftAmount", + "id": 0, + "name": "ActualHorizontalShiftAmount", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ActualHorizontalShiftAmount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the percentage amount to shift the appearance mode by. Value must range between -1.0 to 1.0." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ActualShiftAmount", + "id": 0, + "name": "ActualShiftAmount", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ActualShiftAmount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the percentage amount to shift the appearance mode by. Value must range between -1.0 to 1.0." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ActualVerticalAppearanceMode", + "id": 0, + "name": "ActualVerticalAppearanceMode", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ActualVerticalAppearanceMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the annotation layer color based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ActualVerticalDashArray", + "id": 0, + "name": "ActualVerticalDashArray", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ActualVerticalDashArray", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the annotation layer color based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ActualVerticalShiftAmount", + "id": 0, + "name": "ActualVerticalShiftAmount", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ActualVerticalShiftAmount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the percentage amount to shift the appearance mode by. Value must range between -1.0 to 1.0." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.AppearanceMode", + "id": 0, + "name": "AppearanceMode", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.AppearanceMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the annotation layer color based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.CursorPosition", + "id": 0, + "name": "CursorPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.CursorPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the world position to use instead of the pointer position for this annotation layer. If you set this value, rather than responding to the pointer, this layer will be fixed on the provided world position. A world position has x and y values that range from 0 to 1 that represent the global position of the cursor relative to the entire ranges of the axes. The default of (NaN, NaN) means that the layer should react to pointer movement." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.HorizontalAppearanceMode", + "id": 0, + "name": "HorizontalAppearanceMode", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.HorizontalAppearanceMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the annotation layer color based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.HorizontalDashArray", + "id": 0, + "name": "HorizontalDashArray", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.HorizontalDashArray", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the annotation layer color based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.HorizontalShiftAmount", + "id": 0, + "name": "HorizontalShiftAmount", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.HorizontalShiftAmount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the percentage amount to shift the appearance mode by. Value must range between -1.0 to 1.0." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.IsDefaultCrosshairDisabled", + "id": 0, + "name": "IsDefaultCrosshairDisabled", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.IsDefaultCrosshairDisabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the series viewer's default crosshair should be disabled by the presence of this layer." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ShiftAmount", + "id": 0, + "name": "ShiftAmount", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ShiftAmount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the percentage amount to shift the appearance mode by. Value must range between -1.0 to 1.0." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ShouldRenderAsOverlay", + "id": 0, + "name": "ShouldRenderAsOverlay", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.ShouldRenderAsOverlay", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this layer renders as an overlay or not." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.UseIndex", + "id": 0, + "name": "UseIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.UseIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this series should take up an index for auto brush coloring." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.UseLegend", + "id": 0, + "name": "UseLegend", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.UseLegend", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this series interacts with the chart legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.VerticalAppearanceMode", + "id": 0, + "name": "VerticalAppearanceMode", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.VerticalAppearanceMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the annotation layer color based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.VerticalDashArray", + "id": 0, + "name": "VerticalDashArray", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.VerticalDashArray", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the annotation layer color based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.VerticalShiftAmount", + "id": 0, + "name": "VerticalShiftAmount", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayer.VerticalShiftAmount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the percentage amount to shift the appearance mode by. Value must range between -1.0 to 1.0." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayerProxyModule", + "id": 0, + "name": "IgbAnnotationLayerProxyModule", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayerProxyModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayerProxyModule.#ctor", + "id": 0, + "name": "IgbAnnotationLayerProxyModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayerProxyModule.IgbAnnotationLayerProxyModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayerProxyModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayerProxyModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayerProxyModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayerProxyModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayerProxyModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAnnotationLayerProxyModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbApplyButtonClickEventArgs", + "id": 0, + "name": "IgbApplyButtonClickEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbApplyButtonClickEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbApplyButtonClickEventArgs.#ctor", + "id": 0, + "name": "IgbApplyButtonClickEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbApplyButtonClickEventArgs.IgbApplyButtonClickEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbApplyButtonClickEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbApplyButtonClickEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbApplyButtonClickEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbApplyButtonClickEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbApplyButtonClickEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbApplyButtonClickEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbApplyButtonClickEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbApplyButtonClickEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery", + "id": 0, + "name": "IgbArcGISOnlineMapImagery", + "fullName": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "UI element class used to display ArcGIS Online Map imagery in the IgbGeographicMap." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery", + "id": 0, + "name": "IgbGeographicMapImagery" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.#ctor", + "id": 0, + "name": "IgbArcGISOnlineMapImagery()", + "fullName": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.IgbArcGISOnlineMapImagery()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.AcquireNewToken", + "id": 0, + "name": "AcquireNewToken()", + "fullName": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.AcquireNewToken()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.AcquireNewTokenAsync", + "id": 0, + "name": "AcquireNewTokenAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.AcquireNewTokenAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Retreives a new token based on the preconfigured parameters and updates the UserToken field, Normal this is called automatically. The is provided to the end-user to allow them to reteive tokens on their onw." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.DefaultTokenTimeout", + "id": 0, + "name": "DefaultTokenTimeout", + "fullName": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.DefaultTokenTimeout", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the Default Token Timeout before the Token Expires, this value is in Minutes" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.IsMapPublic", + "id": 0, + "name": "IsMapPublic", + "fullName": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.IsMapPublic", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the IsMapPublic variable. A value of false requires authentication parameters." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.MapServerUri", + "id": 0, + "name": "MapServerUri", + "fullName": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.MapServerUri", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the map tile server uri." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.Password", + "id": 0, + "name": "Password", + "fullName": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.Password", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Password." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.RefererUri", + "id": 0, + "name": "RefererUri", + "fullName": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.RefererUri", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Contains the User Supplied Referer Uri to be used in Token Generation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.TokenGenerationEndPoint", + "id": 0, + "name": "TokenGenerationEndPoint", + "fullName": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.TokenGenerationEndPoint", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the current endpoint to retrieve the token." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.UserName", + "id": 0, + "name": "UserName", + "fullName": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.UserName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the UserName." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.UserToken", + "id": 0, + "name": "UserToken", + "fullName": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImagery.UserToken", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the UserToken." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImageryModule", + "id": 0, + "name": "IgbArcGISOnlineMapImageryModule", + "fullName": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImageryModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImageryModule.#ctor", + "id": 0, + "name": "IgbArcGISOnlineMapImageryModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImageryModule.IgbArcGISOnlineMapImageryModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImageryModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImageryModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImageryModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImageryModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImageryModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbArcGISOnlineMapImageryModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaFragment", + "id": 0, + "name": "IgbAreaFragment", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaFragment", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents one part of a StackedAreaSeries." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFragmentBase", + "id": 0, + "name": "IgbFragmentBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaFragment.#ctor", + "id": 0, + "name": "IgbAreaFragment()", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaFragment.IgbAreaFragment()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaFragment.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaFragment.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaFragment.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaFragment.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaFragment.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaFragment.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaFragmentModule", + "id": 0, + "name": "IgbAreaFragmentModule", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaFragmentModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaFragmentModule.#ctor", + "id": 0, + "name": "IgbAreaFragmentModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaFragmentModule.IgbAreaFragmentModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaFragmentModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaFragmentModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaFragmentModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaFragmentModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaFragmentModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaFragmentModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaSeries", + "id": 0, + "name": "IgbAreaSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart area series. Displays trend over time or ordered categories. Useful when there are many data points and the order is important." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaSeries.#ctor", + "id": 0, + "name": "IgbAreaSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaSeries.IgbAreaSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaSeries.UnknownValuePlotting", + "id": 0, + "name": "UnknownValuePlotting", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaSeries.UnknownValuePlotting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines how unknown values will be plotted on the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "UnknownValuePlotting", + "fullTypeName": "IgniteUI.Blazor.Controls.UnknownValuePlotting" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaSeriesModule", + "id": 0, + "name": "IgbAreaSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaSeriesModule.#ctor", + "id": 0, + "name": "IgbAreaSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaSeriesModule.IgbAreaSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningCategoryMarkerStyleEventArgs", + "id": 0, + "name": "IgbAssigningCategoryMarkerStyleEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningCategoryMarkerStyleEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments class for the AssigningCategoryStyleEvent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesStyleEventArgsBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningCategoryStyleEventArgsBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningCategoryMarkerStyleEventArgs.#ctor", + "id": 0, + "name": "IgbAssigningCategoryMarkerStyleEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningCategoryMarkerStyleEventArgs.IgbAssigningCategoryMarkerStyleEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningCategoryMarkerStyleEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningCategoryMarkerStyleEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningCategoryMarkerStyleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningCategoryMarkerStyleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningCategoryMarkerStyleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningCategoryMarkerStyleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningCategoryMarkerStyleEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningCategoryMarkerStyleEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgs", + "id": 0, + "name": "IgbAssigningCategoryStyleEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments class for the AssigningCategoryStyleEvent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesStyleEventArgsBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesShapeStyleEventArgsBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgs.#ctor", + "id": 0, + "name": "IgbAssigningCategoryStyleEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgs.IgbAssigningCategoryStyleEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningCategoryStyleEventArgsBase", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgsBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments base class for the AssigningCategoryStyleEventArgsBase" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesStyleEventArgsBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgsBase.#ctor", + "id": 0, + "name": "IgbAssigningCategoryStyleEventArgsBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgsBase.IgbAssigningCategoryStyleEventArgsBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgsBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgsBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgsBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgsBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningPolarMarkerStyleEventArgs", + "id": 0, + "name": "IgbAssigningPolarMarkerStyleEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningPolarMarkerStyleEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments class for the AssigningPolarStyleEvent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesStyleEventArgsBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningPolarStyleEventArgsBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningPolarMarkerStyleEventArgs.#ctor", + "id": 0, + "name": "IgbAssigningPolarMarkerStyleEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningPolarMarkerStyleEventArgs.IgbAssigningPolarMarkerStyleEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningPolarMarkerStyleEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningPolarMarkerStyleEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningPolarMarkerStyleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningPolarMarkerStyleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningPolarMarkerStyleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningPolarMarkerStyleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningPolarMarkerStyleEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningPolarMarkerStyleEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgs", + "id": 0, + "name": "IgbAssigningPolarStyleEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments class for the AssigningPolarStyleEvent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesStyleEventArgsBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesShapeStyleEventArgsBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgs.#ctor", + "id": 0, + "name": "IgbAssigningPolarStyleEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgs.IgbAssigningPolarStyleEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningPolarStyleEventArgsBase", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgsBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments base class for the AssigningCategoryStyleEventArgsBase" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesStyleEventArgsBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgsBase.#ctor", + "id": 0, + "name": "IgbAssigningPolarStyleEventArgsBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgsBase.IgbAssigningPolarStyleEventArgsBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgsBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgsBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgsBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgsBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningRadialMarkerStyleEventArgs", + "id": 0, + "name": "IgbAssigningRadialMarkerStyleEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningRadialMarkerStyleEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments class for the AssigningRadialStyleEvent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesStyleEventArgsBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningRadialStyleEventArgsBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningRadialMarkerStyleEventArgs.#ctor", + "id": 0, + "name": "IgbAssigningRadialMarkerStyleEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningRadialMarkerStyleEventArgs.IgbAssigningRadialMarkerStyleEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningRadialMarkerStyleEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningRadialMarkerStyleEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningRadialMarkerStyleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningRadialMarkerStyleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningRadialMarkerStyleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningRadialMarkerStyleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningRadialMarkerStyleEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningRadialMarkerStyleEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgs", + "id": 0, + "name": "IgbAssigningRadialStyleEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments class for the AssigningRadialStyleEvent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesStyleEventArgsBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesShapeStyleEventArgsBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgs.#ctor", + "id": 0, + "name": "IgbAssigningRadialStyleEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgs.IgbAssigningRadialStyleEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningRadialStyleEventArgsBase", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgsBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments base class for the AssigningCategoryStyleEventArgsBase" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesStyleEventArgsBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgsBase.#ctor", + "id": 0, + "name": "IgbAssigningRadialStyleEventArgsBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgsBase.IgbAssigningRadialStyleEventArgsBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgsBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgsBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgsBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgsBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningScatterMarkerStyleEventArgs", + "id": 0, + "name": "IgbAssigningScatterMarkerStyleEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningScatterMarkerStyleEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments class for the AssigningScatterStyleEvent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesStyleEventArgsBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningScatterStyleEventArgsBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningScatterMarkerStyleEventArgs.#ctor", + "id": 0, + "name": "IgbAssigningScatterMarkerStyleEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningScatterMarkerStyleEventArgs.IgbAssigningScatterMarkerStyleEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningScatterMarkerStyleEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningScatterMarkerStyleEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningScatterMarkerStyleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningScatterMarkerStyleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningScatterMarkerStyleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningScatterMarkerStyleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningScatterMarkerStyleEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningScatterMarkerStyleEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgs", + "id": 0, + "name": "IgbAssigningScatterStyleEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments class for the AssigningScatterStyleEvent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesStyleEventArgsBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesShapeStyleEventArgsBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgs.#ctor", + "id": 0, + "name": "IgbAssigningScatterStyleEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgs.IgbAssigningScatterStyleEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningScatterStyleEventArgsBase", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgsBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments base class for the AssigningCategoryStyleEventArgsBase" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesStyleEventArgsBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgsBase.#ctor", + "id": 0, + "name": "IgbAssigningScatterStyleEventArgsBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgsBase.IgbAssigningScatterStyleEventArgsBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgsBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgsBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgsBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgsBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesShapeStyleEventArgsBase", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments class for the AssigningCategoryStyleEvent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesStyleEventArgsBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase.#ctor", + "id": 0, + "name": "IgbAssigningSeriesShapeStyleEventArgsBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase.IgbAssigningSeriesShapeStyleEventArgsBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase.RadiusX", + "id": 0, + "name": "RadiusX", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase.RadiusX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets corner radius X to use for the current item, if applicable." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase.RadiusY", + "id": 0, + "name": "RadiusY", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase.RadiusY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets corner radius Y to use for the current item, if applicable." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase.StrokeDashArray", + "id": 0, + "name": "StrokeDashArray", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase.StrokeDashArray", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets stroke dash array to use for the current item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase.StrokeThickness", + "id": 0, + "name": "StrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase.StrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets stroke thickness to use for the current item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesStyleEventArgsBase", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments base class for the AssigningCategoryStyleEventArgsBase" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.#ctor", + "id": 0, + "name": "IgbAssigningSeriesStyleEventArgsBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.IgbAssigningSeriesStyleEventArgsBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.EndDate", + "id": 0, + "name": "EndDate", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.EndDate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the end date, if applicable" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.EndIndex", + "id": 0, + "name": "EndIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.EndIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the end index" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.FadeOpacity", + "id": 0, + "name": "FadeOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.FadeOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets opacity to use for the current item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.Fill", + "id": 0, + "name": "Fill", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.Fill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets fill brush to use for the current item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.FocusHighlightingInfo", + "id": 0, + "name": "FocusHighlightingInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.FocusHighlightingInfo", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets focus highlighting info" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbHighlightingInfo", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbHighlightingInfo" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.GetItems", + "id": 0, + "name": "GetItems", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.GetItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a function that will return the items associated with this event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.GetItemsScript", + "id": 0, + "name": "GetItemsScript", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.GetItemsScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting GetItems in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.HasDateRange", + "id": 0, + "name": "HasDateRange", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.HasDateRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if this event has a valid date range" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.HighlightingHandled", + "id": 0, + "name": "HighlightingHandled", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.HighlightingHandled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if highlighting was handled by this event handler, and whether internal highlighting logic should be skipped." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.HighlightingInfo", + "id": 0, + "name": "HighlightingInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.HighlightingInfo", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets highlighting info" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbHighlightingInfo", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbHighlightingInfo" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.IsNegativeShape", + "id": 0, + "name": "IsNegativeShape", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.IsNegativeShape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the current shape is identified as a negative shape if this series supports discrete negative shapes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.IsThumbnail", + "id": 0, + "name": "IsThumbnail", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.IsThumbnail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the current event is being raised for the thumbnail image." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.MaxAllSeriesFocusHighlightingProgress", + "id": 0, + "name": "MaxAllSeriesFocusHighlightingProgress", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.MaxAllSeriesFocusHighlightingProgress", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the max focus highlighting progress from all series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.MaxAllSeriesHighlightingProgress", + "id": 0, + "name": "MaxAllSeriesHighlightingProgress", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.MaxAllSeriesHighlightingProgress", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the max highlighting progress from all series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.MaxAllSeriesSelectionHighlightingProgress", + "id": 0, + "name": "MaxAllSeriesSelectionHighlightingProgress", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.MaxAllSeriesSelectionHighlightingProgress", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the max selection highlighting progress from all series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.Opacity", + "id": 0, + "name": "Opacity", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.Opacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets opacity to use for the current item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.SelectionHighlightingInfo", + "id": 0, + "name": "SelectionHighlightingInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.SelectionHighlightingInfo", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets selection highlighting info" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbHighlightingInfo", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbHighlightingInfo" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.StartDate", + "id": 0, + "name": "StartDate", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.StartDate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the start date, if applicable" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.StartIndex", + "id": 0, + "name": "StartIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.StartIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the start index" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.Stroke", + "id": 0, + "name": "Stroke", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.Stroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets stroke to use for the current item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.SumAllSeriesFocusHighlightingProgress", + "id": 0, + "name": "SumAllSeriesFocusHighlightingProgress", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.SumAllSeriesFocusHighlightingProgress", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the sum of focus highlighting progress from all series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.SumAllSeriesHighlightingProgress", + "id": 0, + "name": "SumAllSeriesHighlightingProgress", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.SumAllSeriesHighlightingProgress", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the sum of highlighting progress from all series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.SumAllSeriesSelectionHighlightingProgress", + "id": 0, + "name": "SumAllSeriesSelectionHighlightingProgress", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.SumAllSeriesSelectionHighlightingProgress", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the sum of selection highlighting progress from all series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.TotalAllSeriesFocusHighlightingProgress", + "id": 0, + "name": "TotalAllSeriesFocusHighlightingProgress", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.TotalAllSeriesFocusHighlightingProgress", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the average of selection highlighting progress from all the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.TotalAllSeriesFocusHighWaterMark", + "id": 0, + "name": "TotalAllSeriesFocusHighWaterMark", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.TotalAllSeriesFocusHighWaterMark", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the high water mark focus highlighting progress." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.TotalAllSeriesHighlightingProgress", + "id": 0, + "name": "TotalAllSeriesHighlightingProgress", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.TotalAllSeriesHighlightingProgress", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the average of highlighting progress from all the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.TotalAllSeriesHighWaterMark", + "id": 0, + "name": "TotalAllSeriesHighWaterMark", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.TotalAllSeriesHighWaterMark", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the high water mark highlighting progress." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.TotalAllSeriesSelectionHighlightingProgress", + "id": 0, + "name": "TotalAllSeriesSelectionHighlightingProgress", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.TotalAllSeriesSelectionHighlightingProgress", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the average of selection highlighting progress from all the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.TotalAllSeriesSelectionHighWaterMark", + "id": 0, + "name": "TotalAllSeriesSelectionHighWaterMark", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.TotalAllSeriesSelectionHighWaterMark", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the high water mark selection highlighting progress." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningShapeMarkerStyleEventArgs", + "id": 0, + "name": "IgbAssigningShapeMarkerStyleEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningShapeMarkerStyleEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments class for the AssigningShapeStyleEvent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesStyleEventArgsBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningShapeStyleEventArgsBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningShapeMarkerStyleEventArgs.#ctor", + "id": 0, + "name": "IgbAssigningShapeMarkerStyleEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningShapeMarkerStyleEventArgs.IgbAssigningShapeMarkerStyleEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningShapeMarkerStyleEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningShapeMarkerStyleEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningShapeMarkerStyleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningShapeMarkerStyleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningShapeMarkerStyleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningShapeMarkerStyleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningShapeMarkerStyleEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningShapeMarkerStyleEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgs", + "id": 0, + "name": "IgbAssigningShapeStyleEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments class for the AssigningShapeStyleEvent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesStyleEventArgsBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesShapeStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesShapeStyleEventArgsBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgs.#ctor", + "id": 0, + "name": "IgbAssigningShapeStyleEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgs.IgbAssigningShapeStyleEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningShapeStyleEventArgsBase", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgsBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments base class for the AssigningCategoryStyleEventArgsBase" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningSeriesStyleEventArgsBase", + "id": 0, + "name": "IgbAssigningSeriesStyleEventArgsBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgsBase.#ctor", + "id": 0, + "name": "IgbAssigningShapeStyleEventArgsBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgsBase.IgbAssigningShapeStyleEventArgsBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgsBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgsBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgsBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgsBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs", + "id": 0, + "name": "IgbAsyncCompletedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs.#ctor", + "id": 0, + "name": "IgbAsyncCompletedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs.IgbAsyncCompletedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs.Cancelled", + "id": 0, + "name": "Cancelled", + "fullName": "IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs.Cancelled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs.UserState", + "id": 0, + "name": "UserState", + "fullName": "IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs.UserState", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs.UserStateScript", + "id": 0, + "name": "UserStateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs.UserStateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting UserState in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatar", + "id": 0, + "name": "IgbAvatar", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatar", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "An avatar component is used as a representation of a user identity typically in a user profile." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatar.#ctor", + "id": 0, + "name": "IgbAvatar()", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatar.IgbAvatar()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatar.Alt", + "id": 0, + "name": "Alt", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatar.Alt", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Alternative text for the image." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatar.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatar.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatar.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatar.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatar.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatar.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatar.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatar.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatar.Initials", + "id": 0, + "name": "Initials", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatar.Initials", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Initials to use as a fallback when no image is available." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatar.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatar.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatar.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatar.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatar.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatar.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatar.Shape", + "id": 0, + "name": "Shape", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatar.Shape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The shape of the avatar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AvatarShape", + "fullTypeName": "IgniteUI.Blazor.Controls.AvatarShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatar.Src", + "id": 0, + "name": "Src", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatar.Src", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The image source to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatar.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatar.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatar.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatar.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatar.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatar.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatarModule", + "id": 0, + "name": "IgbAvatarModule", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatarModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatarModule.#ctor", + "id": 0, + "name": "IgbAvatarModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatarModule.IgbAvatarModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAvatarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAvatarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicator", + "id": 0, + "name": "IgbAverageDirectionalIndexIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Average Directional indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicator.#ctor", + "id": 0, + "name": "IgbAverageDirectionalIndexIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicator.IgbAverageDirectionalIndexIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicator.Period", + "id": 0, + "name": "Period", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicator.Period", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current AverageDirectionalIndexIndicator object. The typical, and initial, value for AverageDirectionalIndexIndicator periods is 14." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicatorModule", + "id": 0, + "name": "IgbAverageDirectionalIndexIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicatorModule.#ctor", + "id": 0, + "name": "IgbAverageDirectionalIndexIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicatorModule.IgbAverageDirectionalIndexIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageDirectionalIndexIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicator", + "id": 0, + "name": "IgbAverageTrueRangeIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Average True Range indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicator.#ctor", + "id": 0, + "name": "IgbAverageTrueRangeIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicator.IgbAverageTrueRangeIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicator.Period", + "id": 0, + "name": "Period", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicator.Period", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current AverageTrueRangeSeries object. The typical, and initial, value for AverageTrueRange periods is 14." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicatorModule", + "id": 0, + "name": "IgbAverageTrueRangeIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicatorModule.#ctor", + "id": 0, + "name": "IgbAverageTrueRangeIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicatorModule.IgbAverageTrueRangeIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAverageTrueRangeIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis", + "id": 0, + "name": "IgbAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the base class from which all axis types are derived." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.#ctor", + "id": 0, + "name": "IgbAxis()", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.IgbAxis()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.ActualAnnotations", + "id": 0, + "name": "ActualAnnotations", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.ActualAnnotations", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbAxisAnnotationCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxisAnnotationCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.ActualLabelFormatSpecifiers", + "id": 0, + "name": "ActualLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.ActualLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.ActualMajorStroke", + "id": 0, + "name": "ActualMajorStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.ActualMajorStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ActualMajorStroke property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.ActualMinorStroke", + "id": 0, + "name": "ActualMinorStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.ActualMinorStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ActualMinorStroke property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.ActualStroke", + "id": 0, + "name": "ActualStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.ActualStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the effective stroke used for the axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.Annotations", + "id": 0, + "name": "Annotations", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.Annotations", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current annotations for the axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbAxisAnnotationCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxisAnnotationCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "id": 0, + "name": "BindAxes(IgbAxis[])", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Axes", + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CoercionMethods", + "id": 0, + "name": "CoercionMethods", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CoercionMethods", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the coercion methods to use when loading data from data sources. Should be specified before setting any member paths, if being used. Setting it later will not cause data to be re-imported into the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CoercionMethodsScript", + "id": 0, + "name": "CoercionMethodsScript", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CoercionMethodsScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting CoercionMethods in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisCrossingAxis", + "id": 0, + "name": "CompanionAxisCrossingAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisCrossingAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets crossing axis for the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisCrossingAxisName", + "id": 0, + "name": "CompanionAxisCrossingAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisCrossingAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve companionAxisCrossingAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisCrossingAxisScript", + "id": 0, + "name": "CompanionAxisCrossingAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisCrossingAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting CompanionAxisCrossingAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisCrossingValue", + "id": 0, + "name": "CompanionAxisCrossingValue", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisCrossingValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets crossing value for the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisEnabled", + "id": 0, + "name": "CompanionAxisEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not the companion axis enabled for this axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisIsInverted", + "id": 0, + "name": "CompanionAxisIsInverted", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisIsInverted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not the companion axis is inverted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisLabelAngle", + "id": 0, + "name": "CompanionAxisLabelAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisLabelAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets label angle on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisLabelColor", + "id": 0, + "name": "CompanionAxisLabelColor", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisLabelColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of labels on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisLabelExtent", + "id": 0, + "name": "CompanionAxisLabelExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisLabelExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets extent of labels on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisLabelHorizontalAlignment", + "id": 0, + "name": "CompanionAxisLabelHorizontalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisLabelHorizontalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets horizontal alignment of labels on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisLabelLocation", + "id": 0, + "name": "CompanionAxisLabelLocation", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisLabelLocation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets location of labels on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisLabelsLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisLabelsLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisLabelOpposite", + "id": 0, + "name": "CompanionAxisLabelOpposite", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisLabelOpposite", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not the companion axis has opposite location of this axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisLabelVerticalAlignment", + "id": 0, + "name": "CompanionAxisLabelVerticalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisLabelVerticalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets vertical alignment of the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "VerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.VerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisLabelVisible", + "id": 0, + "name": "CompanionAxisLabelVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisLabelVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not the companion axis has visible labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisMajorStroke", + "id": 0, + "name": "CompanionAxisMajorStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisMajorStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets stroke of major gridlines on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisMajorStrokeThickness", + "id": 0, + "name": "CompanionAxisMajorStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisMajorStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets thickness of major gridlines on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisMinorStroke", + "id": 0, + "name": "CompanionAxisMinorStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisMinorStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets stroke of minior gridlines on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisMinorStrokeThickness", + "id": 0, + "name": "CompanionAxisMinorStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisMinorStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets thickness of minior gridlines on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisStrip", + "id": 0, + "name": "CompanionAxisStrip", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisStrip", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of strips on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisStroke", + "id": 0, + "name": "CompanionAxisStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of line stroke on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisStrokeThickness", + "id": 0, + "name": "CompanionAxisStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets label angle on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisSyncronizedWithPrimaryAxis", + "id": 0, + "name": "CompanionAxisSyncronizedWithPrimaryAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisSyncronizedWithPrimaryAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not the companion axis is syncronized with properties of primary axis unless CompanionAxis* properties are set" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisTickLength", + "id": 0, + "name": "CompanionAxisTickLength", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisTickLength", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets length of ticks on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisTickStroke", + "id": 0, + "name": "CompanionAxisTickStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisTickStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of ticks on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisTickStrokeThickness", + "id": 0, + "name": "CompanionAxisTickStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisTickStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets label angle on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisTitle", + "id": 0, + "name": "CompanionAxisTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CompanionAxisTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets title on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.ContentAnnotations", + "id": 0, + "name": "ContentAnnotations", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.ContentAnnotations", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbAxisAnnotationCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxisAnnotationCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.ContentLabelFormatSpecifiers", + "id": 0, + "name": "ContentLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.ContentLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CrossingAxis", + "id": 0, + "name": "CrossingAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CrossingAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the CrossingAxis property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CrossingAxisName", + "id": 0, + "name": "CrossingAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CrossingAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve crossingAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CrossingAxisScript", + "id": 0, + "name": "CrossingAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CrossingAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting CrossingAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.CrossingValue", + "id": 0, + "name": "CrossingValue", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.CrossingValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the CrossingValue property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.EnhancedIntervalMinimumCharacters", + "id": 0, + "name": "EnhancedIntervalMinimumCharacters", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.EnhancedIntervalMinimumCharacters", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the minimum desired characters to be displayed for horizontal axes when using advanced label heuristics. -1 will attempt to adjust the interval to precisely fit the horizontal labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.EnhancedIntervalPreferMoreCategoryLabels", + "id": 0, + "name": "EnhancedIntervalPreferMoreCategoryLabels", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.EnhancedIntervalPreferMoreCategoryLabels", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the enhanced interval management should prefer to show all the labels if possible without collisions for supported types of category axes. This is for use with EnhancedIntervalMinimumCharacters = -1 and axes that have an integral interval." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.ExpectFunctions", + "id": 0, + "name": "ExpectFunctions", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.ExpectFunctions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the series should expect that properties in its items source may be functions that need to be evaluated to yield their value. This defaults to false, as there will be a subtle performance impact to using this feature. This value must be set before assigning an item's source to take effect." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.FormatLabelScript", + "id": 0, + "name": "FormatLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.FormatLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting FormatLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.GetFullRange", + "id": 0, + "name": "GetFullRange()", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.GetFullRange()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.GetFullRangeAsync", + "id": 0, + "name": "GetFullRangeAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.GetFullRangeAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.GetItemValue(System.Object,System.String)", + "id": 0, + "name": "GetItemValue(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.GetItemValue(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.GetItemValueAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemValueAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.GetItemValueAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.GetValueLabel(System.Double)", + "id": 0, + "name": "GetValueLabel(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.GetValueLabel(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.GetValueLabelAsync(System.Double)", + "id": 0, + "name": "GetValueLabelAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.GetValueLabelAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the label for a data item." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.IsCompanionAxis", + "id": 0, + "name": "IsCompanionAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.IsCompanionAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether this is companion axis automatically created for a primary axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.IsDisabled", + "id": 0, + "name": "IsDisabled", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.IsDisabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the IsDisabled property. If true, the axis will not be rendered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.IsInverted", + "id": 0, + "name": "IsInverted", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.IsInverted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the IsInverted property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.LabelAngle", + "id": 0, + "name": "LabelAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.LabelAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the angle of the {0}." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.LabelBottomMargin", + "id": 0, + "name": "LabelBottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.LabelBottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied below the {0}." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.LabelExtent", + "id": 0, + "name": "LabelExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.LabelExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Distance between the axis and the edge of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.LabelFontFamily", + "id": 0, + "name": "LabelFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.LabelFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.LabelFontSize", + "id": 0, + "name": "LabelFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.LabelFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.LabelFontStyle", + "id": 0, + "name": "LabelFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.LabelFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.LabelFontWeight", + "id": 0, + "name": "LabelFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.LabelFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.LabelFormat", + "id": 0, + "name": "LabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.LabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label format string to use for the label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.LabelFormatSpecifiers", + "id": 0, + "name": "LabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.LabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the LabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.LabelHorizontalAlignment", + "id": 0, + "name": "LabelHorizontalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.LabelHorizontalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the horizontal alignment of the {0}." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.LabelLeftMargin", + "id": 0, + "name": "LabelLeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.LabelLeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied to the left of the {0}." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.LabelLocation", + "id": 0, + "name": "LabelLocation", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.LabelLocation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the location of the {0}." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisLabelsLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisLabelsLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.LabelMaximumExtent", + "id": 0, + "name": "LabelMaximumExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.LabelMaximumExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Maximum distance between the axis and the edge of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.LabelMaximumExtentPercentage", + "id": 0, + "name": "LabelMaximumExtentPercentage", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.LabelMaximumExtentPercentage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Maximum distance between the axis and the edge of the control, relative to Chart size." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.LabelRightMargin", + "id": 0, + "name": "LabelRightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.LabelRightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied to the right of the {0}." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.LabelShowFirstLabel", + "id": 0, + "name": "LabelShowFirstLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.LabelShowFirstLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the first label is displayed when the zoom level is set to 1." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.LabelTextColor", + "id": 0, + "name": "LabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.LabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The color of the {0}." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.LabelTopMargin", + "id": 0, + "name": "LabelTopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.LabelTopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied above the {0}." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.LabelVerticalAlignment", + "id": 0, + "name": "LabelVerticalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.LabelVerticalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the vertical alignment of the {0}." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "VerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.VerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.LabelVisibility", + "id": 0, + "name": "LabelVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.LabelVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the visibility of the {0}." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.MajorStroke", + "id": 0, + "name": "MajorStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.MajorStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the MajorStroke property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.MajorStrokeDashArray", + "id": 0, + "name": "MajorStrokeDashArray", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.MajorStrokeDashArray", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the MajorStrokeDashArray property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.MajorStrokeThickness", + "id": 0, + "name": "MajorStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.MajorStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the MajorStrokeThickness property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.MinorStroke", + "id": 0, + "name": "MinorStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.MinorStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the MinorStroke property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.MinorStrokeDashArray", + "id": 0, + "name": "MinorStrokeDashArray", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.MinorStrokeDashArray", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the MinorStrokeDashArray property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.MinorStrokeThickness", + "id": 0, + "name": "MinorStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.MinorStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the MinorStrokeThickness property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.RangeChanged", + "id": 0, + "name": "RangeChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.RangeChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbAxisRangeChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.RangeChangedScript", + "id": 0, + "name": "RangeChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.RangeChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.RenderAxis", + "id": 0, + "name": "RenderAxis()", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.RenderAxis()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.RenderAxisAsync", + "id": 0, + "name": "RenderAxisAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.RenderAxisAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Renders the axis with no animation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.RenderRequested", + "id": 0, + "name": "RenderRequested", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.RenderRequested", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbRenderRequestedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbRenderRequestedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.RenderRequestedScript", + "id": 0, + "name": "RenderRequestedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.RenderRequestedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.ResetCachedEnhancedInterval", + "id": 0, + "name": "ResetCachedEnhancedInterval()", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.ResetCachedEnhancedInterval()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.ResetCachedEnhancedIntervalAsync", + "id": 0, + "name": "ResetCachedEnhancedIntervalAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.ResetCachedEnhancedIntervalAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If using enhanced interval management and precise interval fitting, this will reset the cached maximum label width, and recalculate using the current labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.ScaleValue(System.Double)", + "id": 0, + "name": "ScaleValue(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.ScaleValue(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.ScaleValueAsync(System.Double)", + "id": 0, + "name": "ScaleValueAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.ScaleValueAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scales a value from axis space into screen space." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.SeriesViewerParent", + "id": 0, + "name": "SeriesViewerParent", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.SeriesViewerParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.ShouldAvoidAnnotationCollisions", + "id": 0, + "name": "ShouldAvoidAnnotationCollisions", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.ShouldAvoidAnnotationCollisions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether annotations should be shifted to avoid collision, even if this would result in them appearing where they shouldn't be along the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.ShouldKeepAnnotationsInView", + "id": 0, + "name": "ShouldKeepAnnotationsInView", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.ShouldKeepAnnotationsInView", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "ets or sets whether annotations should be kept in view, even if they aren't positioned where they should appear on the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.Strip", + "id": 0, + "name": "Strip", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.Strip", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Strip property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.Stroke", + "id": 0, + "name": "Stroke", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.Stroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Stroke property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.StrokeDashArray", + "id": 0, + "name": "StrokeDashArray", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.StrokeDashArray", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the StrokeDashArray property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.StrokeThickness", + "id": 0, + "name": "StrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.StrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the StrokeThickness property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TickLength", + "id": 0, + "name": "TickLength", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TickLength", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the TickLength property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TickStroke", + "id": 0, + "name": "TickStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TickStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the TickStroke property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TickStrokeDashArray", + "id": 0, + "name": "TickStrokeDashArray", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TickStrokeDashArray", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the TickStrokeDashArray property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TickStrokeThickness", + "id": 0, + "name": "TickStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TickStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the TickStrokeThickness property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.Title", + "id": 0, + "name": "Title", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.Title", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Title property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TitleAngle", + "id": 0, + "name": "TitleAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TitleAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the angle of the {0}." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TitleBottomMargin", + "id": 0, + "name": "TitleBottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TitleBottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied below the {0}." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TitleExtent", + "id": 0, + "name": "TitleExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TitleExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Distance between the axis and the edge of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TitleFontFamily", + "id": 0, + "name": "TitleFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TitleFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TitleFontSize", + "id": 0, + "name": "TitleFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TitleFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TitleFontStyle", + "id": 0, + "name": "TitleFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TitleFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TitleFontWeight", + "id": 0, + "name": "TitleFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TitleFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TitleHorizontalAlignment", + "id": 0, + "name": "TitleHorizontalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TitleHorizontalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the horizontal alignment of the {0}." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TitleLeftMargin", + "id": 0, + "name": "TitleLeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TitleLeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied to the left of the {0}." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TitleLocation", + "id": 0, + "name": "TitleLocation", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TitleLocation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the location of the {0}." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisLabelsLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisLabelsLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TitleMaximumExtent", + "id": 0, + "name": "TitleMaximumExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TitleMaximumExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Maximum distance between the axis and the edge of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TitleMaximumExtentPercentage", + "id": 0, + "name": "TitleMaximumExtentPercentage", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TitleMaximumExtentPercentage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Maximum distance between the axis and the edge of the control, relative to Chart size." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TitlePosition", + "id": 0, + "name": "TitlePosition", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TitlePosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the title position relative to the axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisTitlePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisTitlePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TitleRightMargin", + "id": 0, + "name": "TitleRightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TitleRightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied to the right of the {0}." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TitleShowFirstLabel", + "id": 0, + "name": "TitleShowFirstLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TitleShowFirstLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the first label is displayed when the zoom level is set to 1." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TitleTextColor", + "id": 0, + "name": "TitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The color of the {0}." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TitleTopMargin", + "id": 0, + "name": "TitleTopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TitleTopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied above the {0}." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TitleVerticalAlignment", + "id": 0, + "name": "TitleVerticalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TitleVerticalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the vertical alignment of the {0}." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "VerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.VerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.TitleVisibility", + "id": 0, + "name": "TitleVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.TitleVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the visibility of the {0}." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.UseEnhancedIntervalManagement", + "id": 0, + "name": "UseEnhancedIntervalManagement", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.UseEnhancedIntervalManagement", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use more advanced heuristics when determining the initial number of labels to render, before resolving collisions, etc." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis.UsePerLabelHeightMeasurement", + "id": 0, + "name": "UsePerLabelHeightMeasurement", + "fullName": "IgniteUI.Blazor.Controls.IgbAxis.UsePerLabelHeightMeasurement", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use label height measurement when determining the initial number of labels to render, before resolving collisions, etc." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation", + "id": 0, + "name": "IgbAxisAnnotation", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an axis annotation" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.#ctor", + "id": 0, + "name": "IgbAxisAnnotation()", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.IgbAxisAnnotation()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.ActualLabelFormatSpecifiers", + "id": 0, + "name": "ActualLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.ActualLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.AxisParent", + "id": 0, + "name": "AxisParent", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.AxisParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.Background", + "id": 0, + "name": "Background", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.Background", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background to use for tha axis annotation box." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.BackgroundCornerRadius", + "id": 0, + "name": "BackgroundCornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.BackgroundCornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the corner radius to use for the axis annotation borders." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.BackgroundPaddingBottom", + "id": 0, + "name": "BackgroundPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.BackgroundPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.BackgroundPaddingLeft", + "id": 0, + "name": "BackgroundPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.BackgroundPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.BackgroundPaddingRight", + "id": 0, + "name": "BackgroundPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.BackgroundPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.BackgroundPaddingTop", + "id": 0, + "name": "BackgroundPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.BackgroundPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.ContentLabelFormatSpecifiers", + "id": 0, + "name": "ContentLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.ContentLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.FormatLabelScript", + "id": 0, + "name": "FormatLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.FormatLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting FormatLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.LabelFormat", + "id": 0, + "name": "LabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.LabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label format string to use for the label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.LabelFormatSpecifiers", + "id": 0, + "name": "LabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.LabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the LabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.Outline", + "id": 0, + "name": "Outline", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.Outline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Outline to use for tha axis annotation box." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.ResetCachedExtent", + "id": 0, + "name": "ResetCachedExtent()", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.ResetCachedExtent()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.ResetCachedExtentAsync", + "id": 0, + "name": "ResetCachedExtentAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.ResetCachedExtentAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.ResolveLabelValue", + "id": 0, + "name": "ResolveLabelValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.ResolveLabelValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.ResolveLabelValueAsync", + "id": 0, + "name": "ResolveLabelValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.ResolveLabelValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.StrokeThickness", + "id": 0, + "name": "StrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.StrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border stroke thickness to use for tha axis annotation box." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.Text", + "id": 0, + "name": "Text", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.Text", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text that should be displayed for the annotation. Leave null to display the value automatically." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the text in the annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value at which this annotation is displayed on the axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.ValueScript", + "id": 0, + "name": "ValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotation.ValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Value in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotationCollection", + "id": 0, + "name": "IgbAxisAnnotationCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotationCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbAxisAnnotation}", + "id": 0, + "name": "BaseCollection<IgbAxisAnnotation>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisAnnotationCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbAxisAnnotationCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisAnnotationCollection.IgbAxisAnnotationCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisCollection", + "id": 0, + "name": "IgbAxisCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbAxis}", + "id": 0, + "name": "BaseCollection<IgbAxis>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbAxisCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisCollection.IgbAxisCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs", + "id": 0, + "name": "IgbAxisMouseEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.#ctor", + "id": 0, + "name": "IgbAxisMouseEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.IgbAxisMouseEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.Axis", + "id": 0, + "name": "Axis", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.Axis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.AxisDateValue", + "id": 0, + "name": "AxisDateValue", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.AxisDateValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.AxisValue", + "id": 0, + "name": "AxisValue", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.AxisValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.LabelContext", + "id": 0, + "name": "LabelContext", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.LabelContext", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.LabelContextScript", + "id": 0, + "name": "LabelContextScript", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.LabelContextScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting LabelContext in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.MouseCoords", + "id": 0, + "name": "MouseCoords", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.MouseCoords", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.WorldCoords", + "id": 0, + "name": "WorldCoords", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs.WorldCoords", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs", + "id": 0, + "name": "IgbAxisRangeChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for Axis RangeChanged events." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs.#ctor", + "id": 0, + "name": "IgbAxisRangeChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs.IgbAxisRangeChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs.MaximumValue", + "id": 0, + "name": "MaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs.MaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the maximum value after the range changed. The reported maximum is the effective, not the set value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs.MinimumValue", + "id": 0, + "name": "MinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs.MinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the minimum value after the range changed. The reported minimum is the effective, not the set value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs.OldMaximumValue", + "id": 0, + "name": "OldMaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs.OldMaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the maximum value before the range changed. The reported maximum is the effective, not the set value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs.OldMinimumValue", + "id": 0, + "name": "OldMinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs.OldMinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the minimum value before the range changed. The reported minimum is the effective, not the set value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAxisRangeChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery", + "id": 0, + "name": "IgbAzureMapsImagery", + "fullName": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "UI element class used to display AzureMaps imagery in the GeographicMap." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery", + "id": 0, + "name": "IgbGeographicMapImagery" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery.#ctor", + "id": 0, + "name": "IgbAzureMapsImagery()", + "fullName": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery.IgbAzureMapsImagery()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery.ApiKey", + "id": 0, + "name": "ApiKey", + "fullName": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery.ApiKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a subscription key required by the Azure Maps imagery service. For more information see https://learn.microsoft.com/en-us/azure/azure-maps/azure-maps-authentication#shared-key-authentication." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery.ApiVersion", + "id": 0, + "name": "ApiVersion", + "fullName": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery.ApiVersion", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the API version used by the Azure Maps imagery service. For more information see Render API version in https://learn.microsoft.com/en-us/azure/azure-maps/rest-api-azure-maps#latest-release." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery.CultureName", + "id": 0, + "name": "CultureName", + "fullName": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery.CultureName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the culture name for this tile source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery.ImageryStyle", + "id": 0, + "name": "ImageryStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery.ImageryStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a map style of the Azure Maps imagery tiles. For example: Road map style." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AzureMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.AzureMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery.LocalizedView", + "id": 0, + "name": "LocalizedView", + "fullName": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery.LocalizedView", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a string that specifies which maps to show for geopolitically disputed regions. For more information see https://learn.microsoft.com/en-us/rest/api/maps/render/get-map-tile#localizedmapview." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery.Timestamp", + "id": 0, + "name": "Timestamp", + "fullName": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery.Timestamp", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a specific date and time for the map. Note that not all tilesets support this option and those that do might have restrictions. For more information see https://learn.microsoft.com/en-us/rest/api/maps/render/get-map-tile#uri-parameters." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbAzureMapsImagery.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAzureMapsImageryModule", + "id": 0, + "name": "IgbAzureMapsImageryModule", + "fullName": "IgniteUI.Blazor.Controls.IgbAzureMapsImageryModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbAzureMapsImageryModule.#ctor", + "id": 0, + "name": "IgbAzureMapsImageryModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbAzureMapsImageryModule.IgbAzureMapsImageryModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAzureMapsImageryModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAzureMapsImageryModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAzureMapsImageryModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAzureMapsImageryModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAzureMapsImageryModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbAzureMapsImageryModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBadge", + "id": 0, + "name": "IgbBadge", + "fullName": "IgniteUI.Blazor.Controls.IgbBadge", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The badge is a component indicating a status on a related item or an area where some active indication is required." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBadge.#ctor", + "id": 0, + "name": "IgbBadge()", + "fullName": "IgniteUI.Blazor.Controls.IgbBadge.IgbBadge()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBadge.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbBadge.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBadge.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbBadge.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBadge.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbBadge.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBadge.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBadge.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBadge.Outlined", + "id": 0, + "name": "Outlined", + "fullName": "IgniteUI.Blazor.Controls.IgbBadge.Outlined", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets whether to draw an outlined version of the badge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBadge.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbBadge.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBadge.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBadge.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBadge.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBadge.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBadge.Shape", + "id": 0, + "name": "Shape", + "fullName": "IgniteUI.Blazor.Controls.IgbBadge.Shape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The shape of the badge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.BadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBadge.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbBadge.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBadge.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBadge.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBadge.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbBadge.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBadge.Variant", + "id": 0, + "name": "Variant", + "fullName": "IgniteUI.Blazor.Controls.IgbBadge.Variant", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The type of badge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StyleVariant", + "fullTypeName": "IgniteUI.Blazor.Controls.StyleVariant" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBadgeModule", + "id": 0, + "name": "IgbBadgeModule", + "fullName": "IgniteUI.Blazor.Controls.IgbBadgeModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBadgeModule.#ctor", + "id": 0, + "name": "IgbBadgeModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbBadgeModule.IgbBadgeModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBadgeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBadgeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBadgeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBadgeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBadgeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBadgeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner", + "id": 0, + "name": "IgbBanner", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The igc-banner component displays important and concise message(s) for a user to address, that is specific to a page or feature." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.#ctor", + "id": 0, + "name": "IgbBanner()", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.IgbBanner()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.Closed", + "id": 0, + "name": "Closed", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.Closed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.ClosedScript", + "id": 0, + "name": "ClosedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.ClosedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.Closing", + "id": 0, + "name": "Closing", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.Closing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.ClosingScript", + "id": 0, + "name": "ClosingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.ClosingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.Hide", + "id": 0, + "name": "Hide()", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.Hide()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.HideAsync", + "id": 0, + "name": "HideAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.HideAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hides the banner if not already hidden. Returns true when the animation has completed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.Open", + "id": 0, + "name": "Open", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.Open", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the banner is being shown/hidden." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.Show", + "id": 0, + "name": "Show()", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.Show()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.ShowAsync", + "id": 0, + "name": "ShowAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.ShowAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Shows the banner if not already shown. Returns true when the animation has completed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.Toggle", + "id": 0, + "name": "Toggle()", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.Toggle()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.ToggleAsync", + "id": 0, + "name": "ToggleAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.ToggleAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Toggles between shown/hidden state. Returns true when the animation has completed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBanner.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbBanner.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBannerModule", + "id": 0, + "name": "IgbBannerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbBannerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBannerModule.#ctor", + "id": 0, + "name": "IgbBannerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbBannerModule.IgbBannerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBannerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBannerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBannerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBannerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBannerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBannerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarFragment", + "id": 0, + "name": "IgbBarFragment", + "fullName": "IgniteUI.Blazor.Controls.IgbBarFragment", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents one part of a StackedBarSeries." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFragmentBase", + "id": 0, + "name": "IgbFragmentBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFragment", + "id": 0, + "name": "IgbColumnFragment" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBarFragment.#ctor", + "id": 0, + "name": "IgbBarFragment()", + "fullName": "IgniteUI.Blazor.Controls.IgbBarFragment.IgbBarFragment()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarFragment.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbBarFragment.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarFragment.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBarFragment.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarFragment.GetExactItemIndex(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetExactItemIndex(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbBarFragment.GetExactItemIndex(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarFragment.GetExactItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetExactItemIndexAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbBarFragment.GetExactItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the precise item index, if possible, based on the closeness to the previous or next whole integer. If the series cannot provide this information, GetExactItemIndex will return the same integer value as GetItemIndex." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarFragment.GetItem(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItem(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbBarFragment.GetItem(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarFragment.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbBarFragment.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item that is the best match for the specified world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarFragment.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBox(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbBarFragment.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarFragment.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBoxAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbBarFragment.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If possible, will return the best available value bounding box within the series that has the best value match for the world position provided." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarFragment.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBarFragment.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarFragmentModule", + "id": 0, + "name": "IgbBarFragmentModule", + "fullName": "IgniteUI.Blazor.Controls.IgbBarFragmentModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBarFragmentModule.#ctor", + "id": 0, + "name": "IgbBarFragmentModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbBarFragmentModule.IgbBarFragmentModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarFragmentModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBarFragmentModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarFragmentModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBarFragmentModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarFragmentModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBarFragmentModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarSeries", + "id": 0, + "name": "IgbBarSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbBarSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart bar series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries", + "id": 0, + "name": "IgbVerticalAnchoredCategorySeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBarSeries.#ctor", + "id": 0, + "name": "IgbBarSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbBarSeries.IgbBarSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbBarSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBarSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarSeries.GetItemSpan", + "id": 0, + "name": "GetItemSpan()", + "fullName": "IgniteUI.Blazor.Controls.IgbBarSeries.GetItemSpan()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarSeries.GetItemSpanAsync", + "id": 0, + "name": "GetItemSpanAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBarSeries.GetItemSpanAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarSeries.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBox(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbBarSeries.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarSeries.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBoxAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbBarSeries.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If possible, will return the best available value bounding box within the series that has the best value match for the world position provided." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarSeries.RadiusX", + "id": 0, + "name": "RadiusX", + "fullName": "IgniteUI.Blazor.Controls.IgbBarSeries.RadiusX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the x-radius of the ellipse that is used to round the corners of the bar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarSeries.RadiusY", + "id": 0, + "name": "RadiusY", + "fullName": "IgniteUI.Blazor.Controls.IgbBarSeries.RadiusY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the y-radius of the ellipse that is used to round the corners of the bar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarSeries.ScrollIntoView(System.Object)", + "id": 0, + "name": "ScrollIntoView(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBarSeries.ScrollIntoView(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarSeries.ScrollIntoViewAsync(System.Object)", + "id": 0, + "name": "ScrollIntoViewAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBarSeries.ScrollIntoViewAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls the series to display the item for the specified data item." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBarSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarSeriesModule", + "id": 0, + "name": "IgbBarSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbBarSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBarSeriesModule.#ctor", + "id": 0, + "name": "IgbBarSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbBarSeriesModule.IgbBarSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBarSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBarSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBarSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBarSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike", + "id": 0, + "name": "IgbBaseAlertLike", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.#ctor", + "id": 0, + "name": "IgbBaseAlertLike()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.IgbBaseAlertLike()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.DisplayTime", + "id": 0, + "name": "DisplayTime", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.DisplayTime", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines the duration in ms in which the component will be visible." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.Hide", + "id": 0, + "name": "Hide()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.Hide()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.HideAsync", + "id": 0, + "name": "HideAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.HideAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Closes the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.KeepOpen", + "id": 0, + "name": "KeepOpen", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.KeepOpen", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the component should close after the displayTime is over." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.Open", + "id": 0, + "name": "Open", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.Open", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the component is in shown state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.Position", + "id": 0, + "name": "Position", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.Position", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the position of the component in the viewport." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AbsolutePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.AbsolutePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.Show", + "id": 0, + "name": "Show()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.Show()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.ShowAsync", + "id": 0, + "name": "ShowAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.ShowAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Opens the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.Toggle", + "id": 0, + "name": "Toggle()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.Toggle()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.ToggleAsync", + "id": 0, + "name": "ToggleAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.ToggleAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Toggles the open state of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLike.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLikeModule", + "id": 0, + "name": "IgbBaseAlertLikeModule", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLikeModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLikeModule.#ctor", + "id": 0, + "name": "IgbBaseAlertLikeModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLikeModule.IgbBaseAlertLikeModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLikeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLikeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLikeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLikeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLikeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseAlertLikeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike", + "id": 0, + "name": "IgbBaseComboBoxLike", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.#ctor", + "id": 0, + "name": "IgbBaseComboBoxLike()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.IgbBaseComboBoxLike()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.EmitEvent", + "id": 0, + "name": "EmitEvent", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.EmitEvent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.Hide", + "id": 0, + "name": "Hide()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.Hide()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.HideAsync", + "id": 0, + "name": "HideAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.HideAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hides the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.KeepOpenOnOutsideClick", + "id": 0, + "name": "KeepOpenOnOutsideClick", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.KeepOpenOnOutsideClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the component dropdown should be kept open on clicking outside of it." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.KeepOpenOnSelect", + "id": 0, + "name": "KeepOpenOnSelect", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.KeepOpenOnSelect", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the component dropdown should be kept open on selection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.Open", + "id": 0, + "name": "Open", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.Open", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the open state of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.Show", + "id": 0, + "name": "Show()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.Show()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.ShowAsync", + "id": 0, + "name": "ShowAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.ShowAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Shows the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.Toggle", + "id": 0, + "name": "Toggle()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.Toggle()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.ToggleAsync", + "id": 0, + "name": "ToggleAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.ToggleAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Toggles the open state of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLikeModule", + "id": 0, + "name": "IgbBaseComboBoxLikeModule", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLikeModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLikeModule.#ctor", + "id": 0, + "name": "IgbBaseComboBoxLikeModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLikeModule.IgbBaseComboBoxLikeModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLikeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLikeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLikeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLikeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLikeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLikeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource", + "id": 0, + "name": "IgbBaseDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a base implementation of IDataSource that data source implementations can further extend." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.#ctor", + "id": 0, + "name": "IgbBaseDataSource()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IgbBaseDataSource()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.AcceptPendingCommit(System.Int32)", + "id": 0, + "name": "AcceptPendingCommit(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.AcceptPendingCommit(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commitID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.AcceptPendingCommitAsync(System.Int32)", + "id": 0, + "name": "AcceptPendingCommitAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.AcceptPendingCommitAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Accepts a commit with the provided ID." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commitID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.AcceptPendingTransaction(System.Int32)", + "id": 0, + "name": "AcceptPendingTransaction(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.AcceptPendingTransaction(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "transactionID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.AcceptPendingTransactionAsync(System.Int32)", + "id": 0, + "name": "AcceptPendingTransactionAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.AcceptPendingTransactionAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Save a specific pending transaction." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "transactionID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.ActualCount", + "id": 0, + "name": "ActualCount", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.ActualCount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current actual full count of the items in the data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.AddItem(System.Object)", + "id": 0, + "name": "AddItem(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.AddItem(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.AddItemAsync(System.Object)", + "id": 0, + "name": "AddItemAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.AddItemAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.CancelEdits", + "id": 0, + "name": "CancelEdits()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.CancelEdits()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.CancelEditsAsync", + "id": 0, + "name": "CancelEditsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.CancelEditsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Cancels any batched edits that may exist." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.ClearPinnedRows", + "id": 0, + "name": "ClearPinnedRows()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.ClearPinnedRows()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.ClearPinnedRowsAsync", + "id": 0, + "name": "ClearPinnedRowsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.ClearPinnedRowsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.Clone", + "id": 0, + "name": "Clone()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.Clone()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSource", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSource" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.CloneAsync", + "id": 0, + "name": "CloneAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.CloneAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Clones this data source instance, copying the summary, grouping, filter and sorting settings into the new instance." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<DataSource>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.DataSource>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.CloneProperties(IgniteUI.Blazor.Controls.DataSource)", + "id": 0, + "name": "CloneProperties(DataSource)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.CloneProperties(IgniteUI.Blazor.Controls.DataSource)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dataSource", + "type": "DataSource", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSource" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.ClonePropertiesAsync(IgniteUI.Blazor.Controls.DataSource)", + "id": 0, + "name": "ClonePropertiesAsync(DataSource)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.ClonePropertiesAsync(IgniteUI.Blazor.Controls.DataSource)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Clones the properties over to the provided datasource." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dataSource", + "type": "DataSource", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSource" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.CommitEdits(System.Boolean)", + "id": 0, + "name": "CommitEdits(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.CommitEdits(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "isPending", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.CommitEditsAsync(System.Boolean)", + "id": 0, + "name": "CommitEditsAsync(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.CommitEditsAsync(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Commit the current edits to the datasource." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "isPending", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.DeferAutoRefresh", + "id": 0, + "name": "DeferAutoRefresh", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.DeferAutoRefresh", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the auto refresh mechanism of the data source is currently defered. The data source will not react to most setting changes while this is set to true an will instead defer processing. Setting this value to false will queue a new refresh." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.FirstVisibleIndexRequested", + "id": 0, + "name": "FirstVisibleIndexRequested", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.FirstVisibleIndexRequested", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets which index consumers of the data source desire to be the current first visible index. A grid, for example, would indicate the current visible top row, and update this as that changes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.FlushAutoRefresh", + "id": 0, + "name": "FlushAutoRefresh()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.FlushAutoRefresh()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.FlushAutoRefreshAsync", + "id": 0, + "name": "FlushAutoRefreshAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.FlushAutoRefreshAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called to make sure a queued refresh of the data source has been applied before continuing. Should only be needed if you are trying to synchronously examine the results of changing settings on the data source. Note, for a virtual data source, the data source itself may be waiting for other synchronous requests to actualize data. This call will not wait for those, but will only make sure the appropriate requests are in flight from the settings changes" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetAggregatedChanges(System.Int32)", + "id": 0, + "name": "GetAggregatedChanges(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetAggregatedChanges(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commitID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "IgbDataSourceAggregatedResult[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetAggregatedChangesAsync(System.Int32)", + "id": 0, + "name": "GetAggregatedChangesAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetAggregatedChangesAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a set of changes that have been made to the data however have not been committed yet." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commitID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<IgbDataSourceAggregatedResult[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetIsRowExpandedAtIndex(System.Int32)", + "id": 0, + "name": "GetIsRowExpandedAtIndex(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetIsRowExpandedAtIndex(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetIsRowExpandedAtIndexAsync(System.Int32)", + "id": 0, + "name": "GetIsRowExpandedAtIndexAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetIsRowExpandedAtIndexAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the expansion state for a row." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetItemAtIndex(System.Int32)", + "id": 0, + "name": "GetItemAtIndex(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetItemAtIndex(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetItemAtIndexAsync(System.Int32)", + "id": 0, + "name": "GetItemAtIndexAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetItemAtIndexAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the item at the specific index in the data source. This index is based on the data source's current view of the data, not the actual underlying indexes of the original source." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetItemFromKey(System.Object[])", + "id": 0, + "name": "GetItemFromKey(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetItemFromKey(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetItemFromKeyAsync(System.Object[])", + "id": 0, + "name": "GetItemFromKeyAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetItemFromKeyAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetItemProperty(System.Object,System.String)", + "id": 0, + "name": "GetItemProperty(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetItemProperty(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetItemPropertyAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemPropertyAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetItemPropertyAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetItemPropertyAtIndex(System.Int32,System.String)", + "id": 0, + "name": "GetItemPropertyAtIndex(Int32, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetItemPropertyAtIndex(System.Int32, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetItemPropertyAtIndexAsync(System.Int32,System.String)", + "id": 0, + "name": "GetItemPropertyAtIndexAsync(Int32, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetItemPropertyAtIndexAsync(System.Int32, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetMainValuePath(IgniteUI.Blazor.Controls.DataSourceRowType)", + "id": 0, + "name": "GetMainValuePath(DataSourceRowType)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetMainValuePath(IgniteUI.Blazor.Controls.DataSourceRowType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowType", + "type": "DataSourceRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceRowType" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetMainValuePathAsync(IgniteUI.Blazor.Controls.DataSourceRowType)", + "id": 0, + "name": "GetMainValuePathAsync(DataSourceRowType)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetMainValuePathAsync(IgniteUI.Blazor.Controls.DataSourceRowType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowType", + "type": "DataSourceRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceRowType" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetRootSummaryResults", + "id": 0, + "name": "GetRootSummaryResults()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetRootSummaryResults()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGridSummaryResult[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetRootSummaryResultsAsync", + "id": 0, + "name": "GetRootSummaryResultsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetRootSummaryResultsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the summary results for the root level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbDataGridSummaryResult[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetRootSummaryRowCount", + "id": 0, + "name": "GetRootSummaryRowCount()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetRootSummaryRowCount()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetRootSummaryRowCountAsync", + "id": 0, + "name": "GetRootSummaryRowCountAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetRootSummaryRowCountAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the number of summary rows at the root level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetRowCount", + "id": 0, + "name": "GetRowCount()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetRowCount()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetRowCountAsync", + "id": 0, + "name": "GetRowCountAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetRowCountAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current actual full count of the items in the data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetRowLevel(System.Int32)", + "id": 0, + "name": "GetRowLevel(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetRowLevel(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetRowLevelAsync(System.Int32)", + "id": 0, + "name": "GetRowLevelAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetRowLevelAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the hierarchy level of the row." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetRowType(System.Int32)", + "id": 0, + "name": "GetRowType(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetRowType(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "DataSourceRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetRowTypeAsync(System.Int32)", + "id": 0, + "name": "GetRowTypeAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetRowTypeAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<DataSourceRowType>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.DataSourceRowType>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetSectionSummaryResults(System.Int32)", + "id": 0, + "name": "GetSectionSummaryResults(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetSectionSummaryResults(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "sectionIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "IgbDataGridSummaryResult[][]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[][]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetSectionSummaryResultsAsync(System.Int32)", + "id": 0, + "name": "GetSectionSummaryResultsAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetSectionSummaryResultsAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the summary results for a specific section." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "sectionIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<IgbDataGridSummaryResult[][]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[][]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetStickyRowPriority(System.Int32)", + "id": 0, + "name": "GetStickyRowPriority(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetStickyRowPriority(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetStickyRowPriorityAsync(System.Int32)", + "id": 0, + "name": "GetStickyRowPriorityAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetStickyRowPriorityAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetTransactionErrorByID(System.Int32)", + "id": 0, + "name": "GetTransactionErrorByID(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetTransactionErrorByID(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "transactionID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetTransactionErrorByIDAsync(System.Int32)", + "id": 0, + "name": "GetTransactionErrorByIDAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetTransactionErrorByIDAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an error, if any, associated with a specific transaction." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "transactionID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetTransactionErrorByKey(System.Object[],System.String)", + "id": 0, + "name": "GetTransactionErrorByKey(Object[], String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetTransactionErrorByKey(System.Object[], System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetTransactionErrorByKeyAsync(System.Object[],System.String)", + "id": 0, + "name": "GetTransactionErrorByKeyAsync(Object[], String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetTransactionErrorByKeyAsync(System.Object[], System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetTransactionID(System.Object[],System.String)", + "id": 0, + "name": "GetTransactionID(Object[], String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetTransactionID(System.Object[], System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetTransactionIDAsync(System.Object[],System.String)", + "id": 0, + "name": "GetTransactionIDAsync(Object[], String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.GetTransactionIDAsync(System.Object[], System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.HasAdd(System.Object)", + "id": 0, + "name": "HasAdd(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.HasAdd(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.HasAddAsync(System.Object)", + "id": 0, + "name": "HasAddAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.HasAddAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns whether the item is an uncommitted add." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.HasDelete(System.Object[])", + "id": 0, + "name": "HasDelete(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.HasDelete(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.HasDeleteAsync(System.Object[])", + "id": 0, + "name": "HasDeleteAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.HasDeleteAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.HasEdit(System.Object[],System.String)", + "id": 0, + "name": "HasEdit(Object[], String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.HasEdit(System.Object[], System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.HasEditAsync(System.Object[],System.String)", + "id": 0, + "name": "HasEditAsync(Object[], String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.HasEditAsync(System.Object[], System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IncludeSummaryRowsInSection", + "id": 0, + "name": "IncludeSummaryRowsInSection", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IncludeSummaryRowsInSection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the data source should include summary rows inside the group when summaries are present." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IndexOfItem(System.Object)", + "id": 0, + "name": "IndexOfItem(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IndexOfItem(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IndexOfItemAsync(System.Object)", + "id": 0, + "name": "IndexOfItemAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IndexOfItemAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called to return the index for an item contained in the data source, or -1, if the item can't be found, or this action isn't currently supported." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IndexOfKey(System.Object[])", + "id": 0, + "name": "IndexOfKey(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IndexOfKey(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IndexOfKeyAsync(System.Object[])", + "id": 0, + "name": "IndexOfKeyAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IndexOfKeyAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsBatchingEnabled", + "id": 0, + "name": "IsBatchingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsBatchingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether batch edits are enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsExclusivelySticky(System.Int32)", + "id": 0, + "name": "IsExclusivelySticky(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsExclusivelySticky(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsExclusivelyStickyAsync(System.Int32)", + "id": 0, + "name": "IsExclusivelyStickyAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsExclusivelyStickyAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsPendingCommit(System.Int32)", + "id": 0, + "name": "IsPendingCommit(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsPendingCommit(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commitID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsPendingCommitAsync(System.Int32)", + "id": 0, + "name": "IsPendingCommitAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsPendingCommitAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns whether a commit is pending or not." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commitID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsPendingTransaction(System.Int32)", + "id": 0, + "name": "IsPendingTransaction(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsPendingTransaction(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "transactionID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsPendingTransactionAsync(System.Int32)", + "id": 0, + "name": "IsPendingTransactionAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsPendingTransactionAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns whether a transaction pending or not." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "transactionID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsPlaceholderItem(System.Int32)", + "id": 0, + "name": "IsPlaceholderItem(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsPlaceholderItem(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsPlaceholderItemAsync(System.Int32)", + "id": 0, + "name": "IsPlaceholderItemAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsPlaceholderItemAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns true if the item at the requested index is a placeholder item and has not been actualized." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsReadOnly", + "id": 0, + "name": "IsReadOnly", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsReadOnly", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the data source is read-only or not." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsRowPinned(System.Int32)", + "id": 0, + "name": "IsRowPinned(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsRowPinned(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsRowPinnedAsync(System.Int32)", + "id": 0, + "name": "IsRowPinnedAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsRowPinnedAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsRowSpanning(IgniteUI.Blazor.Controls.DataSourceRowType)", + "id": 0, + "name": "IsRowSpanning(DataSourceRowType)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsRowSpanning(IgniteUI.Blazor.Controls.DataSourceRowType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowType", + "type": "DataSourceRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceRowType" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsRowSpanningAsync(IgniteUI.Blazor.Controls.DataSourceRowType)", + "id": 0, + "name": "IsRowSpanningAsync(DataSourceRowType)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsRowSpanningAsync(IgniteUI.Blazor.Controls.DataSourceRowType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowType", + "type": "DataSourceRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceRowType" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsSectionCollapsable", + "id": 0, + "name": "IsSectionCollapsable", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsSectionCollapsable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if sections are collapsable." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsSectionContentVisible", + "id": 0, + "name": "IsSectionContentVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsSectionContentVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether content besides the section headers are displayed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsSectionExpandedDefault", + "id": 0, + "name": "IsSectionExpandedDefault", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsSectionExpandedDefault", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether sections default to expanded or collapsed when they are created." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsSectionHeaderNormalRow", + "id": 0, + "name": "IsSectionHeaderNormalRow", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsSectionHeaderNormalRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the section headers are treated as normal rows." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsSectionSummaryRowsAtBottom", + "id": 0, + "name": "IsSectionSummaryRowsAtBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.IsSectionSummaryRowsAtBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the summary rows within a section are placed at the bottom of the section, otherwise they will be placed at the top." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.LastVisibleIndexRequested", + "id": 0, + "name": "LastVisibleIndexRequested", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.LastVisibleIndexRequested", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets which index consumers of the data source desire to be the current last visible index. A grid, for example, would indicate the current visible top row, and update this as that changes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.NotifyClearItems", + "id": 0, + "name": "NotifyClearItems()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.NotifyClearItems()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.NotifyClearItemsAsync", + "id": 0, + "name": "NotifyClearItemsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.NotifyClearItemsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Manually notifies the data source that the data it has bound to has been cleared and needs to be re-examined. This should not be necessary to call if the data that the data source is bound to is already observable." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.NotifyInsertItem(System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItem(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.NotifyInsertItem(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.NotifyInsertItemAsync(System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItemAsync(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.NotifyInsertItemAsync(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.NotifyRemoveItem(System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItem(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.NotifyRemoveItem(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.NotifyRemoveItemAsync(System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItemAsync(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.NotifyRemoveItemAsync(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.NotifySetItem(System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItem(Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.NotifySetItem(System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.NotifySetItemAsync(System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItemAsync(Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.NotifySetItemAsync(System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.PinRow(System.Object[])", + "id": 0, + "name": "PinRow(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.PinRow(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.PinRowAsync(System.Object[])", + "id": 0, + "name": "PinRowAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.PinRowAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.PrimaryKey", + "id": 0, + "name": "PrimaryKey", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.PrimaryKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a list of property references that indicate the user provided primary key of the items in the data source. Consumers of the data source will often need to uniquely identify items in the data source. For this purpose a primary key should be specified." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.PropertiesRequested", + "id": 0, + "name": "PropertiesRequested", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.PropertiesRequested", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a list of property references for the properties desired by the consumer of the data source. If known, the data source may take steps to request only those properties, or to ensure that those properties are included, rather than the default behavior for this type of data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.PropertiesRequestedChanged", + "id": 0, + "name": "PropertiesRequestedChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.PropertiesRequestedChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDataSourcePropertiesRequestedChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDataSourcePropertiesRequestedChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.PropertiesRequestedChangedScript", + "id": 0, + "name": "PropertiesRequestedChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.PropertiesRequestedChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.QueueAutoRefresh", + "id": 0, + "name": "QueueAutoRefresh()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.QueueAutoRefresh()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.QueueAutoRefreshAsync", + "id": 0, + "name": "QueueAutoRefreshAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.QueueAutoRefreshAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called to manually queue a refresh of the data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.Redo", + "id": 0, + "name": "Redo()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.Redo()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RedoAsync", + "id": 0, + "name": "RedoAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RedoAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Redo the last undo." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.Refresh", + "id": 0, + "name": "Refresh()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.Refresh()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RefreshAsync", + "id": 0, + "name": "RefreshAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RefreshAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called to synchronously refresh the data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RejectPendingCommit(System.Int32)", + "id": 0, + "name": "RejectPendingCommit(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RejectPendingCommit(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commitID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RejectPendingCommitAsync(System.Int32)", + "id": 0, + "name": "RejectPendingCommitAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RejectPendingCommitAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Cancel a commit with the provided ID." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commitID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RejectPendingTransaction(System.Int32)", + "id": 0, + "name": "RejectPendingTransaction(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RejectPendingTransaction(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "transactionID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RejectPendingTransactionAsync(System.Int32)", + "id": 0, + "name": "RejectPendingTransactionAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RejectPendingTransactionAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Rejects a pending transaction." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "transactionID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RemoveItem(System.Object)", + "id": 0, + "name": "RemoveItem(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RemoveItem(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RemoveItemAsync(System.Object)", + "id": 0, + "name": "RemoveItemAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RemoveItemAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes an item from the datasource." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RemoveItemByKey(System.Object[])", + "id": 0, + "name": "RemoveItemByKey(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RemoveItemByKey(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RemoveItemByKeyAsync(System.Object[])", + "id": 0, + "name": "RemoveItemByKeyAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RemoveItemByKeyAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.ResolveSchemaPropertyType(System.String)", + "id": 0, + "name": "ResolveSchemaPropertyType(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.ResolveSchemaPropertyType(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.ResolveSchemaPropertyTypeAsync(System.String)", + "id": 0, + "name": "ResolveSchemaPropertyTypeAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.ResolveSchemaPropertyTypeAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Resolve a property or property path to its value type." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<DataSourceSchemaPropertyType>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RootSummariesChanged", + "id": 0, + "name": "RootSummariesChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RootSummariesChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDataSourceRootSummariesChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDataSourceRootSummariesChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RootSummariesChangedScript", + "id": 0, + "name": "RootSummariesChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RootSummariesChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RowExpansionChanged", + "id": 0, + "name": "RowExpansionChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RowExpansionChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDataSourceRowExpansionChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDataSourceRowExpansionChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RowExpansionChangedScript", + "id": 0, + "name": "RowExpansionChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.RowExpansionChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.SchemaChanged", + "id": 0, + "name": "SchemaChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.SchemaChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDataSourceSchemaChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDataSourceSchemaChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.SchemaChangedScript", + "id": 0, + "name": "SchemaChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.SchemaChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.SchemaIncludedProperties", + "id": 0, + "name": "SchemaIncludedProperties", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.SchemaIncludedProperties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets what properties should be included when resolving the datasource schema. If null, all properties are included." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.SectionHeaderDisplayMode", + "id": 0, + "name": "SectionHeaderDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.SectionHeaderDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how section headers are displayed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSectionHeaderDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSectionHeaderDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.SetCustomizedStringAsync(System.String,System.String)", + "id": 0, + "name": "SetCustomizedStringAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.SetCustomizedStringAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provide a new set of localized strings to use for a given languange." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "language", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "json", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.SetCustomizedStringAsync(System.String,System.String,System.String)", + "id": 0, + "name": "SetCustomizedStringAsync(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.SetCustomizedStringAsync(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provide a new set of localized strings to use for a given languange." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "language", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "id", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.SetIsRowExpandedAtIndex(System.Int32,System.Boolean)", + "id": 0, + "name": "SetIsRowExpandedAtIndex(Int32, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.SetIsRowExpandedAtIndex(System.Int32, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "isExpanded", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.SetIsRowExpandedAtIndexAsync(System.Int32,System.Boolean)", + "id": 0, + "name": "SetIsRowExpandedAtIndexAsync(Int32, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.SetIsRowExpandedAtIndexAsync(System.Int32, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "isExpanded", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.SetTransactionError(System.Int32,System.String)", + "id": 0, + "name": "SetTransactionError(Int32, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.SetTransactionError(System.Int32, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "transactionID", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "message", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.SetTransactionErrorAsync(System.Int32,System.String)", + "id": 0, + "name": "SetTransactionErrorAsync(Int32, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.SetTransactionErrorAsync(System.Int32, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "transactionID", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "message", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.ShouldEmitSectionFooters", + "id": 0, + "name": "ShouldEmitSectionFooters", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.ShouldEmitSectionFooters", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.ShouldEmitSectionHeaders", + "id": 0, + "name": "ShouldEmitSectionHeaders", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.ShouldEmitSectionHeaders", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.ShouldEmitShiftedRows", + "id": 0, + "name": "ShouldEmitShiftedRows", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.ShouldEmitShiftedRows", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.ShouldEmitSummaryRows", + "id": 0, + "name": "ShouldEmitSummaryRows", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.ShouldEmitSummaryRows", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.Undo", + "id": 0, + "name": "Undo()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.Undo()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.UndoAsync", + "id": 0, + "name": "UndoAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.UndoAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Undo the last edit." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.UnpinRow(System.Object[])", + "id": 0, + "name": "UnpinRow(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.UnpinRow(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.UnpinRowAsync(System.Object[])", + "id": 0, + "name": "UnpinRowAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.UnpinRowAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.UpdatePropertyAtKey(System.Object[],System.String,System.Object,System.Boolean)", + "id": 0, + "name": "UpdatePropertyAtKey(Object[], String, Object, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.UpdatePropertyAtKey(System.Object[], System.String, System.Object, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "isPending", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource.UpdatePropertyAtKeyAsync(System.Object[],System.String,System.Object,System.Boolean)", + "id": 0, + "name": "UpdatePropertyAtKeyAsync(Object[], String, Object, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseDataSource.UpdatePropertyAtKeyAsync(System.Object[], System.String, System.Object, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "isPending", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgs", + "id": 0, + "name": "IgbBaseEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgs.#ctor", + "id": 0, + "name": "IgbBaseEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseEventArgs.IgbBaseEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbBaseEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail.#ctor", + "id": 0, + "name": "IgbBaseEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail.IgbBaseEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail.Owner", + "id": 0, + "name": "Owner", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail.Owner", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides reference to the owner component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseExporter", + "id": 0, + "name": "IgbBaseExporter", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseExporter", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseExporter.#ctor", + "id": 0, + "name": "IgbBaseExporter()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseExporter.IgbBaseExporter()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseExporter.ColumnExporting", + "id": 0, + "name": "ColumnExporting", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseExporter.ColumnExporting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColumnExportingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColumnExportingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseExporter.ColumnExportingScript", + "id": 0, + "name": "ColumnExportingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseExporter.ColumnExportingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseExporter.ExportData(System.Object[],IgniteUI.Blazor.Controls.IgbExporterOptionsBase)", + "id": 0, + "name": "ExportData(Object[], IgbExporterOptionsBase)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseExporter.ExportData(System.Object[], IgniteUI.Blazor.Controls.IgbExporterOptionsBase)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "data", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "options", + "type": "IgbExporterOptionsBase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseExporter.ExportDataAsync(System.Object[],IgniteUI.Blazor.Controls.IgbExporterOptionsBase)", + "id": 0, + "name": "ExportDataAsync(Object[], IgbExporterOptionsBase)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseExporter.ExportDataAsync(System.Object[], IgniteUI.Blazor.Controls.IgbExporterOptionsBase)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "data", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "options", + "type": "IgbExporterOptionsBase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseExporter.ExportEnded", + "id": 0, + "name": "ExportEnded", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseExporter.ExportEnded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbBaseEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbBaseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseExporter.ExportEndedScript", + "id": 0, + "name": "ExportEndedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseExporter.ExportEndedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseExporter.ExportGrid(System.Object,IgniteUI.Blazor.Controls.IgbExporterOptionsBase)", + "id": 0, + "name": "ExportGrid(Object, IgbExporterOptionsBase)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseExporter.ExportGrid(System.Object, IgniteUI.Blazor.Controls.IgbExporterOptionsBase)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "grid", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "options", + "type": "IgbExporterOptionsBase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseExporter.ExportGridAsync(System.Object,IgniteUI.Blazor.Controls.IgbExporterOptionsBase)", + "id": 0, + "name": "ExportGridAsync(Object, IgbExporterOptionsBase)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseExporter.ExportGridAsync(System.Object, IgniteUI.Blazor.Controls.IgbExporterOptionsBase)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "grid", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "options", + "type": "IgbExporterOptionsBase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseExporter.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseExporter.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseExporter.RowExporting", + "id": 0, + "name": "RowExporting", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseExporter.RowExporting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbRowExportingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbRowExportingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseExporter.RowExportingScript", + "id": 0, + "name": "RowExportingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseExporter.RowExportingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseExporter.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseExporter.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseExporter.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseExporter.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseExporter.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseExporter.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource", + "id": 0, + "name": "IgbBaseGenericDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The base class for generic data sources." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.#ctor", + "id": 0, + "name": "IgbBaseGenericDataSource()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.IgbBaseGenericDataSource()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.FilterExpressions", + "id": 0, + "name": "FilterExpressions", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.FilterExpressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current filter that is applied to the data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpressionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpressionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.GetCurrentFilterExpressions", + "id": 0, + "name": "GetCurrentFilterExpressions()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.GetCurrentFilterExpressions()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpressionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpressionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.GetCurrentFilterExpressionsAsync", + "id": 0, + "name": "GetCurrentFilterExpressionsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.GetCurrentFilterExpressionsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbFilterExpressionCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbFilterExpressionCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.GetCurrentGroupDescriptions", + "id": 0, + "name": "GetCurrentGroupDescriptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.GetCurrentGroupDescriptions()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataSourceGroupDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.GetCurrentGroupDescriptionsAsync", + "id": 0, + "name": "GetCurrentGroupDescriptionsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.GetCurrentGroupDescriptionsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbDataSourceGroupDescriptionCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDataSourceGroupDescriptionCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.GetCurrentSortDescriptions", + "id": 0, + "name": "GetCurrentSortDescriptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.GetCurrentSortDescriptions()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataSourceSortDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.GetCurrentSortDescriptionsAsync", + "id": 0, + "name": "GetCurrentSortDescriptionsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.GetCurrentSortDescriptionsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbDataSourceSortDescriptionCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDataSourceSortDescriptionCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.GetCurrentSummaryDescriptions", + "id": 0, + "name": "GetCurrentSummaryDescriptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.GetCurrentSummaryDescriptions()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataSourceSummaryDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.GetCurrentSummaryDescriptionsAsync", + "id": 0, + "name": "GetCurrentSummaryDescriptionsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.GetCurrentSummaryDescriptionsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbDataSourceSummaryDescriptionCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescriptionCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.GroupDescriptions", + "id": 0, + "name": "GroupDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.GroupDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current grouping that is applied to the data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataSourceGroupDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.QueueAutoRefresh", + "id": 0, + "name": "QueueAutoRefresh()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.QueueAutoRefresh()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.QueueAutoRefreshAsync", + "id": 0, + "name": "QueueAutoRefreshAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.QueueAutoRefreshAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called to manually queue a refresh of the data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.SortDescriptions", + "id": 0, + "name": "SortDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.SortDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current sort that is applied to the data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataSourceSortDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.SummaryDescriptions", + "id": 0, + "name": "SummaryDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.SummaryDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current summaries that are applied to the data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataSourceSummaryDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLike", + "id": 0, + "name": "IgbBaseOptionLike", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLike", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.#ctor", + "id": 0, + "name": "IgbBaseOptionLike()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.IgbBaseOptionLike()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.Active", + "id": 0, + "name": "Active", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.Active", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the item is active." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.ConnectedCallback", + "id": 0, + "name": "ConnectedCallback()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.ConnectedCallback()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.ConnectedCallbackAsync", + "id": 0, + "name": "ConnectedCallbackAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.ConnectedCallbackAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the item is disabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.Selected", + "id": 0, + "name": "Selected", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.Selected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the item is selected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLike.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The current value of the item. If not specified, the element's text content is used." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLikeModule", + "id": 0, + "name": "IgbBaseOptionLikeModule", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLikeModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLikeModule.#ctor", + "id": 0, + "name": "IgbBaseOptionLikeModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLikeModule.IgbBaseOptionLikeModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLikeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLikeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLikeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLikeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLikeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseOptionLikeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo", + "id": 0, + "name": "IgbBaseSearchInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo.#ctor", + "id": 0, + "name": "IgbBaseSearchInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo.IgbBaseSearchInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo.CaseSensitive", + "id": 0, + "name": "CaseSensitive", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo.CaseSensitive", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo.Content", + "id": 0, + "name": "Content", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo.Content", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo.ExactMatch", + "id": 0, + "name": "ExactMatch", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo.ExactMatch", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo.MatchCount", + "id": 0, + "name": "MatchCount", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo.MatchCount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo.SearchText", + "id": 0, + "name": "SearchText", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo.SearchText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirective", + "id": 0, + "name": "IgbBaseToolbarColumnActionsDirective", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirective", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction", + "id": 0, + "name": "IgbGridToolbarBaseAction" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective", + "id": 0, + "name": "IgbBaseToolbarDirective" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirective.#ctor", + "id": 0, + "name": "IgbBaseToolbarColumnActionsDirective()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirective.IgbBaseToolbarColumnActionsDirective()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirective.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirective.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirective.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirective.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirective.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirective.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirectiveModule", + "id": 0, + "name": "IgbBaseToolbarColumnActionsDirectiveModule", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirectiveModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirectiveModule.#ctor", + "id": 0, + "name": "IgbBaseToolbarColumnActionsDirectiveModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirectiveModule.IgbBaseToolbarColumnActionsDirectiveModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirectiveModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirectiveModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirectiveModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirectiveModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirectiveModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirectiveModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective", + "id": 0, + "name": "IgbBaseToolbarDirective", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Base class for the pinning/hiding column and exporter actions." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction", + "id": 0, + "name": "IgbGridToolbarBaseAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.#ctor", + "id": 0, + "name": "IgbBaseToolbarDirective()", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.IgbBaseToolbarDirective()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.Closed", + "id": 0, + "name": "Closed", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.Closed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbToggleViewEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbToggleViewEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.ClosedScript", + "id": 0, + "name": "ClosedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.ClosedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.Closing", + "id": 0, + "name": "Closing", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.Closing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbToggleViewEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbToggleViewEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.ClosingScript", + "id": 0, + "name": "ClosingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.ClosingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.ColumnListHeight", + "id": 0, + "name": "ColumnListHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.ColumnListHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the height of the column list in the dropdown." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.ColumnToggle", + "id": 0, + "name": "ColumnToggle", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.ColumnToggle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColumnToggledEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColumnToggledEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.ColumnToggleScript", + "id": 0, + "name": "ColumnToggleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.ColumnToggleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.Opened", + "id": 0, + "name": "Opened", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.Opened", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbToggleViewEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbToggleViewEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.OpenedScript", + "id": 0, + "name": "OpenedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.OpenedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.Opening", + "id": 0, + "name": "Opening", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.Opening", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbToggleViewCancelableEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.OpeningScript", + "id": 0, + "name": "OpeningScript", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.OpeningScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.OverlaySettings", + "id": 0, + "name": "OverlaySettings", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.OverlaySettings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets overlay settings" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbOverlaySettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbOverlaySettings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.Prompt", + "id": 0, + "name": "Prompt", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.Prompt", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The placeholder text for the search input." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.Title", + "id": 0, + "name": "Title", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.Title", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Title text for the column action component" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery", + "id": 0, + "name": "IgbBingMapsMapImagery", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "UI element class used to display BingMapsMap imagery in the IgbGeographicMap." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery", + "id": 0, + "name": "IgbGeographicMapImagery" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.#ctor", + "id": 0, + "name": "IgbBingMapsMapImagery()", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.IgbBingMapsMapImagery()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.ActualBingImageryRestUri", + "id": 0, + "name": "ActualBingImageryRestUri", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.ActualBingImageryRestUri", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Actual Bing Imagery Rest Uri." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.ActualSubDomains", + "id": 0, + "name": "ActualSubDomains", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.ActualSubDomains", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the actual collection of image uri subdomains." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.ActualTilePath", + "id": 0, + "name": "ActualTilePath", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.ActualTilePath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the actual map tile image uri." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.ApiKey", + "id": 0, + "name": "ApiKey", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.ApiKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets an API key required by the Bing Maps imagery service. This key must be obtained from the http://www.bingmapsportal.com website." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.BingImageryRestUri", + "id": 0, + "name": "BingImageryRestUri", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.BingImageryRestUri", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Bing Imagery Rest Uri." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.CultureName", + "id": 0, + "name": "CultureName", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.CultureName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the culture name for this tile source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.ImageryStyle", + "id": 0, + "name": "ImageryStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.ImageryStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a map style of the Bing Maps imagery tiles. For example: Aerial, AerialWithLabels, or Road map style." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BingMapsImageryStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.BingMapsImageryStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.IsDeferredLoad", + "id": 0, + "name": "IsDeferredLoad", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.IsDeferredLoad", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the Bing Maps service should be auto-initialized upon valid property values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.IsInitialized", + "id": 0, + "name": "IsInitialized", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.IsInitialized", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a status whether the Bing Maps service is initialized." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.RequestMapSettings", + "id": 0, + "name": "RequestMapSettings()", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.RequestMapSettings()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.RequestMapSettingsAsync", + "id": 0, + "name": "RequestMapSettingsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.RequestMapSettingsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Will Connect to the Bing Rest API and retrieve the required TilePath and Subdomains from the service. This requires a valid API key to already be set." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.SubDomains", + "id": 0, + "name": "SubDomains", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.SubDomains", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the collection of image uri subdomains." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.TilePath", + "id": 0, + "name": "TilePath", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.TilePath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the map tile image uri." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImagery.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImageryModule", + "id": 0, + "name": "IgbBingMapsMapImageryModule", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImageryModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImageryModule.#ctor", + "id": 0, + "name": "IgbBingMapsMapImageryModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImageryModule.IgbBingMapsMapImageryModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImageryModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImageryModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImageryModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImageryModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBingMapsMapImageryModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBingMapsMapImageryModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay", + "id": 0, + "name": "IgbBollingerBandsOverlay", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Bollinger Bands financial overlay series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialOverlay", + "id": 0, + "name": "IgbFinancialOverlay" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.#ctor", + "id": 0, + "name": "IgbBollingerBandsOverlay()", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.IgbBollingerBandsOverlay()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.GetSeriesValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.GetSeriesValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.Multiplier", + "id": 0, + "name": "Multiplier", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.Multiplier", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current BollingerBandOverlay object. The typical, and initial, value for Bollinger band multipliers is 2." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.Period", + "id": 0, + "name": "Period", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.Period", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current BollingerBandOverlay object. The typical, and initial, value for Bollinger band periods is 14." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlay.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlayModule", + "id": 0, + "name": "IgbBollingerBandsOverlayModule", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlayModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlayModule.#ctor", + "id": 0, + "name": "IgbBollingerBandsOverlayModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlayModule.IgbBollingerBandsOverlayModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlayModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlayModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlayModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlayModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlayModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandsOverlayModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicator", + "id": 0, + "name": "IgbBollingerBandWidthIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Bollinger Bandwidth indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicator.#ctor", + "id": 0, + "name": "IgbBollingerBandWidthIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicator.IgbBollingerBandWidthIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicator.Multiplier", + "id": 0, + "name": "Multiplier", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicator.Multiplier", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the multiplier for the Bollinger Band width. The typical, and initial, value for Bollinger Band width multiplier is 2." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicator.Period", + "id": 0, + "name": "Period", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicator.Period", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the Bollinger Band Width Indicator. The typical, and initial, value for CCI periods is 20." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicatorModule", + "id": 0, + "name": "IgbBollingerBandWidthIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicatorModule.#ctor", + "id": 0, + "name": "IgbBollingerBandWidthIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicatorModule.IgbBollingerBandWidthIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBollingerBandWidthIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScale", + "id": 0, + "name": "IgbBrushScale", + "fullName": "IgniteUI.Blazor.Controls.IgbBrushScale", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a base class for brush scales." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScale.#ctor", + "id": 0, + "name": "IgbBrushScale()", + "fullName": "IgniteUI.Blazor.Controls.IgbBrushScale.IgbBrushScale()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScale.Brushes", + "id": 0, + "name": "Brushes", + "fullName": "IgniteUI.Blazor.Controls.IgbBrushScale.Brushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the brushes collection used by this scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScale.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbBrushScale.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScale.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBrushScale.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScale.GetBrush(System.Int32)", + "id": 0, + "name": "GetBrush(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBrushScale.GetBrush(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScale.GetBrushAsync(System.Int32)", + "id": 0, + "name": "GetBrushAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbBrushScale.GetBrushAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a brush from the brushes collection by index." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScale.NotifySeries", + "id": 0, + "name": "NotifySeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbBrushScale.NotifySeries()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScale.NotifySeriesAsync", + "id": 0, + "name": "NotifySeriesAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBrushScale.NotifySeriesAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notify attached series about changes to this scale" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScale.RegisterSeries(IgniteUI.Blazor.Controls.IgbSeries)", + "id": 0, + "name": "RegisterSeries(IgbSeries)", + "fullName": "IgniteUI.Blazor.Controls.IgbBrushScale.RegisterSeries(IgniteUI.Blazor.Controls.IgbSeries)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "series", + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScale.RegisterSeriesAsync(IgniteUI.Blazor.Controls.IgbSeries)", + "id": 0, + "name": "RegisterSeriesAsync(IgbSeries)", + "fullName": "IgniteUI.Blazor.Controls.IgbBrushScale.RegisterSeriesAsync(IgniteUI.Blazor.Controls.IgbSeries)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Registers a series with the scale. Under normal circumstances you should not need to call this manually." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "series", + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScale.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBrushScale.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScale.UnregisterSeries(IgniteUI.Blazor.Controls.IgbSeries)", + "id": 0, + "name": "UnregisterSeries(IgbSeries)", + "fullName": "IgniteUI.Blazor.Controls.IgbBrushScale.UnregisterSeries(IgniteUI.Blazor.Controls.IgbSeries)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "series", + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScale.UnregisterSeriesAsync(IgniteUI.Blazor.Controls.IgbSeries)", + "id": 0, + "name": "UnregisterSeriesAsync(IgbSeries)", + "fullName": "IgniteUI.Blazor.Controls.IgbBrushScale.UnregisterSeriesAsync(IgniteUI.Blazor.Controls.IgbSeries)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Unregisters a series with the scale. Under normal circumstances you should not need to call this manually." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "series", + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScaleModule", + "id": 0, + "name": "IgbBrushScaleModule", + "fullName": "IgniteUI.Blazor.Controls.IgbBrushScaleModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScaleModule.#ctor", + "id": 0, + "name": "IgbBrushScaleModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbBrushScaleModule.IgbBrushScaleModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScaleModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBrushScaleModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScaleModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBrushScaleModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScaleModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBrushScaleModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries", + "id": 0, + "name": "IgbBubbleSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart bubble series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase", + "id": 0, + "name": "IgbScatterBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.#ctor", + "id": 0, + "name": "IgbBubbleSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.IgbBubbleSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.FillMemberAsLegendLabel", + "id": 0, + "name": "FillMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.FillMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series' fill value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.FillMemberAsLegendUnit", + "id": 0, + "name": "FillMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.FillMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit displayed after series' fill value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.FillMemberPath", + "id": 0, + "name": "FillMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.FillMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.FillScale", + "id": 0, + "name": "FillScale", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.FillScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush scale for the fill brush of markers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbBrushScale", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbBrushScale" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.FillScaleUseGlobalValues", + "id": 0, + "name": "FillScaleUseGlobalValues", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.FillScaleUseGlobalValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series. This setting applies only if multiple series are using the same FillScale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.GetItemValue(System.Object,System.String)", + "id": 0, + "name": "GetItemValue(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.GetItemValue(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.GetItemValueAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemValueAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.GetItemValueAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.GetMemberPathValue(System.String)", + "id": 0, + "name": "GetMemberPathValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.GetMemberPathValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.GetMemberPathValueAsync(System.String)", + "id": 0, + "name": "GetMemberPathValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.GetMemberPathValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value of a requested member path from the series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.LabelMemberPath", + "id": 0, + "name": "LabelMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.LabelMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Label mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.MarkerBrushBrightness", + "id": 0, + "name": "MarkerBrushBrightness", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.MarkerBrushBrightness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets brightness of the marker fill. Using negative value will change marker fill to darker color and positive value will change marker fill to brighter color Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.MarkerOutlineBrightness", + "id": 0, + "name": "MarkerOutlineBrightness", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.MarkerOutlineBrightness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets brightness of the marker outline. Using negative value will change marker outline to darker color and positive value will change marker outline to brighter color Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.MarkerOutlineUsesFillScale", + "id": 0, + "name": "MarkerOutlineUsesFillScale", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.MarkerOutlineUsesFillScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not the marker outline should use FillScale like the marker fill does. This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.RadiusMemberAsLegendLabel", + "id": 0, + "name": "RadiusMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.RadiusMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series' radius value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.RadiusMemberAsLegendUnit", + "id": 0, + "name": "RadiusMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.RadiusMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit displayed after series' radius value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.RadiusMemberPath", + "id": 0, + "name": "RadiusMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.RadiusMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the radius mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.RadiusScale", + "id": 0, + "name": "RadiusScale", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.RadiusScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the radius size scale for the bubbles." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSizeScale", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSizeScale" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.RadiusScaleUseGlobalValues", + "id": 0, + "name": "RadiusScaleUseGlobalValues", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.RadiusScaleUseGlobalValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath from multiple series. This setting applies only if multiple series are using the same RadiusScale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeriesModule", + "id": 0, + "name": "IgbBubbleSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeriesModule.#ctor", + "id": 0, + "name": "IgbBubbleSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeriesModule.IgbBubbleSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBubbleSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBubbleSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph", + "id": 0, + "name": "IgbBulletGraph", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a bullet graph." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.#ctor", + "id": 0, + "name": "IgbBulletGraph()", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.IgbBulletGraph()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualHighlightValueDisplayMode", + "id": 0, + "name": "ActualHighlightValueDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualHighlightValueDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether and how to display the highlighted value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HighlightedValueDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualHighlightValueOpacity", + "id": 0, + "name": "ActualHighlightValueOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualHighlightValueOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity of the primary needle while highlighting" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualLabelFormatSpecifiers", + "id": 0, + "name": "ActualLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualMaximumValue", + "id": 0, + "name": "ActualMaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualMaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the resolved maximum value of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualMaximumValueChanged", + "id": 0, + "name": "ActualMaximumValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualMaximumValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<Double>", + "fullTypeName": "System.Action<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualMaximumValueChangedScript", + "id": 0, + "name": "ActualMaximumValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualMaximumValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualMinimumValue", + "id": 0, + "name": "ActualMinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualMinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the resolved minimum value of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualMinimumValueChanged", + "id": 0, + "name": "ActualMinimumValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualMinimumValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<Double>", + "fullTypeName": "System.Action<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualMinimumValueChangedScript", + "id": 0, + "name": "ActualMinimumValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualMinimumValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualPixelScalingRatio", + "id": 0, + "name": "ActualPixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualPixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual pixel scaling ratio used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualRanges", + "id": 0, + "name": "ActualRanges", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ActualRanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbLinearGraphRangeCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbLinearGraphRangeCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.AlignLabel", + "id": 0, + "name": "AlignLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.AlignLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbAlignLinearGraphLabelEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbAlignLinearGraphLabelEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.AlignLabelScript", + "id": 0, + "name": "AlignLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.AlignLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.BackingBrush", + "id": 0, + "name": "BackingBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.BackingBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use to fill the backing of the bullet graph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.BackingInnerExtent", + "id": 0, + "name": "BackingInnerExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.BackingInnerExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the inner extent of the bullet graph backing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.BackingOuterExtent", + "id": 0, + "name": "BackingOuterExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.BackingOuterExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the outer extent of the bullet graph backing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.BackingOutline", + "id": 0, + "name": "BackingOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.BackingOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for the outline of the backing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.BackingStrokeThickness", + "id": 0, + "name": "BackingStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.BackingStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness of the backing outline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ContainerResized", + "id": 0, + "name": "ContainerResized()", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ContainerResized()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ContainerResizedAsync", + "id": 0, + "name": "ContainerResizedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ContainerResizedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notify that the container has resized." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ContentLabelFormatSpecifiers", + "id": 0, + "name": "ContentLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ContentLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ContentRanges", + "id": 0, + "name": "ContentRanges", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ContentRanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbLinearGraphRangeCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbLinearGraphRangeCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ExportSerializedVisualData", + "id": 0, + "name": "ExportSerializedVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ExportSerializedVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ExportSerializedVisualDataAsync", + "id": 0, + "name": "ExportSerializedVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ExportSerializedVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns visuals as a serialized string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.Flush", + "id": 0, + "name": "Flush()", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.Flush()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.FlushAsync", + "id": 0, + "name": "FlushAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.FlushAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Use to force the bullet graph to finish any deferred work before printing or evaluating its visual." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.Font", + "id": 0, + "name": "Font", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.Font", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the font." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.FontBrush", + "id": 0, + "name": "FontBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.FontBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for the label font." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.FormatLabel", + "id": 0, + "name": "FormatLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.FormatLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFormatLinearGraphLabelEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFormatLinearGraphLabelEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.FormatLabelScript", + "id": 0, + "name": "FormatLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.FormatLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.GetCurrentActualMaximumValue", + "id": 0, + "name": "GetCurrentActualMaximumValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.GetCurrentActualMaximumValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.GetCurrentActualMaximumValueAsync", + "id": 0, + "name": "GetCurrentActualMaximumValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.GetCurrentActualMaximumValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.GetCurrentActualMinimumValue", + "id": 0, + "name": "GetCurrentActualMinimumValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.GetCurrentActualMinimumValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.GetCurrentActualMinimumValueAsync", + "id": 0, + "name": "GetCurrentActualMinimumValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.GetCurrentActualMinimumValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.GetCurrentHighlightValue", + "id": 0, + "name": "GetCurrentHighlightValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.GetCurrentHighlightValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.GetCurrentHighlightValueAsync", + "id": 0, + "name": "GetCurrentHighlightValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.GetCurrentHighlightValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.GetValueForPoint(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetValueForPoint(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.GetValueForPoint(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.GetValueForPointAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetValueForPointAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.GetValueForPointAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value for the main scale of the bullet graph for a given point within the bounds of the bullet graph." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.HighlightValue", + "id": 0, + "name": "HighlightValue", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.HighlightValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlight value at which to point the secondary needle of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.HighlightValueDisplayMode", + "id": 0, + "name": "HighlightValueDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.HighlightValueDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether and how to display the highlighted value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HighlightedValueDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.HighlightValueOpacity", + "id": 0, + "name": "HighlightValueOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.HighlightValueOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity of the primary needle while highlighting" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.Interval", + "id": 0, + "name": "Interval", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.Interval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the interval to use for the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.IsScaleInverted", + "id": 0, + "name": "IsScaleInverted", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.IsScaleInverted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a value indicating whether the scale is inverted. When the scale is inverted the direction in which the scale values increase is right to left." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.LabelExtent", + "id": 0, + "name": "LabelExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.LabelExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to put the labels as a value from 0 to 1, measured from the bottom of the scale. Values further from zero than 1 can be used to hide the labels of the bullet graph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.LabelFormat", + "id": 0, + "name": "LabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.LabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label composite format used when creating label values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.LabelFormatSpecifiers", + "id": 0, + "name": "LabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.LabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the LabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.LabelInterval", + "id": 0, + "name": "LabelInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.LabelInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the interval to use for rendering labels. This defaults to be the same interval as the tickmarks on the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.LabelsPostInitial", + "id": 0, + "name": "LabelsPostInitial", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.LabelsPostInitial", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A value to start adding labels, added to the scale's MinimumValue." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.LabelsPreTerminal", + "id": 0, + "name": "LabelsPreTerminal", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.LabelsPreTerminal", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A value to stop adding labels, subtracted from the scale's MaximumValue." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.LabelsVisible", + "id": 0, + "name": "LabelsVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.LabelsVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the labels are visible in the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.MaximumValue", + "id": 0, + "name": "MaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.MaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum value of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.MergeViewports", + "id": 0, + "name": "MergeViewports", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.MergeViewports", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the scale viewport will be merged with backing viewport." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.MinimumValue", + "id": 0, + "name": "MinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.MinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the minimum value of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.MinorTickBrush", + "id": 0, + "name": "MinorTickBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.MinorTickBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for the minor tickmarks." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.MinorTickCount", + "id": 0, + "name": "MinorTickCount", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.MinorTickCount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the number of minor tickmarks to place between major tickmarks." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.MinorTickEndExtent", + "id": 0, + "name": "MinorTickEndExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.MinorTickEndExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to stop rendering the minor tickmarks as a value from 0 to 1, measured from the front/bottom of the bullet graph. Values further from zero than 1 can be used to make this extend further than the normal size of the bullet graph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.MinorTickStartExtent", + "id": 0, + "name": "MinorTickStartExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.MinorTickStartExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to start rendering the minor tickmarks as a value from 0 to 1, measured from the front/bottom of the bullet graph. Values further from zero than 1 can be used to make this extend further than the normal size of the bullet graph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.MinorTickStrokeThickness", + "id": 0, + "name": "MinorTickStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.MinorTickStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness to use when rendering minor ticks." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.Orientation", + "id": 0, + "name": "Orientation", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.Orientation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the orientation of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LinearScaleOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.LinearScaleOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.PixelScalingRatio", + "id": 0, + "name": "PixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.PixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scaling value used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ProvideContainer(System.Object)", + "id": 0, + "name": "ProvideContainer(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ProvideContainer(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ProvideContainerAsync(System.Object)", + "id": 0, + "name": "ProvideContainerAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ProvideContainerAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provide a container for the bullet graph." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.RangeBrushes", + "id": 0, + "name": "RangeBrushes", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.RangeBrushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a collection of brushes to be used as the palette for bullet graph ranges." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.RangeInnerExtent", + "id": 0, + "name": "RangeInnerExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.RangeInnerExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to start rendering the ranges, measured from the front/bottom of the control as a value from 0 to 1. Values further from zero than 1 can be used to make this extend further than the normal size of the bullet graph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.RangeOuterExtent", + "id": 0, + "name": "RangeOuterExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.RangeOuterExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to stop rendering the range as a value from 0 to 1 measured from the front/bottom of the bullet graph. Values further from zero than 1 can be used to make this extend further than the normal size of the bullet graph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.RangeOutlines", + "id": 0, + "name": "RangeOutlines", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.RangeOutlines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a collection of brushes to be used as the palette for bullet graph outlines." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.Ranges", + "id": 0, + "name": "Ranges", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.Ranges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scale ranges to render on the bullet graph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbLinearGraphRangeCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbLinearGraphRangeCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ScaleBackgroundBrush", + "id": 0, + "name": "ScaleBackgroundBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ScaleBackgroundBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background brush for the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ScaleBackgroundOutline", + "id": 0, + "name": "ScaleBackgroundOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ScaleBackgroundOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background outline for the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ScaleBackgroundThickness", + "id": 0, + "name": "ScaleBackgroundThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ScaleBackgroundThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background outline thickness for the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ScaleEndExtent", + "id": 0, + "name": "ScaleEndExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ScaleEndExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to stop rendering the scale as a value from 0 to 1, measured from the front/bottom of the bullet graph. Values further from zero than 1 can be used to make this extend further than the normal size of the bullet graph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ScaleStartExtent", + "id": 0, + "name": "ScaleStartExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ScaleStartExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to start rendering the scale, measured from the front/bottom of the bullet graph as a value from 0 to 1. Values further from zero than 1 can be used to make this extend further than the normal size of the bullet graph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ShowToolTip", + "id": 0, + "name": "ShowToolTip", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ShowToolTip", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a value indicating whether tooltips are enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ShowToolTipTimeout", + "id": 0, + "name": "ShowToolTipTimeout", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ShowToolTipTimeout", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the time in milliseconds that tooltip appearance is delayed with." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.StyleUpdated", + "id": 0, + "name": "StyleUpdated()", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.StyleUpdated()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.StyleUpdatedAsync", + "id": 0, + "name": "StyleUpdatedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.StyleUpdatedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notify that the bullet graph styling has updated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.TargetValue", + "id": 0, + "name": "TargetValue", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.TargetValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value indicated by the target value bar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.TargetValueBreadth", + "id": 0, + "name": "TargetValueBreadth", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.TargetValueBreadth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Get or sets the breadth of the target value element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.TargetValueBrush", + "id": 0, + "name": "TargetValueBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.TargetValueBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use when rendering the fill of the comparative marker." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.TargetValueInnerExtent", + "id": 0, + "name": "TargetValueInnerExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.TargetValueInnerExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to start rendering the target value, measured from the front/bottom of the control as a value from 0 to 1. Values further from zero than 1 can be used to make this extend further than the normal size of the bullet graph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.TargetValueName", + "id": 0, + "name": "TargetValueName", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.TargetValueName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name used for the target value. The name is displayed in the default target value tooltip." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.TargetValueOuterExtent", + "id": 0, + "name": "TargetValueOuterExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.TargetValueOuterExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to start rendering the target value, measured from the front/bottom of the control as a value from 0 to 1. Values further from zero than 1 can be used to make this extend further than the normal size of the bullet graph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.TargetValueOutline", + "id": 0, + "name": "TargetValueOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.TargetValueOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use when rendering the outline of the target value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.TargetValueStrokeThickness", + "id": 0, + "name": "TargetValueStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.TargetValueStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness of the outline of the target value bar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.TickBrush", + "id": 0, + "name": "TickBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.TickBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for the major tickmarks." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.TickEndExtent", + "id": 0, + "name": "TickEndExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.TickEndExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to stop rendering the major tickmarks as a value from 0 to 1, measured from the front/bottom of the bullet graph. Values further from zero than 1 can be used to make this extend further than the normal size of the bullet graph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.TicksPostInitial", + "id": 0, + "name": "TicksPostInitial", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.TicksPostInitial", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A value to start adding tickmarks, added to the scale's MinimumValue." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.TicksPreTerminal", + "id": 0, + "name": "TicksPreTerminal", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.TicksPreTerminal", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A value to stop adding tickmarks, subtracted from the scale's MaximumValue." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.TickStartExtent", + "id": 0, + "name": "TickStartExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.TickStartExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to start rendering the major tickmarks as a value from 0 to 1, measured from the front/bottom of the bullet graph. Values further from zero than 1 can be used to make this extend further than the normal size of the bullet graph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.TickStrokeThickness", + "id": 0, + "name": "TickStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.TickStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness to use when rendering ticks." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.TransitionDuration", + "id": 0, + "name": "TransitionDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.TransitionDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the number of milliseconds over which changes to the bullet graph should be animated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.TransitionProgress", + "id": 0, + "name": "TransitionProgress", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.TransitionProgress", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the transition progress of the animation when the control is animating." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value at which the bar ends." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ValueBrush", + "id": 0, + "name": "ValueBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ValueBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for the actual value element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ValueInnerExtent", + "id": 0, + "name": "ValueInnerExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ValueInnerExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to start rendering the actual value geometries, measured from the front/bottom of the bullet graph as a value from 0 to 1. Values further from zero than 1 can be used to make this extend further than the normal size of the bullet graph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ValueName", + "id": 0, + "name": "ValueName", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ValueName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name used for actual value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ValueOuterExtent", + "id": 0, + "name": "ValueOuterExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ValueOuterExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to stop rendering the actual value geometries as a value from 0 to 1 measured from the front/bottom of the bullet graph. Values further from zero than 1 can be used to make this extend further than the normal size of the bullet graph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ValueOutline", + "id": 0, + "name": "ValueOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ValueOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for the outline of actual value element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraph.ValueStrokeThickness", + "id": 0, + "name": "ValueStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraph.ValueStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness to use when rendering single actual value element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraphCoreModule", + "id": 0, + "name": "IgbBulletGraphCoreModule", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraphCoreModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraphCoreModule.#ctor", + "id": 0, + "name": "IgbBulletGraphCoreModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraphCoreModule.IgbBulletGraphCoreModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraphCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraphCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraphCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraphCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraphCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraphCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraphModule", + "id": 0, + "name": "IgbBulletGraphModule", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraphModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraphModule.#ctor", + "id": 0, + "name": "IgbBulletGraphModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraphModule.IgbBulletGraphModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraphModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraphModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraphModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraphModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBulletGraphModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbBulletGraphModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButton", + "id": 0, + "name": "IgbButton", + "fullName": "IgniteUI.Blazor.Controls.IgbButton", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a clickable button, used to submit forms or anywhere in a document for accessible, standard button functionality." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase", + "id": 0, + "name": "IgbButtonBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbButton.#ctor", + "id": 0, + "name": "IgbButton()", + "fullName": "IgniteUI.Blazor.Controls.IgbButton.IgbButton()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButton.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbButton.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButton.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbButton.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButton.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbButton.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButton.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbButton.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButton.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbButton.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButton.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbButton.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButton.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbButton.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButton.Variant", + "id": 0, + "name": "Variant", + "fullName": "IgniteUI.Blazor.Controls.IgbButton.Variant", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the variant of the button." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonVariant", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonVariant" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase", + "id": 0, + "name": "IgbButtonBase", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.#ctor", + "id": 0, + "name": "IgbButtonBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.IgbButtonBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.Blur", + "id": 0, + "name": "Blur", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.Blur", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.BlurComponent", + "id": 0, + "name": "BlurComponent()", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.BlurComponent()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.BlurComponentAsync", + "id": 0, + "name": "BlurComponentAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.BlurComponentAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes focus from the button." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.BlurScript", + "id": 0, + "name": "BlurScript", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.BlurScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.Click", + "id": 0, + "name": "Click()", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.Click()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.ClickAsync", + "id": 0, + "name": "ClickAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.ClickAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Simulates a mouse click on the element" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.DisplayType", + "id": 0, + "name": "DisplayType", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.DisplayType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The type of the button. Defaults to button." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonBaseType", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonBaseType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.Download", + "id": 0, + "name": "Download", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.Download", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Prompts to save the linked URL instead of navigating to it." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.Focus", + "id": 0, + "name": "Focus", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.Focus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.FocusComponent(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "id": 0, + "name": "FocusComponent(IgbFocusOptions)", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.FocusComponent(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "options", + "type": "IgbFocusOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFocusOptions" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.FocusComponentAsync(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "id": 0, + "name": "FocusComponentAsync(IgbFocusOptions)", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.FocusComponentAsync(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets focus in the button." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "options", + "type": "IgbFocusOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFocusOptions" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.FocusScript", + "id": 0, + "name": "FocusScript", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.FocusScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.Href", + "id": 0, + "name": "Href", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.Href", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The URL the button points to." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.Rel", + "id": 0, + "name": "Rel", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.Rel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The relationship of the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.Target", + "id": 0, + "name": "Target", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.Target", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Where to display the linked URL, as the name for a browsing context." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonBaseTarget", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonBaseTarget" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBase.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBaseModule", + "id": 0, + "name": "IgbButtonBaseModule", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBaseModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBaseModule.#ctor", + "id": 0, + "name": "IgbButtonBaseModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBaseModule.IgbButtonBaseModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBaseModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBaseModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBaseModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBaseModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBaseModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonBaseModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroup", + "id": 0, + "name": "IgbButtonGroup", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroup", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The igc-button-group groups a series of igc-toggle-buttons together, exposing features such as layout and selection." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroup.#ctor", + "id": 0, + "name": "IgbButtonGroup()", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroup.IgbButtonGroup()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroup.Alignment", + "id": 0, + "name": "Alignment", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroup.Alignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the orientation of the buttons in the group." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ContentOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ContentOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroup.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroup.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroup.Deselect", + "id": 0, + "name": "Deselect", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroup.Deselect", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroup.DeselectScript", + "id": 0, + "name": "DeselectScript", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroup.DeselectScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroup.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroup.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroup.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroup.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Disables all buttons inside the group." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroup.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroup.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroup.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroup.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroup.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroup.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroup.Select", + "id": 0, + "name": "Select", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroup.Select", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroup.SelectedItems", + "id": 0, + "name": "SelectedItems", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroup.SelectedItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroup.Selection", + "id": 0, + "name": "Selection", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroup.Selection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Controls the mode of selection for the button group." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ButtonGroupSelection", + "fullTypeName": "IgniteUI.Blazor.Controls.ButtonGroupSelection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroup.SelectScript", + "id": 0, + "name": "SelectScript", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroup.SelectScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroup.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroup.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroup.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroup.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroup.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroup.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroup.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroup.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroup.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroup.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroupModule", + "id": 0, + "name": "IgbButtonGroupModule", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroupModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroupModule.#ctor", + "id": 0, + "name": "IgbButtonGroupModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroupModule.IgbButtonGroupModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroupModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroupModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroupModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroupModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonGroupModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonGroupModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonModule", + "id": 0, + "name": "IgbButtonModule", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonModule.#ctor", + "id": 0, + "name": "IgbButtonModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonModule.IgbButtonModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbButtonModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalculatedColumn", + "id": 0, + "name": "IgbCalculatedColumn", + "fullName": "IgniteUI.Blazor.Controls.IgbCalculatedColumn", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a column that is calculated based on the values of other columns." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCalculatedColumn.#ctor", + "id": 0, + "name": "IgbCalculatedColumn()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalculatedColumn.IgbCalculatedColumn()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalculatedColumn.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalculatedColumn.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalculatedColumn.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCalculatedColumn.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar", + "id": 0, + "name": "IgbCalendar", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a calendar that lets users to select a date value in a variety of different ways." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBase", + "id": 0, + "name": "IgbCalendarBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.#ctor", + "id": 0, + "name": "IgbCalendar()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.IgbCalendar()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.ActiveDate", + "id": 0, + "name": "ActiveDate", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.ActiveDate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the date which is shown in view and is highlighted. By default it is the current date." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.ActiveView", + "id": 0, + "name": "ActiveView", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.ActiveView", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The current active view of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalendarActiveView", + "fullTypeName": "IgniteUI.Blazor.Controls.CalendarActiveView" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.Change", + "id": 0, + "name": "Change", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.Change", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentDataValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentDataValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.ChangeScript", + "id": 0, + "name": "ChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.ChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.FormatOptions", + "id": 0, + "name": "FormatOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.FormatOptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The options used to format the months and the weekdays in the calendar views." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCalendarFormatOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCalendarFormatOptions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.GetCurrentValue", + "id": 0, + "name": "GetCurrentValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.GetCurrentValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.GetCurrentValueAsync", + "id": 0, + "name": "GetCurrentValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.GetCurrentValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<DateTime>", + "fullTypeName": "System.Threading.Tasks.Task<System.DateTime>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.GetCurrentValues", + "id": 0, + "name": "GetCurrentValues()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.GetCurrentValues()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime[]", + "fullTypeName": "System.DateTime[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.GetCurrentValuesAsync", + "id": 0, + "name": "GetCurrentValuesAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.GetCurrentValuesAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<DateTime[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.DateTime[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.HeaderOrientation", + "id": 0, + "name": "HeaderOrientation", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.HeaderOrientation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The orientation of the calendar header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalendarHeaderOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.CalendarHeaderOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.HideHeader", + "id": 0, + "name": "HideHeader", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.HideHeader", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether to render the calendar header part. When the calendar selection is set to multiple the header is always hidden." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.HideOutsideDays", + "id": 0, + "name": "HideOutsideDays", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.HideOutsideDays", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether to show the dates that do not belong to the current active month." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.Orientation", + "id": 0, + "name": "Orientation", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.Orientation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The orientation of the calendar months when more than one month is being shown." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ContentOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ContentOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.ResourceStrings", + "id": 0, + "name": "ResourceStrings", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.ResourceStrings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The resource strings for localization." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCalendarResourceStrings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.SetCustomizedStringAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.String})", + "id": 0, + "name": "SetCustomizedStringAsync(String, Dictionary<String, String>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.SetCustomizedStringAsync(System.String, System.Collections.Generic.Dictionary<System.String, System.String>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provide a new set of localized strings to use for a given languange." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "language", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "Dictionary<String, String>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.String>" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.SetCustomizedStringAsync(System.String,System.String)", + "id": 0, + "name": "SetCustomizedStringAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.SetCustomizedStringAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provide a new set of localized strings to use for a given languange." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "language", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "json", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.SetCustomizedStringAsync(System.String,System.String,System.String)", + "id": 0, + "name": "SetCustomizedStringAsync(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.SetCustomizedStringAsync(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provide a new set of localized strings to use for a given languange." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "language", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "id", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.ValueChanged", + "id": 0, + "name": "ValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.ValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<DateTime>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.DateTime>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.Values", + "id": 0, + "name": "Values", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.Values", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime[]", + "fullTypeName": "System.DateTime[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.ValuesChanged", + "id": 0, + "name": "ValuesChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.ValuesChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<DateTime[]>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.DateTime[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendar.VisibleMonths", + "id": 0, + "name": "VisibleMonths", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendar.VisibleMonths", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The number of months displayed in the days view." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBase", + "id": 0, + "name": "IgbCalendarBase", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBase.#ctor", + "id": 0, + "name": "IgbCalendarBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarBase.IgbCalendarBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBase.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarBase.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBase.DisabledDates", + "id": 0, + "name": "DisabledDates", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarBase.DisabledDates", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the disabled dates for the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDateRangeDescriptor[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDateRangeDescriptor[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBase.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarBase.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBase.Locale", + "id": 0, + "name": "Locale", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarBase.Locale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the locale used for formatting and displaying the dates in the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBase.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarBase.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBase.Selection", + "id": 0, + "name": "Selection", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarBase.Selection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the type of selection in the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalendarSelection", + "fullTypeName": "IgniteUI.Blazor.Controls.CalendarSelection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBase.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarBase.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBase.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarBase.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBase.ShowWeekNumbers", + "id": 0, + "name": "ShowWeekNumbers", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarBase.ShowWeekNumbers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether to show the week numbers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBase.SpecialDates", + "id": 0, + "name": "SpecialDates", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarBase.SpecialDates", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the special dates for the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDateRangeDescriptor[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDateRangeDescriptor[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBase.WeekStart", + "id": 0, + "name": "WeekStart", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarBase.WeekStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the first day of the week." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "WeekDays", + "fullTypeName": "IgniteUI.Blazor.Controls.WeekDays" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBaseModule", + "id": 0, + "name": "IgbCalendarBaseModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarBaseModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBaseModule.#ctor", + "id": 0, + "name": "IgbCalendarBaseModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarBaseModule.IgbCalendarBaseModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBaseModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarBaseModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBaseModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarBaseModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarBaseModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarBaseModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarDate", + "id": 0, + "name": "IgbCalendarDate", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarDate", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarDate.#ctor", + "id": 0, + "name": "IgbCalendarDate()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarDate.IgbCalendarDate()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarDate.Date", + "id": 0, + "name": "Date", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarDate.Date", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarDate.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarDate.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarDate.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarDate.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarDate.IsCurrentMonth", + "id": 0, + "name": "IsCurrentMonth", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarDate.IsCurrentMonth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarDate.IsNextMonth", + "id": 0, + "name": "IsNextMonth", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarDate.IsNextMonth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarDate.IsPrevMonth", + "id": 0, + "name": "IsPrevMonth", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarDate.IsPrevMonth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarDate.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarDate.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarDate.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarDate.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarDateEventArgs", + "id": 0, + "name": "IgbCalendarDateEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarDateEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarDateEventArgs.#ctor", + "id": 0, + "name": "IgbCalendarDateEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarDateEventArgs.IgbCalendarDateEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarDateEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarDateEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCalendarDate", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCalendarDate" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarDateEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarDateEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarDateEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarDateEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarDateEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarDateEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarDateEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarDateEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarFormatOptions", + "id": 0, + "name": "IgbCalendarFormatOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarFormatOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarFormatOptions.#ctor", + "id": 0, + "name": "IgbCalendarFormatOptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarFormatOptions.IgbCalendarFormatOptions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarFormatOptions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarFormatOptions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarFormatOptions.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarFormatOptions.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarFormatOptions.Month", + "id": 0, + "name": "Month", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarFormatOptions.Month", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarFormatOptions.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarFormatOptions.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarFormatOptions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarFormatOptions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarFormatOptions.Weekday", + "id": 0, + "name": "Weekday", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarFormatOptions.Weekday", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarModule", + "id": 0, + "name": "IgbCalendarModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarModule.#ctor", + "id": 0, + "name": "IgbCalendarModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarModule.IgbCalendarModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings", + "id": 0, + "name": "IgbCalendarResourceStrings", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.#ctor", + "id": 0, + "name": "IgbCalendarResourceStrings()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.IgbCalendarResourceStrings()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.EndDate", + "id": 0, + "name": "EndDate", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.EndDate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.NextMonth", + "id": 0, + "name": "NextMonth", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.NextMonth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.NextYear", + "id": 0, + "name": "NextYear", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.NextYear", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.NextYears", + "id": 0, + "name": "NextYears", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.NextYears", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.PreviousMonth", + "id": 0, + "name": "PreviousMonth", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.PreviousMonth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.PreviousYear", + "id": 0, + "name": "PreviousYear", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.PreviousYear", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.PreviousYears", + "id": 0, + "name": "PreviousYears", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.PreviousYears", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.SelectDate", + "id": 0, + "name": "SelectDate", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.SelectDate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.SelectedDate", + "id": 0, + "name": "SelectedDate", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.SelectedDate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.SelectMonth", + "id": 0, + "name": "SelectMonth", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.SelectMonth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.SelectRange", + "id": 0, + "name": "SelectRange", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.SelectRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.SelectYear", + "id": 0, + "name": "SelectYear", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.SelectYear", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.StartDate", + "id": 0, + "name": "StartDate", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.StartDate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.WeekLabel", + "id": 0, + "name": "WeekLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings.WeekLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation", + "id": 0, + "name": "IgbCalloutAnnotation", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a callout annotation" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.#ctor", + "id": 0, + "name": "IgbCalloutAnnotation()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.IgbCalloutAnnotation()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.Background", + "id": 0, + "name": "Background", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.Background", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background to use for tha axis annotation box." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.BackgroundCornerRadius", + "id": 0, + "name": "BackgroundCornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.BackgroundCornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the corner radius to use for the callout borders." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.BackgroundPaddingBottom", + "id": 0, + "name": "BackgroundPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.BackgroundPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.BackgroundPaddingLeft", + "id": 0, + "name": "BackgroundPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.BackgroundPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.BackgroundPaddingRight", + "id": 0, + "name": "BackgroundPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.BackgroundPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.BackgroundPaddingTop", + "id": 0, + "name": "BackgroundPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.BackgroundPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.Content", + "id": 0, + "name": "Content", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.Content", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Content that should be annotated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.ContentScript", + "id": 0, + "name": "ContentScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.ContentScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Content in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.FormatLabelScript", + "id": 0, + "name": "FormatLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.FormatLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting FormatLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.ItemColor", + "id": 0, + "name": "ItemColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.ItemColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ItemColor to which the callout pertains to. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.Key", + "id": 0, + "name": "Key", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.Key", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Key that should be annotated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.KeyScript", + "id": 0, + "name": "KeyScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.KeyScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Key in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.LeaderBrush", + "id": 0, + "name": "LeaderBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.LeaderBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the LeaderBrush to use for tha axis annotation box." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.Outline", + "id": 0, + "name": "Outline", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.Outline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Outline to use for tha axis annotation box." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.Series", + "id": 0, + "name": "Series", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.Series", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series to which the callout pertains to. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.StrokeThickness", + "id": 0, + "name": "StrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.StrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border stroke thickness to use for tha axis annotation box." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.Text", + "id": 0, + "name": "Text", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.Text", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text that should be displayed for the annotation. Leave null to display the value automatically." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the text in the annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.XValue", + "id": 0, + "name": "XValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.XValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the XValue at which this annotation is displayed on the axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.XValueScript", + "id": 0, + "name": "XValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.XValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting XValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.YValue", + "id": 0, + "name": "YValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.YValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the YValue at which this annotation is displayed on the axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.YValueScript", + "id": 0, + "name": "YValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotation.YValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting YValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotationCollection", + "id": 0, + "name": "IgbCalloutAnnotationCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotationCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbCalloutAnnotation}", + "id": 0, + "name": "BaseCollection<IgbCalloutAnnotation>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutAnnotationCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbCalloutAnnotationCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutAnnotationCollection.IgbCalloutAnnotationCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs", + "id": 0, + "name": "IgbCalloutContentUpdatingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments for updating content of callout layer" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.#ctor", + "id": 0, + "name": "IgbCalloutContentUpdatingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.IgbCalloutContentUpdatingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.Content", + "id": 0, + "name": "Content", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.Content", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets content displayed by callout layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.ContentScript", + "id": 0, + "name": "ContentScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.ContentScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Content in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets data item associated with callout layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.XValue", + "id": 0, + "name": "XValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.XValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets data X-value associated with callout layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.XValueScript", + "id": 0, + "name": "XValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.XValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting XValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.YValue", + "id": 0, + "name": "YValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.YValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets data Y-value associated with callout layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.YValueScript", + "id": 0, + "name": "YValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs.YValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting YValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs", + "id": 0, + "name": "IgbCalloutLabelUpdatingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments for updating label of callout layer" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.#ctor", + "id": 0, + "name": "IgbCalloutLabelUpdatingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.IgbCalloutLabelUpdatingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets data item associated with callout layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets label displayed by callout layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.LabelScript", + "id": 0, + "name": "LabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.LabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Label in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.Series", + "id": 0, + "name": "Series", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.Series", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets series associated with callout item, if available" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.SeriesName", + "id": 0, + "name": "SeriesName", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.SeriesName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets series name associated with callout item, if available" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.XValue", + "id": 0, + "name": "XValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.XValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets data X-value associated with callout layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.XValueScript", + "id": 0, + "name": "XValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.XValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting XValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.YValue", + "id": 0, + "name": "YValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.YValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets data Y-value associated with callout layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.YValueScript", + "id": 0, + "name": "YValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs.YValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting YValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer", + "id": 0, + "name": "IgbCalloutLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an annotation layer that displays crosshair lines that cross through the closest value of the target series under the cursor." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "id": 0, + "name": "IgbAnnotationLayer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.#ctor", + "id": 0, + "name": "IgbCalloutLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.IgbCalloutLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.AllowedPositions", + "id": 0, + "name": "AllowedPositions", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.AllowedPositions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the allowed positions that the callout layer is allowed to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCalloutPlacementPositionsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCalloutPlacementPositionsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.AutoCalloutLabelPrecision", + "id": 0, + "name": "AutoCalloutLabelPrecision", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.AutoCalloutLabelPrecision", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the precision to use when values are used for the auto callout labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.AutoCalloutVisibilityMode", + "id": 0, + "name": "AutoCalloutVisibilityMode", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.AutoCalloutVisibilityMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the rules for when the callouts should be visible." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AutoCalloutVisibilityMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AutoCalloutVisibilityMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutBackground", + "id": 0, + "name": "CalloutBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush that specifies how the backgrounds for the callouts of the layer are painted. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutCollisionMode", + "id": 0, + "name": "CalloutCollisionMode", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutCollisionMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the strategy to use for avoiding collisions between the callouts in this layer. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalloutCollisionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CalloutCollisionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutContentUpdating", + "id": 0, + "name": "CalloutContentUpdating", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutContentUpdating", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbCalloutContentUpdatingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbCalloutContentUpdatingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutContentUpdatingScript", + "id": 0, + "name": "CalloutContentUpdatingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutContentUpdatingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutCornerRadius", + "id": 0, + "name": "CalloutCornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutCornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the corner radius to use for the callout borders." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutDarkTextColor", + "id": 0, + "name": "CalloutDarkTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutDarkTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the dark color to use for the callout text. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutExpandsAxisBufferEnabled", + "id": 0, + "name": "CalloutExpandsAxisBufferEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutExpandsAxisBufferEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not callouts expand axis buffer for extra space for their render around data points." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutExpandsAxisBufferMaxHeight", + "id": 0, + "name": "CalloutExpandsAxisBufferMaxHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutExpandsAxisBufferMaxHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum vertical axis buffer for positioning callouts." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutExpandsAxisBufferMaxWidth", + "id": 0, + "name": "CalloutExpandsAxisBufferMaxWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutExpandsAxisBufferMaxWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum horizontal axis buffer for positioning callouts." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutExpandsAxisBufferMinHeight", + "id": 0, + "name": "CalloutExpandsAxisBufferMinHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutExpandsAxisBufferMinHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the minimum vertical axis buffer for positioning callouts." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutExpandsAxisBufferMinWidth", + "id": 0, + "name": "CalloutExpandsAxisBufferMinWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutExpandsAxisBufferMinWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the minimum horizontal axis buffer for positioning callouts." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutExpandsAxisBufferOnInitialVisibility", + "id": 0, + "name": "CalloutExpandsAxisBufferOnInitialVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutExpandsAxisBufferOnInitialVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not recalculate callouts expand axis buffer on rendering frame." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutExpandsAxisBufferOnlyWhenVisible", + "id": 0, + "name": "CalloutExpandsAxisBufferOnlyWhenVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutExpandsAxisBufferOnlyWhenVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not callouts expand axis buffer only when callouts are visible in the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutInterpolatedValuePrecision", + "id": 0, + "name": "CalloutInterpolatedValuePrecision", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutInterpolatedValuePrecision", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the precision to use displaying values for interpolated crosshair positions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutLabelUpdating", + "id": 0, + "name": "CalloutLabelUpdating", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutLabelUpdating", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbCalloutLabelUpdatingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutLabelUpdatingScript", + "id": 0, + "name": "CalloutLabelUpdatingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutLabelUpdatingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutLeaderBrush", + "id": 0, + "name": "CalloutLeaderBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutLeaderBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush that specifies how the leader lines for the callouts of the layer are painted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutLightTextColor", + "id": 0, + "name": "CalloutLightTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutLightTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the light color to use for the callout text. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutOutline", + "id": 0, + "name": "CalloutOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush that specifies how the outlines for the callouts of the layer are painted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutPaddingBottom", + "id": 0, + "name": "CalloutPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom padding to use within the callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutPaddingLeft", + "id": 0, + "name": "CalloutPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left padding to use withing the callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutPaddingRight", + "id": 0, + "name": "CalloutPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right padding to use within the callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutPaddingTop", + "id": 0, + "name": "CalloutPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top padding to use within the callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutPositionPadding", + "id": 0, + "name": "CalloutPositionPadding", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutPositionPadding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to add to the callout positioning. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutRenderStyleUpdating", + "id": 0, + "name": "CalloutRenderStyleUpdating", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutRenderStyleUpdating", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbCalloutRenderStyleUpdatingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutRenderStyleUpdatingScript", + "id": 0, + "name": "CalloutRenderStyleUpdatingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutRenderStyleUpdatingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutSeriesSelecting", + "id": 0, + "name": "CalloutSeriesSelecting", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutSeriesSelecting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbCalloutSeriesSelectingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutSeriesSelectingScript", + "id": 0, + "name": "CalloutSeriesSelectingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutSeriesSelectingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutStrokeThickness", + "id": 0, + "name": "CalloutStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness for the callout backing. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutStyleUpdating", + "id": 0, + "name": "CalloutStyleUpdating", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutStyleUpdating", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbCalloutStyleUpdatingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutStyleUpdatingScript", + "id": 0, + "name": "CalloutStyleUpdatingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutStyleUpdatingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutSuspendedWhenShiftingToVisible", + "id": 0, + "name": "CalloutSuspendedWhenShiftingToVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutSuspendedWhenShiftingToVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not suspend refresh of callouts while they shift from hidden to visible" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutTextColor", + "id": 0, + "name": "CalloutTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CalloutTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the callout text. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CollisionChannel", + "id": 0, + "name": "CollisionChannel", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.CollisionChannel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a channel name to identify other callout layers within the chart to share collision information with." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.ContentMemberPath", + "id": 0, + "name": "ContentMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.ContentMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the content mapping property for the callouts." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.GetItemValue(System.Object,System.String)", + "id": 0, + "name": "GetItemValue(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.GetItemValue(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.GetItemValueAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemValueAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.GetItemValueAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.GetMemberPathValue(System.String)", + "id": 0, + "name": "GetMemberPathValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.GetMemberPathValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.GetMemberPathValueAsync(System.String)", + "id": 0, + "name": "GetMemberPathValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.GetMemberPathValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value of a requested member path from the series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.HighlightedValueLabelMode", + "id": 0, + "name": "HighlightedValueLabelMode", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.HighlightedValueLabelMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use values, rather than labels for auto callout labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HighlightedValueLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.HighlightedValueLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.InvalidateCalloutContent", + "id": 0, + "name": "InvalidateCalloutContent()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.InvalidateCalloutContent()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.InvalidateCalloutContentAsync", + "id": 0, + "name": "InvalidateCalloutContentAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.InvalidateCalloutContentAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Invalidates content of callout layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.IsAutoCalloutBehaviorEnabled", + "id": 0, + "name": "IsAutoCalloutBehaviorEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.IsAutoCalloutBehaviorEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how to select the final value to annotate." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.IsCalloutOffsettingEnabled", + "id": 0, + "name": "IsCalloutOffsettingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.IsCalloutOffsettingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to allow the callouts to be variable distances from the target points, for supporting collision modes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.IsCustomCalloutRenderStyleEnabled", + "id": 0, + "name": "IsCustomCalloutRenderStyleEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.IsCustomCalloutRenderStyleEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to allow for custom callout styles." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.IsCustomCalloutStyleEnabled", + "id": 0, + "name": "IsCustomCalloutStyleEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.IsCustomCalloutStyleEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to allow for custom callout styles." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.KeyMemberPath", + "id": 0, + "name": "KeyMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.KeyMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the key mapping property for the callouts." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.LabelFormat", + "id": 0, + "name": "LabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.LabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label format string to use for the label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.LabelFormatSpecifiers", + "id": 0, + "name": "LabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.LabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the LabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.LabelMemberPath", + "id": 0, + "name": "LabelMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.LabelMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label mapping property for the callouts." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.RecalculateAxisRangeBuffer", + "id": 0, + "name": "RecalculateAxisRangeBuffer()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.RecalculateAxisRangeBuffer()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.RecalculateAxisRangeBufferAsync", + "id": 0, + "name": "RecalculateAxisRangeBufferAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.RecalculateAxisRangeBufferAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Resets actual visiable range margin" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.RefreshAxisBufferAndCalloutPositions", + "id": 0, + "name": "RefreshAxisBufferAndCalloutPositions()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.RefreshAxisBufferAndCalloutPositions()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.RefreshAxisBufferAndCalloutPositionsAsync", + "id": 0, + "name": "RefreshAxisBufferAndCalloutPositionsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.RefreshAxisBufferAndCalloutPositionsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Refresh axis buffer and callouts rendering" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.RefreshLabelPositions", + "id": 0, + "name": "RefreshLabelPositions()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.RefreshLabelPositions()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.RefreshLabelPositionsAsync", + "id": 0, + "name": "RefreshLabelPositionsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.RefreshLabelPositionsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Force the callout labels to reevaluate their positions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.ShouldTruncateOnBoundaryCollisions", + "id": 0, + "name": "ShouldTruncateOnBoundaryCollisions", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.ShouldTruncateOnBoundaryCollisions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the callouts that collide with the boundary should be truncated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.TargetSeries", + "id": 0, + "name": "TargetSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.TargetSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series to target this annotation to. If null, this annotation targets all series simultaneously." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.TargetSeriesName", + "id": 0, + "name": "TargetSeriesName", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.TargetSeriesName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name of the series series to target this annotation to. If null, this annotation targets all series simultaneously." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.TargetSeriesScript", + "id": 0, + "name": "TargetSeriesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.TargetSeriesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TargetSeries in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.TextStyle", + "id": 0, + "name": "TextStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.TextStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness for the axis annotation backing. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.UseAutoContrastingLabelColors", + "id": 0, + "name": "UseAutoContrastingLabelColors", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.UseAutoContrastingLabelColors", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to the label color is automatically decided between a light and dark option for contrast." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.UseInterpolatedValueForAutoCalloutLabels", + "id": 0, + "name": "UseInterpolatedValueForAutoCalloutLabels", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.UseInterpolatedValueForAutoCalloutLabels", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use values, rather than labels for auto callout labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.UseItemColorForFill", + "id": 0, + "name": "UseItemColorForFill", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.UseItemColorForFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to the series color as the outline of the callout." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.UseItemColorForOutline", + "id": 0, + "name": "UseItemColorForOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.UseItemColorForOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to the series item color as the outline of the callout." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.UseSeriesColorForOutline", + "id": 0, + "name": "UseSeriesColorForOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.UseSeriesColorForOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to the series color as the outline of the callout." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.UseValueForAutoCalloutLabels", + "id": 0, + "name": "UseValueForAutoCalloutLabels", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.UseValueForAutoCalloutLabels", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use values, rather than labels for auto callout labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.XMemberPath", + "id": 0, + "name": "XMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.XMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label mapping property for the callouts." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayer.YMemberPath", + "id": 0, + "name": "YMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayer.YMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label mapping property for the callouts." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayerModule", + "id": 0, + "name": "IgbCalloutLayerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayerModule.#ctor", + "id": 0, + "name": "IgbCalloutLayerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayerModule.IgbCalloutLayerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutPlacementPositionsCollection", + "id": 0, + "name": "IgbCalloutPlacementPositionsCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutPlacementPositionsCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.CalloutPlacementPositions}", + "id": 0, + "name": "BaseCollection<CalloutPlacementPositions>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutPlacementPositionsCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbCalloutPlacementPositionsCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutPlacementPositionsCollection.IgbCalloutPlacementPositionsCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs", + "id": 0, + "name": "IgbCalloutRenderStyleUpdatingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.#ctor", + "id": 0, + "name": "IgbCalloutRenderStyleUpdatingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.IgbCalloutRenderStyleUpdatingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.ActualPosition", + "id": 0, + "name": "ActualPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.ActualPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalloutPlacementPositions", + "fullTypeName": "IgniteUI.Blazor.Controls.CalloutPlacementPositions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.Background", + "id": 0, + "name": "Background", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.Background", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.LabelPositionX", + "id": 0, + "name": "LabelPositionX", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.LabelPositionX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.LabelPositionY", + "id": 0, + "name": "LabelPositionY", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.LabelPositionY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.LeaderBrush", + "id": 0, + "name": "LeaderBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.LeaderBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.Outline", + "id": 0, + "name": "Outline", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.Outline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.Series", + "id": 0, + "name": "Series", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.Series", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.StrokeThickness", + "id": 0, + "name": "StrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.StrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.TargetPositionX", + "id": 0, + "name": "TargetPositionX", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.TargetPositionX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.TargetPositionY", + "id": 0, + "name": "TargetPositionY", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.TargetPositionY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.XValue", + "id": 0, + "name": "XValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.XValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.XValueScript", + "id": 0, + "name": "XValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.XValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting XValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.YValue", + "id": 0, + "name": "YValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.YValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.YValueScript", + "id": 0, + "name": "YValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs.YValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting YValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs", + "id": 0, + "name": "IgbCalloutSeriesSelectingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments for selecting callout layer" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.#ctor", + "id": 0, + "name": "IgbCalloutSeriesSelectingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.IgbCalloutSeriesSelectingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets data item associated with callout layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.Series", + "id": 0, + "name": "Series", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.Series", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets series object associated with callout layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.SeriesName", + "id": 0, + "name": "SeriesName", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.SeriesName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets series name associated with callout layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.XValue", + "id": 0, + "name": "XValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.XValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets data X-value associated with callout layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.XValueScript", + "id": 0, + "name": "XValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.XValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting XValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.YValue", + "id": 0, + "name": "YValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.YValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets data Y-value associated with callout layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.YValueScript", + "id": 0, + "name": "YValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutSeriesSelectingEventArgs.YValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting YValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs", + "id": 0, + "name": "IgbCalloutStyleUpdatingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.#ctor", + "id": 0, + "name": "IgbCalloutStyleUpdatingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.IgbCalloutStyleUpdatingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.Background", + "id": 0, + "name": "Background", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.Background", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.LeaderBrush", + "id": 0, + "name": "LeaderBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.LeaderBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.Outline", + "id": 0, + "name": "Outline", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.Outline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.Series", + "id": 0, + "name": "Series", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.Series", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.StrokeThickness", + "id": 0, + "name": "StrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.StrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.XValue", + "id": 0, + "name": "XValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.XValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.XValueScript", + "id": 0, + "name": "XValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.XValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting XValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.YValue", + "id": 0, + "name": "YValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.YValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.YValueScript", + "id": 0, + "name": "YValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs.YValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting YValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgs", + "id": 0, + "name": "IgbCancelableBrowserEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableEventArgs", + "id": 0, + "name": "IgbCancelableEventArgs" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgs.#ctor", + "id": 0, + "name": "IgbCancelableBrowserEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgs.IgbCancelableBrowserEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgsDetail", + "id": 0, + "name": "IgbCancelableBrowserEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgsDetail.#ctor", + "id": 0, + "name": "IgbCancelableBrowserEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgsDetail.IgbCancelableBrowserEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableBrowserEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableEventArgs", + "id": 0, + "name": "IgbCancelableEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableEventArgs.#ctor", + "id": 0, + "name": "IgbCancelableEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableEventArgs.IgbCancelableEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCancelableEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCancelableEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableEventArgsDetail", + "id": 0, + "name": "IgbCancelableEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableEventArgsDetail.#ctor", + "id": 0, + "name": "IgbCancelableEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableEventArgsDetail.IgbCancelableEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableEventArgsDetail.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableEventArgsDetail.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides the ability to cancel the event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelableEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelButtonClickEventArgs", + "id": 0, + "name": "IgbCancelButtonClickEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelButtonClickEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelButtonClickEventArgs.#ctor", + "id": 0, + "name": "IgbCancelButtonClickEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelButtonClickEventArgs.IgbCancelButtonClickEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelButtonClickEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelButtonClickEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelButtonClickEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelButtonClickEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelButtonClickEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelButtonClickEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelButtonClickEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelButtonClickEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelEventArgs", + "id": 0, + "name": "IgbCancelEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelEventArgs.#ctor", + "id": 0, + "name": "IgbCancelEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelEventArgs.IgbCancelEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelEventArgs.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelEventArgs.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCancelEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancellingMultiScaleImageEventArgs", + "id": 0, + "name": "IgbCancellingMultiScaleImageEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbCancellingMultiScaleImageEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCancellingMultiScaleImageEventArgs.#ctor", + "id": 0, + "name": "IgbCancellingMultiScaleImageEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbCancellingMultiScaleImageEventArgs.IgbCancellingMultiScaleImageEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancellingMultiScaleImageEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancellingMultiScaleImageEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancellingMultiScaleImageEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancellingMultiScaleImageEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancellingMultiScaleImageEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCancellingMultiScaleImageEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancellingMultiScaleImageEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCancellingMultiScaleImageEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancellingMultiScaleImageEventArgs.Uri", + "id": 0, + "name": "Uri", + "fullName": "IgniteUI.Blazor.Controls.IgbCancellingMultiScaleImageEventArgs.Uri", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCaptureImageSettings", + "id": 0, + "name": "IgbCaptureImageSettings", + "fullName": "IgniteUI.Blazor.Controls.IgbCaptureImageSettings", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCaptureImageSettings.#ctor", + "id": 0, + "name": "IgbCaptureImageSettings()", + "fullName": "IgniteUI.Blazor.Controls.IgbCaptureImageSettings.IgbCaptureImageSettings()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCaptureImageSettings.AddToClipboard", + "id": 0, + "name": "AddToClipboard", + "fullName": "IgniteUI.Blazor.Controls.IgbCaptureImageSettings.AddToClipboard", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCaptureImageSettings.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCaptureImageSettings.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCaptureImageSettings.Format", + "id": 0, + "name": "Format", + "fullName": "IgniteUI.Blazor.Controls.IgbCaptureImageSettings.Format", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CaptureImageFormat", + "fullTypeName": "IgniteUI.Blazor.Controls.CaptureImageFormat" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCaptureImageSettings.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCaptureImageSettings.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCard", + "id": 0, + "name": "IgbCard", + "fullName": "IgniteUI.Blazor.Controls.IgbCard", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A container which wraps different elements related to a single subject" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCard.#ctor", + "id": 0, + "name": "IgbCard()", + "fullName": "IgniteUI.Blazor.Controls.IgbCard.IgbCard()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCard.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbCard.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCard.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbCard.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCard.Elevated", + "id": 0, + "name": "Elevated", + "fullName": "IgniteUI.Blazor.Controls.IgbCard.Elevated", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets card elevated style, otherwise card looks outlined." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCard.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCard.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCard.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCard.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCard.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbCard.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCard.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCard.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCard.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCard.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCard.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbCard.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCard.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCard.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCard.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbCard.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardActions", + "id": 0, + "name": "IgbCardActions", + "fullName": "IgniteUI.Blazor.Controls.IgbCardActions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A container for card action items like buttons" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCardActions.#ctor", + "id": 0, + "name": "IgbCardActions()", + "fullName": "IgniteUI.Blazor.Controls.IgbCardActions.IgbCardActions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardActions.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbCardActions.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardActions.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbCardActions.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardActions.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCardActions.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardActions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardActions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardActions.Orientation", + "id": 0, + "name": "Orientation", + "fullName": "IgniteUI.Blazor.Controls.IgbCardActions.Orientation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The orientation of the actions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ContentOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ContentOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardActions.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbCardActions.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardActions.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardActions.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardActions.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardActions.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardActions.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbCardActions.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardActions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCardActions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardActions.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbCardActions.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardActionsModule", + "id": 0, + "name": "IgbCardActionsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCardActionsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCardActionsModule.#ctor", + "id": 0, + "name": "IgbCardActionsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCardActionsModule.IgbCardActionsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardActionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardActionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardActionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardActionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardActionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardActionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardContent", + "id": 0, + "name": "IgbCardContent", + "fullName": "IgniteUI.Blazor.Controls.IgbCardContent", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A container for card's text content" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCardContent.#ctor", + "id": 0, + "name": "IgbCardContent()", + "fullName": "IgniteUI.Blazor.Controls.IgbCardContent.IgbCardContent()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardContent.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbCardContent.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardContent.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbCardContent.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardContent.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCardContent.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardContent.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardContent.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardContent.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbCardContent.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardContent.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardContent.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardContent.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardContent.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardContent.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbCardContent.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardContent.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCardContent.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardContent.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbCardContent.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardContentModule", + "id": 0, + "name": "IgbCardContentModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCardContentModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCardContentModule.#ctor", + "id": 0, + "name": "IgbCardContentModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCardContentModule.IgbCardContentModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardContentModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardContentModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardContentModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardContentModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardContentModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardContentModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardHeader", + "id": 0, + "name": "IgbCardHeader", + "fullName": "IgniteUI.Blazor.Controls.IgbCardHeader", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A container for card's header" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCardHeader.#ctor", + "id": 0, + "name": "IgbCardHeader()", + "fullName": "IgniteUI.Blazor.Controls.IgbCardHeader.IgbCardHeader()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardHeader.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbCardHeader.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardHeader.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbCardHeader.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardHeader.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCardHeader.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardHeader.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardHeader.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardHeader.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbCardHeader.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardHeader.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardHeader.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardHeader.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardHeader.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardHeader.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbCardHeader.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardHeader.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCardHeader.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardHeader.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbCardHeader.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardHeaderModule", + "id": 0, + "name": "IgbCardHeaderModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCardHeaderModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCardHeaderModule.#ctor", + "id": 0, + "name": "IgbCardHeaderModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCardHeaderModule.IgbCardHeaderModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardHeaderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardHeaderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardHeaderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardHeaderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardHeaderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardHeaderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardMedia", + "id": 0, + "name": "IgbCardMedia", + "fullName": "IgniteUI.Blazor.Controls.IgbCardMedia", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A container for card's media - could be an image, gif, video" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCardMedia.#ctor", + "id": 0, + "name": "IgbCardMedia()", + "fullName": "IgniteUI.Blazor.Controls.IgbCardMedia.IgbCardMedia()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardMedia.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbCardMedia.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardMedia.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbCardMedia.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardMedia.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCardMedia.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardMedia.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardMedia.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardMedia.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbCardMedia.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardMedia.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardMedia.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardMedia.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardMedia.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardMedia.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbCardMedia.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardMedia.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCardMedia.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardMedia.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbCardMedia.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardMediaModule", + "id": 0, + "name": "IgbCardMediaModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCardMediaModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCardMediaModule.#ctor", + "id": 0, + "name": "IgbCardMediaModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCardMediaModule.IgbCardMediaModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardMediaModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardMediaModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardMediaModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardMediaModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardMediaModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardMediaModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardModule", + "id": 0, + "name": "IgbCardModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCardModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCardModule.#ctor", + "id": 0, + "name": "IgbCardModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCardModule.IgbCardModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCardModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCardModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel", + "id": 0, + "name": "IgbCarousel", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The igc-carousel presents a set of igc-carousel-slides by sequentially displaying a subset of one or more slides." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.#ctor", + "id": 0, + "name": "IgbCarousel()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.IgbCarousel()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.AnimationType", + "id": 0, + "name": "AnimationType", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.AnimationType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The animation type." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalTransitionAnimation", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.DisableLoop", + "id": 0, + "name": "DisableLoop", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.DisableLoop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the carousel should skip rotating to the first slide after it reaches the last." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.DisablePauseOnInteraction", + "id": 0, + "name": "DisablePauseOnInteraction", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.DisablePauseOnInteraction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the carousel should ignore use interactions and not pause on them." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.GetCurrent", + "id": 0, + "name": "GetCurrent()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.GetCurrent()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.GetCurrentAsync", + "id": 0, + "name": "GetCurrentAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.GetCurrentAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.GetIsPaused", + "id": 0, + "name": "GetIsPaused()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.GetIsPaused()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.GetIsPausedAsync", + "id": 0, + "name": "GetIsPausedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.GetIsPausedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.GetIsPlaying", + "id": 0, + "name": "GetIsPlaying()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.GetIsPlaying()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.GetIsPlayingAsync", + "id": 0, + "name": "GetIsPlayingAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.GetIsPlayingAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.GetTotal", + "id": 0, + "name": "GetTotal()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.GetTotal()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.GetTotalAsync", + "id": 0, + "name": "GetTotalAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.GetTotalAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.HideIndicators", + "id": 0, + "name": "HideIndicators", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.HideIndicators", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the carousel should render the indicator controls (dots)." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.HideNavigation", + "id": 0, + "name": "HideNavigation", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.HideNavigation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the carousel should skip rendering of the default navigation buttons." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.IndicatorsLabelFormat", + "id": 0, + "name": "IndicatorsLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.IndicatorsLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The format used to set the aria-label on the carousel indicators. Instances of '{0}' will be replaced with the index of the corresponding slide." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.IndicatorsOrientation", + "id": 0, + "name": "IndicatorsOrientation", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.IndicatorsOrientation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the orientation of the indicator controls (dots)." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CarouselIndicatorsOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.CarouselIndicatorsOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.Interval", + "id": 0, + "name": "Interval", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.Interval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The duration in milliseconds between changing the active slide." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.MaximumIndicatorsCount", + "id": 0, + "name": "MaximumIndicatorsCount", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.MaximumIndicatorsCount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Controls the maximum indicator controls (dots) that can be shown. Default value is 10." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.Next", + "id": 0, + "name": "Next()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.Next()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.NextAsync", + "id": 0, + "name": "NextAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.NextAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Switches to the next slide, runs any animations, and returns if the operation was successful." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.Pause", + "id": 0, + "name": "Pause()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.Pause()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.PauseAsync", + "id": 0, + "name": "PauseAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.PauseAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Pauses the carousel rotation of slides." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.Paused", + "id": 0, + "name": "Paused", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.Paused", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.PausedScript", + "id": 0, + "name": "PausedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.PausedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.Play", + "id": 0, + "name": "Play()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.Play()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.PlayAsync", + "id": 0, + "name": "PlayAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.PlayAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Resumes playing of the carousel slides." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.Playing", + "id": 0, + "name": "Playing", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.Playing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.PlayingScript", + "id": 0, + "name": "PlayingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.PlayingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.Prev", + "id": 0, + "name": "Prev()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.Prev()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.PrevAsync", + "id": 0, + "name": "PrevAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.PrevAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Switches to the previous slide, runs any animations, and returns if the operation was successful." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.Select(System.Double,IgniteUI.Blazor.Controls.CarouselAnimationDirection)", + "id": 0, + "name": "Select(Double, CarouselAnimationDirection)", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.Select(System.Double, IgniteUI.Blazor.Controls.CarouselAnimationDirection)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "animationDirection", + "type": "CarouselAnimationDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.CarouselAnimationDirection" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.SelectAsync(System.Double,IgniteUI.Blazor.Controls.CarouselAnimationDirection)", + "id": 0, + "name": "SelectAsync(Double, CarouselAnimationDirection)", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.SelectAsync(System.Double, IgniteUI.Blazor.Controls.CarouselAnimationDirection)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "animationDirection", + "type": "CarouselAnimationDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.CarouselAnimationDirection" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.SlideChanged", + "id": 0, + "name": "SlideChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.SlideChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbNumberEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbNumberEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.SlideChangedScript", + "id": 0, + "name": "SlideChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.SlideChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.SlidesLabelFormat", + "id": 0, + "name": "SlidesLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.SlidesLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The format used to set the aria-label on the carousel slides and the text displayed when the number of indicators is greater than tha maximum indicator count. Instances of '{0}' will be replaced with the index of the corresponding slide. Instances of '{1}' will be replaced with the total amount of slides." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarousel.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.IgbCarousel.Vertical", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the carousel has vertical alignment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselIndicator", + "id": 0, + "name": "IgbCarouselIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Used when a custom indicator needs to be passed to the igc-carousel component." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.#ctor", + "id": 0, + "name": "IgbCarouselIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.IgbCarouselIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.ConnectedCallback", + "id": 0, + "name": "ConnectedCallback()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.ConnectedCallback()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.ConnectedCallbackAsync", + "id": 0, + "name": "ConnectedCallbackAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.ConnectedCallbackAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselIndicator.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselIndicatorModule", + "id": 0, + "name": "IgbCarouselIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselIndicatorModule.#ctor", + "id": 0, + "name": "IgbCarouselIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselIndicatorModule.IgbCarouselIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselModule", + "id": 0, + "name": "IgbCarouselModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselModule.#ctor", + "id": 0, + "name": "IgbCarouselModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselModule.IgbCarouselModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselSlide", + "id": 0, + "name": "IgbCarouselSlide", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselSlide", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A single content container within a set of containers used in the context of an igc-carousel." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselSlide.#ctor", + "id": 0, + "name": "IgbCarouselSlide()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselSlide.IgbCarouselSlide()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselSlide.Active", + "id": 0, + "name": "Active", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselSlide.Active", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The current active slide for the carousel component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselSlide.ConnectedCallback", + "id": 0, + "name": "ConnectedCallback()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselSlide.ConnectedCallback()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselSlide.ConnectedCallbackAsync", + "id": 0, + "name": "ConnectedCallbackAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselSlide.ConnectedCallbackAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselSlide.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselSlide.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselSlide.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselSlide.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselSlide.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselSlide.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselSlide.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselSlide.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselSlide.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselSlide.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselSlide.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselSlide.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselSlide.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselSlide.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselSlide.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselSlide.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselSlide.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselSlide.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselSlide.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselSlide.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselSlideModule", + "id": 0, + "name": "IgbCarouselSlideModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselSlideModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselSlideModule.#ctor", + "id": 0, + "name": "IgbCarouselSlideModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselSlideModule.IgbCarouselSlideModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselSlideModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselSlideModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselSlideModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselSlideModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCarouselSlideModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCarouselSlideModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis", + "id": 0, + "name": "IgbCategoryAngleAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart category angle axis. Useful for displaying radial categories." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis", + "id": 0, + "name": "IgbAxis" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase", + "id": 0, + "name": "IgbCategoryAxisBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.#ctor", + "id": 0, + "name": "IgbCategoryAngleAxis()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.IgbCategoryAngleAxis()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.ActualInterval", + "id": 0, + "name": "ActualInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.ActualInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective value for the current Interval." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.ActualIntervalChanged", + "id": 0, + "name": "ActualIntervalChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.ActualIntervalChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<Double>", + "fullTypeName": "System.Action<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.ActualIntervalChangedScript", + "id": 0, + "name": "ActualIntervalChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.ActualIntervalChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.ActualMinorInterval", + "id": 0, + "name": "ActualMinorInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.ActualMinorInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective value for the current MinorInterval." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.CompanionAxisInterval", + "id": 0, + "name": "CompanionAxisInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.CompanionAxisInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets interval of labels on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.CompanionAxisLabelMode", + "id": 0, + "name": "CompanionAxisLabelMode", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.CompanionAxisLabelMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode axis labels will operate for the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisAngleLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisAngleLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.CompanionAxisMinorInterval", + "id": 0, + "name": "CompanionAxisMinorInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.CompanionAxisMinorInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets label angle on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.CompanionAxisStartAngleOffset", + "id": 0, + "name": "CompanionAxisStartAngleOffset", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.CompanionAxisStartAngleOffset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets angle in degress that the chart's 0th angle should be offset for the companion axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.GetCurrentActualInterval", + "id": 0, + "name": "GetCurrentActualInterval()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.GetCurrentActualInterval()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.GetCurrentActualIntervalAsync", + "id": 0, + "name": "GetCurrentActualIntervalAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.GetCurrentActualIntervalAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.GetScaledAngle(System.Double)", + "id": 0, + "name": "GetScaledAngle(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.GetScaledAngle(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledAngle", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.GetScaledAngleAsync(System.Double)", + "id": 0, + "name": "GetScaledAngleAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.GetScaledAngleAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the scaled angle in radians from the raw axis value." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledAngle", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.GetUnscaledAngle(System.Double)", + "id": 0, + "name": "GetUnscaledAngle(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.GetUnscaledAngle(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "scaledAngle", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.GetUnscaledAngleAsync(System.Double)", + "id": 0, + "name": "GetUnscaledAngleAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.GetUnscaledAngleAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the raw axis value from the scaled angle in radians." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "scaledAngle", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.Interval", + "id": 0, + "name": "Interval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.Interval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the frequency of displayed labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.LabelMode", + "id": 0, + "name": "LabelMode", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.LabelMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates the mode axis labels will operate in." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisAngleLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisAngleLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.MinorInterval", + "id": 0, + "name": "MinorInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.MinorInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the frequency of displayed minor lines." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.StartAngleOffset", + "id": 0, + "name": "StartAngleOffset", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.StartAngleOffset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates the angle in degress that the chart's 0th angle should be offset." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxisModule", + "id": 0, + "name": "IgbCategoryAngleAxisModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxisModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxisModule.#ctor", + "id": 0, + "name": "IgbCategoryAngleAxisModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxisModule.IgbCategoryAngleAxisModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase", + "id": 0, + "name": "IgbCategoryAxisBase", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the base class for all IgbDataChart category-based axes." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis", + "id": 0, + "name": "IgbAxis" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.#ctor", + "id": 0, + "name": "IgbCategoryAxisBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.IgbCategoryAxisBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ItemsSource property for the current axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.Gap", + "id": 0, + "name": "Gap", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.Gap", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of space between adjacent categories for the current axis object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.GetCategoryBoundingBox(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Double)", + "id": 0, + "name": "GetCategoryBoundingBox(Point, Boolean, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.GetCategoryBoundingBox(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "singularWidth", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.GetCategoryBoundingBoxAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Double)", + "id": 0, + "name": "GetCategoryBoundingBoxAsync(Point, Boolean, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.GetCategoryBoundingBoxAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "singularWidth", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.GetCategoryBoundingBoxHelper(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Double,System.Boolean)", + "id": 0, + "name": "GetCategoryBoundingBoxHelper(Point, Boolean, Double, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.GetCategoryBoundingBoxHelper(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Double, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "singularWidth", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "isVertical", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.GetCategoryBoundingBoxHelperAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Double,System.Boolean)", + "id": 0, + "name": "GetCategoryBoundingBoxHelperAsync(Point, Boolean, Double, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.GetCategoryBoundingBoxHelperAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Double, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "singularWidth", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "isVertical", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.GetCurrentItemsCount", + "id": 0, + "name": "GetCurrentItemsCount()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.GetCurrentItemsCount()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.GetCurrentItemsCountAsync", + "id": 0, + "name": "GetCurrentItemsCountAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.GetCurrentItemsCountAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.GetFullRange", + "id": 0, + "name": "GetFullRange()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.GetFullRange()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.GetFullRangeAsync", + "id": 0, + "name": "GetFullRangeAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.GetFullRangeAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.ItemsCount", + "id": 0, + "name": "ItemsCount", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.ItemsCount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the number of items in the current category axis items source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.ItemsCountChanged", + "id": 0, + "name": "ItemsCountChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.ItemsCountChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<Int32>", + "fullTypeName": "System.Action<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.ItemsCountChangedScript", + "id": 0, + "name": "ItemsCountChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.ItemsCountChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.MaximumGap", + "id": 0, + "name": "MaximumGap", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.MaximumGap", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum gap value to allow. This defaults to 1.0." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.MinimumGapSize", + "id": 0, + "name": "MinimumGapSize", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.MinimumGapSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the minimum amount of pixels to use for the gap between categories, if possible." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.NotifyClearItems", + "id": 0, + "name": "NotifyClearItems()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.NotifyClearItems()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.NotifyClearItemsAsync", + "id": 0, + "name": "NotifyClearItemsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.NotifyClearItemsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Used to manually notify the axis that the data source has reset or cleared its items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.NotifyInsertItem(System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItem(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.NotifyInsertItem(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.NotifyInsertItemAsync(System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItemAsync(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.NotifyInsertItemAsync(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.NotifyRemoveItem(System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItem(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.NotifyRemoveItem(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.NotifyRemoveItemAsync(System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItemAsync(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.NotifyRemoveItemAsync(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.NotifySetItem(System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItem(Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.NotifySetItem(System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.NotifySetItemAsync(System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItemAsync(Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.NotifySetItemAsync(System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.Overlap", + "id": 0, + "name": "Overlap", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.Overlap", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of overlap between adjacent categories for the current axis object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.UnscaleValue(System.Double)", + "id": 0, + "name": "UnscaleValue(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.UnscaleValue(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.UnscaleValueAsync(System.Double)", + "id": 0, + "name": "UnscaleValueAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.UnscaleValueAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Unscales a value from screen space into axis space." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.UseClusteringMode", + "id": 0, + "name": "UseClusteringMode", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase.UseClusteringMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the category axis should use clustering display mode even if no series are present that would force clustering mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart", + "id": 0, + "name": "IgbCategoryChart", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a chart with an ordinal X-axis and a numeric Y-axis." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart", + "id": 0, + "name": "IgbDomainChart" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart", + "id": 0, + "name": "IgbXYChart" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.#ctor", + "id": 0, + "name": "IgbCategoryChart()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.IgbCategoryChart()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.AutoExpandMarginExtraPadding", + "id": 0, + "name": "AutoExpandMarginExtraPadding", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.AutoExpandMarginExtraPadding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the extra amount the series viewer should auto expand margins to accommodate the initial horizontal axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.AutoExpandMarginMaximumValue", + "id": 0, + "name": "AutoExpandMarginMaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.AutoExpandMarginMaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum amount the series viewer should auto expand margins to accommodate the initial horizontal axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.AutoMarginAndAngleUpdateMode", + "id": 0, + "name": "AutoMarginAndAngleUpdateMode", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.AutoMarginAndAngleUpdateMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a whether the series viewer should auto expand margins to accommodate the initial horizontal axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AutoMarginsAndAngleUpdateMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AutoMarginsAndAngleUpdateMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.ChartType", + "id": 0, + "name": "ChartType", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.ChartType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the type of chart series to generate from the data." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryChartType", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryChartType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.ExportSerializedVisualData", + "id": 0, + "name": "ExportSerializedVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.ExportSerializedVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.ExportSerializedVisualDataAsync", + "id": 0, + "name": "ExportSerializedVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.ExportSerializedVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Export serialized visual data." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.GetCurrentXAxisActualMaximum", + "id": 0, + "name": "GetCurrentXAxisActualMaximum()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.GetCurrentXAxisActualMaximum()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.GetCurrentXAxisActualMaximumAsync", + "id": 0, + "name": "GetCurrentXAxisActualMaximumAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.GetCurrentXAxisActualMaximumAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.GetCurrentXAxisActualMinimum", + "id": 0, + "name": "GetCurrentXAxisActualMinimum()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.GetCurrentXAxisActualMinimum()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.GetCurrentXAxisActualMinimumAsync", + "id": 0, + "name": "GetCurrentXAxisActualMinimumAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.GetCurrentXAxisActualMinimumAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.GetCurrentYAxisActualMaximum", + "id": 0, + "name": "GetCurrentYAxisActualMaximum()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.GetCurrentYAxisActualMaximum()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.GetCurrentYAxisActualMaximumAsync", + "id": 0, + "name": "GetCurrentYAxisActualMaximumAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.GetCurrentYAxisActualMaximumAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.GetCurrentYAxisActualMinimum", + "id": 0, + "name": "GetCurrentYAxisActualMinimum()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.GetCurrentYAxisActualMinimum()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.GetCurrentYAxisActualMinimumAsync", + "id": 0, + "name": "GetCurrentYAxisActualMinimumAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.GetCurrentYAxisActualMinimumAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.IsCategoryHighlightingEnabled", + "id": 0, + "name": "IsCategoryHighlightingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.IsCategoryHighlightingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the category should be highlighted when hovered" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.IsItemHighlightingEnabled", + "id": 0, + "name": "IsItemHighlightingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.IsItemHighlightingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the item should be highlighted when hovered" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.IsSplineShapePartOfRange", + "id": 0, + "name": "IsSplineShapePartOfRange", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.IsSplineShapePartOfRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to include the spline shape in the axis range requested of the axis for spline type series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.IsTransitionInEnabled", + "id": 0, + "name": "IsTransitionInEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.IsTransitionInEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether animation of series plots is enabled when the chart is loading into view" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.MarkerCollisionAvoidance", + "id": 0, + "name": "MarkerCollisionAvoidance", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.MarkerCollisionAvoidance", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the behavior for markers in each series which are placed too close together for the current view, resulting in a collision." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategorySeriesMarkerCollisionAvoidance", + "fullTypeName": "IgniteUI.Blazor.Controls.CategorySeriesMarkerCollisionAvoidance" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.NeedsDynamicContent", + "id": 0, + "name": "NeedsDynamicContent", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.NeedsDynamicContent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.NegativeBrushes", + "id": 0, + "name": "NegativeBrushes", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.NegativeBrushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette used for coloring negative items of Waterfall chart type." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.NegativeOutlines", + "id": 0, + "name": "NegativeOutlines", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.NegativeOutlines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Brushes to use for drawing negative elements, when using a chart type with contextual coloring, such as Waterfall." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.RecalculateMarginAutoExpansion", + "id": 0, + "name": "RecalculateMarginAutoExpansion()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.RecalculateMarginAutoExpansion()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.RecalculateMarginAutoExpansionAsync", + "id": 0, + "name": "RecalculateMarginAutoExpansionAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.RecalculateMarginAutoExpansionAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.ShouldAutoExpandMarginForInitialLabels", + "id": 0, + "name": "ShouldAutoExpandMarginForInitialLabels", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.ShouldAutoExpandMarginForInitialLabels", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a whether the series viewer should auto expand margins to accommodate the initial horizontal axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.ShouldConsiderAutoRotationForInitialLabels", + "id": 0, + "name": "ShouldConsiderAutoRotationForInitialLabels", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.ShouldConsiderAutoRotationForInitialLabels", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a whether the series viewer should consider auto rotating labels to fit them in the initial view. This implies that ShouldAutoExpandMarginForInitialLabels is true." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.TooltipTemplate", + "id": 0, + "name": "TooltipTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.TooltipTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbDataContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbDataContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.TransitionInDuration", + "id": 0, + "name": "TransitionInDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.TransitionInDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration used for animating series plots when the chart is loading into view" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.TransitionInEasingFunction", + "id": 0, + "name": "TransitionInEasingFunction", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.TransitionInEasingFunction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the easing function used for animating series plots when the chart is loading into view" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.TransitionInEasingFunctionScript", + "id": 0, + "name": "TransitionInEasingFunctionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.TransitionInEasingFunctionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TransitionInEasingFunction in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.TransitionInMode", + "id": 0, + "name": "TransitionInMode", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.TransitionInMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the method that determines how to animate series plots when the chart is loading into view" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.TransitionInSpeedType", + "id": 0, + "name": "TransitionInSpeedType", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.TransitionInSpeedType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the arrival speed used for animating series plots when the chart is loading into view" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransitionInSpeedType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransitionInSpeedType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.TransitionOutDuration", + "id": 0, + "name": "TransitionOutDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.TransitionOutDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration used for animating series plots when the series is leaving view" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.TransitionOutEasingFunction", + "id": 0, + "name": "TransitionOutEasingFunction", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.TransitionOutEasingFunction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the easing function used for animating series plots when the chart is loading into view" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.TransitionOutEasingFunctionScript", + "id": 0, + "name": "TransitionOutEasingFunctionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.TransitionOutEasingFunctionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TransitionOutEasingFunction in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisEnhancedIntervalPreferMoreCategoryLabels", + "id": 0, + "name": "XAxisEnhancedIntervalPreferMoreCategoryLabels", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisEnhancedIntervalPreferMoreCategoryLabels", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the x axis enhanced interval management should prefer to show all the labels if possible without collisions for supported types of category axes. This is for use with EnhancedIntervalMinimumCharacters = -1 and axes that have an integral interval." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisGap", + "id": 0, + "name": "XAxisGap", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisGap", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of space between adjacent categories for the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisInterval", + "id": 0, + "name": "XAxisInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the frequency of displayed labels along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisMaximumGap", + "id": 0, + "name": "XAxisMaximumGap", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisMaximumGap", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum gap value to allow. This defaults to 1.0." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisMinimumGapSize", + "id": 0, + "name": "XAxisMinimumGapSize", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisMinimumGapSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the minimum amount of pixels to use for the gap between categories, if possible." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisMinorInterval", + "id": 0, + "name": "XAxisMinorInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisMinorInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the frequency of displayed minor lines along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisOverlap", + "id": 0, + "name": "XAxisOverlap", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisOverlap", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of overlap between adjacent categories for the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisZoomMaximumCategoryRange", + "id": 0, + "name": "XAxisZoomMaximumCategoryRange", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisZoomMaximumCategoryRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets number of visible categories at maximum zooming level" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisZoomMaximumItemSpan", + "id": 0, + "name": "XAxisZoomMaximumItemSpan", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisZoomMaximumItemSpan", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets maximum pixel span of series item that will be visible at maximum zooming level This property ensures that series item does not get stretch above specified value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisZoomToCategoryRange", + "id": 0, + "name": "XAxisZoomToCategoryRange", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisZoomToCategoryRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets number of categories that the chart will zoom in and fill plot area" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisZoomToCategoryStart", + "id": 0, + "name": "XAxisZoomToCategoryStart", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisZoomToCategoryStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets starting category that chart will move its zoom window. Acceptable value is between 0 and number of data items" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisZoomToItemSpan", + "id": 0, + "name": "XAxisZoomToItemSpan", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.XAxisZoomToItemSpan", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets pixel span of series item that will be used to zoom chart such that the item has desired span Chart will automatically zoom in until series item has specified pixel span." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.YAxisAbbreviateLargeNumbers", + "id": 0, + "name": "YAxisAbbreviateLargeNumbers", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.YAxisAbbreviateLargeNumbers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the large numbers on the Y-axis labels are abbreviated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.YAxisAutoRangeBufferMode", + "id": 0, + "name": "YAxisAutoRangeBufferMode", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.YAxisAutoRangeBufferMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how the numeric axis will adjust its range buffer to less closely fix the data from the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisRangeBufferMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisRangeBufferMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.YAxisEnhancedIntervalPreferMoreCategoryLabels", + "id": 0, + "name": "YAxisEnhancedIntervalPreferMoreCategoryLabels", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.YAxisEnhancedIntervalPreferMoreCategoryLabels", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the y axis enhanced interval management should prefer to show all the labels if possible without collisions for supported types of category axes. This is for use with EnhancedIntervalMinimumCharacters = -1 and axes that have an integral interval." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.YAxisFavorLabellingScaleEnd", + "id": 0, + "name": "YAxisFavorLabellingScaleEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.YAxisFavorLabellingScaleEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the axis should favor emitting a label at the end of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.YAxisInterval", + "id": 0, + "name": "YAxisInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.YAxisInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance between each label and grid line along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.YAxisIsLogarithmic", + "id": 0, + "name": "YAxisIsLogarithmic", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.YAxisIsLogarithmic", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the Y-axis should use a logarithmic scale instead of a linear one." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.YAxisLogarithmBase", + "id": 0, + "name": "YAxisLogarithmBase", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.YAxisLogarithmBase", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the base value to use in the log function when mapping the position of data items along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.YAxisMaximumValue", + "id": 0, + "name": "YAxisMaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.YAxisMaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data value corresponding to the maximum value of the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.YAxisMinimumValue", + "id": 0, + "name": "YAxisMinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.YAxisMinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data value corresponding to the minimum value of the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChart.YAxisMinorInterval", + "id": 0, + "name": "YAxisMinorInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChart.YAxisMinorInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the frequency of displayed minor lines along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChartCoreModule", + "id": 0, + "name": "IgbCategoryChartCoreModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChartCoreModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChartCoreModule.#ctor", + "id": 0, + "name": "IgbCategoryChartCoreModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChartCoreModule.IgbCategoryChartCoreModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChartCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChartCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChartCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChartCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChartCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChartCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChartModule", + "id": 0, + "name": "IgbCategoryChartModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChartModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChartModule.#ctor", + "id": 0, + "name": "IgbCategoryChartModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChartModule.IgbCategoryChartModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChartModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChartModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChartModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChartModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChartModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChartModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChartToolbarModule", + "id": 0, + "name": "IgbCategoryChartToolbarModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChartToolbarModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChartToolbarModule.#ctor", + "id": 0, + "name": "IgbCategoryChartToolbarModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChartToolbarModule.IgbCategoryChartToolbarModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChartToolbarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChartToolbarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChartToolbarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChartToolbarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryChartToolbarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryChartToolbarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis", + "id": 0, + "name": "IgbCategoryDateTimeXAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a category-based horizontal X axis that uses a DateTime scale." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis", + "id": 0, + "name": "IgbAxis" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase", + "id": 0, + "name": "IgbCategoryAxisBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase", + "id": 0, + "name": "IgbTimeAxisBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.#ctor", + "id": 0, + "name": "IgbCategoryDateTimeXAxis()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.IgbCategoryDateTimeXAxis()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.ActualInterval", + "id": 0, + "name": "ActualInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.ActualInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective value for the current Interval." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int64", + "fullTypeName": "System.Int64" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.ActualIntervalChanged", + "id": 0, + "name": "ActualIntervalChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.ActualIntervalChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<Int64>", + "fullTypeName": "System.Action<System.Int64>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.ActualIntervalChangedScript", + "id": 0, + "name": "ActualIntervalChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.ActualIntervalChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.ActualMinorInterval", + "id": 0, + "name": "ActualMinorInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.ActualMinorInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective value for the current MinorInterval." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int64", + "fullTypeName": "System.Int64" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.ActualMinorIntervalChanged", + "id": 0, + "name": "ActualMinorIntervalChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.ActualMinorIntervalChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<Int64>", + "fullTypeName": "System.Action<System.Int64>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.ActualMinorIntervalChangedScript", + "id": 0, + "name": "ActualMinorIntervalChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.ActualMinorIntervalChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.DisplayType", + "id": 0, + "name": "DisplayType", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.DisplayType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the axis display type. Continuous display type divides the axis into even intervals, where labels will not necessarily be aligned with data points. Discrete display type will not use a constant interval, but will align each label with its data point." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeAxisDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.TimeAxisDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.GetCurrentActualInterval", + "id": 0, + "name": "GetCurrentActualInterval()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.GetCurrentActualInterval()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int64", + "fullTypeName": "System.Int64" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.GetCurrentActualIntervalAsync", + "id": 0, + "name": "GetCurrentActualIntervalAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.GetCurrentActualIntervalAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Int64>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int64>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.GetCurrentActualMinorInterval", + "id": 0, + "name": "GetCurrentActualMinorInterval()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.GetCurrentActualMinorInterval()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int64", + "fullTypeName": "System.Int64" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.GetCurrentActualMinorIntervalAsync", + "id": 0, + "name": "GetCurrentActualMinorIntervalAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.GetCurrentActualMinorIntervalAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Int64>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int64>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.Interval", + "id": 0, + "name": "Interval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.Interval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the X axis time interval." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int64", + "fullTypeName": "System.Int64" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.MinorInterval", + "id": 0, + "name": "MinorInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.MinorInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the frequency of displayed minor lines." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int64", + "fullTypeName": "System.Int64" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.ScrollIntoView(System.DateTime,System.DateTime)", + "id": 0, + "name": "ScrollIntoView(DateTime, DateTime)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.ScrollIntoView(System.DateTime, System.DateTime)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "minimum", + "type": "DateTime", + "fullTypeName": "System.DateTime" + }, + { + "name": "maximum", + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.ScrollIntoViewAsync(System.DateTime,System.DateTime)", + "id": 0, + "name": "ScrollIntoViewAsync(DateTime, DateTime)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.ScrollIntoViewAsync(System.DateTime, System.DateTime)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "minimum", + "type": "DateTime", + "fullTypeName": "System.DateTime" + }, + { + "name": "maximum", + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.UnevenlySpacedLabels", + "id": 0, + "name": "UnevenlySpacedLabels", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxis.UnevenlySpacedLabels", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the axis labels can be unevenly spaced" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxisModule", + "id": 0, + "name": "IgbCategoryDateTimeXAxisModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxisModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxisModule.#ctor", + "id": 0, + "name": "IgbCategoryDateTimeXAxisModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxisModule.IgbCategoryDateTimeXAxisModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryDateTimeXAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer", + "id": 0, + "name": "IgbCategoryHighlightLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an annotation layer that targets a category axis, or all category axes in the chart. If the axis contains any series that are aligned between major gridlines of the axis (column, waterfall, etc) this will render a shape that fills the current category. Otherwise it will render a band with an adjustable thickness at the closest gridline to the pointer position. Setting UseIterpolation to true will cause the x position in the latter case to become affixed to the x position of the pointer." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "id": 0, + "name": "IgbAnnotationLayer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer.#ctor", + "id": 0, + "name": "IgbCategoryHighlightLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer.IgbCategoryHighlightLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer.BandHighlightWidth", + "id": 0, + "name": "BandHighlightWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer.BandHighlightWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width to use for the highlight region if drawing a band rather than filling a category." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "id": 0, + "name": "BindAxes(IgbAxis[])", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Axes", + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer.TargetAxis", + "id": 0, + "name": "TargetAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer.TargetAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the axis to target this annotation to. If null, this annotation targets all category axes simultaneously." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCategoryAxisBase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer.TargetAxisName", + "id": 0, + "name": "TargetAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer.TargetAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve targetAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer.TargetAxisScript", + "id": 0, + "name": "TargetAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer.TargetAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TargetAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer.UseInterpolation", + "id": 0, + "name": "UseInterpolation", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayer.UseInterpolation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use value interpolation when drawing a line through the best value for the pointer position." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayerModule", + "id": 0, + "name": "IgbCategoryHighlightLayerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayerModule.#ctor", + "id": 0, + "name": "IgbCategoryHighlightLayerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayerModule.IgbCategoryHighlightLayerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryHighlightLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer", + "id": 0, + "name": "IgbCategoryItemHighlightLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an annotation layer that highlights items in a series that use a category axis either by drawing a banded shape at their position, or by rendering a marker at their position. Depending on the type of series, the default highlight will be affected. To override the type of highlight used, you can set the HighlightType property." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "id": 0, + "name": "IgbAnnotationLayer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.#ctor", + "id": 0, + "name": "IgbCategoryItemHighlightLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.IgbCategoryItemHighlightLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.BandHighlightWidth", + "id": 0, + "name": "BandHighlightWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.BandHighlightWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width to use for the highlight region if highlighting items in a grid aligned series (line, spline, etc), with a banded shape." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.HighlightType", + "id": 0, + "name": "HighlightType", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.HighlightType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets which type of highlight shape to use when highlighting items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryItemHighlightType", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryItemHighlightType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.MarkerBrush", + "id": 0, + "name": "MarkerBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.MarkerBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets which color to use for the marker when highlighting items, if appropriate." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.MarkerOutline", + "id": 0, + "name": "MarkerOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.MarkerOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets which outline color to use for the marker when highlighting items, if appropriate." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.MarkerTemplate", + "id": 0, + "name": "MarkerTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.MarkerTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the template to use for marker visuals for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.MarkerTemplateScript", + "id": 0, + "name": "MarkerTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.MarkerTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting MarkerTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.MarkerType", + "id": 0, + "name": "MarkerType", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.MarkerType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets which type of marker to use when highlighting items, if appropriate." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.SkipUnknownValues", + "id": 0, + "name": "SkipUnknownValues", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.SkipUnknownValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to skip unknown values when searching for series values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.TargetSeries", + "id": 0, + "name": "TargetSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.TargetSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series to target this annotation to. If null, this annotation targets all series simultaneously." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.TargetSeriesName", + "id": 0, + "name": "TargetSeriesName", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.TargetSeriesName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name of the series to target this annotation to. If null, this annotation targets all series simultaneously." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.TargetSeriesScript", + "id": 0, + "name": "TargetSeriesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.TargetSeriesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TargetSeries in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.UseInterpolation", + "id": 0, + "name": "UseInterpolation", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayer.UseInterpolation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use value interpolation when drawing a line through the best value for the pointer position." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayerModule", + "id": 0, + "name": "IgbCategoryItemHighlightLayerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayerModule.#ctor", + "id": 0, + "name": "IgbCategoryItemHighlightLayerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayerModule.IgbCategoryItemHighlightLayerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryItemHighlightLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the base class for IgbDataChart category series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.#ctor", + "id": 0, + "name": "IgbCategorySeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.IgbCategorySeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.AssigningCategoryMarkerStyle", + "id": 0, + "name": "AssigningCategoryMarkerStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.AssigningCategoryMarkerStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAssigningCategoryMarkerStyleEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAssigningCategoryMarkerStyleEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.AssigningCategoryMarkerStyleScript", + "id": 0, + "name": "AssigningCategoryMarkerStyleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.AssigningCategoryMarkerStyleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.AssigningCategoryStyle", + "id": 0, + "name": "AssigningCategoryStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.AssigningCategoryStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAssigningCategoryStyleEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.AssigningCategoryStyleScript", + "id": 0, + "name": "AssigningCategoryStyleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.AssigningCategoryStyleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.CategoryCollisionMode", + "id": 0, + "name": "CategoryCollisionMode", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.CategoryCollisionMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the category collision mode selection behavior to use for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryCollisionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryCollisionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.GetCategoryWidth", + "id": 0, + "name": "GetCategoryWidth()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.GetCategoryWidth()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.GetCategoryWidthAsync", + "id": 0, + "name": "GetCategoryWidthAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.GetCategoryWidthAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the width of the category grouping this series is in." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.GetExactItemIndex(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetExactItemIndex(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.GetExactItemIndex(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.GetExactItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetExactItemIndexAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.GetExactItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the precise item index, if possible, based on the closeness to the previous or next whole integer. If the series cannot provide this information, GetExactItemIndex will return the same integer value as GetItemIndex." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.GetItem(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItem(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.GetItem(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item that is the best match for the specified world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndex(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndexAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the index of the item based on world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.GetOffsetValue", + "id": 0, + "name": "GetOffsetValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.GetOffsetValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.GetOffsetValueAsync", + "id": 0, + "name": "GetOffsetValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.GetOffsetValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the offset value for this series if grouped on a category axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.IsCustomCategoryMarkerStyleAllowed", + "id": 0, + "name": "IsCustomCategoryMarkerStyleAllowed", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.IsCustomCategoryMarkerStyleAllowed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this category series should allow custom style overrides of its individual marker visuals." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.IsCustomCategoryStyleAllowed", + "id": 0, + "name": "IsCustomCategoryStyleAllowed", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.IsCustomCategoryStyleAllowed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this category series should allow custom style overrides of its individual visuals." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.IsTransitionInEnabled", + "id": 0, + "name": "IsTransitionInEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.IsTransitionInEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the series should transition into the plot area when a new data source is assigned. Note: Transitions are not currently supported for stacked series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.TransitionInMode", + "id": 0, + "name": "TransitionInMode", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.TransitionInMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the method by which to animate the data into the chart when the chart data source is swapped. Note: Transitions are not currently supported for stacked series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries.UseHighMarkerFidelity", + "id": 0, + "name": "UseHighMarkerFidelity", + "fullName": "IgniteUI.Blazor.Controls.IgbCategorySeries.UseHighMarkerFidelity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or Gets whether to increase marker fidelity for extreme data shapes that have lots of Y variation over short X intervals." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer", + "id": 0, + "name": "IgbCategoryToolTipLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an annotation layer that displays grouped tooltips for series that use a category axis." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "id": 0, + "name": "IgbAnnotationLayer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.#ctor", + "id": 0, + "name": "IgbCategoryToolTipLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.IgbCategoryToolTipLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "id": 0, + "name": "BindAxes(IgbAxis[])", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Axes", + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.HideToolTips", + "id": 0, + "name": "HideToolTips()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.HideToolTips()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.HideToolTipsAsync", + "id": 0, + "name": "HideToolTipsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.HideToolTipsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hides any tooltips presented by the layer, if any." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.TargetAxis", + "id": 0, + "name": "TargetAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.TargetAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Axis to target this annotation to. If null, this annotation layer will not render content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.TargetAxisName", + "id": 0, + "name": "TargetAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.TargetAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve targetAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.TargetAxisScript", + "id": 0, + "name": "TargetAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.TargetAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TargetAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.ToolTipBackground", + "id": 0, + "name": "ToolTipBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.ToolTipBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background of the tooltip containers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.ToolTipBorderBrush", + "id": 0, + "name": "ToolTipBorderBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.ToolTipBorderBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border color of the tooltip containers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.ToolTipBorderThickness", + "id": 0, + "name": "ToolTipBorderThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.ToolTipBorderThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border thickness of the tooltip containers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.UseInterpolation", + "id": 0, + "name": "UseInterpolation", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayer.UseInterpolation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use value interpolation when drawing the tooltips." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayerModule", + "id": 0, + "name": "IgbCategoryToolTipLayerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayerModule.#ctor", + "id": 0, + "name": "IgbCategoryToolTipLayerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayerModule.IgbCategoryToolTipLayerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryToolTipLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis", + "id": 0, + "name": "IgbCategoryXAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart category X axis." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis", + "id": 0, + "name": "IgbAxis" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase", + "id": 0, + "name": "IgbCategoryAxisBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.#ctor", + "id": 0, + "name": "IgbCategoryXAxis()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.IgbCategoryXAxis()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ActualInterval", + "id": 0, + "name": "ActualInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ActualInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective value for the current Interval." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ActualIntervalChanged", + "id": 0, + "name": "ActualIntervalChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ActualIntervalChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<Double>", + "fullTypeName": "System.Action<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ActualIntervalChangedScript", + "id": 0, + "name": "ActualIntervalChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ActualIntervalChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ActualMinorInterval", + "id": 0, + "name": "ActualMinorInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ActualMinorInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective value for the current MinorInterval." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ActualMinorIntervalChanged", + "id": 0, + "name": "ActualMinorIntervalChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ActualMinorIntervalChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<Double>", + "fullTypeName": "System.Action<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ActualMinorIntervalChangedScript", + "id": 0, + "name": "ActualMinorIntervalChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ActualMinorIntervalChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.CompanionAxisInterval", + "id": 0, + "name": "CompanionAxisInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.CompanionAxisInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets interval of labels on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.CompanionAxisMinorInterval", + "id": 0, + "name": "CompanionAxisMinorInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.CompanionAxisMinorInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets label angle on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.GetCurrentActualInterval", + "id": 0, + "name": "GetCurrentActualInterval()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.GetCurrentActualInterval()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.GetCurrentActualIntervalAsync", + "id": 0, + "name": "GetCurrentActualIntervalAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.GetCurrentActualIntervalAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.GetCurrentActualMinorInterval", + "id": 0, + "name": "GetCurrentActualMinorInterval()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.GetCurrentActualMinorInterval()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.GetCurrentActualMinorIntervalAsync", + "id": 0, + "name": "GetCurrentActualMinorIntervalAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.GetCurrentActualMinorIntervalAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.GetWindowZoomFromCategories(System.Double)", + "id": 0, + "name": "GetWindowZoomFromCategories(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.GetWindowZoomFromCategories(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "categoriesCount", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.GetWindowZoomFromCategoriesAsync(System.Double)", + "id": 0, + "name": "GetWindowZoomFromCategoriesAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.GetWindowZoomFromCategoriesAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets window zoom scale required to zoom to specified number of categories" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "categoriesCount", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.GetWindowZoomFromItemSpan(System.Double)", + "id": 0, + "name": "GetWindowZoomFromItemSpan(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.GetWindowZoomFromItemSpan(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "pixels", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.GetWindowZoomFromItemSpanAsync(System.Double)", + "id": 0, + "name": "GetWindowZoomFromItemSpanAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.GetWindowZoomFromItemSpanAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets window zoom scale required to zoom to specified span of series item" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "pixels", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.Interval", + "id": 0, + "name": "Interval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.Interval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the frequency of displayed labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.MinorInterval", + "id": 0, + "name": "MinorInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.MinorInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the frequency of displayed minor lines." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ScrollIntoView(System.Object)", + "id": 0, + "name": "ScrollIntoView(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ScrollIntoView(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ScrollIntoViewAsync(System.Object)", + "id": 0, + "name": "ScrollIntoViewAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ScrollIntoViewAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls the specified item into view." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ScrollRangeIntoView(System.Double,System.Double)", + "id": 0, + "name": "ScrollRangeIntoView(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ScrollRangeIntoView(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "minimum", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "maximum", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ScrollRangeIntoViewAsync(System.Double,System.Double)", + "id": 0, + "name": "ScrollRangeIntoViewAsync(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ScrollRangeIntoViewAsync(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "minimum", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "maximum", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ZoomMaximumCategoryRange", + "id": 0, + "name": "ZoomMaximumCategoryRange", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ZoomMaximumCategoryRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets number of visible categories at maximum zooming level" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ZoomMaximumItemSpan", + "id": 0, + "name": "ZoomMaximumItemSpan", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ZoomMaximumItemSpan", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets maximum pixel span of series item that will be visible at maximum zooming level This property ensures that series item does not get stretch above specified value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ZoomToCategoryRange", + "id": 0, + "name": "ZoomToCategoryRange", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ZoomToCategoryRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets range of categories that the chart will zoom in to and fill plot area" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ZoomToCategoryStart", + "id": 0, + "name": "ZoomToCategoryStart", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ZoomToCategoryStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets starting category that chart will move its zoom window. Acceptable value is between 0 and number of data items" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ZoomToItemSpan", + "id": 0, + "name": "ZoomToItemSpan", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxis.ZoomToItemSpan", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets pixel span of series item that will be used to zoom chart such that the item has desired span Chart will automatically zoom in until series item has specified pixel span." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxisModule", + "id": 0, + "name": "IgbCategoryXAxisModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxisModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxisModule.#ctor", + "id": 0, + "name": "IgbCategoryXAxisModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxisModule.IgbCategoryXAxisModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryXAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis", + "id": 0, + "name": "IgbCategoryYAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart category Y axis." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis", + "id": 0, + "name": "IgbAxis" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase", + "id": 0, + "name": "IgbCategoryAxisBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.#ctor", + "id": 0, + "name": "IgbCategoryYAxis()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.IgbCategoryYAxis()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ActualInterval", + "id": 0, + "name": "ActualInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ActualInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective value for the current Interval." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ActualIntervalChanged", + "id": 0, + "name": "ActualIntervalChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ActualIntervalChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<Double>", + "fullTypeName": "System.Action<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ActualIntervalChangedScript", + "id": 0, + "name": "ActualIntervalChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ActualIntervalChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ActualMinorInterval", + "id": 0, + "name": "ActualMinorInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ActualMinorInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective value for the current MinorInterval." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ActualMinorIntervalChanged", + "id": 0, + "name": "ActualMinorIntervalChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ActualMinorIntervalChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<Double>", + "fullTypeName": "System.Action<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ActualMinorIntervalChangedScript", + "id": 0, + "name": "ActualMinorIntervalChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ActualMinorIntervalChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.CompanionAxisInterval", + "id": 0, + "name": "CompanionAxisInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.CompanionAxisInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets interval of labels on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.CompanionAxisMinorInterval", + "id": 0, + "name": "CompanionAxisMinorInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.CompanionAxisMinorInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets label angle on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.GetCategoryBoundingBox(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Double)", + "id": 0, + "name": "GetCategoryBoundingBox(Point, Boolean, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.GetCategoryBoundingBox(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "singularWidth", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.GetCategoryBoundingBoxAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Double)", + "id": 0, + "name": "GetCategoryBoundingBoxAsync(Point, Boolean, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.GetCategoryBoundingBoxAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "singularWidth", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.GetCurrentActualInterval", + "id": 0, + "name": "GetCurrentActualInterval()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.GetCurrentActualInterval()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.GetCurrentActualIntervalAsync", + "id": 0, + "name": "GetCurrentActualIntervalAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.GetCurrentActualIntervalAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.GetCurrentActualMinorInterval", + "id": 0, + "name": "GetCurrentActualMinorInterval()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.GetCurrentActualMinorInterval()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.GetCurrentActualMinorIntervalAsync", + "id": 0, + "name": "GetCurrentActualMinorIntervalAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.GetCurrentActualMinorIntervalAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.GetWindowZoomFromCategories(System.Double)", + "id": 0, + "name": "GetWindowZoomFromCategories(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.GetWindowZoomFromCategories(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "categoriesCount", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.GetWindowZoomFromCategoriesAsync(System.Double)", + "id": 0, + "name": "GetWindowZoomFromCategoriesAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.GetWindowZoomFromCategoriesAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets window zoom scale required to zoom to specified number of categories" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "categoriesCount", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.GetWindowZoomFromItemSpan(System.Double)", + "id": 0, + "name": "GetWindowZoomFromItemSpan(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.GetWindowZoomFromItemSpan(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "pixels", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.GetWindowZoomFromItemSpanAsync(System.Double)", + "id": 0, + "name": "GetWindowZoomFromItemSpanAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.GetWindowZoomFromItemSpanAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets window zoom scale required to zoom to specified span of series item" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "pixels", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.Interval", + "id": 0, + "name": "Interval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.Interval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the frequency of displayed labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.MinorInterval", + "id": 0, + "name": "MinorInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.MinorInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the frequency of displayed minor lines." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ScrollIntoView(System.Object)", + "id": 0, + "name": "ScrollIntoView(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ScrollIntoView(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ScrollIntoViewAsync(System.Object)", + "id": 0, + "name": "ScrollIntoViewAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ScrollIntoViewAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls the specified item into view." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ScrollRangeIntoView(System.Double,System.Double)", + "id": 0, + "name": "ScrollRangeIntoView(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ScrollRangeIntoView(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "minimum", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "maximum", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ScrollRangeIntoViewAsync(System.Double,System.Double)", + "id": 0, + "name": "ScrollRangeIntoViewAsync(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ScrollRangeIntoViewAsync(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "minimum", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "maximum", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ZoomMaximumCategoryRange", + "id": 0, + "name": "ZoomMaximumCategoryRange", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ZoomMaximumCategoryRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets number of visible categories at maximum zooming level" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ZoomMaximumItemSpan", + "id": 0, + "name": "ZoomMaximumItemSpan", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ZoomMaximumItemSpan", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets maximum pixel span of series item that will be visible at maximum zooming level This property ensures that series item does not get stretch above specified value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ZoomToCategoryRange", + "id": 0, + "name": "ZoomToCategoryRange", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ZoomToCategoryRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets range of categories that the chart will zoom in and fill plot area" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ZoomToCategoryStart", + "id": 0, + "name": "ZoomToCategoryStart", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ZoomToCategoryStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets starting category that chart will move its zoom window. Acceptable value is between 0 and number of data items" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ZoomToItemSpan", + "id": 0, + "name": "ZoomToItemSpan", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis.ZoomToItemSpan", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets pixel span of series item that will be used to zoom chart such that the item has desired span Chart will automatically zoom in until series item has specified pixel span." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxisModule", + "id": 0, + "name": "IgbCategoryYAxisModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxisModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxisModule.#ctor", + "id": 0, + "name": "IgbCategoryYAxisModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxisModule.IgbCategoryYAxisModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryYAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCategoryYAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo", + "id": 0, + "name": "IgbCellInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents info about the current cell." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.#ctor", + "id": 0, + "name": "IgbCellInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IgbCellInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActionManager", + "id": 0, + "name": "ActionManager", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActionManager", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the action manager to propagate actions back to the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellActionManager", + "fullTypeName": "IgniteUI.Blazor.Controls.CellActionManager" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActivationBorder", + "id": 0, + "name": "ActivationBorder", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActivationBorder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual background color of the cell" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActivationBorderBottomWidth", + "id": 0, + "name": "ActivationBorderBottomWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActivationBorderBottomWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom activation border to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActivationBorderLeftWidth", + "id": 0, + "name": "ActivationBorderLeftWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActivationBorderLeftWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left activation border to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActivationBorderRightWidth", + "id": 0, + "name": "ActivationBorderRightWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActivationBorderRightWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right activation border to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActivationBorderTopWidth", + "id": 0, + "name": "ActivationBorderTopWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActivationBorderTopWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top activation border to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActivationStatus", + "id": 0, + "name": "ActivationStatus", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActivationStatus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the amount that the cell is activated. This is a value between 0 and 1." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualBackground", + "id": 0, + "name": "ActualBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual background color of the cell" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualBorder", + "id": 0, + "name": "ActualBorder", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualBorder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual background color of the cell" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualBorderBottomWidth", + "id": 0, + "name": "ActualBorderBottomWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualBorderBottomWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the actual bottom border to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualBorderLeftWidth", + "id": 0, + "name": "ActualBorderLeftWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualBorderLeftWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the actual left border to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualBorderRightWidth", + "id": 0, + "name": "ActualBorderRightWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualBorderRightWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the actual right border to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualBorderTopWidth", + "id": 0, + "name": "ActualBorderTopWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualBorderTopWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the actual top border to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualContentOpacity", + "id": 0, + "name": "ActualContentOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualContentOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual content opacity of the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualFontFamily", + "id": 0, + "name": "ActualFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualFontSize", + "id": 0, + "name": "ActualFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualFontStyle", + "id": 0, + "name": "ActualFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualFontWeight", + "id": 0, + "name": "ActualFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualOpacity", + "id": 0, + "name": "ActualOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity of the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualPaddingBottom", + "id": 0, + "name": "ActualPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom padding to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualPaddingLeft", + "id": 0, + "name": "ActualPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left padding to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualPaddingRight", + "id": 0, + "name": "ActualPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right padding to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualPaddingTop", + "id": 0, + "name": "ActualPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top padding to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualTextColor", + "id": 0, + "name": "ActualTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ActualTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color of the text for the cell, if any." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.Background", + "id": 0, + "name": "Background", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.Background", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color of the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.Border", + "id": 0, + "name": "Border", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.Border", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border color of the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.BorderBottomWidth", + "id": 0, + "name": "BorderBottomWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.BorderBottomWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom border to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.BorderLeftWidth", + "id": 0, + "name": "BorderLeftWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.BorderLeftWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left border to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.BorderRightWidth", + "id": 0, + "name": "BorderRightWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.BorderRightWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right border to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.BorderTopWidth", + "id": 0, + "name": "BorderTopWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.BorderTopWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top border to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ContentOpacity", + "id": 0, + "name": "ContentOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ContentOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity of the content of the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.DataRow", + "id": 0, + "name": "DataRow", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.DataRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the absolute data row for the current cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.DeletedTextColor", + "id": 0, + "name": "DeletedTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.DeletedTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color for cells in deleted rows." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.EditError", + "id": 0, + "name": "EditError", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.EditError", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the error message for the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.EditFontFamily", + "id": 0, + "name": "EditFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.EditFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.EditFontSize", + "id": 0, + "name": "EditFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.EditFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.EditFontStyle", + "id": 0, + "name": "EditFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.EditFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.EditFontWeight", + "id": 0, + "name": "EditFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.EditFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.EditID", + "id": 0, + "name": "EditID", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.EditID", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.EditOpacity", + "id": 0, + "name": "EditOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.EditOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity for cells that have unsaved edits." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ErrorBorder", + "id": 0, + "name": "ErrorBorder", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ErrorBorder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the error border color of the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ErrorBorderBottomWidth", + "id": 0, + "name": "ErrorBorderBottomWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ErrorBorderBottomWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom error border to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ErrorBorderLeftWidth", + "id": 0, + "name": "ErrorBorderLeftWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ErrorBorderLeftWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left error border to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ErrorBorderRightWidth", + "id": 0, + "name": "ErrorBorderRightWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ErrorBorderRightWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right error border to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ErrorBorderTopWidth", + "id": 0, + "name": "ErrorBorderTopWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ErrorBorderTopWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top error border to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.FilterRowBackground", + "id": 0, + "name": "FilterRowBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.FilterRowBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color for filter row." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.FontFamily", + "id": 0, + "name": "FontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.FontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.FontSize", + "id": 0, + "name": "FontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.FontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.FontStyle", + "id": 0, + "name": "FontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.FontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.FontWeight", + "id": 0, + "name": "FontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.FontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.GetNamedValue(System.String)", + "id": 0, + "name": "GetNamedValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.GetNamedValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.GetNamedValueAsync(System.String)", + "id": 0, + "name": "GetNamedValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.GetNamedValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a named value from the cell." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.HasNamedValue(System.String)", + "id": 0, + "name": "HasNamedValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.HasNamedValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.HasNamedValueAsync(System.String)", + "id": 0, + "name": "HasNamedValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.HasNamedValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns if there is a named value stored for the cell." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.Height", + "id": 0, + "name": "Height", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.Height", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the height of the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.HorizontalAlignment", + "id": 0, + "name": "HorizontalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.HorizontalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the horiztonal alignment of the cell content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellContentHorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.HoverBackground", + "id": 0, + "name": "HoverBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.HoverBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the hover background color of the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.HoverStatus", + "id": 0, + "name": "HoverStatus", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.HoverStatus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the amount that the cell is hovered. This is a value between 0 and 1." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.HoverTextColor", + "id": 0, + "name": "HoverTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.HoverTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the hover text color of the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.Indent", + "id": 0, + "name": "Indent", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.Indent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the indent level of the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsBorderDirty", + "id": 0, + "name": "IsBorderDirty", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsBorderDirty", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the content of the cell is dirty." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsCollapsable", + "id": 0, + "name": "IsCollapsable", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsCollapsable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the cell needs to display an expansion indicator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsContentDirty", + "id": 0, + "name": "IsContentDirty", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsContentDirty", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the content of the cell is dirty." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsCustomFieldDirty(System.String)", + "id": 0, + "name": "IsCustomFieldDirty(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsCustomFieldDirty(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsCustomFieldDirtyAsync(System.String)", + "id": 0, + "name": "IsCustomFieldDirtyAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsCustomFieldDirtyAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsDataDirty", + "id": 0, + "name": "IsDataDirty", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsDataDirty", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the data of the cell is dirty." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsDeleted", + "id": 0, + "name": "IsDeleted", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsDeleted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the cell is part of a deleted row." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsDirty(System.String)", + "id": 0, + "name": "IsDirty(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsDirty(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsDirtyAsync(System.String)", + "id": 0, + "name": "IsDirtyAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsDirtyAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if a named property is dirty." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsDirtyById(System.Int32)", + "id": 0, + "name": "IsDirtyById(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsDirtyById(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyId_", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsDirtyByIdAsync(System.Int32)", + "id": 0, + "name": "IsDirtyByIdAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsDirtyByIdAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if a named property is dirty." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyId_", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsEdited", + "id": 0, + "name": "IsEdited", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsEdited", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the cell has been edited." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsExpanded", + "id": 0, + "name": "IsExpanded", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsExpanded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the expansion state of the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsFilterRow", + "id": 0, + "name": "IsFilterRow", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsFilterRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if this cell is in the filter row." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsHitTestVisible", + "id": 0, + "name": "IsHitTestVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsHitTestVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the cell is hit test visible." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsHoverable", + "id": 0, + "name": "IsHoverable", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsHoverable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the cell is hoverable or not." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsInEditMode", + "id": 0, + "name": "IsInEditMode", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsInEditMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the cell is in edit mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsLastStickyRow", + "id": 0, + "name": "IsLastStickyRow", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsLastStickyRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if this cell is the last row that can stick to the top of the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsLayerDirty", + "id": 0, + "name": "IsLayerDirty", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsLayerDirty", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the layer of the cell is dirty." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsPlaceholdContentNeeded", + "id": 0, + "name": "IsPlaceholdContentNeeded", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsPlaceholdContentNeeded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if placeholder content is needed when virtualized." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsPositionDirty", + "id": 0, + "name": "IsPositionDirty", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsPositionDirty", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the position of the cell is dirty." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsRowPinned", + "id": 0, + "name": "IsRowPinned", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsRowPinned", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if this cell belongs to a row that has been marked as pinned." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsRowSticky", + "id": 0, + "name": "IsRowSticky", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsRowSticky", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if this cell belongs to a row that will stick to the top of the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsSelected", + "id": 0, + "name": "IsSelected", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsSelected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the cell is selected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsSizeDirty", + "id": 0, + "name": "IsSizeDirty", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsSizeDirty", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the size of the cell is dirty." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.IsStateDirty", + "id": 0, + "name": "IsStateDirty", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.IsStateDirty", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the layer of the cell is dirty." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.LastStickyRowBackground", + "id": 0, + "name": "LastStickyRowBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.LastStickyRowBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color for the last row in the sticky row area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.LineBreakMode", + "id": 0, + "name": "LineBreakMode", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.LineBreakMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the line break mode to use if text is present in the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextCellLineBreakMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TextCellLineBreakMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.Opacity", + "id": 0, + "name": "Opacity", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.Opacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity of the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.OriginalValue", + "id": 0, + "name": "OriginalValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.OriginalValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the original value for the cell, before processing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.OriginalValueScript", + "id": 0, + "name": "OriginalValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.OriginalValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting OriginalValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.PaddingBottom", + "id": 0, + "name": "PaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.PaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom padding to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.PaddingLeft", + "id": 0, + "name": "PaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.PaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left padding to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.PaddingRight", + "id": 0, + "name": "PaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.PaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right padding to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.PaddingTop", + "id": 0, + "name": "PaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.PaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top padding to use for the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.Pinned", + "id": 0, + "name": "Pinned", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.Pinned", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the fixed column position of this cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PinnedPositions", + "fullTypeName": "IgniteUI.Blazor.Controls.PinnedPositions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.PinnedRowBackground", + "id": 0, + "name": "PinnedRowBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.PinnedRowBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color for the cell that has been marked as pinned." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.PinnedRowOpacity", + "id": 0, + "name": "PinnedRowOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.PinnedRowOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for displaying text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.RemoveNamedValue(System.String)", + "id": 0, + "name": "RemoveNamedValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.RemoveNamedValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.RemoveNamedValueAsync(System.String)", + "id": 0, + "name": "RemoveNamedValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.RemoveNamedValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes a named value from the cell." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.RenderValue", + "id": 0, + "name": "RenderValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.RenderValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text value, if any, which was rendered by a text cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.RowItem", + "id": 0, + "name": "RowItem", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.RowItem", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.RowItemScript", + "id": 0, + "name": "RowItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.RowItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowItem in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SelectedBackground", + "id": 0, + "name": "SelectedBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SelectedBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the selected background color of the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SelectedStatus", + "id": 0, + "name": "SelectedStatus", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SelectedStatus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the amount that the cell is selected. This is a value between 0 and 1." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SetNamedValue(System.String,System.Object)", + "id": 0, + "name": "SetNamedValue(String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SetNamedValue(System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SetNamedValueAsync(System.String,System.Object)", + "id": 0, + "name": "SetNamedValueAsync(String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SetNamedValueAsync(System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SnappedX", + "id": 0, + "name": "SnappedX", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SnappedX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the pixel snapped X position of the cell within the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SnappedY", + "id": 0, + "name": "SnappedY", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SnappedY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the snapped Y position of the cell within the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SortDirection", + "id": 0, + "name": "SortDirection", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SortDirection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current sort direction for the column containing the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnSortDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnSortDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SortIndicatorColor", + "id": 0, + "name": "SortIndicatorColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SortIndicatorColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color for the sort indicator icon." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.StickyRowBackground", + "id": 0, + "name": "StickyRowBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.StickyRowBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.StyleKey", + "id": 0, + "name": "StyleKey", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.StyleKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the style key of the current cell, used for recycling." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixIconCollectionName", + "id": 0, + "name": "SuffixIconCollectionName", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixIconCollectionName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the icon to display in the suffix area of the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixIconFill", + "id": 0, + "name": "SuffixIconFill", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixIconFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill color of the suffix icon." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixIconName", + "id": 0, + "name": "SuffixIconName", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixIconName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the icon to display in the suffix area of the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixIconStroke", + "id": 0, + "name": "SuffixIconStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixIconStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke color of the suffix icon." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixIconViewBoxHeight", + "id": 0, + "name": "SuffixIconViewBoxHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixIconViewBoxHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the suffix icon's viewbox height." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixIconViewBoxLeft", + "id": 0, + "name": "SuffixIconViewBoxLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixIconViewBoxLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the suffix icon's viewbox x coordinate." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixIconViewBoxTop", + "id": 0, + "name": "SuffixIconViewBoxTop", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixIconViewBoxTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the suffix icon's viewbox y coordinate." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixIconViewBoxWidth", + "id": 0, + "name": "SuffixIconViewBoxWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixIconViewBoxWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the suffix icon's viewbox width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixText", + "id": 0, + "name": "SuffixText", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text to display in the suffix area of the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixTextColor", + "id": 0, + "name": "SuffixTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color of the suffix text for the cell, if any." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixTextFontFamily", + "id": 0, + "name": "SuffixTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixTextFontSize", + "id": 0, + "name": "SuffixTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixTextFontStyle", + "id": 0, + "name": "SuffixTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixTextFontWeight", + "id": 0, + "name": "SuffixTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.SuffixTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color of the text for the cell, if any." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.TextDecoration", + "id": 0, + "name": "TextDecoration", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.TextDecoration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text decorations to apply to the cell text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextCellDecoration", + "fullTypeName": "IgniteUI.Blazor.Controls.TextCellDecoration" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.UserFormattedValue", + "id": 0, + "name": "UserFormattedValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.UserFormattedValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If set, this text will be used when rendering the cell value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.VerticalAlignment", + "id": 0, + "name": "VerticalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.VerticalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the vertical alignment of the cell content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellContentVerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.VirtualizationPercentage", + "id": 0, + "name": "VirtualizationPercentage", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.VirtualizationPercentage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the virtualization percentage value. This is between 0 an 1, and indicates how virtual the content is at present." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.Width", + "id": 0, + "name": "Width", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.Width", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the width of the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.X", + "id": 0, + "name": "X", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.X", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the X position of the cell within the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo.Y", + "id": 0, + "name": "Y", + "fullName": "IgniteUI.Blazor.Controls.IgbCellInfo.Y", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the Y position of the cell within the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellKey", + "id": 0, + "name": "IgbCellKey", + "fullName": "IgniteUI.Blazor.Controls.IgbCellKey", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "An indentifier for a specific cell in the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCellKey.#ctor", + "id": 0, + "name": "IgbCellKey()", + "fullName": "IgniteUI.Blazor.Controls.IgbCellKey.IgbCellKey()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellKey.ColumnUniqueKey", + "id": 0, + "name": "ColumnUniqueKey", + "fullName": "IgniteUI.Blazor.Controls.IgbCellKey.ColumnUniqueKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the column name associated with the cell. All columns in the grid must have a unique name. That unique name is what is used for this property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellKey.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCellKey.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellKey.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellKey.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellKey.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellKey.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellKey.PrimaryKey", + "id": 0, + "name": "PrimaryKey", + "fullName": "IgniteUI.Blazor.Controls.IgbCellKey.PrimaryKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the primary key of the row associated with the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPrimaryKeyValue", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellKey.ResolvedColumn", + "id": 0, + "name": "ResolvedColumn", + "fullName": "IgniteUI.Blazor.Controls.IgbCellKey.ResolvedColumn", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGridColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellKey.RowItem", + "id": 0, + "name": "RowItem", + "fullName": "IgniteUI.Blazor.Controls.IgbCellKey.RowItem", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the row data object associated with the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellKey.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellKey.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellKey.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCellKey.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellKeyModule", + "id": 0, + "name": "IgbCellKeyModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCellKeyModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCellKeyModule.#ctor", + "id": 0, + "name": "IgbCellKeyModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCellKeyModule.IgbCellKeyModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellKeyModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellKeyModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellKeyModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellKeyModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellKeyModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellKeyModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellPosition", + "id": 0, + "name": "IgbCellPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbCellPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The event is triggered when getting the current position of a certain cell" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCellPosition.#ctor", + "id": 0, + "name": "IgbCellPosition()", + "fullName": "IgniteUI.Blazor.Controls.IgbCellPosition.IgbCellPosition()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellPosition.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellPosition.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellPosition.RowIndex", + "id": 0, + "name": "RowIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbCellPosition.RowIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "It returns the position (index) of the row, the cell is in" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellPosition.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellPosition.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellPosition.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellPosition.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellPosition.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCellPosition.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellPosition.VisibleColumnIndex", + "id": 0, + "name": "VisibleColumnIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbCellPosition.VisibleColumnIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "It returns the position (index) of the column, the cell is in Counts only the visible (non hidden) columns" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellRange", + "id": 0, + "name": "IgbCellRange", + "fullName": "IgniteUI.Blazor.Controls.IgbCellRange", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "An indentifier for a specific cell in the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCellRange.#ctor", + "id": 0, + "name": "IgbCellRange()", + "fullName": "IgniteUI.Blazor.Controls.IgbCellRange.IgbCellRange()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellRange.EndColumn", + "id": 0, + "name": "EndColumn", + "fullName": "IgniteUI.Blazor.Controls.IgbCellRange.EndColumn", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the end column of the range." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellRange.EndRow", + "id": 0, + "name": "EndRow", + "fullName": "IgniteUI.Blazor.Controls.IgbCellRange.EndRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the end row of the range." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellRange.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCellRange.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellRange.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellRange.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellRange.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellRange.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellRange.StartColumn", + "id": 0, + "name": "StartColumn", + "fullName": "IgniteUI.Blazor.Controls.IgbCellRange.StartColumn", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the start column of the range." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellRange.StartRow", + "id": 0, + "name": "StartRow", + "fullName": "IgniteUI.Blazor.Controls.IgbCellRange.StartRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the start row of the range." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellRange.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellRange.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellRange.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCellRange.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellRangeModule", + "id": 0, + "name": "IgbCellRangeModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCellRangeModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCellRangeModule.#ctor", + "id": 0, + "name": "IgbCellRangeModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCellRangeModule.IgbCellRangeModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellRangeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellRangeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellRangeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellRangeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellRangeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellRangeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs", + "id": 0, + "name": "IgbCellStyleRequestedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the style request for a cell." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs.#ctor", + "id": 0, + "name": "IgbCellStyleRequestedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs.IgbCellStyleRequestedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs.ResolvedValue", + "id": 0, + "name": "ResolvedValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs.ResolvedValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The resolved value for the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs.ResolvedValueScript", + "id": 0, + "name": "ResolvedValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs.ResolvedValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ResolvedValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs.RowNumber", + "id": 0, + "name": "RowNumber", + "fullName": "IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs.RowNumber", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The row number for the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs.StyleKey", + "id": 0, + "name": "StyleKey", + "fullName": "IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs.StyleKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The proposed style key for the cell. Used for recycling the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellTemplateContext", + "id": 0, + "name": "IgbCellTemplateContext", + "fullName": "IgniteUI.Blazor.Controls.IgbCellTemplateContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCellTemplateContext.#ctor", + "id": 0, + "name": "IgbCellTemplateContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbCellTemplateContext.IgbCellTemplateContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellTemplateContext.AdditionalTemplateContext", + "id": 0, + "name": "AdditionalTemplateContext", + "fullName": "IgniteUI.Blazor.Controls.IgbCellTemplateContext.AdditionalTemplateContext", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellTemplateContext.Cell", + "id": 0, + "name": "Cell", + "fullName": "IgniteUI.Blazor.Controls.IgbCellTemplateContext.Cell", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCellType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellTemplateContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellTemplateContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellTemplateContext.Implicit", + "id": 0, + "name": "Implicit", + "fullName": "IgniteUI.Blazor.Controls.IgbCellTemplateContext.Implicit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellTemplateContext.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellTemplateContext.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellTemplateContext.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellTemplateContext.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellTemplateContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCellTemplateContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType", + "id": 0, + "name": "IgbCellType", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Interface representing a cell in the grid. It is essentially the blueprint to a cell object. Contains definitions of properties and methods, relevant to a cell" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.#ctor", + "id": 0, + "name": "IgbCellType()", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.IgbCellType()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.Active", + "id": 0, + "name": "Active", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.Active", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates whether the cell is currently active (focused)." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.CalculateSizeToFit(System.Object)", + "id": 0, + "name": "CalculateSizeToFit(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.CalculateSizeToFit(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "range", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.CalculateSizeToFitAsync(System.Object)", + "id": 0, + "name": "CalculateSizeToFitAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.CalculateSizeToFitAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional; A method definition to calculate the size of the cell to fit the content The method can be used to calculate the size of the cell with the longest content and resize all cells to that size" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "range", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.CellID", + "id": 0, + "name": "CellID", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.CellID", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional; The cellID is the unique key, used to identify the cell" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the column that the cell belongs to." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.Editable", + "id": 0, + "name": "Editable", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.Editable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates whether the cell can be edited." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.EditMode", + "id": 0, + "name": "EditMode", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.EditMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates whether the cell is currently in edit mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.EditValue", + "id": 0, + "name": "EditValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.EditValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The value to display when the cell is in edit mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.Grid", + "id": 0, + "name": "Grid", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.Grid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the grid instance containing the cell" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridBaseDirective", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.Id", + "id": 0, + "name": "Id", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.Id", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional; An object identifying the cell. It contains rowID, columnID, and rowIndex of the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridCellIdentifier", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.Readonly", + "id": 0, + "name": "Readonly", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.Readonly", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.Selected", + "id": 0, + "name": "Selected", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.Selected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates whether the cell is currently selected. It is false, if the sell is not selected, and true, if it is." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.SetEditMode(System.Boolean)", + "id": 0, + "name": "SetEditMode(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.SetEditMode(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.SetEditModeAsync(System.Boolean)", + "id": 0, + "name": "SetEditModeAsync(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.SetEditModeAsync(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A method definition to start or end the edit mode of the cell. It takes a boolean value as an argument" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.Title", + "id": 0, + "name": "Title", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.Title", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "An optional title to display for the cell" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.Update(System.Object)", + "id": 0, + "name": "Update(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.Update(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.UpdateAsync(System.Object)", + "id": 0, + "name": "UpdateAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.UpdateAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A method definition to update the value of the cell." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.Validation", + "id": 0, + "name": "Validation", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.Validation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional; An object representing the validation state of the cell. Whether it's valid or invalid, and if it has errors" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridValidationState", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridValidationState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The current value of the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.VisibleColumnIndex", + "id": 0, + "name": "VisibleColumnIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.VisibleColumnIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The index of the column that the cell belongs to. It counts only the visible (not hidden) columns" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellType.Width", + "id": 0, + "name": "Width", + "fullName": "IgniteUI.Blazor.Controls.IgbCellType.Width", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The CSS width of the cell as a string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicator", + "id": 0, + "name": "IgbChaikinOscillatorIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the IgbDataChart Chaikin Oscillator indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicator.#ctor", + "id": 0, + "name": "IgbChaikinOscillatorIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicator.IgbChaikinOscillatorIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicator.LongPeriod", + "id": 0, + "name": "LongPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicator.LongPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the long moving average period for the current ChaikinOscillatorIndicator object. The typical, and initial, value for long CHO periods is 10." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicator.ShortPeriod", + "id": 0, + "name": "ShortPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicator.ShortPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the short moving average period for the current ChaikinOscillatorIndicator object. The typical, and initial, value for short CHO periods is 3." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicatorModule", + "id": 0, + "name": "IgbChaikinOscillatorIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicatorModule.#ctor", + "id": 0, + "name": "IgbChaikinOscillatorIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicatorModule.IgbChaikinOscillatorIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinOscillatorIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicator", + "id": 0, + "name": "IgbChaikinVolatilityIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Chaikin Volatility indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicator.#ctor", + "id": 0, + "name": "IgbChaikinVolatilityIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicator.IgbChaikinVolatilityIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicator.Period", + "id": 0, + "name": "Period", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicator.Period", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current ChaikinVolatilityIndicator object. The typical, and initial, value for ChaikinVolatilityIndicator periods is 10." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicatorModule", + "id": 0, + "name": "IgbChaikinVolatilityIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicatorModule.#ctor", + "id": 0, + "name": "IgbChaikinVolatilityIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicatorModule.IgbChaikinVolatilityIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChaikinVolatilityIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartCursorEventArgs", + "id": 0, + "name": "IgbChartCursorEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbChartCursorEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for IgbDataChart mouse button related events." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChartCursorEventArgs.#ctor", + "id": 0, + "name": "IgbChartCursorEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbChartCursorEventArgs.IgbChartCursorEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartCursorEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartCursorEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartCursorEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartCursorEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartCursorEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbChartCursorEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the ItemsSource item associated with the current event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartCursorEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbChartCursorEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartCursorEventArgs.Series", + "id": 0, + "name": "Series", + "fullName": "IgniteUI.Blazor.Controls.IgbChartCursorEventArgs.Series", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the series associated with the current event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartCursorEventArgs.SeriesViewer", + "id": 0, + "name": "SeriesViewer", + "fullName": "IgniteUI.Blazor.Controls.IgbChartCursorEventArgs.SeriesViewer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the Chart associated with the current event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeriesViewer", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeriesViewer" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartCursorEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartCursorEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartCursorEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbChartCursorEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartGroupDescription", + "id": 0, + "name": "IgbChartGroupDescription", + "fullName": "IgniteUI.Blazor.Controls.IgbChartGroupDescription", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an element in the current grouping applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSortDescription", + "id": 0, + "name": "IgbChartSortDescription" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChartGroupDescription.#ctor", + "id": 0, + "name": "IgbChartGroupDescription()", + "fullName": "IgniteUI.Blazor.Controls.IgbChartGroupDescription.IgbChartGroupDescription()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartGroupDescription.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbChartGroupDescription.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartGroupDescription.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartGroupDescription.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartGroupDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartGroupDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartGroupDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartGroupDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartGroupDescription.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbChartGroupDescription.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartGroupDescriptionCollection", + "id": 0, + "name": "IgbChartGroupDescriptionCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbChartGroupDescriptionCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbChartGroupDescription}", + "id": 0, + "name": "BaseCollection<IgbChartGroupDescription>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChartGroupDescriptionCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbChartGroupDescriptionCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartGroupDescriptionCollection.IgbChartGroupDescriptionCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartGroupDescriptionModule", + "id": 0, + "name": "IgbChartGroupDescriptionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbChartGroupDescriptionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChartGroupDescriptionModule.#ctor", + "id": 0, + "name": "IgbChartGroupDescriptionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbChartGroupDescriptionModule.IgbChartGroupDescriptionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartGroupDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartGroupDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartGroupDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartGroupDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartGroupDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartGroupDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs", + "id": 0, + "name": "IgbChartMouseEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for IgbDataChart mouse button related events." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.#ctor", + "id": 0, + "name": "IgbChartMouseEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.IgbChartMouseEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.Chart", + "id": 0, + "name": "Chart", + "fullName": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.Chart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the Chart associated with the current event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeriesViewer", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeriesViewer" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.ChartPosition", + "id": 0, + "name": "ChartPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.ChartPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the mouse position relative to the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.GetPosition(System.Object)", + "id": 0, + "name": "GetPosition(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.GetPosition(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "relativeTo", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.GetPositionAsync(System.Object)", + "id": 0, + "name": "GetPositionAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.GetPositionAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the x- and y- coordinates of the mouse pointer position, optionally evaluated against the origin of a supplied UIElement." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "relativeTo", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the ItemsSource item associated with the current event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.OriginalSource", + "id": 0, + "name": "OriginalSource", + "fullName": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.OriginalSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a reference to the object that raised the event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.OriginalSourceScript", + "id": 0, + "name": "OriginalSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.OriginalSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting OriginalSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.PlotAreaPosition", + "id": 0, + "name": "PlotAreaPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.PlotAreaPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the mouse position relative to the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.Series", + "id": 0, + "name": "Series", + "fullName": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.Series", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the series associated with the current event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.WorldPosition", + "id": 0, + "name": "WorldPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbChartMouseEventArgs.WorldPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartResizeIdleEventArgs", + "id": 0, + "name": "IgbChartResizeIdleEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbChartResizeIdleEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides information about the chart going idle from being resized." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChartResizeIdleEventArgs.#ctor", + "id": 0, + "name": "IgbChartResizeIdleEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbChartResizeIdleEventArgs.IgbChartResizeIdleEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartResizeIdleEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartResizeIdleEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartResizeIdleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartResizeIdleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartResizeIdleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartResizeIdleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartResizeIdleEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbChartResizeIdleEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection", + "id": 0, + "name": "IgbChartSelectedItemCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbChartSelection}", + "id": 0, + "name": "BaseCollection<IgbChartSelection>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbChartSelectedItemCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection.IgbChartSelectedItemCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSelection", + "id": 0, + "name": "IgbChartSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSelection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a selected item within the chart. This should be treated as immutable while in the selected items collection. Changes while part of the collection will not be respected." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSelection.#ctor", + "id": 0, + "name": "IgbChartSelection()", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSelection.IgbChartSelection()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSelection.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSelection.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSelection.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSelection.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSelection.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSelection.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSelection.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSelection.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSelection.Matcher", + "id": 0, + "name": "Matcher", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSelection.Matcher", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If set, allows for selecting a series based on a matcher. This should resolve to a single static series at the time that the chart selection is added to selected items. It will not be re-evaluated while the ChartSelection is in the selected items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeriesMatcher", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeriesMatcher" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSelection.Series", + "id": 0, + "name": "Series", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSelection.Series", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSelection.SeriesScript", + "id": 0, + "name": "SeriesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSelection.SeriesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Series in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSelection.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSelection.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSelection.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSelection.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSelectionModule", + "id": 0, + "name": "IgbChartSelectionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSelectionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSelectionModule.#ctor", + "id": 0, + "name": "IgbChartSelectionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSelectionModule.IgbChartSelectionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSelectionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSelectionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSelectionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSelectionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSelectionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSelectionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSeriesEventArgs", + "id": 0, + "name": "IgbChartSeriesEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSeriesEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments for chart's SeriesAdded and SeriesRemoved events" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSeriesEventArgs.#ctor", + "id": 0, + "name": "IgbChartSeriesEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSeriesEventArgs.IgbChartSeriesEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSeriesEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSeriesEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSeriesEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSeriesEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSeriesEventArgs.Series", + "id": 0, + "name": "Series", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSeriesEventArgs.Series", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSeriesEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSeriesEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSeriesEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSeriesEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSortDescription", + "id": 0, + "name": "IgbChartSortDescription", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSortDescription", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an element in the current sort applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSortDescription.#ctor", + "id": 0, + "name": "IgbChartSortDescription()", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSortDescription.IgbChartSortDescription()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSortDescription.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSortDescription.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSortDescription.Field", + "id": 0, + "name": "Field", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSortDescription.Field", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the property being sorted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSortDescription.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSortDescription.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSortDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSortDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSortDescription.SortDirection", + "id": 0, + "name": "SortDirection", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSortDescription.SortDirection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the direction to sort based on the property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ListSortDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.ListSortDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSortDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSortDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSortDescription.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSortDescription.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSortDescriptionCollection", + "id": 0, + "name": "IgbChartSortDescriptionCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSortDescriptionCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbChartSortDescription}", + "id": 0, + "name": "BaseCollection<IgbChartSortDescription>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSortDescriptionCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbChartSortDescriptionCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSortDescriptionCollection.IgbChartSortDescriptionCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSortDescriptionModule", + "id": 0, + "name": "IgbChartSortDescriptionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSortDescriptionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSortDescriptionModule.#ctor", + "id": 0, + "name": "IgbChartSortDescriptionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSortDescriptionModule.IgbChartSortDescriptionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSortDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSortDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSortDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSortDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSortDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSortDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription", + "id": 0, + "name": "IgbChartSummaryDescription", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a summary that is applied to a datasource. Changes to this object are not observed or expected after it is initially assigned to a collection." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.#ctor", + "id": 0, + "name": "IgbChartSummaryDescription()", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.IgbChartSummaryDescription()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.Alias", + "id": 0, + "name": "Alias", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.Alias", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets an alias for the summary. Currently only used in aggregated data situations." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.CalculatorDisplayName", + "id": 0, + "name": "CalculatorDisplayName", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.CalculatorDisplayName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use when displaying the calculator name." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.Field", + "id": 0, + "name": "Field", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.Field", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.Operand", + "id": 0, + "name": "Operand", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.Operand", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.ProvideCalculator", + "id": 0, + "name": "ProvideCalculator", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.ProvideCalculator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbProvideCalculatorEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbProvideCalculatorEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.ProvideCalculatorScript", + "id": 0, + "name": "ProvideCalculatorScript", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.ProvideCalculatorScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescription.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSummaryDescriptionCollection", + "id": 0, + "name": "IgbChartSummaryDescriptionCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescriptionCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbChartSummaryDescription}", + "id": 0, + "name": "BaseCollection<IgbChartSummaryDescription>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSummaryDescriptionCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbChartSummaryDescriptionCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescriptionCollection.IgbChartSummaryDescriptionCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSummaryDescriptionModule", + "id": 0, + "name": "IgbChartSummaryDescriptionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescriptionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSummaryDescriptionModule.#ctor", + "id": 0, + "name": "IgbChartSummaryDescriptionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescriptionModule.IgbChartSummaryDescriptionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSummaryDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSummaryDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChartSummaryDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckbox", + "id": 0, + "name": "IgbCheckbox", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckbox", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A check box allowing single values to be selected/deselected." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase", + "id": 0, + "name": "IgbCheckboxBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckbox.#ctor", + "id": 0, + "name": "IgbCheckbox()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckbox.IgbCheckbox()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckbox.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckbox.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckbox.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckbox.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckbox.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckbox.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckbox.Indeterminate", + "id": 0, + "name": "Indeterminate", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckbox.Indeterminate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Draws the checkbox in indeterminate state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckbox.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckbox.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckbox.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckbox.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckbox.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckbox.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckbox.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckbox.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase", + "id": 0, + "name": "IgbCheckboxBase", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.#ctor", + "id": 0, + "name": "IgbCheckboxBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.IgbCheckboxBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.Blur", + "id": 0, + "name": "Blur", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.Blur", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.BlurComponent", + "id": 0, + "name": "BlurComponent()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.BlurComponent()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.BlurComponentAsync", + "id": 0, + "name": "BlurComponentAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.BlurComponentAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes focus from the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.BlurScript", + "id": 0, + "name": "BlurScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.BlurScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.Change", + "id": 0, + "name": "Change", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.Change", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbCheckboxChangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.ChangeScript", + "id": 0, + "name": "ChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.ChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.Checked", + "id": 0, + "name": "Checked", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.Checked", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The checked state of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.CheckedChanged", + "id": 0, + "name": "CheckedChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.CheckedChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<Boolean>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.CheckValidity", + "id": 0, + "name": "CheckValidity()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.CheckValidity()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.CheckValidityAsync", + "id": 0, + "name": "CheckValidityAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.CheckValidityAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Checks for validity of the control and emits the invalid event if it invalid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.Click", + "id": 0, + "name": "Click()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.Click()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.ClickAsync", + "id": 0, + "name": "ClickAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.ClickAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Simulates a click on the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The disabled state of the component" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.Focus", + "id": 0, + "name": "Focus", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.Focus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.FocusComponent(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "id": 0, + "name": "FocusComponent(IgbFocusOptions)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.FocusComponent(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "options", + "type": "IgbFocusOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFocusOptions" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.FocusComponentAsync(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "id": 0, + "name": "FocusComponentAsync(IgbFocusOptions)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.FocusComponentAsync(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets focus on the control." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "options", + "type": "IgbFocusOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFocusOptions" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.FocusScript", + "id": 0, + "name": "FocusScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.FocusScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.GetCurrentChecked", + "id": 0, + "name": "GetCurrentChecked()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.GetCurrentChecked()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.GetCurrentCheckedAsync", + "id": 0, + "name": "GetCurrentCheckedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.GetCurrentCheckedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.Invalid", + "id": 0, + "name": "Invalid", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.Invalid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Control the validity of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.LabelPosition", + "id": 0, + "name": "LabelPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.LabelPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The label position of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToggleLabelPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ToggleLabelPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.ReportValidity", + "id": 0, + "name": "ReportValidity()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.ReportValidity()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.ReportValidityAsync", + "id": 0, + "name": "ReportValidityAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.ReportValidityAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Checks for validity of the control and shows the browser message if it invalid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.Required", + "id": 0, + "name": "Required", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.Required", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Makes the control a required field in a form context." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.SetCustomValidity(System.String)", + "id": 0, + "name": "SetCustomValidity(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.SetCustomValidity(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "message", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.SetCustomValidityAsync(System.String)", + "id": 0, + "name": "SetCustomValidityAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.SetCustomValidityAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets a custom validation message for the control. As long as message is not empty, the control is considered invalid." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "message", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBase.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The value attribute of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBaseModule", + "id": 0, + "name": "IgbCheckboxBaseModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBaseModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBaseModule.#ctor", + "id": 0, + "name": "IgbCheckboxBaseModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBaseModule.IgbCheckboxBaseModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBaseModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBaseModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBaseModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBaseModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBaseModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxBaseModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgs", + "id": 0, + "name": "IgbCheckboxChangeEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgs.#ctor", + "id": 0, + "name": "IgbCheckboxChangeEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgs.IgbCheckboxChangeEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCheckboxChangeEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail", + "id": 0, + "name": "IgbCheckboxChangeEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail.#ctor", + "id": 0, + "name": "IgbCheckboxChangeEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail.IgbCheckboxChangeEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail.Checked", + "id": 0, + "name": "Checked", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail.Checked", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxChangeEventArgsDetail.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList", + "id": 0, + "name": "IgbCheckboxList", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.#ctor", + "id": 0, + "name": "IgbCheckboxList()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.IgbCheckboxList()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.ActualSelectAllCaptionTextColor", + "id": 0, + "name": "ActualSelectAllCaptionTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.ActualSelectAllCaptionTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the actual header selectAllCaption text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.AddKeyValue(System.Object[])", + "id": 0, + "name": "AddKeyValue(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.AddKeyValue(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.AddKeyValueAsync(System.Object[])", + "id": 0, + "name": "AddKeyValueAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.AddKeyValueAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.BackgroundColor", + "id": 0, + "name": "BackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.BackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the background of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.BaseTheme", + "id": 0, + "name": "BaseTheme", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.BaseTheme", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.CellFontFamily", + "id": 0, + "name": "CellFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.CellFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.CellFontSize", + "id": 0, + "name": "CellFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.CellFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.CellFontStyle", + "id": 0, + "name": "CellFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.CellFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.CellFontWeight", + "id": 0, + "name": "CellFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.CellFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.CheckboxAlignedRight", + "id": 0, + "name": "CheckboxAlignedRight", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.CheckboxAlignedRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether checkbox should be displayed to the right." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.CheckboxCheckedBackgroundColor", + "id": 0, + "name": "CheckboxCheckedBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.CheckboxCheckedBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the checkbox background color when checked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.CheckboxCheckedBorderColor", + "id": 0, + "name": "CheckboxCheckedBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.CheckboxCheckedBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the checkbox border color when checked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.CheckboxCornerRadius", + "id": 0, + "name": "CheckboxCornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.CheckboxCornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the corner radius to use for the checkbox." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.CheckboxTickColor", + "id": 0, + "name": "CheckboxTickColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.CheckboxTickColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the checkbox tick color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.CheckboxUncheckedBackgroundColor", + "id": 0, + "name": "CheckboxUncheckedBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.CheckboxUncheckedBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the checkbox background color when unchecked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.CheckboxUncheckedBorderColor", + "id": 0, + "name": "CheckboxUncheckedBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.CheckboxUncheckedBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the checkbox border color when unchecked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.CheckedChanged", + "id": 0, + "name": "CheckedChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.CheckedChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbCheckedChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.CheckedChangedScript", + "id": 0, + "name": "CheckedChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.CheckedChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.DataLegendTarget", + "id": 0, + "name": "DataLegendTarget", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.DataLegendTarget", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.DataLegendTargetScript", + "id": 0, + "name": "DataLegendTargetScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.DataLegendTargetScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataLegendTarget in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.DataMemberPath", + "id": 0, + "name": "DataMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.DataMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data or data source instance to which to bind the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.Density", + "id": 0, + "name": "Density", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.Density", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.DeselectAll", + "id": 0, + "name": "DeselectAll()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.DeselectAll()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.DeselectAllAsync", + "id": 0, + "name": "DeselectAllAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.DeselectAllAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Deselects all the items in the checkbox list." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.FilterPlaceholderText", + "id": 0, + "name": "FilterPlaceholderText", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.FilterPlaceholderText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.IndexType", + "id": 0, + "name": "IndexType", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.IndexType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CheckboxListIndexType", + "fullTypeName": "IgniteUI.Blazor.Controls.CheckboxListIndexType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.IndexTypeChanged", + "id": 0, + "name": "IndexTypeChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.IndexTypeChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbCheckboxListIndexTypeChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbCheckboxListIndexTypeChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.IndexTypeChangedScript", + "id": 0, + "name": "IndexTypeChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.IndexTypeChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.IsEverythingSelected", + "id": 0, + "name": "IsEverythingSelected()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.IsEverythingSelected()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.IsEverythingSelectedAsync", + "id": 0, + "name": "IsEverythingSelectedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.IsEverythingSelectedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns true if all of the items are selected / checked; otherwise false." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.IsNothingSelected", + "id": 0, + "name": "IsNothingSelected()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.IsNothingSelected()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.IsNothingSelectedAsync", + "id": 0, + "name": "IsNothingSelectedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.IsNothingSelectedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns true if no items are selected / checked; otherwise false." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.IsRowHoverEnabled", + "id": 0, + "name": "IsRowHoverEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.IsRowHoverEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether row hover highlighting is enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.Keys", + "id": 0, + "name": "Keys", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.Keys", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the collection responsible for selection in the CheckboxList. Selection is determined by two factors: whether everything is selected or deselected and the values present in this collection. If everything is selected then any items in this collection will be deselected. If everything is deselected then any items in this collection will be selected. The CheckboxList defaults all items as deselected. This state can change when you use the SelectAll and DeselectAll methods." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedKeysCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.KeysCleared", + "id": 0, + "name": "KeysCleared", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.KeysCleared", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbCheckboxListKeysClearedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbCheckboxListKeysClearedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.KeysClearedScript", + "id": 0, + "name": "KeysClearedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.KeysClearedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.LabelClicked", + "id": 0, + "name": "LabelClicked", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.LabelClicked", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbCheckedChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.LabelClickedScript", + "id": 0, + "name": "LabelClickedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.LabelClickedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.LabelClickTriggersChange", + "id": 0, + "name": "LabelClickTriggersChange", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.LabelClickTriggersChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the search background color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.NotifyClearItems", + "id": 0, + "name": "NotifyClearItems()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.NotifyClearItems()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.NotifyClearItemsAsync", + "id": 0, + "name": "NotifyClearItemsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.NotifyClearItemsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined. This should not be called if the data that the grid is bound to is already observable." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.NotifyInsertItem(System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItem(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.NotifyInsertItem(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.NotifyInsertItemAsync(System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItemAsync(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.NotifyInsertItemAsync(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.NotifyRemoveItem(System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItem(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.NotifyRemoveItem(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.NotifyRemoveItemAsync(System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItemAsync(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.NotifyRemoveItemAsync(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.NotifySetItem(System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItem(Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.NotifySetItem(System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.NotifySetItemAsync(System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItemAsync(Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.NotifySetItemAsync(System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.PrimaryKey", + "id": 0, + "name": "PrimaryKey", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.PrimaryKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the primary key to use for the CheckboxList." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.PropertyTypeMemberPath", + "id": 0, + "name": "PropertyTypeMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.PropertyTypeMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.Refresh", + "id": 0, + "name": "Refresh()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.Refresh()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.RefreshAsync", + "id": 0, + "name": "RefreshAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.RefreshAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.RemoveKeyValue(System.Object[])", + "id": 0, + "name": "RemoveKeyValue(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.RemoveKeyValue(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.RemoveKeyValueAsync(System.Object[])", + "id": 0, + "name": "RemoveKeyValueAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.RemoveKeyValueAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.RowHeight", + "id": 0, + "name": "RowHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.RowHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.RowHoverBackgroundColor", + "id": 0, + "name": "RowHoverBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.RowHoverBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use when hovering over a grid row." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.ScrollbarBackground", + "id": 0, + "name": "ScrollbarBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.ScrollbarBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scrollbar background color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.ScrollbarStyle", + "id": 0, + "name": "ScrollbarStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.ScrollbarStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the style of scrollbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScrollbarStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.ScrollbarStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SearchBackgroundColor", + "id": 0, + "name": "SearchBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SearchBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the search background color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SearchBorderColor", + "id": 0, + "name": "SearchBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SearchBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the search border color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SearchFontFamily", + "id": 0, + "name": "SearchFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SearchFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SearchFontSize", + "id": 0, + "name": "SearchFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SearchFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SearchFontStyle", + "id": 0, + "name": "SearchFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SearchFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SearchFontWeight", + "id": 0, + "name": "SearchFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SearchFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SearchIconColor", + "id": 0, + "name": "SearchIconColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SearchIconColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the search icon color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SearchInputType", + "id": 0, + "name": "SearchInputType", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SearchInputType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InputGroupDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.InputGroupDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SearchTextColor", + "id": 0, + "name": "SearchTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SearchTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the search text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectAll", + "id": 0, + "name": "SelectAll()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectAll()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectAllAsync", + "id": 0, + "name": "SelectAllAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectAllAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "selects all the items in the checkbox list." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectAllCaption", + "id": 0, + "name": "SelectAllCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectAllCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets / sets the caption of the "Select All" checkbox." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectAllCaptionTextColor", + "id": 0, + "name": "SelectAllCaptionTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectAllCaptionTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the "Select All" label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectAllCheckboxChanged", + "id": 0, + "name": "SelectAllCheckboxChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectAllCheckboxChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbSelectAllCheckboxChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbSelectAllCheckboxChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectAllCheckboxChangedScript", + "id": 0, + "name": "SelectAllCheckboxChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectAllCheckboxChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectedKeyAdded", + "id": 0, + "name": "SelectedKeyAdded", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectedKeyAdded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbCheckedChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectedKeyAddedScript", + "id": 0, + "name": "SelectedKeyAddedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectedKeyAddedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectedKeyRemoved", + "id": 0, + "name": "SelectedKeyRemoved", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectedKeyRemoved", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbCheckedChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectedKeyRemovedScript", + "id": 0, + "name": "SelectedKeyRemovedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectedKeyRemovedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectedMemberPath", + "id": 0, + "name": "SelectedMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SelectedMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.ShowFilter", + "id": 0, + "name": "ShowFilter", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.ShowFilter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the filter input is visible." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.ShowSelectAll", + "id": 0, + "name": "ShowSelectAll", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.ShowSelectAll", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets / sets whether the "Select all" checkbox is visible." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.SubtitleMemberPath", + "id": 0, + "name": "SubtitleMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.SubtitleMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the text of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxList.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxList.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxListIndexTypeChangedEventArgs", + "id": 0, + "name": "IgbCheckboxListIndexTypeChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxListIndexTypeChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxListIndexTypeChangedEventArgs.#ctor", + "id": 0, + "name": "IgbCheckboxListIndexTypeChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxListIndexTypeChangedEventArgs.IgbCheckboxListIndexTypeChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxListIndexTypeChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxListIndexTypeChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxListIndexTypeChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxListIndexTypeChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxListIndexTypeChangedEventArgs.NewValue", + "id": 0, + "name": "NewValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxListIndexTypeChangedEventArgs.NewValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CheckboxListIndexType", + "fullTypeName": "IgniteUI.Blazor.Controls.CheckboxListIndexType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxListIndexTypeChangedEventArgs.OldValue", + "id": 0, + "name": "OldValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxListIndexTypeChangedEventArgs.OldValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CheckboxListIndexType", + "fullTypeName": "IgniteUI.Blazor.Controls.CheckboxListIndexType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxListIndexTypeChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxListIndexTypeChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxListIndexTypeChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxListIndexTypeChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxListKeysClearedEventArgs", + "id": 0, + "name": "IgbCheckboxListKeysClearedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxListKeysClearedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxListKeysClearedEventArgs.#ctor", + "id": 0, + "name": "IgbCheckboxListKeysClearedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxListKeysClearedEventArgs.IgbCheckboxListKeysClearedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxListKeysClearedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxListKeysClearedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxListKeysClearedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxListKeysClearedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxListKeysClearedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxListKeysClearedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxListKeysClearedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxListKeysClearedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxListModule", + "id": 0, + "name": "IgbCheckboxListModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxListModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxListModule.#ctor", + "id": 0, + "name": "IgbCheckboxListModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxListModule.IgbCheckboxListModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxListModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxListModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxListModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxListModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxListModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxListModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxModule", + "id": 0, + "name": "IgbCheckboxModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxModule.#ctor", + "id": 0, + "name": "IgbCheckboxModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxModule.IgbCheckboxModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckboxModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs", + "id": 0, + "name": "IgbCheckedChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs.#ctor", + "id": 0, + "name": "IgbCheckedChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs.IgbCheckedChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs.Index", + "id": 0, + "name": "Index", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs.Index", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs.IsChecked", + "id": 0, + "name": "IsChecked", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs.IsChecked", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs.PrimaryKey", + "id": 0, + "name": "PrimaryKey", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs.PrimaryKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs.PrimaryKeyScript", + "id": 0, + "name": "PrimaryKeyScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs.PrimaryKeyScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting PrimaryKey in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCheckedChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip", + "id": 0, + "name": "IgbChip", + "fullName": "IgniteUI.Blazor.Controls.IgbChip", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Chips help people enter information, make selections, filter content, or trigger actions." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.#ctor", + "id": 0, + "name": "IgbChip()", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.IgbChip()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the disabled state for the chip." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.GetCurrentSelected", + "id": 0, + "name": "GetCurrentSelected()", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.GetCurrentSelected()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.GetCurrentSelectedAsync", + "id": 0, + "name": "GetCurrentSelectedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.GetCurrentSelectedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.Removable", + "id": 0, + "name": "Removable", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.Removable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Defines if the chip is removable or not." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.Remove", + "id": 0, + "name": "Remove", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.Remove", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentBoolValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.RemoveScript", + "id": 0, + "name": "RemoveScript", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.RemoveScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.Select", + "id": 0, + "name": "Select", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.Select", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentBoolValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.Selectable", + "id": 0, + "name": "Selectable", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.Selectable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Defines if the chip is selectable or not." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.Selected", + "id": 0, + "name": "Selected", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.Selected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Defines if the chip is selected or not." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.SelectedChanged", + "id": 0, + "name": "SelectedChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.SelectedChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<Boolean>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.SelectScript", + "id": 0, + "name": "SelectScript", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.SelectScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChip.Variant", + "id": 0, + "name": "Variant", + "fullName": "IgniteUI.Blazor.Controls.IgbChip.Variant", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A property that sets the color variant of the chip component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StyleVariant", + "fullTypeName": "IgniteUI.Blazor.Controls.StyleVariant" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChipModule", + "id": 0, + "name": "IgbChipModule", + "fullName": "IgniteUI.Blazor.Controls.IgbChipModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbChipModule.#ctor", + "id": 0, + "name": "IgbChipModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbChipModule.IgbChipModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChipModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChipModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChipModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChipModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbChipModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbChipModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularGradient", + "id": 0, + "name": "IgbCircularGradient", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularGradient", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Used for defining gradient stops in the igc-circular-progress. For each igc-circular-gradient defined as gradient slot of igc-circular-progress element would be created a SVG stop element. The values passed as color, offset and opacity would be set as stop-color, offset and stop-opacity of the SVG element without further validations." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularGradient.#ctor", + "id": 0, + "name": "IgbCircularGradient()", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularGradient.IgbCircularGradient()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularGradient.Color", + "id": 0, + "name": "Color", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularGradient.Color", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Defines the color of the gradient stop" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularGradient.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularGradient.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularGradient.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularGradient.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularGradient.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularGradient.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularGradient.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularGradient.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularGradient.Offset", + "id": 0, + "name": "Offset", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularGradient.Offset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Defines where the gradient stop is placed along the gradient vector" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularGradient.Opacity", + "id": 0, + "name": "Opacity", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularGradient.Opacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Defines the opacity of the gradient stop" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularGradient.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularGradient.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularGradient.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularGradient.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularGradient.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularGradient.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularGradient.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularGradient.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularGradient.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularGradient.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularGradient.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularGradient.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularGradientModule", + "id": 0, + "name": "IgbCircularGradientModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularGradientModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularGradientModule.#ctor", + "id": 0, + "name": "IgbCircularGradientModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularGradientModule.IgbCircularGradientModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularGradientModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularGradientModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularGradientModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularGradientModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularGradientModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularGradientModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularProgress", + "id": 0, + "name": "IgbCircularProgress", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularProgress", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A circular progress indicator used to express unspecified wait time or display the length of a process." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBase", + "id": 0, + "name": "IgbProgressBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularProgress.#ctor", + "id": 0, + "name": "IgbCircularProgress()", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularProgress.IgbCircularProgress()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularProgress.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularProgress.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularProgress.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularProgress.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularProgress.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularProgress.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularProgress.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularProgress.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularProgress.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularProgress.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularProgress.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularProgress.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularProgress.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularProgress.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularProgressModule", + "id": 0, + "name": "IgbCircularProgressModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularProgressModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularProgressModule.#ctor", + "id": 0, + "name": "IgbCircularProgressModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularProgressModule.IgbCircularProgressModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularProgressModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularProgressModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularProgressModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularProgressModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCircularProgressModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCircularProgressModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbClipboardOptions", + "id": 0, + "name": "IgbClipboardOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbClipboardOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "An interface describing settings for clipboard options" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbClipboardOptions.#ctor", + "id": 0, + "name": "IgbClipboardOptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbClipboardOptions.IgbClipboardOptions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbClipboardOptions.CopyFormatters", + "id": 0, + "name": "CopyFormatters", + "fullName": "IgniteUI.Blazor.Controls.IgbClipboardOptions.CopyFormatters", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Apply the columns formatters (if any) on the data in the clipboard output." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbClipboardOptions.CopyHeaders", + "id": 0, + "name": "CopyHeaders", + "fullName": "IgniteUI.Blazor.Controls.IgbClipboardOptions.CopyHeaders", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Include the columns headers in the clipboard output." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbClipboardOptions.Enabled", + "id": 0, + "name": "Enabled", + "fullName": "IgniteUI.Blazor.Controls.IgbClipboardOptions.Enabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Enables/disables the copy behavior" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbClipboardOptions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbClipboardOptions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbClipboardOptions.Separator", + "id": 0, + "name": "Separator", + "fullName": "IgniteUI.Blazor.Controls.IgbClipboardOptions.Separator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The separator used for formatting the copy output. Defaults to \t." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbClipboardOptions.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbClipboardOptions.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbClipboardOptions.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbClipboardOptions.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbClipboardOptions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbClipboardOptions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor", + "id": 0, + "name": "IgbColorEditor", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.#ctor", + "id": 0, + "name": "IgbColorEditor()", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.IgbColorEditor()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.AllowTextInput", + "id": 0, + "name": "AllowTextInput", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.AllowTextInput", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.BaseTheme", + "id": 0, + "name": "BaseTheme", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.BaseTheme", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the base built in theme to use for the date picker." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.Density", + "id": 0, + "name": "Density", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.Density", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display density to use for the date pcicker." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.GetCurrentValue", + "id": 0, + "name": "GetCurrentValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.GetCurrentValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.GetCurrentValueAsync", + "id": 0, + "name": "GetCurrentValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.GetCurrentValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.GotFocus", + "id": 0, + "name": "GotFocus", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.GotFocus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColorEditorGotFocusEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColorEditorGotFocusEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.GotFocusScript", + "id": 0, + "name": "GotFocusScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.GotFocusScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.IconColor", + "id": 0, + "name": "IconColor", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.IconColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the text color" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.IsDisabled", + "id": 0, + "name": "IsDisabled", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.IsDisabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.IsFixed", + "id": 0, + "name": "IsFixed", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.IsFixed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates that the editor dropdown will position itself relative to the window instead of the document." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.LabelFontFamily", + "id": 0, + "name": "LabelFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.LabelFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.LabelFontSize", + "id": 0, + "name": "LabelFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.LabelFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.LabelFontStyle", + "id": 0, + "name": "LabelFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.LabelFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.LabelFontWeight", + "id": 0, + "name": "LabelFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.LabelFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.LabelTextColor", + "id": 0, + "name": "LabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.LabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.LostFocus", + "id": 0, + "name": "LostFocus", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.LostFocus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColorEditorLostFocusEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColorEditorLostFocusEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.LostFocusScript", + "id": 0, + "name": "LostFocusScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.LostFocusScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.OpenAsChild", + "id": 0, + "name": "OpenAsChild", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.OpenAsChild", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates that the dropdown should open as a child of the color editor." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.OpenOnFocus", + "id": 0, + "name": "OpenOnFocus", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.OpenOnFocus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.Select", + "id": 0, + "name": "Select()", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.Select()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.SelectAsync", + "id": 0, + "name": "SelectAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.SelectAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.ShowClearButton", + "id": 0, + "name": "ShowClearButton", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.ShowClearButton", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ShowClearButton property to detirmine if the clear button is shown" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the text color" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.TextFontFamily", + "id": 0, + "name": "TextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.TextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.TextFontSize", + "id": 0, + "name": "TextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.TextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.TextFontStyle", + "id": 0, + "name": "TextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.TextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.TextFontWeight", + "id": 0, + "name": "TextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.TextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.UseTopLayer", + "id": 0, + "name": "UseTopLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.UseTopLayer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates that the dropdown will place itself into the browser top layer." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets color value of the editor." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.ValueChanged", + "id": 0, + "name": "ValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.ValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbColorEditorPanelSelectedValueChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbColorEditorPanelSelectedValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.ValueChangedScript", + "id": 0, + "name": "ValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.ValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.ValueChanging", + "id": 0, + "name": "ValueChanging", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.ValueChanging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbColorEditorPanelSelectedValueChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbColorEditorPanelSelectedValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditor.ValueChangingScript", + "id": 0, + "name": "ValueChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditor.ValueChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorGotFocusEventArgs", + "id": 0, + "name": "IgbColorEditorGotFocusEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorGotFocusEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorGotFocusEventArgs.#ctor", + "id": 0, + "name": "IgbColorEditorGotFocusEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorGotFocusEventArgs.IgbColorEditorGotFocusEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorGotFocusEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorGotFocusEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorGotFocusEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorGotFocusEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorGotFocusEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorGotFocusEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorGotFocusEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorGotFocusEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorLostFocusEventArgs", + "id": 0, + "name": "IgbColorEditorLostFocusEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorLostFocusEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorLostFocusEventArgs.#ctor", + "id": 0, + "name": "IgbColorEditorLostFocusEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorLostFocusEventArgs.IgbColorEditorLostFocusEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorLostFocusEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorLostFocusEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorLostFocusEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorLostFocusEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorLostFocusEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorLostFocusEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorLostFocusEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorLostFocusEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorModule", + "id": 0, + "name": "IgbColorEditorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorModule.#ctor", + "id": 0, + "name": "IgbColorEditorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorModule.IgbColorEditorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel", + "id": 0, + "name": "IgbColorEditorPanel", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.#ctor", + "id": 0, + "name": "IgbColorEditorPanel()", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.IgbColorEditorPanel()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.ActualPixelScalingRatio", + "id": 0, + "name": "ActualPixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.ActualPixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.BackgroundColor", + "id": 0, + "name": "BackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.BackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the selected color background color" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.BaseTheme", + "id": 0, + "name": "BaseTheme", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.BaseTheme", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the base built in theme to use for the ColorEditorPanel." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.Density", + "id": 0, + "name": "Density", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.Density", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display density to use for the ColorEditorPanel." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.FocusColorBorderColor", + "id": 0, + "name": "FocusColorBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.FocusColorBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the focus color border color" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.FontFamily", + "id": 0, + "name": "FontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.FontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.FontSize", + "id": 0, + "name": "FontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.FontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.FontStyle", + "id": 0, + "name": "FontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.FontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.FontWeight", + "id": 0, + "name": "FontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.FontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.GetCurrentValue", + "id": 0, + "name": "GetCurrentValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.GetCurrentValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.GetCurrentValueAsync", + "id": 0, + "name": "GetCurrentValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.GetCurrentValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.HoverBackgroundColor", + "id": 0, + "name": "HoverBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.HoverBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the focus date background color" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.PixelScalingRatio", + "id": 0, + "name": "PixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.PixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scaling value used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.SelectedColorBorderColor", + "id": 0, + "name": "SelectedColorBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.SelectedColorBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the selected color boreder color" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.SelectedFocusDateBackgroundColor", + "id": 0, + "name": "SelectedFocusDateBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.SelectedFocusDateBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the selected color border color" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the selected date text color" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the value for the color editor panel." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.ValueChanged", + "id": 0, + "name": "ValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.ValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColorEditorPanelSelectedValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColorEditorPanelSelectedValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.ValueChangedScript", + "id": 0, + "name": "ValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.ValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.ValueChanging", + "id": 0, + "name": "ValueChanging", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.ValueChanging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbColorEditorPanelSelectedValueChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbColorEditorPanelSelectedValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.ValueChangingScript", + "id": 0, + "name": "ValueChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanel.ValueChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanelClosedEventArgs", + "id": 0, + "name": "IgbColorEditorPanelClosedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanelClosedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanelClosedEventArgs.#ctor", + "id": 0, + "name": "IgbColorEditorPanelClosedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanelClosedEventArgs.IgbColorEditorPanelClosedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanelClosedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanelClosedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanelClosedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanelClosedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanelClosedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanelClosedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanelClosedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanelClosedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanelModule", + "id": 0, + "name": "IgbColorEditorPanelModule", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanelModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanelModule.#ctor", + "id": 0, + "name": "IgbColorEditorPanelModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanelModule.IgbColorEditorPanelModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanelModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanelModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanelModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanelModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanelModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanelModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanelSelectedValueChangedEventArgs", + "id": 0, + "name": "IgbColorEditorPanelSelectedValueChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanelSelectedValueChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanelSelectedValueChangedEventArgs.#ctor", + "id": 0, + "name": "IgbColorEditorPanelSelectedValueChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanelSelectedValueChangedEventArgs.IgbColorEditorPanelSelectedValueChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanelSelectedValueChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanelSelectedValueChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanelSelectedValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanelSelectedValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanelSelectedValueChangedEventArgs.NewValue", + "id": 0, + "name": "NewValue", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanelSelectedValueChangedEventArgs.NewValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanelSelectedValueChangedEventArgs.OldValue", + "id": 0, + "name": "OldValue", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanelSelectedValueChangedEventArgs.OldValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanelSelectedValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanelSelectedValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorEditorPanelSelectedValueChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColorEditorPanelSelectedValueChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorScale", + "id": 0, + "name": "IgbColorScale", + "fullName": "IgniteUI.Blazor.Controls.IgbColorScale", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Base class for classes which provide colors corresponding to numeric values within a known list of numeric values." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColorScale.#ctor", + "id": 0, + "name": "IgbColorScale()", + "fullName": "IgniteUI.Blazor.Controls.IgbColorScale.IgbColorScale()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorScale.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColorScale.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorScale.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColorScale.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn", + "id": 0, + "name": "IgbColumn", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.#ctor", + "id": 0, + "name": "IgbColumn()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.IgbColumn()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.AdditionalTemplateContext", + "id": 0, + "name": "AdditionalTemplateContext", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.AdditionalTemplateContext", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Autosize(System.Boolean)", + "id": 0, + "name": "Autosize(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Autosize(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "byHeaderOnly", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.AutosizeAsync(System.Boolean)", + "id": 0, + "name": "AutosizeAsync(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.AutosizeAsync(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Autosize the column to the longest currently visible cell value, including the header cell. @ViewChild(&apos;grid&apos;) grid: IgxGridComponent; let column = this.grid.columnList.filter(c => c.field === &apos;ID&apos;)[0]; column.autosize(); IgxColumnComponent byHeaderOnly Set if column should be autosized based only on the header content." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "byHeaderOnly", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.AutosizeHeader", + "id": 0, + "name": "AutosizeHeader", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.AutosizeHeader", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.BodyTemplate", + "id": 0, + "name": "BodyTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.BodyTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a reference to the bodyTemplate. let bodyTemplate = this.column.bodyTemplate; IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbCellTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbCellTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.BodyTemplateScript", + "id": 0, + "name": "BodyTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.BodyTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting BodyTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.CellClasses", + "id": 0, + "name": "CellClasses", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.CellClasses", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.CellClassesScript", + "id": 0, + "name": "CellClassesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.CellClassesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting CellClasses in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.CellStyles", + "id": 0, + "name": "CellStyles", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.CellStyles", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.CellStylesScript", + "id": 0, + "name": "CellStylesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.CellStylesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting CellStyles in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.ColEnd", + "id": 0, + "name": "ColEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.ColEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.ColStart", + "id": 0, + "name": "ColStart", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.ColStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.ColumnGroupParent", + "id": 0, + "name": "ColumnGroupParent", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.ColumnGroupParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.DataType", + "id": 0, + "name": "DataType", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.DataType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridColumnDataType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridColumnDataType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.DisabledSummaries", + "id": 0, + "name": "DisabledSummaries", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.DisabledSummaries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.DisableHiding", + "id": 0, + "name": "DisableHiding", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.DisableHiding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the hiding is disabled. let isHidingDisabled = this.column.disableHiding; IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.DisablePinning", + "id": 0, + "name": "DisablePinning", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.DisablePinning", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the pinning is disabled. let isPinningDisabled = this.column.disablePinning; IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Editable", + "id": 0, + "name": "Editable", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Editable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the column is editable. Default value is false. let isEditable = this.column.editable; IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.EditorOptions", + "id": 0, + "name": "EditorOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.EditorOptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnEditorOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnEditorOptions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.ErrorTemplate", + "id": 0, + "name": "ErrorTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.ErrorTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a reference to the validation error template. let errorTemplate = this.column.errorTemplate;" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbCellTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbCellTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.ErrorTemplateScript", + "id": 0, + "name": "ErrorTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.ErrorTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ErrorTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.ExpandedChange", + "id": 0, + "name": "ExpandedChange", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.ExpandedChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentBoolValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.ExpandedChangeScript", + "id": 0, + "name": "ExpandedChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.ExpandedChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Field", + "id": 0, + "name": "Field", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Field", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Filterable", + "id": 0, + "name": "Filterable", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Filterable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.FilterCellTemplate", + "id": 0, + "name": "FilterCellTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.FilterCellTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a reference to the filterCellTemplate. let filterCellTemplate = this.column.filterCellTemplate; IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbColumnTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbColumnTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.FilterCellTemplateScript", + "id": 0, + "name": "FilterCellTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.FilterCellTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting FilterCellTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.FilteringIgnoreCase", + "id": 0, + "name": "FilteringIgnoreCase", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.FilteringIgnoreCase", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Filters", + "id": 0, + "name": "Filters", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Filters", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the column filters. let columnFilters = this.column.filters&apos; IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringOperand" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.FormatterScript", + "id": 0, + "name": "FormatterScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.FormatterScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Formatter in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.GetChildColumns", + "id": 0, + "name": "GetChildColumns()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.GetChildColumns()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.GetChildColumnsAsync", + "id": 0, + "name": "GetChildColumnsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.GetChildColumnsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbColumn[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbColumn[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.GetColumnLayoutChild", + "id": 0, + "name": "GetColumnLayoutChild()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.GetColumnLayoutChild()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.GetColumnLayoutChildAsync", + "id": 0, + "name": "GetColumnLayoutChildAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.GetColumnLayoutChildAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.GetFilteringExpressionsTree", + "id": 0, + "name": "GetFilteringExpressionsTree()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.GetFilteringExpressionsTree()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringExpressionsTree", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.GetFilteringExpressionsTreeAsync", + "id": 0, + "name": "GetFilteringExpressionsTreeAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.GetFilteringExpressionsTreeAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbFilteringExpressionsTree>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.GetIndex", + "id": 0, + "name": "GetIndex()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.GetIndex()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.GetIndexAsync", + "id": 0, + "name": "GetIndexAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.GetIndexAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.GetLevel", + "id": 0, + "name": "GetLevel()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.GetLevel()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.GetLevelAsync", + "id": 0, + "name": "GetLevelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.GetLevelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.GetTopLevelParent", + "id": 0, + "name": "GetTopLevelParent()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.GetTopLevelParent()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.GetTopLevelParentAsync", + "id": 0, + "name": "GetTopLevelParentAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.GetTopLevelParentAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbColumn>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbColumn>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.GetVisibleIndex", + "id": 0, + "name": "GetVisibleIndex()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.GetVisibleIndex()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.GetVisibleIndexAsync", + "id": 0, + "name": "GetVisibleIndexAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.GetVisibleIndexAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.GridBaseDirectiveParent", + "id": 0, + "name": "GridBaseDirectiveParent", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.GridBaseDirectiveParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Groupable", + "id": 0, + "name": "Groupable", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Groupable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.HasSummary", + "id": 0, + "name": "HasSummary", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.HasSummary", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a value indicating whether the summary for the column is enabled. let hasSummary = this.column.hasSummary; IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Header", + "id": 0, + "name": "Header", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Header", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.HeaderClasses", + "id": 0, + "name": "HeaderClasses", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.HeaderClasses", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.HeaderGroupClasses", + "id": 0, + "name": "HeaderGroupClasses", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.HeaderGroupClasses", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.HeaderGroupStyles", + "id": 0, + "name": "HeaderGroupStyles", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.HeaderGroupStyles", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.HeaderStyles", + "id": 0, + "name": "HeaderStyles", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.HeaderStyles", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.HeaderTemplate", + "id": 0, + "name": "HeaderTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.HeaderTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a reference to the header template. let headerTemplate = this.column.headerTemplate; IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbColumnTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbColumnTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.HeaderTemplateScript", + "id": 0, + "name": "HeaderTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.HeaderTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting HeaderTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Hidden", + "id": 0, + "name": "Hidden", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Hidden", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the column is hidden. let isHidden = this.column.hidden; IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.HiddenChange", + "id": 0, + "name": "HiddenChange", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.HiddenChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentBoolValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.HiddenChangeScript", + "id": 0, + "name": "HiddenChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.HiddenChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.HierarchicalGridParent", + "id": 0, + "name": "HierarchicalGridParent", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.HierarchicalGridParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.InlineEditorTemplate", + "id": 0, + "name": "InlineEditorTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.InlineEditorTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a reference to the inline editor template. let inlineEditorTemplate = this.column.inlineEditorTemplate; IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbCellTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbCellTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.InlineEditorTemplateScript", + "id": 0, + "name": "InlineEditorTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.InlineEditorTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting InlineEditorTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.MaxWidth", + "id": 0, + "name": "MaxWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.MaxWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.MinWidth", + "id": 0, + "name": "MinWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.MinWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Move(System.Double)", + "id": 0, + "name": "Move(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Move(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.MoveAsync(System.Double)", + "id": 0, + "name": "MoveAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.MoveAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Moves a column to the specified visible index. If passed index is invalid, or if column would receive a different visible index after moving, moving is not performed. If passed index would move the column to a different column group. moving is not performed. column.move(index); IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.ParentColumn", + "id": 0, + "name": "ParentColumn", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.ParentColumn", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets/gets the parent column. let parentColumn = this.column.parent; this.column.parent = higherLevelColumn; IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Pin(System.Double)", + "id": 0, + "name": "Pin(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Pin(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.PinAsync(System.Double)", + "id": 0, + "name": "PinAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.PinAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Pins the column at the provided index in the pinned area. Defaults to index 0 if not provided, or to the initial index in the pinned area. Returns true if the column is successfully pinned. Returns false if the column cannot be pinned. Column cannot be pinned if: Is already pinned index argument is out of range The pinned area exceeds 80% of the grid width typescript let success = this.column.pin(); IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Pinned", + "id": 0, + "name": "Pinned", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Pinned", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the column is pinned. let isPinned = this.column.pinned; IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.PinnedChange", + "id": 0, + "name": "PinnedChange", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.PinnedChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentBoolValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.PinnedChangeScript", + "id": 0, + "name": "PinnedChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.PinnedChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.PipeArgs", + "id": 0, + "name": "PipeArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.PipeArgs", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnPipeArgs", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnPipeArgs" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Resizable", + "id": 0, + "name": "Resizable", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Resizable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.RowEnd", + "id": 0, + "name": "RowEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.RowEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.RowIslandParent", + "id": 0, + "name": "RowIslandParent", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.RowIslandParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.RowStart", + "id": 0, + "name": "RowStart", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.RowStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Searchable", + "id": 0, + "name": "Searchable", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Searchable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Selectable", + "id": 0, + "name": "Selectable", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Selectable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns if the column is selectable. let columnSelectable = this.column.selectable; IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Selected", + "id": 0, + "name": "Selected", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Selected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns if the column is selected. let isSelected = this.column.selected; IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Sortable", + "id": 0, + "name": "Sortable", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Sortable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.SortingIgnoreCase", + "id": 0, + "name": "SortingIgnoreCase", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.SortingIgnoreCase", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.SortStrategy", + "id": 0, + "name": "SortStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.SortStrategy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the column sortStrategy. let sortStrategy = this.column.sortStrategy IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSortingStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSortingStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Summaries", + "id": 0, + "name": "Summaries", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Summaries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the column summaries. let columnSummaries = this.column.summaries; IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.SummariesScript", + "id": 0, + "name": "SummariesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.SummariesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Summaries in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.SummaryFormatterScript", + "id": 0, + "name": "SummaryFormatterScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.SummaryFormatterScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting SummaryFormatter in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.SummaryTemplate", + "id": 0, + "name": "SummaryTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.SummaryTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a reference to the summaryTemplate. let summaryTemplate = this.column.summaryTemplate; IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbSummaryTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbSummaryTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.SummaryTemplateScript", + "id": 0, + "name": "SummaryTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.SummaryTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting SummaryTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Title", + "id": 0, + "name": "Title", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Title", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Unpin(System.Double)", + "id": 0, + "name": "Unpin(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Unpin(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.UnpinAsync(System.Double)", + "id": 0, + "name": "UnpinAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.UnpinAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Unpins the column and place it at the provided index in the unpinned area. Defaults to index 0 if not provided, or to the initial index in the unpinned area. Returns true if the column is successfully unpinned. Returns false if the column cannot be unpinned. Column cannot be unpinned if: Is already unpinned index argument is out of range typescript let success = this.column.unpin(); IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.VisibleWhenCollapsed", + "id": 0, + "name": "VisibleWhenCollapsed", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.VisibleWhenCollapsed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.Width", + "id": 0, + "name": "Width", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.Width", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the width of the column. let columnWidth = this.column.width; IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.WidthChange", + "id": 0, + "name": "WidthChange", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.WidthChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn.WidthChangeScript", + "id": 0, + "name": "WidthChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumn.WidthChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooser", + "id": 0, + "name": "IgbColumnChooser", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooser", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooser.#ctor", + "id": 0, + "name": "IgbColumnChooser()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooser.IgbColumnChooser()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooser.BackgroundColor", + "id": 0, + "name": "BackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooser.BackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooser.BaseTheme", + "id": 0, + "name": "BaseTheme", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooser.BaseTheme", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooser.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooser.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooser.Density", + "id": 0, + "name": "Density", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooser.Density", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooser.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooser.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooser.FilterPlaceholderText", + "id": 0, + "name": "FilterPlaceholderText", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooser.FilterPlaceholderText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooser.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooser.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooser.TargetGrid", + "id": 0, + "name": "TargetGrid", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooser.TargetGrid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGrid", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGrid" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooser.TargetGridScript", + "id": 0, + "name": "TargetGridScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooser.TargetGridScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TargetGrid in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooser.Title", + "id": 0, + "name": "Title", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooser.Title", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooser.TitleColor", + "id": 0, + "name": "TitleColor", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooser.TitleColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooser.TitleFontFamily", + "id": 0, + "name": "TitleFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooser.TitleFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooser.TitleFontSize", + "id": 0, + "name": "TitleFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooser.TitleFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooser.TitleFontStyle", + "id": 0, + "name": "TitleFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooser.TitleFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooser.TitleFontWeight", + "id": 0, + "name": "TitleFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooser.TitleFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooser.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooser.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooserModule", + "id": 0, + "name": "IgbColumnChooserModule", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooserModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooserModule.#ctor", + "id": 0, + "name": "IgbColumnChooserModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooserModule.IgbColumnChooserModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooserModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooserModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooserModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooserModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnChooserModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnChooserModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnCollection", + "id": 0, + "name": "IgbColumnCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbColumn}", + "id": 0, + "name": "BaseCollection<IgbColumn>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbColumnCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnCollection.IgbColumnCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnComparisonFilterCondition", + "id": 0, + "name": "IgbColumnComparisonFilterCondition", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnComparisonFilterCondition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition", + "id": 0, + "name": "IgbColumnFilterCondition" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnComparisonFilterCondition.#ctor", + "id": 0, + "name": "IgbColumnComparisonFilterCondition()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnComparisonFilterCondition.IgbColumnComparisonFilterCondition()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnComparisonFilterCondition.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnComparisonFilterCondition.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnComparisonFilterCondition.IsCaseSensitive", + "id": 0, + "name": "IsCaseSensitive", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnComparisonFilterCondition.IsCaseSensitive", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnComparisonFilterCondition.Operator", + "id": 0, + "name": "Operator", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnComparisonFilterCondition.Operator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnComparisonFilterCondition.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnComparisonFilterCondition.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnComparisonFilterCondition.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnComparisonFilterCondition.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnComparisonFilterCondition.ValueScript", + "id": 0, + "name": "ValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnComparisonFilterCondition.ValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Value in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnComponentEventArgs", + "id": 0, + "name": "IgbColumnComponentEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnComponentEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnComponentEventArgs.#ctor", + "id": 0, + "name": "IgbColumnComponentEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnComponentEventArgs.IgbColumnComponentEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnComponentEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnComponentEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnComponentEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnComponentEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnComponentEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnComponentEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnComponentEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnComponentEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnComponentEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnComponentEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnCustomFilterCondition", + "id": 0, + "name": "IgbColumnCustomFilterCondition", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnCustomFilterCondition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition", + "id": 0, + "name": "IgbColumnFilterCondition" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnCustomFilterCondition.#ctor", + "id": 0, + "name": "IgbColumnCustomFilterCondition()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnCustomFilterCondition.IgbColumnCustomFilterCondition()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnCustomFilterCondition.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnCustomFilterCondition.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnCustomFilterCondition.Id", + "id": 0, + "name": "Id", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnCustomFilterCondition.Id", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ID of the custom filter to be used." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnCustomFilterCondition.Index", + "id": 0, + "name": "Index", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnCustomFilterCondition.Index", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the index of the custom filter in the column FilterOperands collection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnCustomFilterCondition.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnCustomFilterCondition.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnCustomFilterCondition.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnCustomFilterCondition.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value of the custom filter condition." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnCustomFilterCondition.ValueScript", + "id": 0, + "name": "ValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnCustomFilterCondition.ValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Value in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnDependenciesModule", + "id": 0, + "name": "IgbColumnDependenciesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnDependenciesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnDependenciesModule.#ctor", + "id": 0, + "name": "IgbColumnDependenciesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnDependenciesModule.IgbColumnDependenciesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnDependenciesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnDependenciesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnDependenciesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnDependenciesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnDependenciesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnDependenciesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnEditorOptions", + "id": 0, + "name": "IgbColumnEditorOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnEditorOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldEditorOptions", + "id": 0, + "name": "IgbFieldEditorOptions" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnEditorOptions.#ctor", + "id": 0, + "name": "IgbColumnEditorOptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnEditorOptions.IgbColumnEditorOptions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnEditorOptions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnEditorOptions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnEditorOptions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnEditorOptions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExchanger", + "id": 0, + "name": "IgbColumnExchanger", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExchanger", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates a column that should be exchanged with another." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExchanger.#ctor", + "id": 0, + "name": "IgbColumnExchanger()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExchanger.IgbColumnExchanger()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExchanger.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExchanger.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExchanger.TargetIndex", + "id": 0, + "name": "TargetIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExchanger.TargetIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The desired location of the new column" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExchanger.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExchanger.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExchangersCollection", + "id": 0, + "name": "IgbColumnExchangersCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExchangersCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbColumnExchanger}", + "id": 0, + "name": "BaseCollection<IgbColumnExchanger>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExchangersCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbColumnExchangersCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExchangersCollection.IgbColumnExchangersCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgs", + "id": 0, + "name": "IgbColumnExportingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "columnExporting event arguments this.exporterService.columnExporting.subscribe((args: IColumnExportingEventArgs) => { // set args properties here });" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgs.#ctor", + "id": 0, + "name": "IgbColumnExportingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgs.IgbColumnExportingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnExportingEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail", + "id": 0, + "name": "IgbColumnExportingEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "columnExporting event arguments this.exporterService.columnExporting.subscribe((args: IColumnExportingEventArgs) => { // set args properties here });" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.#ctor", + "id": 0, + "name": "IgbColumnExportingEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.IgbColumnExportingEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Skip the exporting column when set to true" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.ColumnIndex", + "id": 0, + "name": "ColumnIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.ColumnIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Contains the exporting column index" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.Field", + "id": 0, + "name": "Field", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.Field", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Contains the exporting column field name" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.Grid", + "id": 0, + "name": "Grid", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.Grid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A reference to the grid owner." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridBaseDirective", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.Header", + "id": 0, + "name": "Header", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.Header", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Contains the exporting column header" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.SkipFormatter", + "id": 0, + "name": "SkipFormatter", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.SkipFormatter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Export the column's data without applying its formatter, when set to true" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnExportingEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition", + "id": 0, + "name": "IgbColumnFilterCondition", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition.#ctor", + "id": 0, + "name": "IgbColumnFilterCondition()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition.IgbColumnFilterCondition()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition.IsGroup", + "id": 0, + "name": "IsGroup()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition.IsGroup()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition.IsGroupAsync", + "id": 0, + "name": "IsGroupAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition.IsGroupAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup", + "id": 0, + "name": "IgbColumnFilterConditionGroup", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition", + "id": 0, + "name": "IgbColumnFilterCondition" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.#ctor", + "id": 0, + "name": "IgbColumnFilterConditionGroup()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.IgbColumnFilterConditionGroup()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.Add(IgniteUI.Blazor.Controls.IgbColumnFilterCondition)", + "id": 0, + "name": "Add(IgbColumnFilterCondition)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.Add(IgniteUI.Blazor.Controls.IgbColumnFilterCondition)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "condition", + "type": "IgbColumnFilterCondition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.AddAsync(IgniteUI.Blazor.Controls.IgbColumnFilterCondition)", + "id": 0, + "name": "AddAsync(IgbColumnFilterCondition)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.AddAsync(IgniteUI.Blazor.Controls.IgbColumnFilterCondition)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "condition", + "type": "IgbColumnFilterCondition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.Clear", + "id": 0, + "name": "Clear()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.Clear()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.ClearAsync", + "id": 0, + "name": "ClearAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.ClearAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.IsGroup", + "id": 0, + "name": "IsGroup()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.IsGroup()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.IsGroupAsync", + "id": 0, + "name": "IsGroupAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.IsGroupAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnFilterCondition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.Remove(IgniteUI.Blazor.Controls.IgbColumnFilterCondition)", + "id": 0, + "name": "Remove(IgbColumnFilterCondition)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.Remove(IgniteUI.Blazor.Controls.IgbColumnFilterCondition)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "condition", + "type": "IgbColumnFilterCondition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.RemoveAsync(IgniteUI.Blazor.Controls.IgbColumnFilterCondition)", + "id": 0, + "name": "RemoveAsync(IgbColumnFilterCondition)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.RemoveAsync(IgniteUI.Blazor.Controls.IgbColumnFilterCondition)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "condition", + "type": "IgbColumnFilterCondition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.RemoveAt(System.Int32)", + "id": 0, + "name": "RemoveAt(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.RemoveAt(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.RemoveAtAsync(System.Int32)", + "id": 0, + "name": "RemoveAtAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.RemoveAtAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.ToArray", + "id": 0, + "name": "ToArray()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.ToArray()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnFilterCondition[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.ToArrayAsync", + "id": 0, + "name": "ToArrayAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.ToArrayAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbColumnFilterCondition[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbColumnFilterCondition[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.UsesOrOperator", + "id": 0, + "name": "UsesOrOperator", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFilterConditionGroup.UsesOrOperator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFragment", + "id": 0, + "name": "IgbColumnFragment", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFragment", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents one part of a StackedColumnSeries." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFragmentBase", + "id": 0, + "name": "IgbFragmentBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFragment.#ctor", + "id": 0, + "name": "IgbColumnFragment()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFragment.IgbColumnFragment()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFragment.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFragment.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFragment.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFragment.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFragment.GetItem(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItem(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFragment.GetItem(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFragment.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFragment.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item that is the best match for the specified world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFragment.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndex(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFragment.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFragment.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndexAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFragment.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the index of the item that resides at the provided world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFragment.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBox(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFragment.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFragment.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBoxAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFragment.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If possible, will return the best available value bounding box within the series that has the best value match for the world position provided." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFragment.RadiusX", + "id": 0, + "name": "RadiusX", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFragment.RadiusX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the x-radius of the ellipse that is used to round the corners of the column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFragment.RadiusY", + "id": 0, + "name": "RadiusY", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFragment.RadiusY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the y-radius of the ellipse that is used to round the corners of the column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFragment.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFragment.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFragmentModule", + "id": 0, + "name": "IgbColumnFragmentModule", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFragmentModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFragmentModule.#ctor", + "id": 0, + "name": "IgbColumnFragmentModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFragmentModule.IgbColumnFragmentModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFragmentModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFragmentModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFragmentModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFragmentModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnFragmentModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnFragmentModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroup", + "id": 0, + "name": "IgbColumnGroup", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroup", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Ignite UI for Angular Column Group IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxColumnGroupComponent, IgxRowIslandComponent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn", + "id": 0, + "name": "IgbColumn" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroup.#ctor", + "id": 0, + "name": "IgbColumnGroup()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroup.IgbColumnGroup()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroup.ActualChildren", + "id": 0, + "name": "ActualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroup.ActualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroup.Children", + "id": 0, + "name": "Children", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroup.Children", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroup.Collapsible", + "id": 0, + "name": "Collapsible", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroup.Collapsible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroup.CollapsibleIndicatorTemplate", + "id": 0, + "name": "CollapsibleIndicatorTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroup.CollapsibleIndicatorTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Allows you to define a custom template for expand/collapse indicator IgxColumnGroupComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbColumnTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbColumnTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroup.CollapsibleIndicatorTemplateScript", + "id": 0, + "name": "CollapsibleIndicatorTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroup.CollapsibleIndicatorTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting CollapsibleIndicatorTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroup.ContentChildren", + "id": 0, + "name": "ContentChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroup.ContentChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroup.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroup.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroup.Expanded", + "id": 0, + "name": "Expanded", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroup.Expanded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroup.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroup.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroup.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroup.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroup.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroup.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroup.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroup.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroup.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroup.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription", + "id": 0, + "name": "IgbColumnGroupDescription", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an element in the current grouping applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSortDescription", + "id": 0, + "name": "IgbColumnSortDescription" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.#ctor", + "id": 0, + "name": "IgbColumnGroupDescription()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.IgbColumnGroupDescription()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.DisplayFormat", + "id": 0, + "name": "DisplayFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.DisplayFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display format for the group text in the group header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.DisplayFormatSpecifiers", + "id": 0, + "name": "DisplayFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.DisplayFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the DisplayFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.DisplayName", + "id": 0, + "name": "DisplayName", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.DisplayName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display text for the group name." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.FormatText", + "id": 0, + "name": "FormatText", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.FormatText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFormatGroupTextEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.FormatTextScript", + "id": 0, + "name": "FormatTextScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.FormatTextScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.ValueFormat", + "id": 0, + "name": "ValueFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.ValueFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string for the group value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.ValueFormatSpecifiers", + "id": 0, + "name": "ValueFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescription.ValueFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the ValueFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescriptionCollection", + "id": 0, + "name": "IgbColumnGroupDescriptionCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescriptionCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbColumnGroupDescription}", + "id": 0, + "name": "BaseCollection<IgbColumnGroupDescription>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescriptionCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbColumnGroupDescriptionCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescriptionCollection.IgbColumnGroupDescriptionCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescriptionModule", + "id": 0, + "name": "IgbColumnGroupDescriptionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescriptionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescriptionModule.#ctor", + "id": 0, + "name": "IgbColumnGroupDescriptionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescriptionModule.IgbColumnGroupDescriptionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping", + "id": 0, + "name": "IgbColumnGrouping", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.#ctor", + "id": 0, + "name": "IgbColumnGrouping()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.IgbColumnGrouping()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.BackgroundColor", + "id": 0, + "name": "BackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.BackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background of the group by area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.BaseTheme", + "id": 0, + "name": "BaseTheme", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.BaseTheme", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.ColumnGroupTitleFontFamily", + "id": 0, + "name": "ColumnGroupTitleFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.ColumnGroupTitleFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.ColumnGroupTitleFontSize", + "id": 0, + "name": "ColumnGroupTitleFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.ColumnGroupTitleFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.ColumnGroupTitleFontStyle", + "id": 0, + "name": "ColumnGroupTitleFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.ColumnGroupTitleFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.ColumnGroupTitleFontWeight", + "id": 0, + "name": "ColumnGroupTitleFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.ColumnGroupTitleFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.Density", + "id": 0, + "name": "Density", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.Density", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.ExportSerializedVisualModel", + "id": 0, + "name": "ExportSerializedVisualModel()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.ExportSerializedVisualModel()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.ExportSerializedVisualModelAsync", + "id": 0, + "name": "ExportSerializedVisualModelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.ExportSerializedVisualModelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a serialized copy of the exported visual model" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.ExportVisualModel", + "id": 0, + "name": "ExportVisualModel()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.ExportVisualModel()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.ExportVisualModelAsync", + "id": 0, + "name": "ExportVisualModelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.ExportVisualModelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Exports visual information about the current state of the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.IconColor", + "id": 0, + "name": "IconColor", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.IconColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.ItemBackgroundColor", + "id": 0, + "name": "ItemBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.ItemBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color of the column items in the group area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.ItemHoverBackgroundColor", + "id": 0, + "name": "ItemHoverBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.ItemHoverBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color of the column items when hovered by the mouse." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.TargetGrid", + "id": 0, + "name": "TargetGrid", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.TargetGrid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGrid", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGrid" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.TargetGridScript", + "id": 0, + "name": "TargetGridScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.TargetGridScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TargetGrid in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.Title", + "id": 0, + "name": "Title", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.Title", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.TitleColor", + "id": 0, + "name": "TitleColor", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.TitleColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGrouping.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGrouping.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupingModule", + "id": 0, + "name": "IgbColumnGroupingModule", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupingModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupingModule.#ctor", + "id": 0, + "name": "IgbColumnGroupingModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupingModule.IgbColumnGroupingModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupingModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupingModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupingModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupingModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupingModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupingModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupModule", + "id": 0, + "name": "IgbColumnGroupModule", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupModule.#ctor", + "id": 0, + "name": "IgbColumnGroupModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupModule.IgbColumnGroupModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroupModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnGroupModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnHiddenChangedEventArgs", + "id": 0, + "name": "IgbColumnHiddenChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnHiddenChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnHiddenChangedEventArgs.#ctor", + "id": 0, + "name": "IgbColumnHiddenChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnHiddenChangedEventArgs.IgbColumnHiddenChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnHiddenChangedEventArgs.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnHiddenChangedEventArgs.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGridColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnHiddenChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnHiddenChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnHiddenChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnHiddenChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnHiddenChangedEventArgs.IsHidden", + "id": 0, + "name": "IsHidden", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnHiddenChangedEventArgs.IsHidden", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnHiddenChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnHiddenChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnHiddenChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnHiddenChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnLayout", + "id": 0, + "name": "IgbColumnLayout", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnLayout", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Column layout for declaration of Multi-row Layout IgxGridComponent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumn", + "id": 0, + "name": "IgbColumn" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnGroup", + "id": 0, + "name": "IgbColumnGroup" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnLayout.#ctor", + "id": 0, + "name": "IgbColumnLayout()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnLayout.IgbColumnLayout()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnLayout.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnLayout.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnLayout.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnLayout.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnLayout.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnLayout.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnLayout.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnLayout.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnLayout.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnLayout.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnLayoutModule", + "id": 0, + "name": "IgbColumnLayoutModule", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnLayoutModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnLayoutModule.#ctor", + "id": 0, + "name": "IgbColumnLayoutModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnLayoutModule.IgbColumnLayoutModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnLayoutModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnLayoutModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnLayoutModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnLayoutModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnLayoutModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnLayoutModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnModule", + "id": 0, + "name": "IgbColumnModule", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnModule.#ctor", + "id": 0, + "name": "IgbColumnModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnModule.IgbColumnModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgs", + "id": 0, + "name": "IgbColumnMovingEndEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments related to the end of a column moving operation in a grid" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgs.#ctor", + "id": 0, + "name": "IgbColumnMovingEndEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgs.IgbColumnMovingEndEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnMovingEndEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgsDetail", + "id": 0, + "name": "IgbColumnMovingEndEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments related to the end of a column moving operation in a grid" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgsDetail.#ctor", + "id": 0, + "name": "IgbColumnMovingEndEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgsDetail.IgbColumnMovingEndEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgsDetail.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgsDetail.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "cancel returns whether the event has been intercepted and stopped If the value becomes "true", it returns/exits from the method, instantiating the interface" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgsDetail.Source", + "id": 0, + "name": "Source", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgsDetail.Source", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The source of the event represents the column that is being moved. The ColumnType contains the information (the grid it belongs to, css data, settings, etc.) of the column in its properties" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgsDetail.Target", + "id": 0, + "name": "Target", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgsDetail.Target", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The target of the event represents the column, the source is being moved to. The ColumnType contains the information (the grid it belongs to, css data, settings, etc.) of the column in its properties" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgs", + "id": 0, + "name": "IgbColumnMovingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments related to a column moving operation in a grid" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgs.#ctor", + "id": 0, + "name": "IgbColumnMovingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgs.IgbColumnMovingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnMovingEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgsDetail", + "id": 0, + "name": "IgbColumnMovingEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments related to a column moving operation in a grid" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgsDetail.#ctor", + "id": 0, + "name": "IgbColumnMovingEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgsDetail.IgbColumnMovingEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgsDetail.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgsDetail.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "cancel returns whether the event has been intercepted and stopped If the value becomes "true", it returns/exits from the method, instantiating the interface" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgsDetail.Source", + "id": 0, + "name": "Source", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgsDetail.Source", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the column that is being moved. The ColumnType contains the information (the grid it belongs to, css data, settings, etc.) of the column in its properties" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparator", + "id": 0, + "name": "IgbColumnMovingSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparator.#ctor", + "id": 0, + "name": "IgbColumnMovingSeparator()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparator.IgbColumnMovingSeparator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparator.ActualOpacity", + "id": 0, + "name": "ActualOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparator.ActualOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparator.Opacity", + "id": 0, + "name": "Opacity", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparator.Opacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparator.SeparatorWidth", + "id": 0, + "name": "SeparatorWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparator.SeparatorWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the separator width for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparatorModule", + "id": 0, + "name": "IgbColumnMovingSeparatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparatorModule.#ctor", + "id": 0, + "name": "IgbColumnMovingSeparatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparatorModule.IgbColumnMovingSeparatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgs", + "id": 0, + "name": "IgbColumnMovingStartEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments related to the start of a column moving operation in a grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgs.#ctor", + "id": 0, + "name": "IgbColumnMovingStartEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgs.IgbColumnMovingStartEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnMovingStartEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgsDetail", + "id": 0, + "name": "IgbColumnMovingStartEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments related to the start of a column moving operation in a grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgsDetail.#ctor", + "id": 0, + "name": "IgbColumnMovingStartEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgsDetail.IgbColumnMovingStartEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgsDetail.Source", + "id": 0, + "name": "Source", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgsDetail.Source", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the column that is being moved. The ColumnType contains the information (the grid it belongs to, css data, settings, etc.) of the column in its properties" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinnedChangedEventArgs", + "id": 0, + "name": "IgbColumnPinnedChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinnedChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event arguments for the ColumnPinnedChanged event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinnedChangedEventArgs.#ctor", + "id": 0, + "name": "IgbColumnPinnedChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinnedChangedEventArgs.IgbColumnPinnedChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinnedChangedEventArgs.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinnedChangedEventArgs.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The column whose pinned state has changed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGridColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinnedChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinnedChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinnedChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinnedChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinnedChangedEventArgs.Pinned", + "id": 0, + "name": "Pinned", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinnedChangedEventArgs.Pinned", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The new pinned state for the column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PinnedPositions", + "fullTypeName": "IgniteUI.Blazor.Controls.PinnedPositions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinnedChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinnedChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinnedChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinnedChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinning", + "id": 0, + "name": "IgbColumnPinning", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinning", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinning.#ctor", + "id": 0, + "name": "IgbColumnPinning()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinning.IgbColumnPinning()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinning.BackgroundColor", + "id": 0, + "name": "BackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinning.BackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinning.BaseTheme", + "id": 0, + "name": "BaseTheme", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinning.BaseTheme", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinning.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinning.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinning.Density", + "id": 0, + "name": "Density", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinning.Density", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinning.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinning.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinning.FilterPlaceholderText", + "id": 0, + "name": "FilterPlaceholderText", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinning.FilterPlaceholderText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinning.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinning.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinning.TargetGrid", + "id": 0, + "name": "TargetGrid", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinning.TargetGrid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGrid", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGrid" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinning.TargetGridScript", + "id": 0, + "name": "TargetGridScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinning.TargetGridScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TargetGrid in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinning.Title", + "id": 0, + "name": "Title", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinning.Title", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinning.TitleColor", + "id": 0, + "name": "TitleColor", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinning.TitleColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinning.TitleFontFamily", + "id": 0, + "name": "TitleFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinning.TitleFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinning.TitleFontSize", + "id": 0, + "name": "TitleFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinning.TitleFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinning.TitleFontStyle", + "id": 0, + "name": "TitleFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinning.TitleFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinning.TitleFontWeight", + "id": 0, + "name": "TitleFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinning.TitleFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinning.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinning.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinningModule", + "id": 0, + "name": "IgbColumnPinningModule", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinningModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinningModule.#ctor", + "id": 0, + "name": "IgbColumnPinningModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinningModule.IgbColumnPinningModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinningModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinningModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinningModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinningModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPinningModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPinningModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPipeArgs", + "id": 0, + "name": "IgbColumnPipeArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPipeArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs", + "id": 0, + "name": "IgbFieldPipeArgs" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPipeArgs.#ctor", + "id": 0, + "name": "IgbColumnPipeArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPipeArgs.IgbColumnPipeArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPipeArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPipeArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPipeArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPipeArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPropertySetter", + "id": 0, + "name": "IgbColumnPropertySetter", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPropertySetter", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates that a specified column should have a specified property set to a value." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPropertySetter.#ctor", + "id": 0, + "name": "IgbColumnPropertySetter()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPropertySetter.IgbColumnPropertySetter()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPropertySetter.ColumnName", + "id": 0, + "name": "ColumnName", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPropertySetter.ColumnName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name or key of the column to change the property of" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPropertySetter.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPropertySetter.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPropertySetter.PropertyName", + "id": 0, + "name": "PropertyName", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPropertySetter.PropertyName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property to change" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPropertySetter.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPropertySetter.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPropertySetter.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPropertySetter.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The new value of the property" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPropertySetter.ValueScript", + "id": 0, + "name": "ValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPropertySetter.ValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Value in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPropertySettersCollection", + "id": 0, + "name": "IgbColumnPropertySettersCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPropertySettersCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbColumnPropertySetter}", + "id": 0, + "name": "BaseCollection<IgbColumnPropertySetter>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnPropertySettersCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbColumnPropertySettersCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnPropertySettersCollection.IgbColumnPropertySettersCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgs", + "id": 0, + "name": "IgbColumnResizeEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The event arguments when a column is being resized" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgs.#ctor", + "id": 0, + "name": "IgbColumnResizeEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgs.IgbColumnResizeEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnResizeEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgsDetail", + "id": 0, + "name": "IgbColumnResizeEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The event arguments when a column is being resized" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgsDetail.#ctor", + "id": 0, + "name": "IgbColumnResizeEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgsDetail.IgbColumnResizeEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgsDetail.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgsDetail.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the information of the column that is being resized" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgsDetail.NewWidth", + "id": 0, + "name": "NewWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgsDetail.NewWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the new width, the column is being resized to" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgsDetail.PrevWidth", + "id": 0, + "name": "PrevWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgsDetail.PrevWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the old width of the column before the resizing" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizeEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparator", + "id": 0, + "name": "IgbColumnResizingSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparator.#ctor", + "id": 0, + "name": "IgbColumnResizingSeparator()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparator.IgbColumnResizingSeparator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparator.ActualOpacity", + "id": 0, + "name": "ActualOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparator.ActualOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparator.Opacity", + "id": 0, + "name": "Opacity", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparator.Opacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparatorModule", + "id": 0, + "name": "IgbColumnResizingSeparatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparatorModule.#ctor", + "id": 0, + "name": "IgbColumnResizingSeparatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparatorModule.IgbColumnResizingSeparatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgs", + "id": 0, + "name": "IgbColumnsAutoGeneratedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgs.#ctor", + "id": 0, + "name": "IgbColumnsAutoGeneratedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgs.IgbColumnsAutoGeneratedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnsAutoGeneratedEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgsDetail", + "id": 0, + "name": "IgbColumnsAutoGeneratedEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgsDetail.#ctor", + "id": 0, + "name": "IgbColumnsAutoGeneratedEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgsDetail.IgbColumnsAutoGeneratedEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgsDetail.Columns", + "id": 0, + "name": "Columns", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgsDetail.Columns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgs", + "id": 0, + "name": "IgbColumnSelectionEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The event arguments when the selection state of a column is being changed The event is cancelable" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgs.#ctor", + "id": 0, + "name": "IgbColumnSelectionEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgs.IgbColumnSelectionEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnSelectionEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail", + "id": 0, + "name": "IgbColumnSelectionEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The event arguments when the selection state of a column is being changed The event is cancelable" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.#ctor", + "id": 0, + "name": "IgbColumnSelectionEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.IgbColumnSelectionEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.Added", + "id": 0, + "name": "Added", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.Added", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an array of all added columns Whenever a column has been selected, the array is "refreshed" with the selected columns" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides the ability to cancel the event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.NewSelection", + "id": 0, + "name": "NewSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.NewSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the newly selected columns" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.OldSelection", + "id": 0, + "name": "OldSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.OldSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an array of columns, that have already been selected" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.Owner", + "id": 0, + "name": "Owner", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.Owner", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides reference to the owner component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.Removed", + "id": 0, + "name": "Removed", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.Removed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an array of all columns, removed from the selection Whenever a column has been deselected, the array is "refreshed" with the columns, that have been previously selected, but are no longer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSeries", + "id": 0, + "name": "IgbColumnSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart column series. Compare values across categories by using vertical rectangles. Use it when the order of categories is not important or for displaying item counts such as a histogram." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSeries.#ctor", + "id": 0, + "name": "IgbColumnSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSeries.IgbColumnSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSeries.ConsolidatedColumnVerticalPosition", + "id": 0, + "name": "ConsolidatedColumnVerticalPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSeries.ConsolidatedColumnVerticalPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The positioning logic to use for columns which have been consolidated into a single visual element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ConsolidatedItemsPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ConsolidatedItemsPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSeries.GetItemSpan", + "id": 0, + "name": "GetItemSpan()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSeries.GetItemSpan()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSeries.GetItemSpanAsync", + "id": 0, + "name": "GetItemSpanAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSeries.GetItemSpanAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSeries.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBox(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSeries.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSeries.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBoxAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSeries.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If possible, will return the best available value bounding box within the series that has the best value match for the world position provided." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSeries.RadiusX", + "id": 0, + "name": "RadiusX", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSeries.RadiusX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the x-radius of the ellipse that is used to round the corners of the column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSeries.RadiusY", + "id": 0, + "name": "RadiusY", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSeries.RadiusY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the y-radius of the ellipse that is used to round the corners of the column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSeriesModule", + "id": 0, + "name": "IgbColumnSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSeriesModule.#ctor", + "id": 0, + "name": "IgbColumnSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSeriesModule.IgbColumnSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSortDescription", + "id": 0, + "name": "IgbColumnSortDescription", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSortDescription", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an element in the current sort applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSortDescription.#ctor", + "id": 0, + "name": "IgbColumnSortDescription()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSortDescription.IgbColumnSortDescription()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSortDescription.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSortDescription.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSortDescription.Field", + "id": 0, + "name": "Field", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSortDescription.Field", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the property being sorted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSortDescription.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSortDescription.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSortDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSortDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSortDescription.SortDirection", + "id": 0, + "name": "SortDirection", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSortDescription.SortDirection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the direction to sort based on the property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ListSortDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.ListSortDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSortDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSortDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSortDescription.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSortDescription.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSortDescriptionCollection", + "id": 0, + "name": "IgbColumnSortDescriptionCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSortDescriptionCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbColumnSortDescription}", + "id": 0, + "name": "BaseCollection<IgbColumnSortDescription>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSortDescriptionCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbColumnSortDescriptionCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSortDescriptionCollection.IgbColumnSortDescriptionCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSortDescriptionModule", + "id": 0, + "name": "IgbColumnSortDescriptionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSortDescriptionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSortDescriptionModule.#ctor", + "id": 0, + "name": "IgbColumnSortDescriptionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSortDescriptionModule.IgbColumnSortDescriptionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSortDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSortDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSortDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSortDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSortDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSortDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState", + "id": 0, + "name": "IgbColumnState", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.#ctor", + "id": 0, + "name": "IgbColumnState()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.IgbColumnState()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.ColEnd", + "id": 0, + "name": "ColEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.ColEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.Collapsible", + "id": 0, + "name": "Collapsible", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.Collapsible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.ColStart", + "id": 0, + "name": "ColStart", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.ColStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.ColumnGroup", + "id": 0, + "name": "ColumnGroup", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.ColumnGroup", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.ColumnLayout", + "id": 0, + "name": "ColumnLayout", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.ColumnLayout", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.DataType", + "id": 0, + "name": "DataType", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.DataType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridColumnDataType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridColumnDataType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.DisableHiding", + "id": 0, + "name": "DisableHiding", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.DisableHiding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.DisablePinning", + "id": 0, + "name": "DisablePinning", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.DisablePinning", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.Editable", + "id": 0, + "name": "Editable", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.Editable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.Expanded", + "id": 0, + "name": "Expanded", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.Expanded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.Field", + "id": 0, + "name": "Field", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.Field", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.Filterable", + "id": 0, + "name": "Filterable", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.Filterable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.FilteringIgnoreCase", + "id": 0, + "name": "FilteringIgnoreCase", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.FilteringIgnoreCase", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.Groupable", + "id": 0, + "name": "Groupable", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.Groupable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.HasSummary", + "id": 0, + "name": "HasSummary", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.HasSummary", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.Header", + "id": 0, + "name": "Header", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.Header", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.HeaderClasses", + "id": 0, + "name": "HeaderClasses", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.HeaderClasses", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.HeaderGroupClasses", + "id": 0, + "name": "HeaderGroupClasses", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.HeaderGroupClasses", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.Hidden", + "id": 0, + "name": "Hidden", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.Hidden", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.Key", + "id": 0, + "name": "Key", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.Key", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.MaxWidth", + "id": 0, + "name": "MaxWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.MaxWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.Parent", + "id": 0, + "name": "Parent", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.Parent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.ParentKey", + "id": 0, + "name": "ParentKey", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.ParentKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.Pinned", + "id": 0, + "name": "Pinned", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.Pinned", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.Resizable", + "id": 0, + "name": "Resizable", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.Resizable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.RowEnd", + "id": 0, + "name": "RowEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.RowEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.RowStart", + "id": 0, + "name": "RowStart", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.RowStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.Searchable", + "id": 0, + "name": "Searchable", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.Searchable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.Sortable", + "id": 0, + "name": "Sortable", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.Sortable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.SortingIgnoreCase", + "id": 0, + "name": "SortingIgnoreCase", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.SortingIgnoreCase", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.VisibleWhenCollapsed", + "id": 0, + "name": "VisibleWhenCollapsed", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.VisibleWhenCollapsed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnState.Width", + "id": 0, + "name": "Width", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnState.Width", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription", + "id": 0, + "name": "IgbColumnSummaryDescription", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a summary that is applied to a datasource. Changes to this object are not observed or expected after it is initially assigned to a collection." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.#ctor", + "id": 0, + "name": "IgbColumnSummaryDescription()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.IgbColumnSummaryDescription()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.CalculatorDisplayName", + "id": 0, + "name": "CalculatorDisplayName", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.CalculatorDisplayName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use when displaying the calculator name." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.DisplayFormat", + "id": 0, + "name": "DisplayFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.DisplayFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display format for the summary when in list display mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.DisplayFormatSpecifiers", + "id": 0, + "name": "DisplayFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.DisplayFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the DisplayFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.DisplayName", + "id": 0, + "name": "DisplayName", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.DisplayName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display name for the summary." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.Field", + "id": 0, + "name": "Field", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.Field", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.FormatText", + "id": 0, + "name": "FormatText", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.FormatText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFormatSummaryTextEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.FormatTextScript", + "id": 0, + "name": "FormatTextScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.FormatTextScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.MaxFractionDigits", + "id": 0, + "name": "MaxFractionDigits", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.MaxFractionDigits", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum fraction digits. If a format is specificied this value is ignored." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.Operand", + "id": 0, + "name": "Operand", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.Operand", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.ProvideCalculator", + "id": 0, + "name": "ProvideCalculator", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.ProvideCalculator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbProvideCalculatorEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbProvideCalculatorEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.ProvideCalculatorScript", + "id": 0, + "name": "ProvideCalculatorScript", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.ProvideCalculatorScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.ShouldDisplay", + "id": 0, + "name": "ShouldDisplay", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.ShouldDisplay", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the summary value should be displayed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.ValueFormat", + "id": 0, + "name": "ValueFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.ValueFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string for the summary value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.ValueFormatSpecifiers", + "id": 0, + "name": "ValueFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescription.ValueFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the ValueFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescriptionCollection", + "id": 0, + "name": "IgbColumnSummaryDescriptionCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescriptionCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbColumnSummaryDescription}", + "id": 0, + "name": "BaseCollection<IgbColumnSummaryDescription>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescriptionCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbColumnSummaryDescriptionCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescriptionCollection.IgbColumnSummaryDescriptionCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescriptionModule", + "id": 0, + "name": "IgbColumnSummaryDescriptionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescriptionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescriptionModule.#ctor", + "id": 0, + "name": "IgbColumnSummaryDescriptionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescriptionModule.IgbColumnSummaryDescriptionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSupportingCalculation", + "id": 0, + "name": "IgbColumnSupportingCalculation", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSupportingCalculation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a calculation strategy that takes in a column of values and returns a resulting column of values." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSupportingCalculation.#ctor", + "id": 0, + "name": "IgbColumnSupportingCalculation()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSupportingCalculation.IgbColumnSupportingCalculation()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSupportingCalculation.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSupportingCalculation.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnSupportingCalculation.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnSupportingCalculation.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnTemplateContext", + "id": 0, + "name": "IgbColumnTemplateContext", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnTemplateContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnTemplateContext.#ctor", + "id": 0, + "name": "IgbColumnTemplateContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnTemplateContext.IgbColumnTemplateContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnTemplateContext.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnTemplateContext.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnTemplateContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnTemplateContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnTemplateContext.Implicit", + "id": 0, + "name": "Implicit", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnTemplateContext.Implicit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnTemplateContext.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnTemplateContext.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnTemplateContext.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnTemplateContext.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnTemplateContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnTemplateContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgs", + "id": 0, + "name": "IgbColumnToggledEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event emitted when a checkbox in the checkbox list of an IgxColumnActions component is clicked." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgs.#ctor", + "id": 0, + "name": "IgbColumnToggledEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgs.IgbColumnToggledEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnToggledEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgsDetail", + "id": 0, + "name": "IgbColumnToggledEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event emitted when a checkbox in the checkbox list of an IgxColumnActions component is clicked." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgsDetail.#ctor", + "id": 0, + "name": "IgbColumnToggledEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgsDetail.IgbColumnToggledEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgsDetail.Checked", + "id": 0, + "name": "Checked", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgsDetail.Checked", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The checked state after the action." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgsDetail.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgsDetail.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The column that is toggled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnToggledEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs", + "id": 0, + "name": "IgbColumnVisibilityChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The event arguments after a column's visibility is changed." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs.#ctor", + "id": 0, + "name": "IgbColumnVisibilityChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs.IgbColumnVisibilityChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnVisibilityChangedEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgsDetail", + "id": 0, + "name": "IgbColumnVisibilityChangedEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The event arguments after a column's visibility is changed." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgsDetail.#ctor", + "id": 0, + "name": "IgbColumnVisibilityChangedEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgsDetail.IgbColumnVisibilityChangedEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgsDetail.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgsDetail.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the column the event originated from" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgsDetail.NewValue", + "id": 0, + "name": "NewValue", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgsDetail.NewValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The new hidden state that the column will have, if operation is successful. Will be true when hiding and false when showing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgs", + "id": 0, + "name": "IgbColumnVisibilityChangingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The event arguments when a column's visibility is changed. The event is cancelable It contains information about the column and the it's visibility after the operation (will be true when hiding and false when showing)" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgs.#ctor", + "id": 0, + "name": "IgbColumnVisibilityChangingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgs.IgbColumnVisibilityChangingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnVisibilityChangingEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail", + "id": 0, + "name": "IgbColumnVisibilityChangingEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The event arguments when a column's visibility is changed. The event is cancelable It contains information about the column and the it's visibility after the operation (will be true when hiding and false when showing)" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail.#ctor", + "id": 0, + "name": "IgbColumnVisibilityChangingEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail.IgbColumnVisibilityChangingEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides the ability to cancel the event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the column the event originated from" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail.NewValue", + "id": 0, + "name": "NewValue", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail.NewValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The new hidden state that the column will have, if operation is successful. Will be true when hiding and false when showing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidth", + "id": 0, + "name": "IgbColumnWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidth", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a width of a column." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidth.#ctor", + "id": 0, + "name": "IgbColumnWidth()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidth.IgbColumnWidth()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidth.#ctor(System.Double)", + "id": 0, + "name": "IgbColumnWidth(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidth.IgbColumnWidth(System.Double)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "width", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidth.#ctor(System.Double,System.Boolean)", + "id": 0, + "name": "IgbColumnWidth(Double, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidth.IgbColumnWidth(System.Double, System.Boolean)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "isStarSized", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidth.#ctor(System.Double,System.Double,System.Boolean)", + "id": 0, + "name": "IgbColumnWidth(Double, Double, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidth.IgbColumnWidth(System.Double, System.Double, System.Boolean)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "minimumWidth", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "isStarSized", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidth.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidth.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidth.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidth.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidth.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidth.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidth.IsStarSized", + "id": 0, + "name": "IsStarSized", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidth.IsStarSized", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use star sizing for the column's width" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidth.MinimumWidth", + "id": 0, + "name": "MinimumWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidth.MinimumWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a minimum width to use when star sizing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidth.op_Implicit(System.Double)~IgniteUI.Blazor.Controls.IgbColumnWidth", + "id": 0, + "name": "Implicit(Double to IgbColumnWidth)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidth.Implicit(System.Double to IgniteUI.Blazor.Controls.IgbColumnWidth)", + "kindString": "operator", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "width", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "IgbColumnWidth", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnWidth" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidth.op_Implicit(System.Int32)~IgniteUI.Blazor.Controls.IgbColumnWidth", + "id": 0, + "name": "Implicit(Int32 to IgbColumnWidth)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidth.Implicit(System.Int32 to IgniteUI.Blazor.Controls.IgbColumnWidth)", + "kindString": "operator", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "width", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "IgbColumnWidth", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnWidth" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidth.op_Implicit(System.String)~IgniteUI.Blazor.Controls.IgbColumnWidth", + "id": 0, + "name": "Implicit(String to IgbColumnWidth)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidth.Implicit(System.String to IgniteUI.Blazor.Controls.IgbColumnWidth)", + "kindString": "operator", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "str", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbColumnWidth", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnWidth" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidth.Parse(System.String)", + "id": 0, + "name": "Parse(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidth.Parse(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbColumnWidth", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnWidth" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidth.Star(System.Double)", + "id": 0, + "name": "Star(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidth.Star(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "IgbColumnWidth", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnWidth" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidth.Star(System.Double,System.Double)", + "id": 0, + "name": "Star(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidth.Star(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "minimumWidth", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "IgbColumnWidth", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnWidth" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidth.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidth.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidth.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidth.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidth.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidth.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fixed width or the proportional width of the column, depending on whether this width is a star width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidth.WithMinimum(System.Double)", + "id": 0, + "name": "WithMinimum(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidth.WithMinimum(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "minimumWidth", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "IgbColumnWidth", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnWidth" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidthModule", + "id": 0, + "name": "IgbColumnWidthModule", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidthModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidthModule.#ctor", + "id": 0, + "name": "IgbColumnWidthModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidthModule.IgbColumnWidthModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidthModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidthModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidthModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidthModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColumnWidthModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbColumnWidthModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCombo`1", + "id": 0, + "name": "IgbCombo<T>", + "fullName": "IgniteUI.Blazor.Controls.IgbCombo<T>", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The Combo component is similar to the Select component in that it provides a list of options from which the user can make a selection. In contrast to the Select component, the Combo component displays all options in a virtualized list of items, meaning the combo box can simultaneously show thousands of options, where one or more options can be selected. Additionally, users can create custom item templates, allowing for robust data visualization. The Combo component features case-sensitive filtering, grouping, complex data binding, dynamic addition of values and more." + } + ] + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboBoxColumn", + "id": 0, + "name": "IgbComboBoxColumn", + "fullName": "IgniteUI.Blazor.Controls.IgbComboBoxColumn", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A combobox column." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn", + "id": 0, + "name": "IgbDataGridColumn" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.#ctor", + "id": 0, + "name": "IgbComboBoxColumn()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.IgbComboBoxColumn()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.ActualDataSource", + "id": 0, + "name": "ActualDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.ActualDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbBaseDataSource", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbBaseDataSource" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ComboBox data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.TextField", + "id": 0, + "name": "TextField", + "fullName": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.TextField", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ComboBox text field." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.ValueField", + "id": 0, + "name": "ValueField", + "fullName": "IgniteUI.Blazor.Controls.IgbComboBoxColumn.ValueField", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ComboBox value field." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboBoxColumnModule", + "id": 0, + "name": "IgbComboBoxColumnModule", + "fullName": "IgniteUI.Blazor.Controls.IgbComboBoxColumnModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbComboBoxColumnModule.#ctor", + "id": 0, + "name": "IgbComboBoxColumnModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboBoxColumnModule.IgbComboBoxColumnModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboBoxColumnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboBoxColumnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboBoxColumnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboBoxColumnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboBoxColumnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboBoxColumnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgs", + "id": 0, + "name": "IgbComboChangeEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgs.#ctor", + "id": 0, + "name": "IgbComboChangeEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgs.IgbComboChangeEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbComboChangeEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail", + "id": 0, + "name": "IgbComboChangeEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.#ctor", + "id": 0, + "name": "IgbComboChangeEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.IgbComboChangeEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.ChangeType", + "id": 0, + "name": "ChangeType", + "fullName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.ChangeType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ComboChangeType", + "fullTypeName": "IgniteUI.Blazor.Controls.ComboChangeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.Items", + "id": 0, + "name": "Items", + "fullName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.Items", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.ItemsScript", + "id": 0, + "name": "ItemsScript", + "fullName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.ItemsScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Items in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.NewValue", + "id": 0, + "name": "NewValue", + "fullName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.NewValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.NewValueScript", + "id": 0, + "name": "NewValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.NewValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting NewValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbComboChangeEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor", + "id": 0, + "name": "IgbComboEditor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.#ctor", + "id": 0, + "name": "IgbComboEditor()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.IgbComboEditor()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualBackgroundColor", + "id": 0, + "name": "ActualBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity to use for the underline ripple element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualBaseTheme", + "id": 0, + "name": "ActualBaseTheme", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualBaseTheme", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual display baseTheme to use for the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualBorderColor", + "id": 0, + "name": "ActualBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual item background color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualBorderWidth", + "id": 0, + "name": "ActualBorderWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualBorderWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual item border width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualContentPaddingBottom", + "id": 0, + "name": "ActualContentPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualContentPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualContentPaddingLeft", + "id": 0, + "name": "ActualContentPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualContentPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualContentPaddingRight", + "id": 0, + "name": "ActualContentPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualContentPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualContentPaddingTop", + "id": 0, + "name": "ActualContentPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualContentPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualCornerRadiusBottomLeft", + "id": 0, + "name": "ActualCornerRadiusBottomLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualCornerRadiusBottomLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualCornerRadiusBottomRight", + "id": 0, + "name": "ActualCornerRadiusBottomRight", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualCornerRadiusBottomRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualCornerRadiusTopLeft", + "id": 0, + "name": "ActualCornerRadiusTopLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualCornerRadiusTopLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualCornerRadiusTopRight", + "id": 0, + "name": "ActualCornerRadiusTopRight", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualCornerRadiusTopRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualDensity", + "id": 0, + "name": "ActualDensity", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualDensity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual display Density to use for the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualFocusBorderColor", + "id": 0, + "name": "ActualFocusBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualFocusBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual item border color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualFocusBorderWidth", + "id": 0, + "name": "ActualFocusBorderWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualFocusBorderWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual item border width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualFocusUnderlineColor", + "id": 0, + "name": "ActualFocusUnderlineColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualFocusUnderlineColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color to use for the underline element when focused." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualFocusUnderlineOpacity", + "id": 0, + "name": "ActualFocusUnderlineOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualFocusUnderlineOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity to use for the underline element when focused." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualFocusUnderlineRippleOpacity", + "id": 0, + "name": "ActualFocusUnderlineRippleOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualFocusUnderlineRippleOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity to use for the underline ripple element when focused." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualHoverUnderlineColor", + "id": 0, + "name": "ActualHoverUnderlineColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualHoverUnderlineColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualHoverUnderlineOpacity", + "id": 0, + "name": "ActualHoverUnderlineOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualHoverUnderlineOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity to use for the underline element when hovered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualHoverUnderlineWidth", + "id": 0, + "name": "ActualHoverUnderlineWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualHoverUnderlineWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the width to use for the underline element when hovered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualLabelTextColor", + "id": 0, + "name": "ActualLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color to use for the text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualLabelVisible", + "id": 0, + "name": "ActualLabelVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualLabelVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the visibility of the label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualNoMatchesFoundLabel", + "id": 0, + "name": "ActualNoMatchesFoundLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualNoMatchesFoundLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual text to display on the list when no suggested matches are found." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualNoMatchesFoundLabelBackgroundColor", + "id": 0, + "name": "ActualNoMatchesFoundLabelBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualNoMatchesFoundLabelBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color to use for the "no matches found" label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualNoMatchesFoundLabelTextColor", + "id": 0, + "name": "ActualNoMatchesFoundLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualNoMatchesFoundLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color to use for the "no matches found" label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualTextColor", + "id": 0, + "name": "ActualTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color to use for the text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualUnderlineColor", + "id": 0, + "name": "ActualUnderlineColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualUnderlineColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualUnderlineOpacity", + "id": 0, + "name": "ActualUnderlineOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualUnderlineOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualUnderlineRippleColor", + "id": 0, + "name": "ActualUnderlineRippleColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualUnderlineRippleColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color to use for the underline ripple element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualUnderlineRippleOpacity", + "id": 0, + "name": "ActualUnderlineRippleOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualUnderlineRippleOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity to use for the underline ripple element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualUnderlineRippleWidth", + "id": 0, + "name": "ActualUnderlineRippleWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualUnderlineRippleWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual width to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualUnderlineWidth", + "id": 0, + "name": "ActualUnderlineWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualUnderlineWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual width to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualValueField", + "id": 0, + "name": "ActualValueField", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ActualValueField", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual name of the field in the data source will be used as the Value of the ComboEditor." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.AllowFilter", + "id": 0, + "name": "AllowFilter", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.AllowFilter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether to allow filtering of the combo" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.BackgroundColor", + "id": 0, + "name": "BackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.BackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color to use for the input group." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.BaseTheme", + "id": 0, + "name": "BaseTheme", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.BaseTheme", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the base built in theme to use for the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.BorderColor", + "id": 0, + "name": "BorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.BorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use the border of the input group." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.BorderWidth", + "id": 0, + "name": "BorderWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.BorderWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border width to use for the border of the item group." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.Change", + "id": 0, + "name": "Change", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.Change", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbInputChangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbInputChangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ChangeScript", + "id": 0, + "name": "ChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.Changing", + "id": 0, + "name": "Changing", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.Changing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbInputChangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbInputChangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ChangingScript", + "id": 0, + "name": "ChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.CloseUp", + "id": 0, + "name": "CloseUp()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.CloseUp()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.CloseUpAsync", + "id": 0, + "name": "CloseUpAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.CloseUpAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Programmatically closes the list." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ContentPaddingBottom", + "id": 0, + "name": "ContentPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ContentPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ContentPaddingLeft", + "id": 0, + "name": "ContentPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ContentPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ContentPaddingRight", + "id": 0, + "name": "ContentPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ContentPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ContentPaddingTop", + "id": 0, + "name": "ContentPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ContentPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.CornerRadiusBottomLeft", + "id": 0, + "name": "CornerRadiusBottomLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.CornerRadiusBottomLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.CornerRadiusBottomRight", + "id": 0, + "name": "CornerRadiusBottomRight", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.CornerRadiusBottomRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.CornerRadiusTopLeft", + "id": 0, + "name": "CornerRadiusTopLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.CornerRadiusTopLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.CornerRadiusTopRight", + "id": 0, + "name": "CornerRadiusTopRight", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.CornerRadiusTopRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data to which to bind the combo box list. This can be some type of array or list, or it can be an IDataSource instance." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.DataSourceDesiredProperties", + "id": 0, + "name": "DataSourceDesiredProperties", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.DataSourceDesiredProperties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the desired properties for the data source to load. If specified the data source may decide to constrain the properties it fetches to these properties and must make sure that at least those properties are loaded, rather than the default behavior for that data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.Density", + "id": 0, + "name": "Density", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.Density", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display Density to use for the buttons and dropdown grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.DropDown", + "id": 0, + "name": "DropDown()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.DropDown()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.DropDownAsync", + "id": 0, + "name": "DropDownAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.DropDownAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Programmatically drops down the list." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.DropDownButtonVisible", + "id": 0, + "name": "DropDownButtonVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.DropDownButtonVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the visibility of the drop down button." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.EnableDisableFiltering(System.Boolean)", + "id": 0, + "name": "EnableDisableFiltering(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.EnableDisableFiltering(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "allowFilter", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.EnableDisableFilteringAsync(System.Boolean)", + "id": 0, + "name": "EnableDisableFilteringAsync(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.EnableDisableFilteringAsync(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "allowFilter", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ExportSerializedVisualModel", + "id": 0, + "name": "ExportSerializedVisualModel()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ExportSerializedVisualModel()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ExportSerializedVisualModelAsync", + "id": 0, + "name": "ExportSerializedVisualModelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ExportSerializedVisualModelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a serialized copy of the exported visual model" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ExportVisualModel", + "id": 0, + "name": "ExportVisualModel()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ExportVisualModel()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ExportVisualModelAsync", + "id": 0, + "name": "ExportVisualModelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ExportVisualModelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Exports visual information about the current state of the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.Fields", + "id": 0, + "name": "Fields", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.Fields", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the desired properties for the data source to load. If specified the data source may decide to constrain the properties it fetches to these properties and must make sure that at least those properties are loaded, rather than the default behavior for that data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.FocusBorderColor", + "id": 0, + "name": "FocusBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.FocusBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use the hovered background of the inputs in the group." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.FocusBorderWidth", + "id": 0, + "name": "FocusBorderWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.FocusBorderWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border width to use for the border of the item group when focused." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.FocusUnderlineColor", + "id": 0, + "name": "FocusUnderlineColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.FocusUnderlineColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.FocusUnderlineOpacity", + "id": 0, + "name": "FocusUnderlineOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.FocusUnderlineOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.FocusUnderlineRippleOpacity", + "id": 0, + "name": "FocusUnderlineRippleOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.FocusUnderlineRippleOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity to use for the underline ripple element when focused." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.FontFamily", + "id": 0, + "name": "FontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.FontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.FontSize", + "id": 0, + "name": "FontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.FontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.FontStyle", + "id": 0, + "name": "FontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.FontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.FontWeight", + "id": 0, + "name": "FontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.FontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.GetCurrentText", + "id": 0, + "name": "GetCurrentText()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.GetCurrentText()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.GetCurrentTextAsync", + "id": 0, + "name": "GetCurrentTextAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.GetCurrentTextAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.GetCurrentValue", + "id": 0, + "name": "GetCurrentValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.GetCurrentValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.GetCurrentValueAsync", + "id": 0, + "name": "GetCurrentValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.GetCurrentValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.GotFocus", + "id": 0, + "name": "GotFocus", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.GotFocus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComboEditorGotFocusEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComboEditorGotFocusEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.GotFocusScript", + "id": 0, + "name": "GotFocusScript", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.GotFocusScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.HoverUnderlineColor", + "id": 0, + "name": "HoverUnderlineColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.HoverUnderlineColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.HoverUnderlineOpacity", + "id": 0, + "name": "HoverUnderlineOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.HoverUnderlineOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.HoverUnderlineWidth", + "id": 0, + "name": "HoverUnderlineWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.HoverUnderlineWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width to use for the underline element when hovered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.IsFixed", + "id": 0, + "name": "IsFixed", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.IsFixed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates that the dropdown will position itself relative to the window instead of the document." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.KeyDown", + "id": 0, + "name": "KeyDown", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.KeyDown", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbKeyEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbKeyEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.KeyDownScript", + "id": 0, + "name": "KeyDownScript", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.KeyDownScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The text displayed in the label portion of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.LabelFontFamily", + "id": 0, + "name": "LabelFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.LabelFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.LabelFontSize", + "id": 0, + "name": "LabelFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.LabelFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.LabelFontStyle", + "id": 0, + "name": "LabelFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.LabelFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.LabelFontWeight", + "id": 0, + "name": "LabelFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.LabelFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.LabelTextColor", + "id": 0, + "name": "LabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.LabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.LostFocus", + "id": 0, + "name": "LostFocus", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.LostFocus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComboEditorLostFocusEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComboEditorLostFocusEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.LostFocusScript", + "id": 0, + "name": "LostFocusScript", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.LostFocusScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.NoMatchesFoundLabel", + "id": 0, + "name": "NoMatchesFoundLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.NoMatchesFoundLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text to display on the list when no suggested matches are found." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.NoMatchesFoundLabelBackgroundColor", + "id": 0, + "name": "NoMatchesFoundLabelBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.NoMatchesFoundLabelBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the "no matches found" label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.NoMatchesFoundLabelFontFamily", + "id": 0, + "name": "NoMatchesFoundLabelFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.NoMatchesFoundLabelFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.NoMatchesFoundLabelFontSize", + "id": 0, + "name": "NoMatchesFoundLabelFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.NoMatchesFoundLabelFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.NoMatchesFoundLabelFontStyle", + "id": 0, + "name": "NoMatchesFoundLabelFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.NoMatchesFoundLabelFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.NoMatchesFoundLabelFontWeight", + "id": 0, + "name": "NoMatchesFoundLabelFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.NoMatchesFoundLabelFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.NoMatchesFoundLabelTextColor", + "id": 0, + "name": "NoMatchesFoundLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.NoMatchesFoundLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the "no matches found" label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.OpenAsChild", + "id": 0, + "name": "OpenAsChild", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.OpenAsChild", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates that the dropdown should open as a child of the combobox." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.Placeholder", + "id": 0, + "name": "Placeholder", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.Placeholder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Placeholder text which gives the user a hint about what kind of text is expected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.Select", + "id": 0, + "name": "Select()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.Select()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.SelectAsync", + "id": 0, + "name": "SelectAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.SelectAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Selects all the text in the combo input area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.SelectedValueChanged", + "id": 0, + "name": "SelectedValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.SelectedValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComboEditorValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.SelectedValueChangedScript", + "id": 0, + "name": "SelectedValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.SelectedValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.SelectGridRow(System.Int32)", + "id": 0, + "name": "SelectGridRow(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.SelectGridRow(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.SelectGridRowAsync(System.Int32)", + "id": 0, + "name": "SelectGridRowAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.SelectGridRowAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.Text", + "id": 0, + "name": "Text", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.Text", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The text displayed in the edit portion of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.TextChanged", + "id": 0, + "name": "TextChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.TextChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<String>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.TextChangedScript", + "id": 0, + "name": "TextChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.TextChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.TextField", + "id": 0, + "name": "TextField", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.TextField", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines the name of the field in the data source will be used as the Text of the ComboEditor." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.TextValueChanged", + "id": 0, + "name": "TextValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.TextValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComboEditorTextChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComboEditorTextChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.TextValueChangedScript", + "id": 0, + "name": "TextValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.TextValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.UnderlineColor", + "id": 0, + "name": "UnderlineColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.UnderlineColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.UnderlineOpacity", + "id": 0, + "name": "UnderlineOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.UnderlineOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.UnderlineRippleColor", + "id": 0, + "name": "UnderlineRippleColor", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.UnderlineRippleColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the underline ripple element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.UnderlineRippleOpacity", + "id": 0, + "name": "UnderlineRippleOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.UnderlineRippleOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity to use for the underline ripple element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.UnderlineRippleWidth", + "id": 0, + "name": "UnderlineRippleWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.UnderlineRippleWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.UnderlineWidth", + "id": 0, + "name": "UnderlineWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.UnderlineWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.UseTopLayer", + "id": 0, + "name": "UseTopLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.UseTopLayer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates that the dropdown will place itself into the browser top layer." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Value of the combo." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ValueChanged", + "id": 0, + "name": "ValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<Object>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ValueChangedScript", + "id": 0, + "name": "ValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.ValueField", + "id": 0, + "name": "ValueField", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.ValueField", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the user provided primary key to assume for the data. Certain functionality of the combo (such as the the current Value) requires a way to uniquely identify items in order to work correctly. If a primary key cannot be inferred from the data source, you may need to provide one here." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.VerifyDisplayText", + "id": 0, + "name": "VerifyDisplayText()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.VerifyDisplayText()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditor.VerifyDisplayTextAsync", + "id": 0, + "name": "VerifyDisplayTextAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditor.VerifyDisplayTextAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorGotFocusEventArgs", + "id": 0, + "name": "IgbComboEditorGotFocusEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorGotFocusEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorGotFocusEventArgs.#ctor", + "id": 0, + "name": "IgbComboEditorGotFocusEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorGotFocusEventArgs.IgbComboEditorGotFocusEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorGotFocusEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorGotFocusEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorGotFocusEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorGotFocusEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorGotFocusEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorGotFocusEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorGotFocusEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorGotFocusEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorLostFocusEventArgs", + "id": 0, + "name": "IgbComboEditorLostFocusEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorLostFocusEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorLostFocusEventArgs.#ctor", + "id": 0, + "name": "IgbComboEditorLostFocusEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorLostFocusEventArgs.IgbComboEditorLostFocusEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorLostFocusEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorLostFocusEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorLostFocusEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorLostFocusEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorLostFocusEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorLostFocusEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorLostFocusEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorLostFocusEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorModule", + "id": 0, + "name": "IgbComboEditorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorModule.#ctor", + "id": 0, + "name": "IgbComboEditorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorModule.IgbComboEditorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorTextChangedEventArgs", + "id": 0, + "name": "IgbComboEditorTextChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorTextChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorTextChangedEventArgs.#ctor", + "id": 0, + "name": "IgbComboEditorTextChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorTextChangedEventArgs.IgbComboEditorTextChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorTextChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorTextChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorTextChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorTextChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorTextChangedEventArgs.NewText", + "id": 0, + "name": "NewText", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorTextChangedEventArgs.NewText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorTextChangedEventArgs.OldText", + "id": 0, + "name": "OldText", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorTextChangedEventArgs.OldText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorTextChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorTextChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorTextChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorTextChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs", + "id": 0, + "name": "IgbComboEditorValueChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs.#ctor", + "id": 0, + "name": "IgbComboEditorValueChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs.IgbComboEditorValueChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs.NewValue", + "id": 0, + "name": "NewValue", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs.NewValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs.NewValueScript", + "id": 0, + "name": "NewValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs.NewValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting NewValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs.OldValue", + "id": 0, + "name": "OldValue", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs.OldValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs.OldValueScript", + "id": 0, + "name": "OldValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs.OldValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting OldValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbComboEditorValueChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboModule", + "id": 0, + "name": "IgbComboModule", + "fullName": "IgniteUI.Blazor.Controls.IgbComboModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbComboModule.#ctor", + "id": 0, + "name": "IgbComboModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbComboModule.IgbComboModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComboModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbComboModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicator", + "id": 0, + "name": "IgbCommodityChannelIndexIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Commodity Channel Index indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicator.#ctor", + "id": 0, + "name": "IgbCommodityChannelIndexIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicator.IgbCommodityChannelIndexIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicator.Period", + "id": 0, + "name": "Period", + "fullName": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicator.Period", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current CCISeries object. The typical, and initial, value for CCI periods is 20." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicatorModule", + "id": 0, + "name": "IgbCommodityChannelIndexIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicatorModule.#ctor", + "id": 0, + "name": "IgbCommodityChannelIndexIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicatorModule.IgbCommodityChannelIndexIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCommodityChannelIndexIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentArrayDataValueChangedEventArgs", + "id": 0, + "name": "IgbComponentArrayDataValueChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentArrayDataValueChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentArrayDataValueChangedEventArgs.#ctor", + "id": 0, + "name": "IgbComponentArrayDataValueChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentArrayDataValueChangedEventArgs.IgbComponentArrayDataValueChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentArrayDataValueChangedEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentArrayDataValueChangedEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentArrayDataValueChangedEventArgs.DetailScript", + "id": 0, + "name": "DetailScript", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentArrayDataValueChangedEventArgs.DetailScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Detail in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentArrayDataValueChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentArrayDataValueChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentArrayDataValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentArrayDataValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentArrayDataValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentArrayDataValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentArrayDataValueChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentArrayDataValueChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs", + "id": 0, + "name": "IgbComponentBoolValueChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs.#ctor", + "id": 0, + "name": "IgbComponentBoolValueChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs.IgbComponentBoolValueChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentDataValueChangedEventArgs", + "id": 0, + "name": "IgbComponentDataValueChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentDataValueChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentDataValueChangedEventArgs.#ctor", + "id": 0, + "name": "IgbComponentDataValueChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentDataValueChangedEventArgs.IgbComponentDataValueChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentDataValueChangedEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentDataValueChangedEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentDataValueChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentDataValueChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentDataValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentDataValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentDataValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentDataValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentDataValueChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentDataValueChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentDateValueChangedEventArgs", + "id": 0, + "name": "IgbComponentDateValueChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentDateValueChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentDateValueChangedEventArgs.#ctor", + "id": 0, + "name": "IgbComponentDateValueChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentDateValueChangedEventArgs.IgbComponentDateValueChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentDateValueChangedEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentDateValueChangedEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentDateValueChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentDateValueChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentDateValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentDateValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentDateValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentDateValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentDateValueChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentDateValueChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentRendererContainer", + "id": 0, + "name": "IgbComponentRendererContainer", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentRendererContainer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentRendererContainer.#ctor", + "id": 0, + "name": "IgbComponentRendererContainer()", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentRendererContainer.IgbComponentRendererContainer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentRendererContainer.add_ComponentChanged(IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventHandler)", + "id": 0, + "name": "add_ComponentChanged(ComponentRendererComponentChangedEventHandler)", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentRendererContainer.add_ComponentChanged(IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventHandler)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "ComponentRendererComponentChangedEventHandler", + "fullTypeName": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventHandler" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentRendererContainer.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)", + "id": 0, + "name": "BuildRenderTree(RenderTreeBuilder)", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentRendererContainer.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "builder", + "type": "RenderTreeBuilder", + "fullTypeName": "Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentRendererContainer.ComponentChanged", + "id": 0, + "name": "ComponentChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentRendererContainer.ComponentChanged", + "kindString": "event", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ComponentRendererComponentChangedEventHandler", + "fullTypeName": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventHandler" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentRendererContainer.ComponentType", + "id": 0, + "name": "ComponentType", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentRendererContainer.ComponentType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Type", + "fullTypeName": "System.Type" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentRendererContainer.remove_ComponentChanged(IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventHandler)", + "id": 0, + "name": "remove_ComponentChanged(ComponentRendererComponentChangedEventHandler)", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentRendererContainer.remove_ComponentChanged(IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventHandler)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "ComponentRendererComponentChangedEventHandler", + "fullTypeName": "IgniteUI.Blazor.Controls.ComponentRendererComponentChangedEventHandler" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentRendererContainer.RootComponent", + "id": 0, + "name": "RootComponent", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentRendererContainer.RootComponent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs", + "id": 0, + "name": "IgbComponentValueChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs.#ctor", + "id": 0, + "name": "IgbComponentValueChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs.IgbComponentValueChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentChildCollection", + "id": 0, + "name": "IgbContentChildCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbContentChildCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{System.Object}", + "id": 0, + "name": "BaseCollection<Object>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbContentChildCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbContentChildCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbContentChildCollection.IgbContentChildCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane", + "id": 0, + "name": "IgbContentPane", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPane", + "id": 0, + "name": "IgbDockManagerPane" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.#ctor", + "id": 0, + "name": "IgbContentPane()", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.IgbContentPane()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.AcceptsInnerDock", + "id": 0, + "name": "AcceptsInnerDock", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.AcceptsInnerDock", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the end user can inner dock another pane in this one. Defaults to true." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.AllowClose", + "id": 0, + "name": "AllowClose", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.AllowClose", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the end user is allowed to close the pane. Defaults to true." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.AllowDocking", + "id": 0, + "name": "AllowDocking", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.AllowDocking", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the end user is allowed to dock the pane. Defaults to true." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.AllowFloating", + "id": 0, + "name": "AllowFloating", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.AllowFloating", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the end user is allowed to make the pane floating. Defaults to true." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.AllowMaximize", + "id": 0, + "name": "AllowMaximize", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.AllowMaximize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the end user is allowed to maximize the pane." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.AllowPinning", + "id": 0, + "name": "AllowPinning", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.AllowPinning", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the end user is allowed to pin/unpin the pane. Defaults to true." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.ContentId", + "id": 0, + "name": "ContentId", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.ContentId", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The slot attribute's value of the content element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether a pane is disabled. Defaults to false." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.DocumentOnly", + "id": 0, + "name": "DocumentOnly", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.DocumentOnly", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Marks that a content pane can be docked only inside a document host." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.FloatingHeaderId", + "id": 0, + "name": "FloatingHeaderId", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.FloatingHeaderId", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The slot attribute's value of the floating header element. If not set, the headerId property value is used." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.Header", + "id": 0, + "name": "Header", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.Header", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The text header of the content pane. Even if header slot templates are used, the text header is used for aria label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.HeaderId", + "id": 0, + "name": "HeaderId", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.HeaderId", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The slot attribute's value of the content pane header element. If not set, the header property value is used." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.Hidden", + "id": 0, + "name": "Hidden", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.Hidden", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether a pane is hidden in the UI. Defaults to false." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.Id", + "id": 0, + "name": "Id", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.Id", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The id of the pane. If not set the Dock Manager generates it automatically." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.IsMaximized", + "id": 0, + "name": "IsMaximized", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.IsMaximized", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether a content pane is maximized or not. Defaults to false." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.IsPinned", + "id": 0, + "name": "IsPinned", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.IsPinned", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether a content pane is pinned or not. Defaults to true." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.PaneType", + "id": 0, + "name": "PaneType", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.PaneType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The type of the pane." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockManagerPaneType", + "fullTypeName": "IgniteUI.Blazor.Controls.DockManagerPaneType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.Size", + "id": 0, + "name": "Size", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.Size", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The size of the pane relative to its sibling panes' sizes. Defaults to 100." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.TabHeaderId", + "id": 0, + "name": "TabHeaderId", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.TabHeaderId", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The slot attribute's value of the tab header element. If not set, the header property value is used." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.UnpinnedHeaderId", + "id": 0, + "name": "UnpinnedHeaderId", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.UnpinnedHeaderId", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The slot attribute's value of the unpinned header element. If not set, the header property value is used." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.UnpinnedLocation", + "id": 0, + "name": "UnpinnedLocation", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.UnpinnedLocation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The desired unpinned location of the content pane. If not set the Dock Manager automatically calculates it based on the location of the pane relatively to the document host. If more than one document host is presented, the closest one in the pane hierarchy will be used for the calculation. If there is no document host, the default location is left." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "UnpinnedLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.UnpinnedLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPane.UnpinnedSize", + "id": 0, + "name": "UnpinnedSize", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPane.UnpinnedSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The absolute size of the pane in an unpinned state. Defaults to 200." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPaneCollection", + "id": 0, + "name": "IgbContentPaneCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPaneCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbContentPane}", + "id": 0, + "name": "BaseCollection<IgbContentPane>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPaneCollection.#ctor", + "id": 0, + "name": "IgbContentPaneCollection()", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPaneCollection.IgbContentPaneCollection()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPaneCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbContentPaneCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPaneCollection.IgbContentPaneCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPaneModule", + "id": 0, + "name": "IgbContentPaneModule", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPaneModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPaneModule.#ctor", + "id": 0, + "name": "IgbContentPaneModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPaneModule.IgbContentPaneModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPaneModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPaneModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPaneModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPaneModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContentPaneModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbContentPaneModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContourValueResolver", + "id": 0, + "name": "IgbContourValueResolver", + "fullName": "IgniteUI.Blazor.Controls.IgbContourValueResolver", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Class used to determine the numeric values of contour lines, given a larger list of numeric values." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbContourValueResolver.#ctor", + "id": 0, + "name": "IgbContourValueResolver()", + "fullName": "IgniteUI.Blazor.Controls.IgbContourValueResolver.IgbContourValueResolver()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContourValueResolver.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbContourValueResolver.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContourValueResolver.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbContourValueResolver.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer", + "id": 0, + "name": "IgbCrosshairLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an annotation layer that displays crosshair lines that cross through the closest value of the target series under the cursor." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "id": 0, + "name": "IgbAnnotationLayer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.#ctor", + "id": 0, + "name": "IgbCrosshairLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.IgbCrosshairLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.HorizontalLineStroke", + "id": 0, + "name": "HorizontalLineStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.HorizontalLineStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the horizontal line. Leave null for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.HorizontalLineVisibility", + "id": 0, + "name": "HorizontalLineVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.HorizontalLineVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to display the horizontal line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.IsAxisAnnotationEnabled", + "id": 0, + "name": "IsAxisAnnotationEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.IsAxisAnnotationEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to draw annotations over the axes where the crosshair meets with them." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.SkipAxisAnnotationOnInvalidData", + "id": 0, + "name": "SkipAxisAnnotationOnInvalidData", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.SkipAxisAnnotationOnInvalidData", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether axis annotation are skipped for invalid data in a given position." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.SkipAxisAnnotationOnZeroValueFragments", + "id": 0, + "name": "SkipAxisAnnotationOnZeroValueFragments", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.SkipAxisAnnotationOnZeroValueFragments", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether axis annotation are skipped for zero-value fragments in a given position." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.SkipUnknownValues", + "id": 0, + "name": "SkipUnknownValues", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.SkipUnknownValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to skip unknown values when searching for series values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.TargetSeries", + "id": 0, + "name": "TargetSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.TargetSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series to target this annotation to. If null, this annotation targets all series simultaneously." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.TargetSeriesName", + "id": 0, + "name": "TargetSeriesName", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.TargetSeriesName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name of the series to target this annotation to. If null, this annotation targets all series simultaneously." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.TargetSeriesScript", + "id": 0, + "name": "TargetSeriesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.TargetSeriesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TargetSeries in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.UseInterpolation", + "id": 0, + "name": "UseInterpolation", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.UseInterpolation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use value interpolation when drawing a line through the best value for the cursor position." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.VerticalLineStroke", + "id": 0, + "name": "VerticalLineStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.VerticalLineStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for vertical line. Leave null for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.VerticalLineVisibility", + "id": 0, + "name": "VerticalLineVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.VerticalLineVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to display the vertical line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationBackground", + "id": 0, + "name": "XAxisAnnotationBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the x axis annotation backing. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationBackgroundCornerRadius", + "id": 0, + "name": "XAxisAnnotationBackgroundCornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationBackgroundCornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the corner radius to use for the x axis annotation backing. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationFormatLabelScript", + "id": 0, + "name": "XAxisAnnotationFormatLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationFormatLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationInterpolatedValuePrecision", + "id": 0, + "name": "XAxisAnnotationInterpolatedValuePrecision", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationInterpolatedValuePrecision", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the precision to use displaying values for interpolated crosshair positions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationOutline", + "id": 0, + "name": "XAxisAnnotationOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the x axis annotation outline. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationPaddingBottom", + "id": 0, + "name": "XAxisAnnotationPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationPaddingLeft", + "id": 0, + "name": "XAxisAnnotationPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationPaddingRight", + "id": 0, + "name": "XAxisAnnotationPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationPaddingTop", + "id": 0, + "name": "XAxisAnnotationPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationStrokeThickness", + "id": 0, + "name": "XAxisAnnotationStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness for the x axis annotation backing. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationTextColor", + "id": 0, + "name": "XAxisAnnotationTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.XAxisAnnotationTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the x axis annotation text. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationBackground", + "id": 0, + "name": "YAxisAnnotationBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the y axis annotation backing. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationBackgroundCornerRadius", + "id": 0, + "name": "YAxisAnnotationBackgroundCornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationBackgroundCornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the corner radius to use for the y axis annotation backing. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationFormatLabelScript", + "id": 0, + "name": "YAxisAnnotationFormatLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationFormatLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationInterpolatedValuePrecision", + "id": 0, + "name": "YAxisAnnotationInterpolatedValuePrecision", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationInterpolatedValuePrecision", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the precision to use displaying values for interpolated crosshair positions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationOutline", + "id": 0, + "name": "YAxisAnnotationOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the y axis annotation outline. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationPaddingBottom", + "id": 0, + "name": "YAxisAnnotationPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationPaddingLeft", + "id": 0, + "name": "YAxisAnnotationPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationPaddingRight", + "id": 0, + "name": "YAxisAnnotationPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationPaddingTop", + "id": 0, + "name": "YAxisAnnotationPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationStrokeThickness", + "id": 0, + "name": "YAxisAnnotationStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness for the y axis annotation backing. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationTextColor", + "id": 0, + "name": "YAxisAnnotationTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayer.YAxisAnnotationTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the y axis annotation text. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayerModule", + "id": 0, + "name": "IgbCrosshairLayerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayerModule.#ctor", + "id": 0, + "name": "IgbCrosshairLayerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayerModule.IgbCrosshairLayerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCrosshairLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCrosshairLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolver", + "id": 0, + "name": "IgbCustomContourValueResolver", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolver", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "ContourValueResolver class which fires an event to resolve the contour values." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContourValueResolver", + "id": 0, + "name": "IgbContourValueResolver" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolver.#ctor", + "id": 0, + "name": "IgbCustomContourValueResolver()", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolver.IgbCustomContourValueResolver()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolver.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolver.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolver.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolver.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolver.GetCustomContourValues", + "id": 0, + "name": "GetCustomContourValues", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolver.GetCustomContourValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbCustomContourValueResolverEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbCustomContourValueResolverEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolver.GetCustomContourValuesScript", + "id": 0, + "name": "GetCustomContourValuesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolver.GetCustomContourValuesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolver.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolver.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverEventArgs", + "id": 0, + "name": "IgbCustomContourValueResolverEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for GetCustomContourValues event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverEventArgs.#ctor", + "id": 0, + "name": "IgbCustomContourValueResolverEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverEventArgs.IgbCustomContourValueResolverEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverEventArgs.ContourValues", + "id": 0, + "name": "ContourValues", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverEventArgs.ContourValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverEventArgs.Values", + "id": 0, + "name": "Values", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverEventArgs.Values", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverModule", + "id": 0, + "name": "IgbCustomContourValueResolverModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverModule.#ctor", + "id": 0, + "name": "IgbCustomContourValueResolverModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverModule.IgbCustomContourValueResolverModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomContourValueResolverModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomIndicator", + "id": 0, + "name": "IgbCustomIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Custom Indicator series. The indicator value is calculated in the user specified Indicator event handler." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomIndicator.#ctor", + "id": 0, + "name": "IgbCustomIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomIndicator.IgbCustomIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomIndicatorModule", + "id": 0, + "name": "IgbCustomIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomIndicatorModule.#ctor", + "id": 0, + "name": "IgbCustomIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomIndicatorModule.IgbCustomIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomIndicatorNameCollection", + "id": 0, + "name": "IgbCustomIndicatorNameCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomIndicatorNameCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{System.String}", + "id": 0, + "name": "BaseCollection<String>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomIndicatorNameCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbCustomIndicatorNameCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomIndicatorNameCollection.IgbCustomIndicatorNameCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomMapImagery", + "id": 0, + "name": "IgbCustomMapImagery", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomMapImagery", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a CustomMapImagery MapImagery" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery", + "id": 0, + "name": "IgbGeographicMapImagery" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomMapImagery.#ctor", + "id": 0, + "name": "IgbCustomMapImagery()", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomMapImagery.IgbCustomMapImagery()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomMapImagery.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomMapImagery.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomMapImagery.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomMapImagery.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomMapImagery.GetTileImageUri", + "id": 0, + "name": "GetTileImageUri", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomMapImagery.GetTileImageUri", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGetTileImageUriArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomMapImagery.GetTileImageUriScript", + "id": 0, + "name": "GetTileImageUriScript", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomMapImagery.GetTileImageUriScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomMapImagery.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomMapImagery.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomMapImageryModule", + "id": 0, + "name": "IgbCustomMapImageryModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomMapImageryModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomMapImageryModule.#ctor", + "id": 0, + "name": "IgbCustomMapImageryModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomMapImageryModule.IgbCustomMapImageryModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomMapImageryModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomMapImageryModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomMapImageryModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomMapImageryModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomMapImageryModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomMapImageryModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScale", + "id": 0, + "name": "IgbCustomPaletteBrushScale", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScale", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a brush scale that uses index-based brush selection mode." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScale", + "id": 0, + "name": "IgbBrushScale" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScale.#ctor", + "id": 0, + "name": "IgbCustomPaletteBrushScale()", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScale.IgbCustomPaletteBrushScale()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScale.BrushSelectionMode", + "id": 0, + "name": "BrushSelectionMode", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScale.BrushSelectionMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush selection mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BrushSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.BrushSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScale.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScale.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScale.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScale.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScale.GetBrush1(System.Int32,System.Int32)", + "id": 0, + "name": "GetBrush1(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScale.GetBrush1(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "total", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScale.GetBrush1Async(System.Int32,System.Int32)", + "id": 0, + "name": "GetBrush1Async(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScale.GetBrush1Async(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "total", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScale.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScale.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScaleModule", + "id": 0, + "name": "IgbCustomPaletteBrushScaleModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScaleModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScaleModule.#ctor", + "id": 0, + "name": "IgbCustomPaletteBrushScaleModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScaleModule.IgbCustomPaletteBrushScaleModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScaleModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScaleModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScaleModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScaleModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScaleModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteBrushScaleModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScale", + "id": 0, + "name": "IgbCustomPaletteColorScale", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScale", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "ColorScale class for selecting a color from a given palette, or interpolating between adjacent colors in that palette." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbColorScale", + "id": 0, + "name": "IgbColorScale" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScale.#ctor", + "id": 0, + "name": "IgbCustomPaletteColorScale()", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScale.IgbCustomPaletteColorScale()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScale.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScale.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScale.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScale.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScale.InterpolationMode", + "id": 0, + "name": "InterpolationMode", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScale.InterpolationMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The approach to use when getting a color from the palette." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColorScaleInterpolationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColorScaleInterpolationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScale.MaximumValue", + "id": 0, + "name": "MaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScale.MaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The highest value to assign a color. Any given value greater than this value will be made Transparent." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScale.MinimumValue", + "id": 0, + "name": "MinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScale.MinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The lowest value to assign a color. Any given value less than this value will be made Transparent." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScale.Palette", + "id": 0, + "name": "Palette", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScale.Palette", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A list of colors to select from or interpolate between." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScale.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScale.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScaleModule", + "id": 0, + "name": "IgbCustomPaletteColorScaleModule", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScaleModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScaleModule.#ctor", + "id": 0, + "name": "IgbCustomPaletteColorScaleModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScaleModule.IgbCustomPaletteColorScaleModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScaleModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScaleModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScaleModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScaleModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScaleModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbCustomPaletteColorScaleModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile", + "id": 0, + "name": "IgbDashboardTile", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.#ctor", + "id": 0, + "name": "IgbDashboardTile()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.IgbDashboardTile()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ActualBrushes", + "id": 0, + "name": "ActualBrushes", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ActualBrushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual palette of brushes to use for coloring the chart series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ActualCustomizations", + "id": 0, + "name": "ActualCustomizations", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ActualCustomizations", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDashboardTileCustomizationCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomizationCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ActualOutlines", + "id": 0, + "name": "ActualOutlines", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ActualOutlines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual palette of brushes to use for outlines on the chart series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.AutoCalloutsVisible", + "id": 0, + "name": "AutoCalloutsVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.AutoCalloutsVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the auto value callouts should be displayed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.BackgroundColor", + "id": 0, + "name": "BackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.BackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the background of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.BaseTheme", + "id": 0, + "name": "BaseTheme", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.BaseTheme", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the base built in theme to use for the checkbox." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.Brushes", + "id": 0, + "name": "Brushes", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.Brushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette of brushes to use for coloring the dashboard tile." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.CategoryAxisMajorStroke", + "id": 0, + "name": "CategoryAxisMajorStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.CategoryAxisMajorStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the brush to use for the Category axis major strokes, if applicable." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ChangingContent", + "id": 0, + "name": "ChangingContent", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ChangingContent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDashboardTileChangingContentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDashboardTileChangingContentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ChangingContentScript", + "id": 0, + "name": "ChangingContentScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ChangingContentScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ClearSettings", + "id": 0, + "name": "ClearSettings()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ClearSettings()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ClearSettingsAsync", + "id": 0, + "name": "ClearSettingsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ClearSettingsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ContentCustomizations", + "id": 0, + "name": "ContentCustomizations", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ContentCustomizations", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDashboardTileCustomizationCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomizationCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.CrosshairsAnnotationEnabled", + "id": 0, + "name": "CrosshairsAnnotationEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.CrosshairsAnnotationEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether annotations are shown along the axis for crosshair values" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.CrosshairsDisplayMode", + "id": 0, + "name": "CrosshairsDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.CrosshairsDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the crosshairs to be displayed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CrosshairsDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.Customizations", + "id": 0, + "name": "Customizations", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.Customizations", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a collection where you can add customization that will be applied to the generated visualizations." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDashboardTileCustomizationCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomizationCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a collection of data items used to generate the dashboard tile." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.Density", + "id": 0, + "name": "Density", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.Density", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display density to use for the toolbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ExcludedProperties", + "id": 0, + "name": "ExcludedProperties", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ExcludedProperties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a set of property paths that should be excluded from consideration by the category chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.FilterExpressions", + "id": 0, + "name": "FilterExpressions", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.FilterExpressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current filter that is applied to the chart. Collection can be updated to modify the filter for the chart. Once filter expressions are in this collection, the chart will no longer listen for changes on their properties." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpressionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpressionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.FilterStringErrorsParsing", + "id": 0, + "name": "FilterStringErrorsParsing", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.FilterStringErrorsParsing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDashboardTileFilterStringErrorsParsingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDashboardTileFilterStringErrorsParsingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.FilterStringErrorsParsingScript", + "id": 0, + "name": "FilterStringErrorsParsingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.FilterStringErrorsParsingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.FinalValueAnnotationsVisible", + "id": 0, + "name": "FinalValueAnnotationsVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.FinalValueAnnotationsVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether annotations for the final value of each series is displayed on the axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.GetCurrentSelectedSeriesItems", + "id": 0, + "name": "GetCurrentSelectedSeriesItems()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.GetCurrentSelectedSeriesItems()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSelectedItemCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.GetCurrentSelectedSeriesItemsAsync", + "id": 0, + "name": "GetCurrentSelectedSeriesItemsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.GetCurrentSelectedSeriesItemsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbChartSelectedItemCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.GetSettingsValue(System.String)", + "id": 0, + "name": "GetSettingsValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.GetSettingsValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.GetSettingsValueAsync(System.String)", + "id": 0, + "name": "GetSettingsValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.GetSettingsValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.GroupDescriptions", + "id": 0, + "name": "GroupDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.GroupDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current grouping that is applied to the grid. Collection can be updated to modify the grouping for the grid. Once grouping descriptions are in this collection, the grid will no longer listen for changes on their properties." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDashboardTileSortDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.GroupSortDescriptions", + "id": 0, + "name": "GroupSortDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.GroupSortDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDashboardTileSortDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.GroupSorts", + "id": 0, + "name": "GroupSorts", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.GroupSorts", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the sorts to apply after grouping has been applied." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.HasModifiedSettings", + "id": 0, + "name": "HasModifiedSettings()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.HasModifiedSettings()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.HasModifiedSettingsAsync", + "id": 0, + "name": "HasModifiedSettingsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.HasModifiedSettingsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.HighlightedDataSource", + "id": 0, + "name": "HighlightedDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.HighlightedDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a collection of data items used to generate the dashboard tile." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.HighlightedDataSourceScript", + "id": 0, + "name": "HighlightedDataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.HighlightedDataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting HighlightedDataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.HighlightedValuesDisplayMode", + "id": 0, + "name": "HighlightedValuesDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.HighlightedValuesDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether and how to display highlighted values for the series. Note, this is distinct from the highlighting feature that indicates what is closest or under the mouse. This property applies to Category Chart and Financial Chart controls." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightedValuesDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightedValuesDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.HighlightFilterExpressions", + "id": 0, + "name": "HighlightFilterExpressions", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.HighlightFilterExpressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current highlight filter that is applied to the chart. Collection can be updated to modify the highlight filter for the chart. Once filter expressions are in this collection, the chart will no longer listen for changes on their properties." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpressionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpressionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.IncludedProperties", + "id": 0, + "name": "IncludedProperties", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.IncludedProperties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a set of property paths that should be included for consideration by the category chart, leaving the remainder excluded. If null, all properties will be considered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialFilter", + "id": 0, + "name": "InitialFilter", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialFilter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialFilterExpressions", + "id": 0, + "name": "InitialFilterExpressions", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialFilterExpressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the initial filters that are applied to the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpressionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpressionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialGroupDescriptions", + "id": 0, + "name": "InitialGroupDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialGroupDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the initial groupings that are applied to the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDashboardTileSortDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialGroups", + "id": 0, + "name": "InitialGroups", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialGroups", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the groupings to apply to the chart. This property will become ignored if sorts are changed outside of this property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialGroupSortDescriptions", + "id": 0, + "name": "InitialGroupSortDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialGroupSortDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the initial sorts that are applied to the chart after groupings and summaries are applied." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDashboardTileSortDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialHighlightFilter", + "id": 0, + "name": "InitialHighlightFilter", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialHighlightFilter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialHighlightFilterExpressions", + "id": 0, + "name": "InitialHighlightFilterExpressions", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialHighlightFilterExpressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the initial highlight filters that are applied to the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpressionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpressionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialSortDescriptions", + "id": 0, + "name": "InitialSortDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialSortDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the initial sorts that are applied to the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDashboardTileSortDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialSorts", + "id": 0, + "name": "InitialSorts", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialSorts", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the sorts to apply to the chart. This property will become ignored if sorts are changed outside of this property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialSummaries", + "id": 0, + "name": "InitialSummaries", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialSummaries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the summaries to apply to the chart. This property will become ignored if sorts are changed outside of this property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialSummaryDescriptions", + "id": 0, + "name": "InitialSummaryDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.InitialSummaryDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the initial summaries that are applied to the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDashboardTileSummaryDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.OnUIReady", + "id": 0, + "name": "OnUIReady()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.OnUIReady()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.OnUIReadyAsync", + "id": 0, + "name": "OnUIReadyAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.OnUIReadyAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.Outlines", + "id": 0, + "name": "Outlines", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.Outlines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette of brushes to use for outlines on the dashboard tile." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.RemoveSettingsValue(System.String)", + "id": 0, + "name": "RemoveSettingsValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.RemoveSettingsValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.RemoveSettingsValueAsync(System.String)", + "id": 0, + "name": "RemoveSettingsValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.RemoveSettingsValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ResetZoom", + "id": 0, + "name": "ResetZoom()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ResetZoom()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ResetZoomAsync", + "id": 0, + "name": "ResetZoomAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ResetZoomAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Resets the zoom level to default." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.SelectedSeriesItems", + "id": 0, + "name": "SelectedSeriesItems", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.SelectedSeriesItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the currently selected data items. Adding or removing data items from this collection will select or deselect the visuals associated with those items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSelectedItemCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ShouldAvoidAxisAnnotationCollisions", + "id": 0, + "name": "ShouldAvoidAxisAnnotationCollisions", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ShouldAvoidAxisAnnotationCollisions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether annotations for the final value of each series is displayed on the axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ShouldDisplayMockData", + "id": 0, + "name": "ShouldDisplayMockData", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ShouldDisplayMockData", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the dashboard tile should display mock data when the data source has not been provided, if supported for this type of chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ShouldUseSkeletonStyleForMockData", + "id": 0, + "name": "ShouldUseSkeletonStyleForMockData", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ShouldUseSkeletonStyleForMockData", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the dashboard tile should use a faded skeleton style for mock data." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.SortDescriptions", + "id": 0, + "name": "SortDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.SortDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDashboardTileSortDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.SummaryDescriptions", + "id": 0, + "name": "SummaryDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.SummaryDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current summaries that are applied to the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDashboardTileSummaryDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.TileTitle", + "id": 0, + "name": "TileTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.TileTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets text to display above the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.TrendLineBrushes", + "id": 0, + "name": "TrendLineBrushes", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.TrendLineBrushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette of brushes to used for coloring trend lines in this chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.TrendLineType", + "id": 0, + "name": "TrendLineType", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.TrendLineType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the formula used for calculating trend lines in this chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.TrendLineTypes", + "id": 0, + "name": "TrendLineTypes", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.TrendLineTypes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets what trendlines to use in the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTrendLineTypeCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTrendLineTypeCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.UpdateSettingsValue(System.String,System.Object)", + "id": 0, + "name": "UpdateSettingsValue(String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.UpdateSettingsValue(System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.UpdateSettingsValueAsync(System.String,System.Object)", + "id": 0, + "name": "UpdateSettingsValueAsync(String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.UpdateSettingsValueAsync(System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ValidVisualizationTypePriorityThreshold", + "id": 0, + "name": "ValidVisualizationTypePriorityThreshold", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ValidVisualizationTypePriorityThreshold", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the crosshairs to be displayed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ValidVisualizationTypes", + "id": 0, + "name": "ValidVisualizationTypes", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ValidVisualizationTypes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current set of valid visualization types for the data." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType[]", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ValueLines", + "id": 0, + "name": "ValueLines", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ValueLines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets what value lines to use in the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbValueModeCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbValueModeCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ValueLinesBrushes", + "id": 0, + "name": "ValueLinesBrushes", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ValueLinesBrushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette of brushes to use for coloring the value lines present in the ValueLines property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ValueLinesGlobalAverageBrush", + "id": 0, + "name": "ValueLinesGlobalAverageBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ValueLinesGlobalAverageBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color for GlobalAverage value lines." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ValueLinesGlobalMaximumBrush", + "id": 0, + "name": "ValueLinesGlobalMaximumBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ValueLinesGlobalMaximumBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color for GlobalMaximum value lines." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ValueLinesGlobalMinimumBrush", + "id": 0, + "name": "ValueLinesGlobalMinimumBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ValueLinesGlobalMinimumBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color for GlobalMinimum value lines." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.VisualizationType", + "id": 0, + "name": "VisualizationType", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.VisualizationType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the crosshairs to be displayed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DashboardTileVisualizationType", + "fullTypeName": "IgniteUI.Blazor.Controls.DashboardTileVisualizationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ZoomIn(System.Double)", + "id": 0, + "name": "ZoomIn(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ZoomIn(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "percentage", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ZoomInAsync(System.Double)", + "id": 0, + "name": "ZoomInAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ZoomInAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "percentage", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ZoomOut(System.Double)", + "id": 0, + "name": "ZoomOut(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ZoomOut(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "percentage", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTile.ZoomOutAsync(System.Double)", + "id": 0, + "name": "ZoomOutAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTile.ZoomOutAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Performs zoom out action on the chart by specified percentage of current window rect" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "percentage", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileChangingContentEventArgs", + "id": 0, + "name": "IgbDashboardTileChangingContentEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileChangingContentEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileChangingContentEventArgs.#ctor", + "id": 0, + "name": "IgbDashboardTileChangingContentEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileChangingContentEventArgs.IgbDashboardTileChangingContentEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileChangingContentEventArgs.ContentJson", + "id": 0, + "name": "ContentJson", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileChangingContentEventArgs.ContentJson", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileChangingContentEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileChangingContentEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileChangingContentEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileChangingContentEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileChangingContentEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileChangingContentEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileChangingContentEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileChangingContentEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization", + "id": 0, + "name": "IgbDashboardTileCustomization", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.#ctor", + "id": 0, + "name": "IgbDashboardTileCustomization()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.IgbDashboardTileCustomization()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.CollectionIndex", + "id": 0, + "name": "CollectionIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.CollectionIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.IsCollectionInsertionAtEnd", + "id": 0, + "name": "IsCollectionInsertionAtEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.IsCollectionInsertionAtEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.IsCollectionInsertionAtIndex", + "id": 0, + "name": "IsCollectionInsertionAtIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.IsCollectionInsertionAtIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.IsCollectionInsertionAtStart", + "id": 0, + "name": "IsCollectionInsertionAtStart", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.IsCollectionInsertionAtStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.IsCollectionRemovaltIndex", + "id": 0, + "name": "IsCollectionRemovaltIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.IsCollectionRemovaltIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.MatchParentIndex", + "id": 0, + "name": "MatchParentIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.MatchParentIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.MatchType", + "id": 0, + "name": "MatchType", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.MatchType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.Order", + "id": 0, + "name": "Order", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.Order", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.PropertyName", + "id": 0, + "name": "PropertyName", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.PropertyName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.PropertyValue", + "id": 0, + "name": "PropertyValue", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.PropertyValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.PropertyValueScript", + "id": 0, + "name": "PropertyValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.PropertyValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting PropertyValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomization.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomizationCollection", + "id": 0, + "name": "IgbDashboardTileCustomizationCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomizationCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbDashboardTileCustomization}", + "id": 0, + "name": "BaseCollection<IgbDashboardTileCustomization>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomizationCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbDashboardTileCustomizationCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomizationCollection.IgbDashboardTileCustomizationCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomizationModule", + "id": 0, + "name": "IgbDashboardTileCustomizationModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomizationModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomizationModule.#ctor", + "id": 0, + "name": "IgbDashboardTileCustomizationModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomizationModule.IgbDashboardTileCustomizationModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomizationModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomizationModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomizationModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomizationModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomizationModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileCustomizationModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileFilterStringErrorsParsingEventArgs", + "id": 0, + "name": "IgbDashboardTileFilterStringErrorsParsingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileFilterStringErrorsParsingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments for when there are errors parsing the filter string" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileFilterStringErrorsParsingEventArgs.#ctor", + "id": 0, + "name": "IgbDashboardTileFilterStringErrorsParsingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileFilterStringErrorsParsingEventArgs.IgbDashboardTileFilterStringErrorsParsingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileFilterStringErrorsParsingEventArgs.Errors", + "id": 0, + "name": "Errors", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileFilterStringErrorsParsingEventArgs.Errors", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the errors from parsing the filter string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileFilterStringErrorsParsingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileFilterStringErrorsParsingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileFilterStringErrorsParsingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileFilterStringErrorsParsingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileFilterStringErrorsParsingEventArgs.PropertyName", + "id": 0, + "name": "PropertyName", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileFilterStringErrorsParsingEventArgs.PropertyName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileFilterStringErrorsParsingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileFilterStringErrorsParsingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileFilterStringErrorsParsingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileFilterStringErrorsParsingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescription", + "id": 0, + "name": "IgbDashboardTileGroupDescription", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescription", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an element in the current grouping applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescription", + "id": 0, + "name": "IgbDashboardTileSortDescription" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescription.#ctor", + "id": 0, + "name": "IgbDashboardTileGroupDescription()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescription.IgbDashboardTileGroupDescription()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescription.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescription.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescription.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescription.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescription.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescription.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescriptionCollection", + "id": 0, + "name": "IgbDashboardTileGroupDescriptionCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescriptionCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescription}", + "id": 0, + "name": "BaseCollection<IgbDashboardTileGroupDescription>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescriptionCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbDashboardTileGroupDescriptionCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescriptionCollection.IgbDashboardTileGroupDescriptionCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescriptionModule", + "id": 0, + "name": "IgbDashboardTileGroupDescriptionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescriptionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescriptionModule.#ctor", + "id": 0, + "name": "IgbDashboardTileGroupDescriptionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescriptionModule.IgbDashboardTileGroupDescriptionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileGroupDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileModule", + "id": 0, + "name": "IgbDashboardTileModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileModule.#ctor", + "id": 0, + "name": "IgbDashboardTileModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileModule.IgbDashboardTileModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescription", + "id": 0, + "name": "IgbDashboardTileSortDescription", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescription", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an element in the current sort applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescription.#ctor", + "id": 0, + "name": "IgbDashboardTileSortDescription()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescription.IgbDashboardTileSortDescription()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescription.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescription.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescription.Field", + "id": 0, + "name": "Field", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescription.Field", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the property being sorted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescription.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescription.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescription.SortDirection", + "id": 0, + "name": "SortDirection", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescription.SortDirection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the direction to sort based on the property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ListSortDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.ListSortDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescription.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescription.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescriptionCollection", + "id": 0, + "name": "IgbDashboardTileSortDescriptionCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescriptionCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbDashboardTileSortDescription}", + "id": 0, + "name": "BaseCollection<IgbDashboardTileSortDescription>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescriptionCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbDashboardTileSortDescriptionCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescriptionCollection.IgbDashboardTileSortDescriptionCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescriptionModule", + "id": 0, + "name": "IgbDashboardTileSortDescriptionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescriptionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescriptionModule.#ctor", + "id": 0, + "name": "IgbDashboardTileSortDescriptionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescriptionModule.IgbDashboardTileSortDescriptionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSortDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription", + "id": 0, + "name": "IgbDashboardTileSummaryDescription", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a summary that is applied to a datasource. Changes to this object are not observed or expected after it is initially assigned to a collection." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.#ctor", + "id": 0, + "name": "IgbDashboardTileSummaryDescription()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.IgbDashboardTileSummaryDescription()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.Alias", + "id": 0, + "name": "Alias", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.Alias", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets an alias for the summary. Currently only used in aggregated data situations." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.CalculatorDisplayName", + "id": 0, + "name": "CalculatorDisplayName", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.CalculatorDisplayName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use when displaying the calculator name." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.Field", + "id": 0, + "name": "Field", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.Field", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.Operand", + "id": 0, + "name": "Operand", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.Operand", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.ProvideCalculator", + "id": 0, + "name": "ProvideCalculator", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.ProvideCalculator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbProvideCalculatorEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbProvideCalculatorEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.ProvideCalculatorScript", + "id": 0, + "name": "ProvideCalculatorScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.ProvideCalculatorScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescriptionCollection", + "id": 0, + "name": "IgbDashboardTileSummaryDescriptionCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescriptionCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescription}", + "id": 0, + "name": "BaseCollection<IgbDashboardTileSummaryDescription>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescriptionCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbDashboardTileSummaryDescriptionCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescriptionCollection.IgbDashboardTileSummaryDescriptionCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescriptionModule", + "id": 0, + "name": "IgbDashboardTileSummaryDescriptionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescriptionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescriptionModule.#ctor", + "id": 0, + "name": "IgbDashboardTileSummaryDescriptionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescriptionModule.IgbDashboardTileSummaryDescriptionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDashboardTileSummaryDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer", + "id": 0, + "name": "IgbDataAnnotationAxisLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a base annotation layer that displays annotations over an axis." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "id": 0, + "name": "IgbAnnotationLayer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.#ctor", + "id": 0, + "name": "IgbDataAnnotationAxisLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.IgbDataAnnotationAxisLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationBackground", + "id": 0, + "name": "AnnotationBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color used for backing of the axis annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationBackgroundMatchLayer", + "id": 0, + "name": "AnnotationBackgroundMatchLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationBackgroundMatchLayer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the annotation background matches brush of the layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationBackgroundMode", + "id": 0, + "name": "AnnotationBackgroundMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationBackgroundMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the background of axis annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationBackgroundShift", + "id": 0, + "name": "AnnotationBackgroundShift", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationBackgroundShift", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the percentage used to shift AnnotationBackground. Value must range between -1.0 to 1.0, where 0 means no color shift." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationBorderColor", + "id": 0, + "name": "AnnotationBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color used for border color of the axis annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationBorderMatchLayer", + "id": 0, + "name": "AnnotationBorderMatchLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationBorderMatchLayer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the annotation border matches outline of the layer (if it has a fill visual) otherwise brush of the layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationBorderMode", + "id": 0, + "name": "AnnotationBorderMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationBorderMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting border color of the axis annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationBorderRadius", + "id": 0, + "name": "AnnotationBorderRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationBorderRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border radius used for displaying the axis annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationBorderShift", + "id": 0, + "name": "AnnotationBorderShift", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationBorderShift", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the percentage amount used to shift AnnotationBorderColor. Value must range between -1.0 to 1.0, where 0 means no color shift." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationBorderThickness", + "id": 0, + "name": "AnnotationBorderThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationBorderThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets border thickness of the axis annotations." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationLabelDisplayMode", + "id": 0, + "name": "AnnotationLabelDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationLabelDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets display mode of label on axis annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationLabelVisible", + "id": 0, + "name": "AnnotationLabelVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationLabelVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show all annotations over target axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationPaddingBottom", + "id": 0, + "name": "AnnotationPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationPaddingLeft", + "id": 0, + "name": "AnnotationPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationPaddingRight", + "id": 0, + "name": "AnnotationPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationPaddingTop", + "id": 0, + "name": "AnnotationPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationTextColor", + "id": 0, + "name": "AnnotationTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color used in the axis annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationTextColorMatchLayer", + "id": 0, + "name": "AnnotationTextColorMatchLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationTextColorMatchLayer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the annotation text color matches brush of the layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationTextColorMode", + "id": 0, + "name": "AnnotationTextColorMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationTextColorMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the text color in axis annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationTextColorShift", + "id": 0, + "name": "AnnotationTextColorShift", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationTextColorShift", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the percentage used to shift AnnotationTextColor. Value must range between -1.0 to 1.0, where 0 means no color shift." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationValueMaxPrecision", + "id": 0, + "name": "AnnotationValueMaxPrecision", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationValueMaxPrecision", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets maximum precision for displaying values on axis annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationValueMinPrecision", + "id": 0, + "name": "AnnotationValueMinPrecision", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.AnnotationValueMinPrecision", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets minimum precision for displaying values on axis annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "id": 0, + "name": "BindAxes(IgbAxis[])", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Axes", + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.TargetAxis", + "id": 0, + "name": "TargetAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.TargetAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the target axis for this annotation. If null, this annotation will use TargetMode to determine target axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.TargetAxisName", + "id": 0, + "name": "TargetAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.TargetAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve targetAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.TargetAxisScript", + "id": 0, + "name": "TargetAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.TargetAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TargetAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.TargetMode", + "id": 0, + "name": "TargetMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.TargetMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode for targeting axes present in the chart. Defaults to targeting all category-axes present in the chart" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationTargetMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationTargetMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayer", + "id": 0, + "name": "IgbDataAnnotationBandLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an annotation layer that renders bands (line with breadth) at locations of x/y values mapped to these properties: StartValueXMemberPath StartValueYMemberPath EndValueXMemberPath EndValueYMemberPath AnnotationBreadthMemberPath" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "id": 0, + "name": "IgbAnnotationLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer", + "id": 0, + "name": "IgbDataAnnotationAxisLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer", + "id": 0, + "name": "IgbDataAnnotationShapeLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer", + "id": 0, + "name": "IgbDataAnnotationRangeLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer", + "id": 0, + "name": "IgbDataAnnotationPointLayer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayer.#ctor", + "id": 0, + "name": "IgbDataAnnotationBandLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayer.IgbDataAnnotationBandLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayer.AnnotationBreadthMemberPath", + "id": 0, + "name": "AnnotationBreadthMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayer.AnnotationBreadthMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets name of data column with breath/size of shape annotations." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayer.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayer.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayerModule", + "id": 0, + "name": "IgbDataAnnotationBandLayerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayerModule.#ctor", + "id": 0, + "name": "IgbDataAnnotationBandLayerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayerModule.IgbDataAnnotationBandLayerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationBandLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo", + "id": 0, + "name": "IgbDataAnnotationInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents data annotation" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.#ctor", + "id": 0, + "name": "IgbDataAnnotationInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.IgbDataAnnotationInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.Background", + "id": 0, + "name": "Background", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.Background", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.BorderColor", + "id": 0, + "name": "BorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.BorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.BorderRadius", + "id": 0, + "name": "BorderRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.BorderRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.BorderThickness", + "id": 0, + "name": "BorderThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.BorderThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.DataIndex", + "id": 0, + "name": "DataIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.DataIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.DataLabelX", + "id": 0, + "name": "DataLabelX", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.DataLabelX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.DataLabelY", + "id": 0, + "name": "DataLabelY", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.DataLabelY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.DataValueX", + "id": 0, + "name": "DataValueX", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.DataValueX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.DataValueY", + "id": 0, + "name": "DataValueY", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.DataValueY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.XAxisLabel", + "id": 0, + "name": "XAxisLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.XAxisLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.XAxisPixel", + "id": 0, + "name": "XAxisPixel", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.XAxisPixel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.XAxisValue", + "id": 0, + "name": "XAxisValue", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.XAxisValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.XAxisWindow", + "id": 0, + "name": "XAxisWindow", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.XAxisWindow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.YAxisLabel", + "id": 0, + "name": "YAxisLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.YAxisLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.YAxisPixel", + "id": 0, + "name": "YAxisPixel", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.YAxisPixel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.YAxisValue", + "id": 0, + "name": "YAxisValue", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.YAxisValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.YAxisWindow", + "id": 0, + "name": "YAxisWindow", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationInfo.YAxisWindow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem", + "id": 0, + "name": "IgbDataAnnotationItem", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a definition of data annotation displayed by the DataAnnotationShapeLayer" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.#ctor", + "id": 0, + "name": "IgbDataAnnotationItem()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.IgbDataAnnotationItem()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.CenterLabelX", + "id": 0, + "name": "CenterLabelX", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.CenterLabelX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a label displayed at center annotation shape on x-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.CenterLabelY", + "id": 0, + "name": "CenterLabelY", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.CenterLabelY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a label displayed at center annotation shape on y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.DataIndex", + "id": 0, + "name": "DataIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.DataIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets data index associated with the annotation" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.EndLabelX", + "id": 0, + "name": "EndLabelX", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.EndLabelX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a label displayed at end annotation shape on x-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.EndLabelY", + "id": 0, + "name": "EndLabelY", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.EndLabelY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a label displayed at end annotation shape on y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.ShapeBrush", + "id": 0, + "name": "ShapeBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.ShapeBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets fill brush of the annotation shape" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.ShapeCenterX", + "id": 0, + "name": "ShapeCenterX", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.ShapeCenterX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets X coordinate for the center of annotation shape" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.ShapeCenterY", + "id": 0, + "name": "ShapeCenterY", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.ShapeCenterY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets Y coordinate for the center of annotation shape" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.ShapeEndX", + "id": 0, + "name": "ShapeEndX", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.ShapeEndX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets X coordinate for the end of annotation shape" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.ShapeEndY", + "id": 0, + "name": "ShapeEndY", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.ShapeEndY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets Y coordinate for the end of annotation shape" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.ShapeOutline", + "id": 0, + "name": "ShapeOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.ShapeOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets outline brush of the annotation shape" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.ShapeStartX", + "id": 0, + "name": "ShapeStartX", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.ShapeStartX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets X coordinate for the start of annotation shape" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.ShapeStartY", + "id": 0, + "name": "ShapeStartY", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.ShapeStartY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets Y coordinate for the start of annotation shape" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.ShapeThickness", + "id": 0, + "name": "ShapeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.ShapeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets outline thickness of the annotation shape" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.StartLabelX", + "id": 0, + "name": "StartLabelX", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.StartLabelX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a label displayed at start annotation shape on x-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.StartLabelY", + "id": 0, + "name": "StartLabelY", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.StartLabelY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a label displayed at start annotation shape on y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationItem.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationLineLayer", + "id": 0, + "name": "IgbDataAnnotationLineLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationLineLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an annotation layer that renders lines at locations of x/y values mapped to these properties: StartValueXMemberPath StartValueYMemberPath EndValueXMemberPath EndValueYMemberPath" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "id": 0, + "name": "IgbAnnotationLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer", + "id": 0, + "name": "IgbDataAnnotationAxisLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer", + "id": 0, + "name": "IgbDataAnnotationShapeLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer", + "id": 0, + "name": "IgbDataAnnotationRangeLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer", + "id": 0, + "name": "IgbDataAnnotationPointLayer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationLineLayer.#ctor", + "id": 0, + "name": "IgbDataAnnotationLineLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationLineLayer.IgbDataAnnotationLineLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationLineLayer.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationLineLayer.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationLineLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationLineLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationLineLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationLineLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationLineLayerModule", + "id": 0, + "name": "IgbDataAnnotationLineLayerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationLineLayerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationLineLayerModule.#ctor", + "id": 0, + "name": "IgbDataAnnotationLineLayerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationLineLayerModule.IgbDataAnnotationLineLayerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationLineLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationLineLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationLineLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationLineLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationLineLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationLineLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer", + "id": 0, + "name": "IgbDataAnnotationPointLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a base of annotation layers that render shapes at locations of x/y values mapped to these properties: StartValueXMemberPath StartValueYMemberPath EndValueXMemberPath EndValueYMemberPath" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "id": 0, + "name": "IgbAnnotationLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer", + "id": 0, + "name": "IgbDataAnnotationAxisLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer", + "id": 0, + "name": "IgbDataAnnotationShapeLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer", + "id": 0, + "name": "IgbDataAnnotationRangeLayer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.#ctor", + "id": 0, + "name": "IgbDataAnnotationPointLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.IgbDataAnnotationPointLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.CenterLabelXDisplayMode", + "id": 0, + "name": "CenterLabelXDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.CenterLabelXDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets display mode of label in the center annotation on x-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.CenterLabelXMemberPath", + "id": 0, + "name": "CenterLabelXMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.CenterLabelXMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets mapping custom label between start and end of data annotations on x-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.CenterLabelYDisplayMode", + "id": 0, + "name": "CenterLabelYDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.CenterLabelYDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets display mode of content in the center annotation on y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.CenterLabelYMemberPath", + "id": 0, + "name": "CenterLabelYMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.CenterLabelYMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets mapping custom label between start and end of data annotations on y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.EndLabelXDisplayMode", + "id": 0, + "name": "EndLabelXDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.EndLabelXDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets display mode of label at the end annotation on x-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.EndLabelXMemberPath", + "id": 0, + "name": "EndLabelXMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.EndLabelXMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets mapping custom label at the end of annotations on x-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.EndLabelYDisplayMode", + "id": 0, + "name": "EndLabelYDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.EndLabelYDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets display mode of label at the end annotation on y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.EndLabelYMemberPath", + "id": 0, + "name": "EndLabelYMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.EndLabelYMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets mapping custom label at the end of annotations on y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.EndValueXMemberPath", + "id": 0, + "name": "EndValueXMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.EndValueXMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets name of data column with x-positions for end of annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.EndValueYMemberPath", + "id": 0, + "name": "EndValueYMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.EndValueYMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets name of data column with y-positions for end of annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.StartLabelXDisplayMode", + "id": 0, + "name": "StartLabelXDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.StartLabelXDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets display mode of label in the start annotation on x-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.StartLabelXMemberPath", + "id": 0, + "name": "StartLabelXMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.StartLabelXMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets mapping custom label at the start of annotations on x-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.StartLabelYDisplayMode", + "id": 0, + "name": "StartLabelYDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.StartLabelYDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets display mode of label in the start annotation on y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.StartLabelYMemberPath", + "id": 0, + "name": "StartLabelYMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.StartLabelYMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets mapping custom label at the start of annotations on y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.StartValueXMemberPath", + "id": 0, + "name": "StartValueXMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.StartValueXMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets name of data column with x-positions for the start of annotations." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.StartValueYMemberPath", + "id": 0, + "name": "StartValueYMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.StartValueYMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets name of data column with y-positions for the start of annotations." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer", + "id": 0, + "name": "IgbDataAnnotationRangeLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a base of annotation layers that render from start/end range" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "id": 0, + "name": "IgbAnnotationLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer", + "id": 0, + "name": "IgbDataAnnotationAxisLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer", + "id": 0, + "name": "IgbDataAnnotationShapeLayer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.#ctor", + "id": 0, + "name": "IgbDataAnnotationRangeLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.IgbDataAnnotationRangeLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.CenterLabelBackground", + "id": 0, + "name": "CenterLabelBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.CenterLabelBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background used for displaying the center annotation label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.CenterLabelBorderColor", + "id": 0, + "name": "CenterLabelBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.CenterLabelBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border color used for displaying the center annotation label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.CenterLabelTextColor", + "id": 0, + "name": "CenterLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.CenterLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color used for displaying the center annotation label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.EndLabelBackground", + "id": 0, + "name": "EndLabelBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.EndLabelBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background used for displaying the end annotation label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.EndLabelBorderColor", + "id": 0, + "name": "EndLabelBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.EndLabelBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border used for displaying the end annotation label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.EndLabelTextColor", + "id": 0, + "name": "EndLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.EndLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color used for displaying the end annotation label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.StartLabelBackground", + "id": 0, + "name": "StartLabelBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.StartLabelBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background used for displaying the start annotation label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.StartLabelBorderColor", + "id": 0, + "name": "StartLabelBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.StartLabelBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border color used for displaying Start annotation label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.StartLabelTextColor", + "id": 0, + "name": "StartLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.StartLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color used for displaying the start annotation label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRectLayer", + "id": 0, + "name": "IgbDataAnnotationRectLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRectLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an annotation layer that renders rectangles at locations of x/y values mapped to these properties: StartValueXMemberPath StartValueYMemberPath EndValueXMemberPath EndValueYMemberPath" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "id": 0, + "name": "IgbAnnotationLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer", + "id": 0, + "name": "IgbDataAnnotationAxisLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer", + "id": 0, + "name": "IgbDataAnnotationShapeLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer", + "id": 0, + "name": "IgbDataAnnotationRangeLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationPointLayer", + "id": 0, + "name": "IgbDataAnnotationPointLayer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRectLayer.#ctor", + "id": 0, + "name": "IgbDataAnnotationRectLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRectLayer.IgbDataAnnotationRectLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRectLayer.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRectLayer.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRectLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRectLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRectLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRectLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRectLayerModule", + "id": 0, + "name": "IgbDataAnnotationRectLayerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRectLayerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRectLayerModule.#ctor", + "id": 0, + "name": "IgbDataAnnotationRectLayerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRectLayerModule.IgbDataAnnotationRectLayerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRectLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRectLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRectLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRectLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRectLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationRectLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer", + "id": 0, + "name": "IgbDataAnnotationShapeLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a base annotation layer that renders shapes defined by derived data annotation, e.g. line, strip, slice, rect, band" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "id": 0, + "name": "IgbAnnotationLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer", + "id": 0, + "name": "IgbDataAnnotationAxisLayer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.#ctor", + "id": 0, + "name": "IgbDataAnnotationShapeLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.IgbDataAnnotationShapeLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.AnnotationShapeVisible", + "id": 0, + "name": "AnnotationShapeVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.AnnotationShapeVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to draw shape of annotations in the plot area" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.FromWorld(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "FromWorld(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.FromWorld(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.FromWorldAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "FromWorldAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.FromWorldAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Converts world coordinate (0.0 - 1.0) to pixel coordinate that is relative to component's size" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.FromWorldX(System.Double)", + "id": 0, + "name": "FromWorldX(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.FromWorldX(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "x", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.FromWorldXAsync(System.Double)", + "id": 0, + "name": "FromWorldXAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.FromWorldXAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Converts world X coordinate (0.0 - 1.0) to pixel coordinate that is relative to component's width" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "x", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.FromWorldY(System.Double)", + "id": 0, + "name": "FromWorldY(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.FromWorldY(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "y", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.FromWorldYAsync(System.Double)", + "id": 0, + "name": "FromWorldYAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.FromWorldYAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Converts world Y coordinate (0.0 - 1.0) to pixel coordinate that is relative to component's height" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "y", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.IsTargetingHorizontalAxis", + "id": 0, + "name": "IsTargetingHorizontalAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.IsTargetingHorizontalAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the annotation layer is currently targeting horizontal axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.ItemsUseWorldCoordinates", + "id": 0, + "name": "ItemsUseWorldCoordinates", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.ItemsUseWorldCoordinates", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the data items of the annotations use world coordinates (0.0 - 1.0) or they default to using axes coordinates (data indexes for category axis or data values for numeric axis)." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayText", + "id": 0, + "name": "OverlayText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text that will be displayed as the overlay annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextAngle", + "id": 0, + "name": "OverlayTextAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the angle rotation (in degrees) of the overlay text in relation to shape of data annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextBackground", + "id": 0, + "name": "OverlayTextBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background the overlay text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextBackgroundMatchLayer", + "id": 0, + "name": "OverlayTextBackgroundMatchLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextBackgroundMatchLayer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the overlay text background matches brush of the layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextBackgroundMode", + "id": 0, + "name": "OverlayTextBackgroundMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextBackgroundMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the background of overlay text based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextBackgroundShift", + "id": 0, + "name": "OverlayTextBackgroundShift", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextBackgroundShift", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the shift of the overlay background based on OverlayTextBackgroundMode. Value must range between -1.0 to 1.0, where 0 means no color shift." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextBorderColor", + "id": 0, + "name": "OverlayTextBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border stroke of the overlay text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextBorderMatchLayer", + "id": 0, + "name": "OverlayTextBorderMatchLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextBorderMatchLayer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the overlay text border matches brush of the layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextBorderMode", + "id": 0, + "name": "OverlayTextBorderMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextBorderMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the border of overlay text based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextBorderRadius", + "id": 0, + "name": "OverlayTextBorderRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextBorderRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border corner of the overlay text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextBorderShift", + "id": 0, + "name": "OverlayTextBorderShift", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextBorderShift", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the shift of the overlay border based on OverlayTextBorderMode. Value must range between -1.0 to 1.0, where 0 means no color shift." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextBorderThickness", + "id": 0, + "name": "OverlayTextBorderThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextBorderThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border thickness of the overlay text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextColor", + "id": 0, + "name": "OverlayTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color the overlay text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextColorMatchLayer", + "id": 0, + "name": "OverlayTextColorMatchLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextColorMatchLayer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the overlay text color matches brush of the layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextColorMode", + "id": 0, + "name": "OverlayTextColorMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextColorMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the background of overlay text based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextColorShift", + "id": 0, + "name": "OverlayTextColorShift", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextColorShift", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the shift of the overlay text color based on OverlayTextColorMode. Value must range between -1.0 to 1.0, where 0 means no color shift." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextFontFamily", + "id": 0, + "name": "OverlayTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextFontSize", + "id": 0, + "name": "OverlayTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextFontStyle", + "id": 0, + "name": "OverlayTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextFontWeight", + "id": 0, + "name": "OverlayTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextHorizontalMargin", + "id": 0, + "name": "OverlayTextHorizontalMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextHorizontalMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the horizontal margin of the overlay text in relation to shape of data annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextHorizontalPadding", + "id": 0, + "name": "OverlayTextHorizontalPadding", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextHorizontalPadding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the horizontal padding of the overlay text in relation to shape of data annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextLocation", + "id": 0, + "name": "OverlayTextLocation", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextLocation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets location of the overlay text in relation to shape of data annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextMemberPath", + "id": 0, + "name": "OverlayTextMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets name of data column with text that will be displayed as overlay text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextVerticalMargin", + "id": 0, + "name": "OverlayTextVerticalMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextVerticalMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the vertical margin of the overlay text in relation to shape of data annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextVerticalPadding", + "id": 0, + "name": "OverlayTextVerticalPadding", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextVerticalPadding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the vertical padding of the overlay text in relation to shape of data annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextVisible", + "id": 0, + "name": "OverlayTextVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.OverlayTextVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the overlay text is visible in shape of data annotation" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.StylingAxisAnnotation", + "id": 0, + "name": "StylingAxisAnnotation", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.StylingAxisAnnotation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDataAnnotationInfo>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDataAnnotationInfo>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.StylingAxisAnnotationScript", + "id": 0, + "name": "StylingAxisAnnotationScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.StylingAxisAnnotationScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.StylingOverlayText", + "id": 0, + "name": "StylingOverlayText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.StylingOverlayText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbOverlayTextUpdatingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.StylingOverlayTextScript", + "id": 0, + "name": "StylingOverlayTextScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.StylingOverlayTextScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.StylingShapeAnnotation", + "id": 0, + "name": "StylingShapeAnnotation", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.StylingShapeAnnotation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDataAnnotationItem>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDataAnnotationItem>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.StylingShapeAnnotationScript", + "id": 0, + "name": "StylingShapeAnnotationScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.StylingShapeAnnotationScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.ToWorld(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "ToWorld(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.ToWorld(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "pixel", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.ToWorldAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "ToWorldAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.ToWorldAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Converts pixel coordinate (relative to component's size) to world coordinate (0.0 - 1.0)" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "pixel", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.ToWorldX(System.Double)", + "id": 0, + "name": "ToWorldX(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.ToWorldX(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "x", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.ToWorldXAsync(System.Double)", + "id": 0, + "name": "ToWorldXAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.ToWorldXAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Converts pixel X coordinate (relative to component's width) to world coordinate (0.0 - 1.0)" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "x", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.ToWorldY(System.Double)", + "id": 0, + "name": "ToWorldY(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.ToWorldY(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "y", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.ToWorldYAsync(System.Double)", + "id": 0, + "name": "ToWorldYAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.ToWorldYAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Converts pixel Y coordinate (relative to component's height) to world coordinate (0.0 - 1.0)" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "y", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayer", + "id": 0, + "name": "IgbDataAnnotationSliceLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an annotation layer that renders vertical or horizontal slices/lines at values mapped to AnnotationValueMemberPath property horizontal slices/lines when TargetAxis is set to Y-axis vertical slices/lines when TargetAxis is set to X-axis" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "id": 0, + "name": "IgbAnnotationLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer", + "id": 0, + "name": "IgbDataAnnotationAxisLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer", + "id": 0, + "name": "IgbDataAnnotationShapeLayer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayer.#ctor", + "id": 0, + "name": "IgbDataAnnotationSliceLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayer.IgbDataAnnotationSliceLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayer.AnnotationLabelMemberPath", + "id": 0, + "name": "AnnotationLabelMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayer.AnnotationLabelMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets mapping custom label on axis annotations." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayer.AnnotationValueMemberPath", + "id": 0, + "name": "AnnotationValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayer.AnnotationValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets name of data column with values used to position annotations." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayer.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayer.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayerModule", + "id": 0, + "name": "IgbDataAnnotationSliceLayerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayerModule.#ctor", + "id": 0, + "name": "IgbDataAnnotationSliceLayerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayerModule.IgbDataAnnotationSliceLayerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationSliceLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer", + "id": 0, + "name": "IgbDataAnnotationStripLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an annotation layer that renders vertical or horizontal strips between values mapped to these properties: StartValueMemberPath EndValueMemberPath" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "id": 0, + "name": "IgbAnnotationLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationAxisLayer", + "id": 0, + "name": "IgbDataAnnotationAxisLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationShapeLayer", + "id": 0, + "name": "IgbDataAnnotationShapeLayer" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationRangeLayer", + "id": 0, + "name": "IgbDataAnnotationRangeLayer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.#ctor", + "id": 0, + "name": "IgbDataAnnotationStripLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.IgbDataAnnotationStripLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.CenterLabelDisplayMode", + "id": 0, + "name": "CenterLabelDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.CenterLabelDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets display mode of label in the center annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.CenterLabelMemberPath", + "id": 0, + "name": "CenterLabelMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.CenterLabelMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets mapping custom label between start and end of data annotations." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.EndLabelDisplayMode", + "id": 0, + "name": "EndLabelDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.EndLabelDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets display mode of label at the end annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.EndLabelMemberPath", + "id": 0, + "name": "EndLabelMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.EndLabelMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets mapping custom label at the end of annotations." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.EndValueMemberPath", + "id": 0, + "name": "EndValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.EndValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets name of data column with positions for end of annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.StartLabelDisplayMode", + "id": 0, + "name": "StartLabelDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.StartLabelDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets display mode of label in the start annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAnnotationDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAnnotationDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.StartLabelMemberPath", + "id": 0, + "name": "StartLabelMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.StartLabelMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets mapping custom label at the start of annotations." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.StartValueMemberPath", + "id": 0, + "name": "StartValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.StartValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets name of data column with positions for the start of annotations." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayerModule", + "id": 0, + "name": "IgbDataAnnotationStripLayerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayerModule.#ctor", + "id": 0, + "name": "IgbDataAnnotationStripLayerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayerModule.IgbDataAnnotationStripLayerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataAnnotationStripLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataBindingEventArgs", + "id": 0, + "name": "IgbDataBindingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbDataBindingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the data binding taking place." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataBindingEventArgs.#ctor", + "id": 0, + "name": "IgbDataBindingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataBindingEventArgs.IgbDataBindingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataBindingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataBindingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataBindingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataBindingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataBindingEventArgs.ResolvedValue", + "id": 0, + "name": "ResolvedValue", + "fullName": "IgniteUI.Blazor.Controls.IgbDataBindingEventArgs.ResolvedValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The resolved value for the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataBindingEventArgs.ResolvedValueScript", + "id": 0, + "name": "ResolvedValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataBindingEventArgs.ResolvedValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ResolvedValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataBindingEventArgs.RowObject", + "id": 0, + "name": "RowObject", + "fullName": "IgniteUI.Blazor.Controls.IgbDataBindingEventArgs.RowObject", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The data for the row in which the cell is contained." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataBindingEventArgs.RowObjectScript", + "id": 0, + "name": "RowObjectScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataBindingEventArgs.RowObjectScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowObject in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataBindingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataBindingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataBindingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataBindingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart", + "id": 0, + "name": "IgbDataChart", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a chart area containing axes, series, an optional legend and other hosted content." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer", + "id": 0, + "name": "IgbSeriesViewer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.#ctor", + "id": 0, + "name": "IgbDataChart()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.IgbDataChart()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.ActualAxes", + "id": 0, + "name": "ActualAxes", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.ActualAxes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbAxisCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxisCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.ActualPlotAreaMarginBottom", + "id": 0, + "name": "ActualPlotAreaMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.ActualPlotAreaMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual resolved bottom plot area margin;" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.ActualPlotAreaMarginLeft", + "id": 0, + "name": "ActualPlotAreaMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.ActualPlotAreaMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual resolved left plot area margin;" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.ActualPlotAreaMarginRight", + "id": 0, + "name": "ActualPlotAreaMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.ActualPlotAreaMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual resolved right plot area margin;" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.ActualPlotAreaMarginTop", + "id": 0, + "name": "ActualPlotAreaMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.ActualPlotAreaMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual resolved top plot area margin;" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.ActualWindowScaleHorizontal", + "id": 0, + "name": "ActualWindowScaleHorizontal", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.ActualWindowScaleHorizontal", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A number between 0 and 1 determining the scale of the horizontal zoom." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.ActualWindowScaleVertical", + "id": 0, + "name": "ActualWindowScaleVertical", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.ActualWindowScaleVertical", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A number between 0 and 1 determining the scale of the vertical zoom." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.AlignsGridLinesToPixels", + "id": 0, + "name": "AlignsGridLinesToPixels", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.AlignsGridLinesToPixels", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a value indicating whether grid and tick lines are aligned to device pixels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.AutoExpandMarginExtraPadding", + "id": 0, + "name": "AutoExpandMarginExtraPadding", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.AutoExpandMarginExtraPadding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the extra amount the series viewer should auto expand margins to accomodate the initial horizontal axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.AutoExpandMarginMaximumValue", + "id": 0, + "name": "AutoExpandMarginMaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.AutoExpandMarginMaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum amount the series viewer should auto expand margins to accomodate the initial horizontal axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.AutoMarginAndAngleUpdateMode", + "id": 0, + "name": "AutoMarginAndAngleUpdateMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.AutoMarginAndAngleUpdateMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a whether the series viewer should consider auto rotating labels to fit them in the initial view. This implies that ShouldAutoExpandMarginForInitialLabels is true." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AutoMarginsAndAngleUpdateMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AutoMarginsAndAngleUpdateMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.Axes", + "id": 0, + "name": "Axes", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.Axes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current Chart object's child DataChartAxes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbAxisCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxisCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.ComputedPlotAreaMarginMode", + "id": 0, + "name": "ComputedPlotAreaMarginMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.ComputedPlotAreaMarginMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets mode to use for automatically calculating the plot area margin." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ComputedPlotAreaMarginMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ComputedPlotAreaMarginMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.ContentAxes", + "id": 0, + "name": "ContentAxes", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.ContentAxes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbAxisCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxisCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.DefaultAxisMajorStroke", + "id": 0, + "name": "DefaultAxisMajorStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.DefaultAxisMajorStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the DefaultAxisMajorStroke property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.DefaultAxisMinorStroke", + "id": 0, + "name": "DefaultAxisMinorStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.DefaultAxisMinorStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the DefaultAxisMinorStroke property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.DefaultAxisStroke", + "id": 0, + "name": "DefaultAxisStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.DefaultAxisStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the DefaultAxisStroke property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.ExportSerializedVisualData", + "id": 0, + "name": "ExportSerializedVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.ExportSerializedVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.ExportSerializedVisualDataAsync", + "id": 0, + "name": "ExportSerializedVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.ExportSerializedVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Export serialized visual data." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.GetAllAxes", + "id": 0, + "name": "GetAllAxes()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.GetAllAxes()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.GridMode", + "id": 0, + "name": "GridMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.GridMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how grid lines are rendered in relation to series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.IsHorizontalZoomEnabled", + "id": 0, + "name": "IsHorizontalZoomEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.IsHorizontalZoomEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets horizontal zoomability of the current control" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.IsSquare", + "id": 0, + "name": "IsSquare", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.IsSquare", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use a square aspect ratio for the chart. This is locked to true for polar and radial charts." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.IsVerticalZoomEnabled", + "id": 0, + "name": "IsVerticalZoomEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.IsVerticalZoomEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets vertical zoomability of the current control" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.NeedsDynamicContent", + "id": 0, + "name": "NeedsDynamicContent", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.NeedsDynamicContent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.PlotAreaMarginBottom", + "id": 0, + "name": "PlotAreaMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.PlotAreaMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied below the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.PlotAreaMarginLeft", + "id": 0, + "name": "PlotAreaMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.PlotAreaMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied to the left of the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.PlotAreaMarginRight", + "id": 0, + "name": "PlotAreaMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.PlotAreaMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied to the right of the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.PlotAreaMarginTop", + "id": 0, + "name": "PlotAreaMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.PlotAreaMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied above the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.RecalculateAutoLabelsAngle", + "id": 0, + "name": "RecalculateAutoLabelsAngle()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.RecalculateAutoLabelsAngle()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.RecalculateAutoLabelsAngleAsync", + "id": 0, + "name": "RecalculateAutoLabelsAngleAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.RecalculateAutoLabelsAngleAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.RecalculateMarginAutoExpansion", + "id": 0, + "name": "RecalculateMarginAutoExpansion()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.RecalculateMarginAutoExpansion()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.RecalculateMarginAutoExpansionAsync", + "id": 0, + "name": "RecalculateMarginAutoExpansionAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.RecalculateMarginAutoExpansionAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.RefreshComputedPlotAreaMargin", + "id": 0, + "name": "RefreshComputedPlotAreaMargin()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.RefreshComputedPlotAreaMargin()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.RefreshComputedPlotAreaMarginAsync", + "id": 0, + "name": "RefreshComputedPlotAreaMarginAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.RefreshComputedPlotAreaMarginAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.SeriesPlotAreaMarginHorizontalMode", + "id": 0, + "name": "SeriesPlotAreaMarginHorizontalMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.SeriesPlotAreaMarginHorizontalMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets horizontal mode to use for automatically calculating the plot area margin based ont the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesPlotAreaMarginHorizontalMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.SeriesPlotAreaMarginVerticalMode", + "id": 0, + "name": "SeriesPlotAreaMarginVerticalMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.SeriesPlotAreaMarginVerticalMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets vertical mode to use for automatically calculating the plot area margin based ont the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesPlotAreaMarginVerticalMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.ShouldAutoExpandMarginForInitialLabels", + "id": 0, + "name": "ShouldAutoExpandMarginForInitialLabels", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.ShouldAutoExpandMarginForInitialLabels", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a whether the series viewer should auto expand margins to accomodate the initial horizontal axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.ShouldConsiderAutoRotationForInitialLabels", + "id": 0, + "name": "ShouldConsiderAutoRotationForInitialLabels", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.ShouldConsiderAutoRotationForInitialLabels", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a whether the series viewer should consider auto rotating labels to fit them in the initial view. This implies that ShouldAutoExpandMarginForInitialLabels is true." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.ShouldSuppressAxisLabelTruncation", + "id": 0, + "name": "ShouldSuppressAxisLabelTruncation", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.ShouldSuppressAxisLabelTruncation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a whether the series viewer should suppress truncation of axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.StyleUpdated", + "id": 0, + "name": "StyleUpdated()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.StyleUpdated()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.StyleUpdatedAsync", + "id": 0, + "name": "StyleUpdatedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.StyleUpdatedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notifies the chart that the CSS styles in effect have been updated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.SuppressAutoMarginAndAngleRecalculation", + "id": 0, + "name": "SuppressAutoMarginAndAngleRecalculation", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.SuppressAutoMarginAndAngleRecalculation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a whether the series viewer should suppress auto recalculating margin and axis label angles." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.WindowScaleHorizontal", + "id": 0, + "name": "WindowScaleHorizontal", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.WindowScaleHorizontal", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A number between 0 and 1 determining the scale of the horizontal zoom." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChart.WindowScaleVertical", + "id": 0, + "name": "WindowScaleVertical", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChart.WindowScaleVertical", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A number between 0 and 1 determining the scale of the vertical zoom." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartAnnotationModule", + "id": 0, + "name": "IgbDataChartAnnotationModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartAnnotationModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartAnnotationModule.#ctor", + "id": 0, + "name": "IgbDataChartAnnotationModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartAnnotationModule.IgbDataChartAnnotationModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartAnnotationModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartAnnotationModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartAnnotationModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartAnnotationModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartAnnotationModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartAnnotationModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartCategoryCoreModule", + "id": 0, + "name": "IgbDataChartCategoryCoreModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartCategoryCoreModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartCategoryCoreModule.#ctor", + "id": 0, + "name": "IgbDataChartCategoryCoreModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartCategoryCoreModule.IgbDataChartCategoryCoreModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartCategoryCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartCategoryCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartCategoryCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartCategoryCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartCategoryCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartCategoryCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartCategoryModule", + "id": 0, + "name": "IgbDataChartCategoryModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartCategoryModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartCategoryModule.#ctor", + "id": 0, + "name": "IgbDataChartCategoryModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartCategoryModule.IgbDataChartCategoryModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartCategoryModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartCategoryModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartCategoryModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartCategoryModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartCategoryModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartCategoryModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartCategoryTrendLineModule", + "id": 0, + "name": "IgbDataChartCategoryTrendLineModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartCategoryTrendLineModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartCategoryTrendLineModule.#ctor", + "id": 0, + "name": "IgbDataChartCategoryTrendLineModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartCategoryTrendLineModule.IgbDataChartCategoryTrendLineModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartCategoryTrendLineModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartCategoryTrendLineModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartCategoryTrendLineModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartCategoryTrendLineModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartCategoryTrendLineModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartCategoryTrendLineModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartCoreModule", + "id": 0, + "name": "IgbDataChartCoreModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartCoreModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartCoreModule.#ctor", + "id": 0, + "name": "IgbDataChartCoreModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartCoreModule.IgbDataChartCoreModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartDashboardTileModule", + "id": 0, + "name": "IgbDataChartDashboardTileModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartDashboardTileModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartDashboardTileModule.#ctor", + "id": 0, + "name": "IgbDataChartDashboardTileModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartDashboardTileModule.IgbDataChartDashboardTileModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartDashboardTileModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartDashboardTileModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartDashboardTileModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartDashboardTileModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartDashboardTileModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartDashboardTileModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartExtendedAxesModule", + "id": 0, + "name": "IgbDataChartExtendedAxesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartExtendedAxesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartExtendedAxesModule.#ctor", + "id": 0, + "name": "IgbDataChartExtendedAxesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartExtendedAxesModule.IgbDataChartExtendedAxesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartExtendedAxesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartExtendedAxesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartExtendedAxesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartExtendedAxesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartExtendedAxesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartExtendedAxesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartFinancialCoreModule", + "id": 0, + "name": "IgbDataChartFinancialCoreModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartFinancialCoreModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartFinancialCoreModule.#ctor", + "id": 0, + "name": "IgbDataChartFinancialCoreModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartFinancialCoreModule.IgbDataChartFinancialCoreModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartFinancialCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartFinancialCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartFinancialCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartFinancialCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartFinancialCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartFinancialCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartFinancialIndicatorsModule", + "id": 0, + "name": "IgbDataChartFinancialIndicatorsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartFinancialIndicatorsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartFinancialIndicatorsModule.#ctor", + "id": 0, + "name": "IgbDataChartFinancialIndicatorsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartFinancialIndicatorsModule.IgbDataChartFinancialIndicatorsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartFinancialIndicatorsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartFinancialIndicatorsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartFinancialIndicatorsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartFinancialIndicatorsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartFinancialIndicatorsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartFinancialIndicatorsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartFinancialModule", + "id": 0, + "name": "IgbDataChartFinancialModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartFinancialModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartFinancialModule.#ctor", + "id": 0, + "name": "IgbDataChartFinancialModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartFinancialModule.IgbDataChartFinancialModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartFinancialModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartFinancialModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartFinancialModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartFinancialModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartFinancialModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartFinancialModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartFinancialOverlaysModule", + "id": 0, + "name": "IgbDataChartFinancialOverlaysModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartFinancialOverlaysModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartFinancialOverlaysModule.#ctor", + "id": 0, + "name": "IgbDataChartFinancialOverlaysModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartFinancialOverlaysModule.IgbDataChartFinancialOverlaysModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartFinancialOverlaysModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartFinancialOverlaysModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartFinancialOverlaysModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartFinancialOverlaysModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartFinancialOverlaysModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartFinancialOverlaysModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartInteractivityModule", + "id": 0, + "name": "IgbDataChartInteractivityModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartInteractivityModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartInteractivityModule.#ctor", + "id": 0, + "name": "IgbDataChartInteractivityModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartInteractivityModule.IgbDataChartInteractivityModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartInteractivityModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartInteractivityModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartInteractivityModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartInteractivityModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartInteractivityModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartInteractivityModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs", + "id": 0, + "name": "IgbDataChartMouseButtonEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for IgbDataChart mouse button related events." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.#ctor", + "id": 0, + "name": "IgbDataChartMouseButtonEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.IgbDataChartMouseButtonEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.Chart", + "id": 0, + "name": "Chart", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.Chart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the Chart associated with the current event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeriesViewer", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeriesViewer" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.ChartPosition", + "id": 0, + "name": "ChartPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.ChartPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the mouse position relative to the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.GetPosition(System.Object)", + "id": 0, + "name": "GetPosition(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.GetPosition(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "relativeTo", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.GetPositionAsync(System.Object)", + "id": 0, + "name": "GetPositionAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.GetPositionAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the x- and y- coordinates of the mouse pointer position, optionally evaluated against the origin of a supplied UIElement." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "relativeTo", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.Handled", + "id": 0, + "name": "Handled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.Handled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the ItemsSource item associated with the current event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.OriginalSource", + "id": 0, + "name": "OriginalSource", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.OriginalSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a reference to the object that raised the event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.OriginalSourceScript", + "id": 0, + "name": "OriginalSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.OriginalSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting OriginalSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.PlotAreaPosition", + "id": 0, + "name": "PlotAreaPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.PlotAreaPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the mouse position relative to the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.Series", + "id": 0, + "name": "Series", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.Series", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the series associated with the current event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.WorldPosition", + "id": 0, + "name": "WorldPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs.WorldPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartPolarCoreModule", + "id": 0, + "name": "IgbDataChartPolarCoreModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartPolarCoreModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartPolarCoreModule.#ctor", + "id": 0, + "name": "IgbDataChartPolarCoreModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartPolarCoreModule.IgbDataChartPolarCoreModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartPolarCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartPolarCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartPolarCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartPolarCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartPolarCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartPolarCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartPolarModule", + "id": 0, + "name": "IgbDataChartPolarModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartPolarModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartPolarModule.#ctor", + "id": 0, + "name": "IgbDataChartPolarModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartPolarModule.IgbDataChartPolarModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartPolarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartPolarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartPolarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartPolarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartPolarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartPolarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartRadialCoreModule", + "id": 0, + "name": "IgbDataChartRadialCoreModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartRadialCoreModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartRadialCoreModule.#ctor", + "id": 0, + "name": "IgbDataChartRadialCoreModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartRadialCoreModule.IgbDataChartRadialCoreModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartRadialCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartRadialCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartRadialCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartRadialCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartRadialCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartRadialCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartRadialModule", + "id": 0, + "name": "IgbDataChartRadialModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartRadialModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartRadialModule.#ctor", + "id": 0, + "name": "IgbDataChartRadialModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartRadialModule.IgbDataChartRadialModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartRadialModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartRadialModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartRadialModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartRadialModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartRadialModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartRadialModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartScatterCoreModule", + "id": 0, + "name": "IgbDataChartScatterCoreModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartScatterCoreModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartScatterCoreModule.#ctor", + "id": 0, + "name": "IgbDataChartScatterCoreModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartScatterCoreModule.IgbDataChartScatterCoreModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartScatterCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartScatterCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartScatterCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartScatterCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartScatterCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartScatterCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartScatterModule", + "id": 0, + "name": "IgbDataChartScatterModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartScatterModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartScatterModule.#ctor", + "id": 0, + "name": "IgbDataChartScatterModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartScatterModule.IgbDataChartScatterModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartScatterModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartScatterModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartScatterModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartScatterModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartScatterModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartScatterModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartShapeCoreModule", + "id": 0, + "name": "IgbDataChartShapeCoreModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartShapeCoreModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartShapeCoreModule.#ctor", + "id": 0, + "name": "IgbDataChartShapeCoreModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartShapeCoreModule.IgbDataChartShapeCoreModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartShapeCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartShapeCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartShapeCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartShapeCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartShapeCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartShapeCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartShapeModule", + "id": 0, + "name": "IgbDataChartShapeModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartShapeModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartShapeModule.#ctor", + "id": 0, + "name": "IgbDataChartShapeModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartShapeModule.IgbDataChartShapeModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartShapeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartShapeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartShapeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartShapeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartShapeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartShapeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartStackedModule", + "id": 0, + "name": "IgbDataChartStackedModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartStackedModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartStackedModule.#ctor", + "id": 0, + "name": "IgbDataChartStackedModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartStackedModule.IgbDataChartStackedModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartStackedModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartStackedModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartStackedModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartStackedModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartStackedModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartStackedModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartToolbarIconsModule", + "id": 0, + "name": "IgbDataChartToolbarIconsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartToolbarIconsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartToolbarIconsModule.#ctor", + "id": 0, + "name": "IgbDataChartToolbarIconsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartToolbarIconsModule.IgbDataChartToolbarIconsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartToolbarIconsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartToolbarIconsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartToolbarIconsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartToolbarIconsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartToolbarIconsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartToolbarIconsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartToolbarModule", + "id": 0, + "name": "IgbDataChartToolbarModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartToolbarModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartToolbarModule.#ctor", + "id": 0, + "name": "IgbDataChartToolbarModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartToolbarModule.IgbDataChartToolbarModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartToolbarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartToolbarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartToolbarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartToolbarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartToolbarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartToolbarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartVerticalCategoryCoreModule", + "id": 0, + "name": "IgbDataChartVerticalCategoryCoreModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartVerticalCategoryCoreModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartVerticalCategoryCoreModule.#ctor", + "id": 0, + "name": "IgbDataChartVerticalCategoryCoreModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartVerticalCategoryCoreModule.IgbDataChartVerticalCategoryCoreModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartVerticalCategoryCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartVerticalCategoryCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartVerticalCategoryCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartVerticalCategoryCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartVerticalCategoryCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartVerticalCategoryCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartVerticalCategoryModule", + "id": 0, + "name": "IgbDataChartVerticalCategoryModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartVerticalCategoryModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartVerticalCategoryModule.#ctor", + "id": 0, + "name": "IgbDataChartVerticalCategoryModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartVerticalCategoryModule.IgbDataChartVerticalCategoryModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartVerticalCategoryModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartVerticalCategoryModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartVerticalCategoryModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartVerticalCategoryModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartVerticalCategoryModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartVerticalCategoryModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartVisualDataModule", + "id": 0, + "name": "IgbDataChartVisualDataModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartVisualDataModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartVisualDataModule.#ctor", + "id": 0, + "name": "IgbDataChartVisualDataModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartVisualDataModule.IgbDataChartVisualDataModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartVisualDataModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartVisualDataModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartVisualDataModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartVisualDataModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataChartVisualDataModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataChartVisualDataModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataCloneStrategy", + "id": 0, + "name": "IgbDataCloneStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbDataCloneStrategy", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataCloneStrategy.#ctor", + "id": 0, + "name": "IgbDataCloneStrategy()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataCloneStrategy.IgbDataCloneStrategy()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataCloneStrategy.Clone(System.Object)", + "id": 0, + "name": "Clone(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataCloneStrategy.Clone(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "data", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataCloneStrategy.CloneAsync(System.Object)", + "id": 0, + "name": "CloneAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataCloneStrategy.CloneAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Clones provided data data primitive value, date and object to be cloned deep copy of provided value" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "data", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataCloneStrategy.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataCloneStrategy.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataCloneStrategy.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataCloneStrategy.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataCloneStrategy.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataCloneStrategy.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataCloneStrategy.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataCloneStrategy.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataContext", + "id": 0, + "name": "IgbDataContext", + "fullName": "IgniteUI.Blazor.Controls.IgbDataContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the data currently in context." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataContext.#ctor", + "id": 0, + "name": "IgbDataContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataContext.IgbDataContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataContext.ActualItemBrush", + "id": 0, + "name": "ActualItemBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbDataContext.ActualItemBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual resolved brush in use for the item that is in context." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataContext.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbDataContext.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item that is in context." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataContext.ItemBrush", + "id": 0, + "name": "ItemBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbDataContext.ItemBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the potential brush in usage for the item in context." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataContext.ItemLabel", + "id": 0, + "name": "ItemLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbDataContext.ItemLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the label in use for the item in context, if available." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataContext.ItemLabelScript", + "id": 0, + "name": "ItemLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataContext.ItemLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ItemLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataContext.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataContext.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataContext.LegendLabel", + "id": 0, + "name": "LegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbDataContext.LegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the legend label to use for the item in context, if available." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataContext.LegendLabelScript", + "id": 0, + "name": "LegendLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataContext.LegendLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting LegendLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataContext.Outline", + "id": 0, + "name": "Outline", + "fullName": "IgniteUI.Blazor.Controls.IgbDataContext.Outline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the outline in use for the item in context." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataContext.Thickness", + "id": 0, + "name": "Thickness", + "fullName": "IgniteUI.Blazor.Controls.IgbDataContext.Thickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the thickness of the item in context." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid", + "id": 0, + "name": "IgbDataGrid", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "An advanced grid for displaying data." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.#ctor", + "id": 0, + "name": "IgbDataGrid()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.IgbDataGrid()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.AcceptCommit(System.Int32)", + "id": 0, + "name": "AcceptCommit(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.AcceptCommit(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commitID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.AcceptCommitAsync(System.Int32)", + "id": 0, + "name": "AcceptCommitAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.AcceptCommitAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Accepts a specific commit to the datasource." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commitID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.AcceptEdit(System.Int32)", + "id": 0, + "name": "AcceptEdit(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.AcceptEdit(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "editID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.AcceptEditAsync(System.Int32)", + "id": 0, + "name": "AcceptEditAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.AcceptEditAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Accept a pending edit turning it into a real edit." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "editID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ActivationMode", + "id": 0, + "name": "ActivationMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ActivationMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the grid selection mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridActivationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridActivationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ActiveCell", + "id": 0, + "name": "ActiveCell", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ActiveCell", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position of the active cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridCellPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridCellPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ActiveCellChanged", + "id": 0, + "name": "ActiveCellChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ActiveCellChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridActiveCellChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridActiveCellChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ActiveCellChangedScript", + "id": 0, + "name": "ActiveCellChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ActiveCellChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ActualColumns", + "id": 0, + "name": "ActualColumns", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ActualColumns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridColumnCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridColumnCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ActualColumnsChanged", + "id": 0, + "name": "ActualColumnsChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ActualColumnsChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridColumnsChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridColumnsChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ActualColumnsChangedScript", + "id": 0, + "name": "ActualColumnsChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ActualColumnsChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ActualDataSource", + "id": 0, + "name": "ActualDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ActualDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbBaseDataSource", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbBaseDataSource" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ActualHeaderHeight", + "id": 0, + "name": "ActualHeaderHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ActualHeaderHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the height used for the header row." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ActualPrimaryKey", + "id": 0, + "name": "ActualPrimaryKey", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ActualPrimaryKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets either the inferred primary key from the data source, or the user provided primary key, if present. Represents the actual primary key that the grid will use in operations that require it." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ActualPrimaryKeyChanged", + "id": 0, + "name": "ActualPrimaryKeyChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ActualPrimaryKeyChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<String[]>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.String[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ActualPrimaryKeyChangedScript", + "id": 0, + "name": "ActualPrimaryKeyChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ActualPrimaryKeyChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ActualRowHeight", + "id": 0, + "name": "ActualRowHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ActualRowHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual height for the rows in the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.AllowCopyOperation", + "id": 0, + "name": "AllowCopyOperation", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.AllowCopyOperation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.AnimationSettings", + "id": 0, + "name": "AnimationSettings", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.AnimationSettings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the default animation settings for the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridAnimationSettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridAnimationSettings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.AutoAcceptEdits", + "id": 0, + "name": "AutoAcceptEdits", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.AutoAcceptEdits", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to automatically accept edits or require explicit acceptance or rejections of edits when handling the CellValueChanging or DataCommitting events. When True, nothing is required on the part of the developer in order for edits to be accepted. In order to validate and reject a user cell edit you must explicitly handle the CellValueChanging event and call the RejectEdit method using the edit ID provided by the event. In order to reject a whole commit you need to handle the DataComitting event and explicitly call the RejectCommit method using the commit ID provided by the event. When False, cell edits are not immediately accepted until you explicitly call the AcceptEdit method using the edit ID provided by the CellValueChanging event. If you do not handle this event then edits will be auto accepted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.AutoGenerateColumns", + "id": 0, + "name": "AutoGenerateColumns", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.AutoGenerateColumns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Configures whether or not the grid will autogenerate columns when the data source is set." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.AutoGenerateDesiredProperties", + "id": 0, + "name": "AutoGenerateDesiredProperties", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.AutoGenerateDesiredProperties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the desired properties the grid will automatically generate columns for." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.Border", + "id": 0, + "name": "Border", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.Border", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border color around the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.BorderWidthBottom", + "id": 0, + "name": "BorderWidthBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.BorderWidthBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.BorderWidthLeft", + "id": 0, + "name": "BorderWidthLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.BorderWidthLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.BorderWidthRight", + "id": 0, + "name": "BorderWidthRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.BorderWidthRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.BorderWidthTop", + "id": 0, + "name": "BorderWidthTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.BorderWidthTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CancelEdits", + "id": 0, + "name": "CancelEdits()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CancelEdits()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CancelEditsAsync", + "id": 0, + "name": "CancelEditsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CancelEditsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Cancels any edits that may exist in the datasource." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CanCommit", + "id": 0, + "name": "CanCommit()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CanCommit()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CanCommitAsync", + "id": 0, + "name": "CanCommitAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CanCommitAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CanMoveColumnLeft(System.Int32)", + "id": 0, + "name": "CanMoveColumnLeft(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CanMoveColumnLeft(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columnIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CanMoveColumnLeftAsync(System.Int32)", + "id": 0, + "name": "CanMoveColumnLeftAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CanMoveColumnLeftAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns true if a column can be moved to the left of it's current position; otherwise false." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columnIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CanMoveColumnRight(System.Int32)", + "id": 0, + "name": "CanMoveColumnRight(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CanMoveColumnRight(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columnIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CanMoveColumnRightAsync(System.Int32)", + "id": 0, + "name": "CanMoveColumnRightAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CanMoveColumnRightAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns true if a column can be moved to the right of it's current position; otherwise false." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columnIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CanRedo", + "id": 0, + "name": "CanRedo()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CanRedo()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CanRedoAsync", + "id": 0, + "name": "CanRedoAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CanRedoAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CanUndo", + "id": 0, + "name": "CanUndo()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CanUndo()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CanUndoAsync", + "id": 0, + "name": "CanUndoAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CanUndoAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellBackground", + "id": 0, + "name": "CellBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default background color to use for content cells" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellClicked", + "id": 0, + "name": "CellClicked", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellClicked", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbDataGridCellEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellClickedScript", + "id": 0, + "name": "CellClickedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellClickedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellDataLoadedAnimationMode", + "id": 0, + "name": "CellDataLoadedAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellDataLoadedAnimationMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the cell data loaded animation mode to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellDataLoadedAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CellDataLoadedAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellEditEnded", + "id": 0, + "name": "CellEditEnded", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellEditEnded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridCellEditEndedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellEditEndedScript", + "id": 0, + "name": "CellEditEndedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellEditEndedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellEditStarted", + "id": 0, + "name": "CellEditStarted", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellEditStarted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridCellEditStartedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellEditStartedScript", + "id": 0, + "name": "CellEditStartedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellEditStartedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellFontFamily", + "id": 0, + "name": "CellFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellFontSize", + "id": 0, + "name": "CellFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellFontStyle", + "id": 0, + "name": "CellFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellFontWeight", + "id": 0, + "name": "CellFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellPointerDown", + "id": 0, + "name": "CellPointerDown", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellPointerDown", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbDataGridCellEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellPointerDownScript", + "id": 0, + "name": "CellPointerDownScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellPointerDownScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellPointerUp", + "id": 0, + "name": "CellPointerUp", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellPointerUp", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbDataGridCellEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellPointerUpScript", + "id": 0, + "name": "CellPointerUpScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellPointerUpScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellPreviewPointerDown", + "id": 0, + "name": "CellPreviewPointerDown", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellPreviewPointerDown", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbDataGridCellEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellPreviewPointerDownScript", + "id": 0, + "name": "CellPreviewPointerDownScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellPreviewPointerDownScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellPreviewPointerUp", + "id": 0, + "name": "CellPreviewPointerUp", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellPreviewPointerUp", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbDataGridCellEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellPreviewPointerUpScript", + "id": 0, + "name": "CellPreviewPointerUpScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellPreviewPointerUpScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellSelectedBackground", + "id": 0, + "name": "CellSelectedBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellSelectedBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default background color to use for content cells when a row is in a selected state" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellSelectionAnimationMode", + "id": 0, + "name": "CellSelectionAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellSelectionAnimationMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the cell selection animation mode to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellSelectionAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CellSelectionAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellTextColor", + "id": 0, + "name": "CellTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default text color to use for content cells" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellValueChanging", + "id": 0, + "name": "CellValueChanging", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellValueChanging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridCellValueChangingEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CellValueChangingScript", + "id": 0, + "name": "CellValueChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CellValueChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ClearSelectionOnEscape", + "id": 0, + "name": "ClearSelectionOnEscape", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ClearSelectionOnEscape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether selection is cleared when pressing the Escape key." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnAddingAnimationMode", + "id": 0, + "name": "ColumnAddingAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnAddingAnimationMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the Column Adding Animation mode to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnShowingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnExchangingAnimationMode", + "id": 0, + "name": "ColumnExchangingAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnExchangingAnimationMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the column exchanging animation mode to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnExchangingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnExchangingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnHiddenChanged", + "id": 0, + "name": "ColumnHiddenChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnHiddenChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbColumnHiddenChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbColumnHiddenChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnHiddenChangedScript", + "id": 0, + "name": "ColumnHiddenChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnHiddenChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnHidingAnimationMode", + "id": 0, + "name": "ColumnHidingAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnHidingAnimationMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the column hiding animation mode to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnHidingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnHidingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnMovingAnimationMode", + "id": 0, + "name": "ColumnMovingAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnMovingAnimationMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the column moving animation mode to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnMovingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnMovingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnMovingMode", + "id": 0, + "name": "ColumnMovingMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnMovingMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the type column moving to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnMovingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnMovingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnMovingSeparator", + "id": 0, + "name": "ColumnMovingSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnMovingSeparator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the column resizing seperator settings." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnMovingSeparator", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnMovingSeparator" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnMovingSeparatorBackground", + "id": 0, + "name": "ColumnMovingSeparatorBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnMovingSeparatorBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default background color to use for column moving separator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnMovingSeparatorOpacity", + "id": 0, + "name": "ColumnMovingSeparatorOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnMovingSeparatorOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity of the column moving separator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnMovingSeparatorWidth", + "id": 0, + "name": "ColumnMovingSeparatorWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnMovingSeparatorWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the width to use for the column resizing separator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnOptionsIconAlignment", + "id": 0, + "name": "ColumnOptionsIconAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnOptionsIconAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the column options icon alignment in header cells." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnOptionsIconAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnOptionsIconAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnOptionsIconBehavior", + "id": 0, + "name": "ColumnOptionsIconBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnOptionsIconBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how the column options icon will behave inside header cells." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnOptionsIconBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnOptionsIconBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnOptionsIconColor", + "id": 0, + "name": "ColumnOptionsIconColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnOptionsIconColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the column options icon color in header cells." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnPinnedChanged", + "id": 0, + "name": "ColumnPinnedChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnPinnedChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbColumnPinnedChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbColumnPinnedChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnPinnedChangedScript", + "id": 0, + "name": "ColumnPinnedChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnPinnedChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnPropertyUpdatingAnimationMode", + "id": 0, + "name": "ColumnPropertyUpdatingAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnPropertyUpdatingAnimationMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the Column Property Updating Animation mode to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnPropertyUpdatingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnPropertyUpdatingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnResizingAnimationMode", + "id": 0, + "name": "ColumnResizingAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnResizingAnimationMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the column resizing animation mode to use. Only applies when resizing in Deferred mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnResizingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnResizingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnResizingMode", + "id": 0, + "name": "ColumnResizingMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnResizingMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the type of column resizing to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnResizingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnResizingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnResizingSeparator", + "id": 0, + "name": "ColumnResizingSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnResizingSeparator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the column resizing seperator settings." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnResizingSeparator", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnResizingSeparator" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnResizingSeparatorBackground", + "id": 0, + "name": "ColumnResizingSeparatorBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnResizingSeparatorBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default background color to use for column resizing separator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnResizingSeparatorOpacity", + "id": 0, + "name": "ColumnResizingSeparatorOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnResizingSeparatorOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity of the column Resizing separator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnResizingSeparatorWidth", + "id": 0, + "name": "ColumnResizingSeparatorWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnResizingSeparatorWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the width to use for the column resizing separator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.Columns", + "id": 0, + "name": "Columns", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.Columns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the column definitions that are assigned to the grid. This collection can be modified to add or remove columns in the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridColumnCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridColumnCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnsAutoGenerated", + "id": 0, + "name": "ColumnsAutoGenerated", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnsAutoGenerated", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridColumnsAutoGeneratedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridColumnsAutoGeneratedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnsAutoGeneratedScript", + "id": 0, + "name": "ColumnsAutoGeneratedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnsAutoGeneratedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnShowingAnimationMode", + "id": 0, + "name": "ColumnShowingAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnShowingAnimationMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the column showing animation mode to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnShowingAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnShowingAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnWidthChanged", + "id": 0, + "name": "ColumnWidthChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnWidthChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridColumnWidthChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridColumnWidthChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnWidthChangedScript", + "id": 0, + "name": "ColumnWidthChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ColumnWidthChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CommitEdits", + "id": 0, + "name": "CommitEdits()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CommitEdits()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CommitEditsAsync", + "id": 0, + "name": "CommitEditsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CommitEditsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Commits any edits that may exist in the datasource." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ContentColumns", + "id": 0, + "name": "ContentColumns", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ContentColumns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridColumnCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridColumnCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CornerRadiusBottomLeft", + "id": 0, + "name": "CornerRadiusBottomLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CornerRadiusBottomLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CornerRadiusBottomRight", + "id": 0, + "name": "CornerRadiusBottomRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CornerRadiusBottomRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CornerRadiusTopLeft", + "id": 0, + "name": "CornerRadiusTopLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CornerRadiusTopLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CornerRadiusTopRight", + "id": 0, + "name": "CornerRadiusTopRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CornerRadiusTopRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.CustomFilterRequested", + "id": 0, + "name": "CustomFilterRequested", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.CustomFilterRequested", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridCustomFilterRequestedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.DataCommitted", + "id": 0, + "name": "DataCommitted", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.DataCommitted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridDataCommittedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridDataCommittedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.DataCommittedScript", + "id": 0, + "name": "DataCommittedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.DataCommittedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.DataCommitting", + "id": 0, + "name": "DataCommitting", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.DataCommitting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called when edits are about to be committed to the datasource." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridDataCommittingEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridDataCommittingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.DataIndexOfItem(System.Object)", + "id": 0, + "name": "DataIndexOfItem(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.DataIndexOfItem(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.DataIndexOfItemAsync(System.Object)", + "id": 0, + "name": "DataIndexOfItemAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.DataIndexOfItemAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the data index of an item within the bound data source." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data to which to bind the grid. This can be some type of array or list, or it can be an IDataSource instance." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.DataSourceDesiredProperties", + "id": 0, + "name": "DataSourceDesiredProperties", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.DataSourceDesiredProperties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the desired properties for the data source to load. If specified the data source may decide to constrain the properties it fetches to these properties and must make sure that at least those properties are loaded, rather than the default behavior for that data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.DefaultColumnMinWidth", + "id": 0, + "name": "DefaultColumnMinWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.DefaultColumnMinWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default minimum width to use on all columns. Ignored if NaN." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.DeferEventForRowDragSelection", + "id": 0, + "name": "DeferEventForRowDragSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.DeferEventForRowDragSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.DeletedTextColor", + "id": 0, + "name": "DeletedTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.DeletedTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color for unsaved deleted rows." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.Density", + "id": 0, + "name": "Density", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.Density", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display density to use for the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.DeselectAllRows", + "id": 0, + "name": "DeselectAllRows()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.DeselectAllRows()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.DeselectAllRowsAsync", + "id": 0, + "name": "DeselectAllRowsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.DeselectAllRowsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Deselects all currently selected rows." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.EditFontFamily", + "id": 0, + "name": "EditFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.EditFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.EditFontSize", + "id": 0, + "name": "EditFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.EditFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.EditFontStyle", + "id": 0, + "name": "EditFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.EditFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.EditFontWeight", + "id": 0, + "name": "EditFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.EditFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.EditMode", + "id": 0, + "name": "EditMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.EditMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the type of edit mode" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EditModeType", + "fullTypeName": "IgniteUI.Blazor.Controls.EditModeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.EditModeClickAction", + "id": 0, + "name": "EditModeClickAction", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.EditModeClickAction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the type of click action required to enter edit mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EditModeClickAction", + "fullTypeName": "IgniteUI.Blazor.Controls.EditModeClickAction" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.EditOnKeyPress", + "id": 0, + "name": "EditOnKeyPress", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.EditOnKeyPress", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether edit mode will begin as soon as you start typing while a cell is active." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.EditOpacity", + "id": 0, + "name": "EditOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.EditOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default opacity for unsaved cell edits." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.EditRowBorder", + "id": 0, + "name": "EditRowBorder", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.EditRowBorder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border color for rows being edited." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.EditRowBorderWidthBottom", + "id": 0, + "name": "EditRowBorderWidthBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.EditRowBorderWidthBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.EditRowBorderWidthLeft", + "id": 0, + "name": "EditRowBorderWidthLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.EditRowBorderWidthLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.EditRowBorderWidthRight", + "id": 0, + "name": "EditRowBorderWidthRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.EditRowBorderWidthRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.EditRowBorderWidthTop", + "id": 0, + "name": "EditRowBorderWidthTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.EditRowBorderWidthTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.EndEditMode(System.Boolean)", + "id": 0, + "name": "EndEditMode(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.EndEditMode(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commit", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.EndEditModeAsync(System.Boolean)", + "id": 0, + "name": "EndEditModeAsync(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.EndEditModeAsync(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commit", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.EnterBehavior", + "id": 0, + "name": "EnterBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.EnterBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the behavior of the Enter key." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EnterKeyBehaviors", + "fullTypeName": "IgniteUI.Blazor.Controls.EnterKeyBehaviors" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.EnterBehaviorAfterEdit", + "id": 0, + "name": "EnterBehaviorAfterEdit", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.EnterBehaviorAfterEdit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the behavior of the enter key when exiting edit mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EnterKeyBehaviorAfterEdit", + "fullTypeName": "IgniteUI.Blazor.Controls.EnterKeyBehaviorAfterEdit" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ExportSerializedVisualModel", + "id": 0, + "name": "ExportSerializedVisualModel()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ExportSerializedVisualModel()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ExportSerializedVisualModelAsync", + "id": 0, + "name": "ExportSerializedVisualModelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ExportSerializedVisualModelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a serialized copy of the exported visual model" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ExportVisualModel", + "id": 0, + "name": "ExportVisualModel()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ExportVisualModel()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ExportVisualModelAsync", + "id": 0, + "name": "ExportVisualModelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ExportVisualModelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Exports visual information about the current state of the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.FilterComparisonType", + "id": 0, + "name": "FilterComparisonType", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.FilterComparisonType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether UI filters are case sensitive or not." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterComparisonType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterComparisonType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.FilterExpressions", + "id": 0, + "name": "FilterExpressions", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.FilterExpressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current filter that is applied to the grid. Collection can be updated to modify the filter for the grid. Once filter expresisons are in this collection, the grid will no longer listen for changes on their properties." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpressionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpressionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.FilterExpressionsChanged", + "id": 0, + "name": "FilterExpressionsChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.FilterExpressionsChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridFilterExpressionsEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridFilterExpressionsEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.FilterExpressionsChangedScript", + "id": 0, + "name": "FilterExpressionsChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.FilterExpressionsChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.FilterExpressionsChanging", + "id": 0, + "name": "FilterExpressionsChanging", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.FilterExpressionsChanging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridFilterExpressionsEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridFilterExpressionsEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.FilterExpressionsChangingScript", + "id": 0, + "name": "FilterExpressionsChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.FilterExpressionsChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.FilterLogicalOperator", + "id": 0, + "name": "FilterLogicalOperator", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.FilterLogicalOperator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how filters set through the filter UI are combined." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterLogicalOperator", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterLogicalOperator" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.FilterUIType", + "id": 0, + "name": "FilterUIType", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.FilterUIType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets which filter UI type to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterUIType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterUIType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.Flush", + "id": 0, + "name": "Flush()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.Flush()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.FlushAsync", + "id": 0, + "name": "FlushAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.FlushAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Makes sure pending work has completed if the grid need to be synchronously examined." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetColumnAtRenderedIndex(System.Int32)", + "id": 0, + "name": "GetColumnAtRenderedIndex(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetColumnAtRenderedIndex(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "IgbDataGridColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetColumnAtRenderedIndexAsync(System.Int32)", + "id": 0, + "name": "GetColumnAtRenderedIndexAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetColumnAtRenderedIndexAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the column that appears at the index specified. This is not the columns actual index in the column's collection but the index for how it appears visually in the grid." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<IgbDataGridColumn>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDataGridColumn>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentActiveCell", + "id": 0, + "name": "GetCurrentActiveCell()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentActiveCell()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridCellPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridCellPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentActiveCellAsync", + "id": 0, + "name": "GetCurrentActiveCellAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentActiveCellAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbGridCellPosition>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbGridCellPosition>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentActualColumns", + "id": 0, + "name": "GetCurrentActualColumns()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentActualColumns()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridColumnCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridColumnCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentActualColumnsAsync", + "id": 0, + "name": "GetCurrentActualColumnsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentActualColumnsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbGridColumnCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbGridColumnCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentActualPrimaryKey", + "id": 0, + "name": "GetCurrentActualPrimaryKey()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentActualPrimaryKey()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentActualPrimaryKeyAsync", + "id": 0, + "name": "GetCurrentActualPrimaryKeyAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentActualPrimaryKeyAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.String[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentFilterExpressions", + "id": 0, + "name": "GetCurrentFilterExpressions()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentFilterExpressions()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpressionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpressionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentFilterExpressionsAsync", + "id": 0, + "name": "GetCurrentFilterExpressionsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentFilterExpressionsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbFilterExpressionCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbFilterExpressionCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentGroupDescriptions", + "id": 0, + "name": "GetCurrentGroupDescriptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentGroupDescriptions()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnGroupDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentGroupDescriptionsAsync", + "id": 0, + "name": "GetCurrentGroupDescriptionsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentGroupDescriptionsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbColumnGroupDescriptionCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbColumnGroupDescriptionCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSelectedCellRanges", + "id": 0, + "name": "GetCurrentSelectedCellRanges()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSelectedCellRanges()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedCellRangesCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSelectedCellRangesAsync", + "id": 0, + "name": "GetCurrentSelectedCellRangesAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSelectedCellRangesAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbGridSelectedCellRangesCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSelectedCells", + "id": 0, + "name": "GetCurrentSelectedCells()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSelectedCells()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedCellsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSelectedCellsAsync", + "id": 0, + "name": "GetCurrentSelectedCellsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSelectedCellsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbGridSelectedCellsCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbGridSelectedCellsCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSelectedItems", + "id": 0, + "name": "GetCurrentSelectedItems()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSelectedItems()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedItemsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSelectedItemsAsync", + "id": 0, + "name": "GetCurrentSelectedItemsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSelectedItemsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbGridSelectedItemsCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbGridSelectedItemsCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSelectedKeys", + "id": 0, + "name": "GetCurrentSelectedKeys()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSelectedKeys()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedKeysCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSelectedKeysAsync", + "id": 0, + "name": "GetCurrentSelectedKeysAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSelectedKeysAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbGridSelectedKeysCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbGridSelectedKeysCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSortDescriptions", + "id": 0, + "name": "GetCurrentSortDescriptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSortDescriptions()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnSortDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnSortDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSortDescriptionsAsync", + "id": 0, + "name": "GetCurrentSortDescriptionsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSortDescriptionsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbColumnSortDescriptionCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbColumnSortDescriptionCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSummaryDescriptions", + "id": 0, + "name": "GetCurrentSummaryDescriptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSummaryDescriptions()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnSummaryDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSummaryDescriptionsAsync", + "id": 0, + "name": "GetCurrentSummaryDescriptionsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetCurrentSummaryDescriptionsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbColumnSummaryDescriptionCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbColumnSummaryDescriptionCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetDataURLFromCache(System.String,System.String)", + "id": 0, + "name": "GetDataURLFromCache(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetDataURLFromCache(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetDataURLFromCacheAsync(System.String,System.String)", + "id": 0, + "name": "GetDataURLFromCacheAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetDataURLFromCacheAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetFirstVisibleIndex", + "id": 0, + "name": "GetFirstVisibleIndex()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetFirstVisibleIndex()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetFirstVisibleIndexAsync", + "id": 0, + "name": "GetFirstVisibleIndexAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetFirstVisibleIndexAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the first visible index in the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetHitCell(System.Double,System.Double)", + "id": 0, + "name": "GetHitCell(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetHitCell(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "x", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "y", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "IgbCellInfo", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellInfo" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetHitCellAsync(System.Double,System.Double)", + "id": 0, + "name": "GetHitCellAsync(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetHitCellAsync(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "x", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "y", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<IgbCellInfo>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbCellInfo>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetIconFromCache(System.String,System.String)", + "id": 0, + "name": "GetIconFromCache(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetIconFromCache(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetIconFromCacheAsync(System.String,System.String)", + "id": 0, + "name": "GetIconFromCacheAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetIconFromCacheAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetIconSource(System.String,System.String)", + "id": 0, + "name": "GetIconSource(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetIconSource(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetIconSourceAsync(System.String,System.String)", + "id": 0, + "name": "GetIconSourceAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetIconSourceAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetLastVisibleIndex", + "id": 0, + "name": "GetLastVisibleIndex()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetLastVisibleIndex()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetLastVisibleIndexAsync", + "id": 0, + "name": "GetLastVisibleIndexAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetLastVisibleIndexAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the last visible index in the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetMultiPathSVGFromCache(System.String,System.String)", + "id": 0, + "name": "GetMultiPathSVGFromCache(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetMultiPathSVGFromCache(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetMultiPathSVGFromCacheAsync(System.String,System.String)", + "id": 0, + "name": "GetMultiPathSVGFromCacheAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetMultiPathSVGFromCacheAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.String[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetRootSummaryResults", + "id": 0, + "name": "GetRootSummaryResults()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetRootSummaryResults()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGridSummaryResult[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetRootSummaryResultsAsync", + "id": 0, + "name": "GetRootSummaryResultsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetRootSummaryResultsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the summary results for root level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbDataGridSummaryResult[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetSectionSummaryResults(System.Int32)", + "id": 0, + "name": "GetSectionSummaryResults(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetSectionSummaryResults(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "sectionIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "IgbDataGridSummaryResult[][]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[][]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GetSectionSummaryResultsAsync(System.Int32)", + "id": 0, + "name": "GetSectionSummaryResultsAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GetSectionSummaryResultsAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the summary results for a specific section." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "sectionIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<IgbDataGridSummaryResult[][]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[][]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GroupDescriptions", + "id": 0, + "name": "GroupDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GroupDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current grouping that is applied to the grid. Collection can be updated to modify the grouping for the grid. Once grouping descriptions are in this collection, the grid will no longer listen for changes on their properties." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnGroupDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GroupDescriptionsChanged", + "id": 0, + "name": "GroupDescriptionsChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GroupDescriptionsChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridGroupDescriptionsChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridGroupDescriptionsChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GroupDescriptionsChangedScript", + "id": 0, + "name": "GroupDescriptionsChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GroupDescriptionsChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GroupHeaderDisplayMode", + "id": 0, + "name": "GroupHeaderDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GroupHeaderDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how group headers are displayed when there are multiple groups defined in the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GroupHeaderDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GroupHeaderDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.GroupSummaryDisplayMode", + "id": 0, + "name": "GroupSummaryDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.GroupSummaryDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display mode summaries will use inside groups." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GroupSummaryDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderBackground", + "id": 0, + "name": "HeaderBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default background color to use for header cells" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderClickAction", + "id": 0, + "name": "HeaderClickAction", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderClickAction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns/sets the action to take when a column header is clicked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HeaderClickAction", + "fullTypeName": "IgniteUI.Blazor.Controls.HeaderClickAction" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderFontFamily", + "id": 0, + "name": "HeaderFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderFontSize", + "id": 0, + "name": "HeaderFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderFontStyle", + "id": 0, + "name": "HeaderFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderFontWeight", + "id": 0, + "name": "HeaderFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderHeight", + "id": 0, + "name": "HeaderHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the height to use for the header row." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderRowSeparator", + "id": 0, + "name": "HeaderRowSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderRowSeparator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the header row seperator settings." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbHeaderRowSeparator", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparator" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderRowSeparatorBackground", + "id": 0, + "name": "HeaderRowSeparatorBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderRowSeparatorBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderSeparator", + "id": 0, + "name": "HeaderSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderSeparator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the header seperator settings." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbHeaderSeparator", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbHeaderSeparator" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderSeparatorBackground", + "id": 0, + "name": "HeaderSeparatorBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderSeparatorBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default background color to use for header separators." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderSeparatorWidth", + "id": 0, + "name": "HeaderSeparatorWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderSeparatorWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width of the header separators." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderSortIndicatorColor", + "id": 0, + "name": "HeaderSortIndicatorColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderSortIndicatorColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default text color to use for content cells" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderSortIndicatorStyle", + "id": 0, + "name": "HeaderSortIndicatorStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderSortIndicatorStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default render style for sort indicators in header cells." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortIndicatorStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.SortIndicatorStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderTextColor", + "id": 0, + "name": "HeaderTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.HeaderTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default text color to use for header cells" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.InitialGroupDescriptions", + "id": 0, + "name": "InitialGroupDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.InitialGroupDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnGroupDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.InitialGroups", + "id": 0, + "name": "InitialGroups", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.InitialGroups", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.InitialSortDescriptions", + "id": 0, + "name": "InitialSortDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.InitialSortDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnSortDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnSortDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.InitialSorts", + "id": 0, + "name": "InitialSorts", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.InitialSorts", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.InitialSummaries", + "id": 0, + "name": "InitialSummaries", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.InitialSummaries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.InitialSummaryDescriptions", + "id": 0, + "name": "InitialSummaryDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.InitialSummaryDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current summaries that are applied to the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnSummaryDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.InvalidateVisibleRows", + "id": 0, + "name": "InvalidateVisibleRows()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.InvalidateVisibleRows()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.InvalidateVisibleRowsAsync", + "id": 0, + "name": "InvalidateVisibleRowsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.InvalidateVisibleRowsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Invalidates the bound data for the rows currently visible." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.IsActiveCellStyleEnabled", + "id": 0, + "name": "IsActiveCellStyleEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.IsActiveCellStyleEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the active cell style will be applied to cells when made active." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.IsColumnOptionsEnabled", + "id": 0, + "name": "IsColumnOptionsEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.IsColumnOptionsEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show the column options UI in the headers for columns." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.IsColumnOptionsGroupingEnabled", + "id": 0, + "name": "IsColumnOptionsGroupingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.IsColumnOptionsGroupingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show the grouping option in the column options menu." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.IsColumnOptionsSummariesEnabled", + "id": 0, + "name": "IsColumnOptionsSummariesEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.IsColumnOptionsSummariesEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show the summaries option in the column options menu." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.IsGroupByAreaVisible", + "id": 0, + "name": "IsGroupByAreaVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.IsGroupByAreaVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show the column grouping UI above the headers of the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.IsGroupCollapsable", + "id": 0, + "name": "IsGroupCollapsable", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.IsGroupCollapsable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether group headers are collapsable." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.IsGroupExpandedDefault", + "id": 0, + "name": "IsGroupExpandedDefault", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.IsGroupExpandedDefault", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether groups are expanded or collapsed by default." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.IsGroupRowSticky", + "id": 0, + "name": "IsGroupRowSticky", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.IsGroupRowSticky", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if group rows will stick to the top of the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.IsHeaderSeparatorVisible", + "id": 0, + "name": "IsHeaderSeparatorVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.IsHeaderSeparatorVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if header separators are rendered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.IsPagerVisible", + "id": 0, + "name": "IsPagerVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.IsPagerVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show the pager or not." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.IsPlaceholderRenderingEnabled", + "id": 0, + "name": "IsPlaceholderRenderingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.IsPlaceholderRenderingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Configures whether or not place holders are used for cells who do not have their data yet." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.IsRowHoverEnabled", + "id": 0, + "name": "IsRowHoverEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.IsRowHoverEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the row will highlight when hovered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.IsToolbarColumnChooserVisible", + "id": 0, + "name": "IsToolbarColumnChooserVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.IsToolbarColumnChooserVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show the column chooser button in the toolbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.IsToolbarColumnPinningVisible", + "id": 0, + "name": "IsToolbarColumnPinningVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.IsToolbarColumnPinningVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show the column pinning button in the toolbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.IsToolbarVisible", + "id": 0, + "name": "IsToolbarVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.IsToolbarVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show the toolbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.LastStickyRowBackground", + "id": 0, + "name": "LastStickyRowBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.LastStickyRowBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default color to use for the last sticky row" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.LoadLayout(System.String)", + "id": 0, + "name": "LoadLayout(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.LoadLayout(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "json", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.LoadLayoutAsync(System.String)", + "id": 0, + "name": "LoadLayoutAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.LoadLayoutAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Loads the layout chnages that have been made to the grid" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "json", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.MergedCellEvaluationCriteria", + "id": 0, + "name": "MergedCellEvaluationCriteria", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.MergedCellEvaluationCriteria", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how cells are evaluated for merging." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MergedCellEvaluationCriteria", + "fullTypeName": "IgniteUI.Blazor.Controls.MergedCellEvaluationCriteria" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.MergedCellMode", + "id": 0, + "name": "MergedCellMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.MergedCellMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if and how cell merging is performed for all fields." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MergedCellMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MergedCellMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.MergedCellVerticalAlignment", + "id": 0, + "name": "MergedCellVerticalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.MergedCellVerticalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the vertical alignment to use for the merged cell content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellContentVerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.MouseDragSelectionEnabled", + "id": 0, + "name": "MouseDragSelectionEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.MouseDragSelectionEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ability to select rows or cells via mouse dragging. Currently only applies when SelectionMode is MultipleRow or RangeCell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.MoveColumn(System.Int32,System.Int32)", + "id": 0, + "name": "MoveColumn(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.MoveColumn(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "oldIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.MoveColumnAsync(System.Int32,System.Int32)", + "id": 0, + "name": "MoveColumnAsync(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.MoveColumnAsync(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "oldIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.MoveColumnLeft(System.Int32)", + "id": 0, + "name": "MoveColumnLeft(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.MoveColumnLeft(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columnIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.MoveColumnLeftAsync(System.Int32)", + "id": 0, + "name": "MoveColumnLeftAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.MoveColumnLeftAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Moves a column to the left, if possible." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columnIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.MoveColumnRight(System.Int32)", + "id": 0, + "name": "MoveColumnRight(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.MoveColumnRight(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columnIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.MoveColumnRightAsync(System.Int32)", + "id": 0, + "name": "MoveColumnRightAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.MoveColumnRightAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Moves a column to the right, if possible." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columnIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.NeedsDynamicContent", + "id": 0, + "name": "NeedsDynamicContent", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.NeedsDynamicContent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.NotifyOnAllSelectionChanges", + "id": 0, + "name": "NotifyOnAllSelectionChanges", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.NotifyOnAllSelectionChanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the grid should notify on programmatic selection changes as well as changes from the UI." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.NotifyScrollStart", + "id": 0, + "name": "NotifyScrollStart()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.NotifyScrollStart()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.NotifyScrollStartAsync", + "id": 0, + "name": "NotifyScrollStartAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.NotifyScrollStartAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.NotifyScrollStop", + "id": 0, + "name": "NotifyScrollStop()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.NotifyScrollStop()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.NotifyScrollStopAsync", + "id": 0, + "name": "NotifyScrollStopAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.NotifyScrollStopAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.PageSize", + "id": 0, + "name": "PageSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.PageSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the size of each page when the pager is visible." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.PinColumn(IgniteUI.Blazor.Controls.IgbDataGridColumn,IgniteUI.Blazor.Controls.PinnedPositions)", + "id": 0, + "name": "PinColumn(IgbDataGridColumn, PinnedPositions)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.PinColumn(IgniteUI.Blazor.Controls.IgbDataGridColumn, IgniteUI.Blazor.Controls.PinnedPositions)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "IgbDataGridColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridColumn" + }, + { + "name": "position", + "type": "PinnedPositions", + "fullTypeName": "IgniteUI.Blazor.Controls.PinnedPositions" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.PinColumnAsync(IgniteUI.Blazor.Controls.IgbDataGridColumn,IgniteUI.Blazor.Controls.PinnedPositions)", + "id": 0, + "name": "PinColumnAsync(IgbDataGridColumn, PinnedPositions)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.PinColumnAsync(IgniteUI.Blazor.Controls.IgbDataGridColumn, IgniteUI.Blazor.Controls.PinnedPositions)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "IgbDataGridColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridColumn" + }, + { + "name": "position", + "type": "PinnedPositions", + "fullTypeName": "IgniteUI.Blazor.Controls.PinnedPositions" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.PinnedAreaSeparator", + "id": 0, + "name": "PinnedAreaSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.PinnedAreaSeparator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the pinned area separator settings." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPinnedAreaSeparator", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparator" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.PinnedAreaSeparatorWidth", + "id": 0, + "name": "PinnedAreaSeparatorWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.PinnedAreaSeparatorWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width of the pinned area separators." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.PinnedItems", + "id": 0, + "name": "PinnedItems", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.PinnedItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets which items are currently pinned in the grid. Collection can be updated to programatically pin items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedItemsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.PinnedKeys", + "id": 0, + "name": "PinnedKeys", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.PinnedKeys", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets which primary keys are currently pinned in the grid. Collection can be updated to programatically pin items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedKeysCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.PinnedRowBackground", + "id": 0, + "name": "PinnedRowBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.PinnedRowBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default color to use for pinned rows" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.PinnedRowOpacity", + "id": 0, + "name": "PinnedRowOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.PinnedRowOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default opacity to use for pinned rows" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.PrimaryKey", + "id": 0, + "name": "PrimaryKey", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.PrimaryKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the user provided primary key to assume for the data. Certain functionality of the grid requires a way to uniquely identify items in order to work correctly. If a primary key cannot be inferred from the data source, you may need to provide one here." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ReactsToFilterChanges", + "id": 0, + "name": "ReactsToFilterChanges", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ReactsToFilterChanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets whether the grid will react to filter changes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ReactsToGroupChanges", + "id": 0, + "name": "ReactsToGroupChanges", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ReactsToGroupChanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets whether the grid will react to group changes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ReactsToSortChanges", + "id": 0, + "name": "ReactsToSortChanges", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ReactsToSortChanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets whether the grid will react to sort changes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.Redo", + "id": 0, + "name": "Redo()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.Redo()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RedoAsync", + "id": 0, + "name": "RedoAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RedoAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Redo the last edit." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.Refresh", + "id": 0, + "name": "Refresh()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.Refresh()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RefreshAsync", + "id": 0, + "name": "RefreshAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RefreshAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Forces a refresh of the grid content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RegisterIconFromDataURL(System.String,System.String,System.String)", + "id": 0, + "name": "RegisterIconFromDataURL(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RegisterIconFromDataURL(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "dataURL", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RegisterIconFromDataURLAsync(System.String,System.String,System.String)", + "id": 0, + "name": "RegisterIconFromDataURLAsync(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RegisterIconFromDataURLAsync(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "dataURL", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RegisterIconFromText(System.String,System.String,System.String)", + "id": 0, + "name": "RegisterIconFromText(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RegisterIconFromText(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconText", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RegisterIconFromTextAsync(System.String,System.String,System.String)", + "id": 0, + "name": "RegisterIconFromTextAsync(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RegisterIconFromTextAsync(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconText", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RegisterIconSource(System.String,System.String,System.Object)", + "id": 0, + "name": "RegisterIconSource(String, String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RegisterIconSource(System.String, System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "source", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RegisterIconSourceAsync(System.String,System.String,System.Object)", + "id": 0, + "name": "RegisterIconSourceAsync(String, String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RegisterIconSourceAsync(System.String, System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "source", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RegisterMultiPathSVG(System.String,System.String,System.String[])", + "id": 0, + "name": "RegisterMultiPathSVG(String, String, String[])", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RegisterMultiPathSVG(System.String, System.String, System.String[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "multiPathSVG", + "type": "String[]", + "fullTypeName": "System.String[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RegisterMultiPathSVGAsync(System.String,System.String,System.String[])", + "id": 0, + "name": "RegisterMultiPathSVGAsync(String, String, String[])", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RegisterMultiPathSVGAsync(System.String, System.String, System.String[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "multiPathSVG", + "type": "String[]", + "fullTypeName": "System.String[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RejectCommit(System.Int32)", + "id": 0, + "name": "RejectCommit(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RejectCommit(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commitID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RejectCommitAsync(System.Int32)", + "id": 0, + "name": "RejectCommitAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RejectCommitAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "commitID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RejectEdit(System.Int32)", + "id": 0, + "name": "RejectEdit(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RejectEdit(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "editID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RejectEditAsync(System.Int32)", + "id": 0, + "name": "RejectEditAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RejectEditAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Reject a pending edit." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "editID", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RemoveItem(System.Object)", + "id": 0, + "name": "RemoveItem(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RemoveItem(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RemoveItemAsync(System.Object)", + "id": 0, + "name": "RemoveItemAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RemoveItemAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes an item by its instance." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RemoveItemByKey(System.Object[])", + "id": 0, + "name": "RemoveItemByKey(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RemoveItemByKey(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RemoveItemByKeyAsync(System.Object[])", + "id": 0, + "name": "RemoveItemByKeyAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RemoveItemByKeyAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ResolveCellValue(IgniteUI.Blazor.Controls.IgbCellKey)", + "id": 0, + "name": "ResolveCellValue(IgbCellKey)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ResolveCellValue(IgniteUI.Blazor.Controls.IgbCellKey)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "cellKey", + "type": "IgbCellKey", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellKey" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ResolveCellValueAsync(IgniteUI.Blazor.Controls.IgbCellKey)", + "id": 0, + "name": "ResolveCellValueAsync(IgbCellKey)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ResolveCellValueAsync(IgniteUI.Blazor.Controls.IgbCellKey)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "cellKey", + "type": "IgbCellKey", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellKey" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ResolveCellValueFromPosition(System.Int32,System.Int32)", + "id": 0, + "name": "ResolveCellValueFromPosition(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ResolveCellValueFromPosition(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "column", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ResolveCellValueFromPositionAsync(System.Int32,System.Int32)", + "id": 0, + "name": "ResolveCellValueFromPositionAsync(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ResolveCellValueFromPositionAsync(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "column", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ResponsiveStates", + "id": 0, + "name": "ResponsiveStates", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ResponsiveStates", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A set of states that can be applied to the columns of the grid based on available space." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbResponsiveStatesCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbResponsiveStatesCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RootSummariesChanged", + "id": 0, + "name": "RootSummariesChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RootSummariesChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDataSourceRootSummariesChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDataSourceRootSummariesChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RootSummariesChangedScript", + "id": 0, + "name": "RootSummariesChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RootSummariesChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RowEditEnded", + "id": 0, + "name": "RowEditEnded", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RowEditEnded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called when a row has finished editing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridRowEditEndedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridRowEditEndedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RowEditStarted", + "id": 0, + "name": "RowEditStarted", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RowEditStarted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridRowEditStartedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridRowEditStartedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RowEditStartedScript", + "id": 0, + "name": "RowEditStartedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RowEditStartedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RowHeight", + "id": 0, + "name": "RowHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RowHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the height to use for the rows in the grid. If not set the grid will use the default value for the set display density." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RowHoverAnimationMode", + "id": 0, + "name": "RowHoverAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RowHoverAnimationMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the row hover animation mode to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RowHoverAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RowHoverAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RowHoverBackground", + "id": 0, + "name": "RowHoverBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RowHoverBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color for rows when hovered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RowHoverTextColor", + "id": 0, + "name": "RowHoverTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RowHoverTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color for rows when hovered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RowSelectionAnimationMode", + "id": 0, + "name": "RowSelectionAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RowSelectionAnimationMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the row selection animation mode to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RowSelectionAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RowSelectionAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RowSeparator", + "id": 0, + "name": "RowSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RowSeparator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the row seperator settings." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowSeparator", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowSeparator" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RowSeparatorBackground", + "id": 0, + "name": "RowSeparatorBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RowSeparatorBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default background color to use for row separators" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RowSeparatorHeight", + "id": 0, + "name": "RowSeparatorHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RowSeparatorHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the height to use for the row separators." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RowSeparatorLastStickyRowBackground", + "id": 0, + "name": "RowSeparatorLastStickyRowBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RowSeparatorLastStickyRowBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default last sticky row background color to use for row separators" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RowSeparatorPinnedRowBackground", + "id": 0, + "name": "RowSeparatorPinnedRowBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RowSeparatorPinnedRowBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the pinned row background color to use for row separators" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.RowSeparatorStickyRowBackground", + "id": 0, + "name": "RowSeparatorStickyRowBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.RowSeparatorStickyRowBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default sticky row background color to use for row separators" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SaveLayout", + "id": 0, + "name": "SaveLayout()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SaveLayout()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SaveLayoutAsync", + "id": 0, + "name": "SaveLayoutAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SaveLayoutAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Saves the layout chnages that have been made to the grid" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollbarBackground", + "id": 0, + "name": "ScrollbarBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollbarBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scrollbar background color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollbarStyle", + "id": 0, + "name": "ScrollbarStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollbarStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the style of scrollbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScrollbarStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.ScrollbarStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollToColumnByIndex(System.Double)", + "id": 0, + "name": "ScrollToColumnByIndex(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollToColumnByIndex(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columnNumber", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollToColumnByIndexAsync(System.Double)", + "id": 0, + "name": "ScrollToColumnByIndexAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollToColumnByIndexAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls the grid to given column, by index" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columnNumber", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollToItem(System.Object)", + "id": 0, + "name": "ScrollToItem(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollToItem(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollToItemAsync(System.Object)", + "id": 0, + "name": "ScrollToItemAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollToItemAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls to an item, if found." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollToLastRowByIndex(System.Double)", + "id": 0, + "name": "ScrollToLastRowByIndex(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollToLastRowByIndex(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowNumber", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollToLastRowByIndexAsync(System.Double)", + "id": 0, + "name": "ScrollToLastRowByIndexAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollToLastRowByIndexAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls the grid so that a row is the last visible, by index." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowNumber", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollToPrimaryKey(System.Object[])", + "id": 0, + "name": "ScrollToPrimaryKey(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollToPrimaryKey(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollToPrimaryKeyAsync(System.Object[])", + "id": 0, + "name": "ScrollToPrimaryKeyAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollToPrimaryKeyAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollToRowByIndex(System.Double)", + "id": 0, + "name": "ScrollToRowByIndex(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollToRowByIndex(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowNumber", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollToRowByIndexAsync(System.Double)", + "id": 0, + "name": "ScrollToRowByIndexAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ScrollToRowByIndexAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls the grid to given row, by index" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowNumber", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SectionHeader", + "id": 0, + "name": "SectionHeader", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SectionHeader", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the header type used for sectioning off groups of rows." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSectionHeader", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSectionHeader" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SectionHeaderBackground", + "id": 0, + "name": "SectionHeaderBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SectionHeaderBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default background color to use for section header cells" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SectionHeaderFontFamily", + "id": 0, + "name": "SectionHeaderFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SectionHeaderFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SectionHeaderFontSize", + "id": 0, + "name": "SectionHeaderFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SectionHeaderFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SectionHeaderFontStyle", + "id": 0, + "name": "SectionHeaderFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SectionHeaderFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SectionHeaderFontWeight", + "id": 0, + "name": "SectionHeaderFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SectionHeaderFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SectionHeaderSelectedBackground", + "id": 0, + "name": "SectionHeaderSelectedBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SectionHeaderSelectedBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default background color to use for section header cells when a row is in a selected state" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SectionHeaderTextColor", + "id": 0, + "name": "SectionHeaderTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SectionHeaderTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default text color to use for section header cells" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectAllRows", + "id": 0, + "name": "SelectAllRows()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectAllRows()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectAllRowsAsync", + "id": 0, + "name": "SelectAllRowsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectAllRowsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Selects all of the rows in the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedCellRanges", + "id": 0, + "name": "SelectedCellRanges", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedCellRanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets which cell ranges are currently selected in the grid. Collection can be updated to programatically select cells." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedCellRangesCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedCellRangesChanged", + "id": 0, + "name": "SelectedCellRangesChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedCellRangesChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridSelectedCellRangesChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedCellRangesChangedScript", + "id": 0, + "name": "SelectedCellRangesChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedCellRangesChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedCells", + "id": 0, + "name": "SelectedCells", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedCells", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets which cells are currently selected in the grid. Collection can be updated to programatically select cells." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedCellsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedCellsChanged", + "id": 0, + "name": "SelectedCellsChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedCellsChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridSelectedCellsChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridSelectedCellsChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedCellsChangedScript", + "id": 0, + "name": "SelectedCellsChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedCellsChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedItems", + "id": 0, + "name": "SelectedItems", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets which items are currently selected in the grid. Collection can be updated to programatically select items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedItemsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedItemsChanged", + "id": 0, + "name": "SelectedItemsChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedItemsChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridSelectedItemsChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridSelectedItemsChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedItemsChangedScript", + "id": 0, + "name": "SelectedItemsChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedItemsChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedKeys", + "id": 0, + "name": "SelectedKeys", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedKeys", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets which primary key values are currently selected in the grid. Collection can be updated to programatically select items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedKeysCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedKeysChanged", + "id": 0, + "name": "SelectedKeysChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedKeysChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridSelectedKeysChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridSelectedKeysChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedKeysChangedScript", + "id": 0, + "name": "SelectedKeysChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectedKeysChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectionBehavior", + "id": 0, + "name": "SelectionBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectionBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets how selection behaves in the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSelectionBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSelectionBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectionChanged", + "id": 0, + "name": "SelectionChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectionChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridSelectionChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridSelectionChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectionChangedScript", + "id": 0, + "name": "SelectionChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectionChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectionMode", + "id": 0, + "name": "SelectionMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SelectionMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the grid selection mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataGridSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataGridSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SetActiveResponsiveState(System.String)", + "id": 0, + "name": "SetActiveResponsiveState(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SetActiveResponsiveState(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SetActiveResponsiveStateAsync(System.String)", + "id": 0, + "name": "SetActiveResponsiveStateAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SetActiveResponsiveStateAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Manually set the active responsive state of the grid." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SetCustomizedStringAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.String})", + "id": 0, + "name": "SetCustomizedStringAsync(String, Dictionary<String, String>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SetCustomizedStringAsync(System.String, System.Collections.Generic.Dictionary<System.String, System.String>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provide a new set of localized strings to use for a given languange." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "language", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "Dictionary<String, String>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.String>" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SetCustomizedStringAsync(System.String,System.String)", + "id": 0, + "name": "SetCustomizedStringAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SetCustomizedStringAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provide a new set of localized strings to use for a given languange." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "language", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "json", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SetCustomizedStringAsync(System.String,System.String,System.String)", + "id": 0, + "name": "SetCustomizedStringAsync(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SetCustomizedStringAsync(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provide a new set of localized strings to use for a given languange." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "language", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "id", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SetEditError(System.Int32,System.String)", + "id": 0, + "name": "SetEditError(Int32, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SetEditError(System.Int32, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "editID", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "errorMessage", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SetEditErrorAsync(System.Int32,System.String)", + "id": 0, + "name": "SetEditErrorAsync(Int32, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SetEditErrorAsync(System.Int32, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "editID", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "errorMessage", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ShiftSectionContent", + "id": 0, + "name": "ShiftSectionContent", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ShiftSectionContent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the section header content should be shifted into the normal column scrollable area when there are pinned columns" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SizeChanged", + "id": 0, + "name": "SizeChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SizeChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridSizeChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridSizeChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SizeChangedScript", + "id": 0, + "name": "SizeChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SizeChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SortDescriptions", + "id": 0, + "name": "SortDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SortDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnSortDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnSortDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SortDescriptionsChanged", + "id": 0, + "name": "SortDescriptionsChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SortDescriptionsChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridSortDescriptionsChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridSortDescriptionsChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SortDescriptionsChangedScript", + "id": 0, + "name": "SortDescriptionsChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SortDescriptionsChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.StartEditMode", + "id": 0, + "name": "StartEditMode()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.StartEditMode()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.StartEditModeAsync", + "id": 0, + "name": "StartEditModeAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.StartEditModeAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Start edit mode on the active cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.StickyRowBackground", + "id": 0, + "name": "StickyRowBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.StickyRowBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default color to use for sticky rows" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.StopPropagation", + "id": 0, + "name": "StopPropagation", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.StopPropagation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Prevents mouse events from bubbling out of the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryDescriptions", + "id": 0, + "name": "SummaryDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current summaries that are applied to the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnSummaryDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryDescriptionsChanged", + "id": 0, + "name": "SummaryDescriptionsChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryDescriptionsChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridSummaryDescriptionsChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridSummaryDescriptionsChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryDescriptionsChangedScript", + "id": 0, + "name": "SummaryDescriptionsChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryDescriptionsChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootBackground", + "id": 0, + "name": "SummaryRootBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default background color to use for summary cells at the root level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootLabelFontFamily", + "id": 0, + "name": "SummaryRootLabelFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootLabelFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootLabelFontSize", + "id": 0, + "name": "SummaryRootLabelFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootLabelFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootLabelFontStyle", + "id": 0, + "name": "SummaryRootLabelFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootLabelFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootLabelFontWeight", + "id": 0, + "name": "SummaryRootLabelFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootLabelFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootLabelTextColor", + "id": 0, + "name": "SummaryRootLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default text color to use for summary labels in summary cells at the root level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootSelectedBackground", + "id": 0, + "name": "SummaryRootSelectedBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootSelectedBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default background color to use for summary cells at the root level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootValueFontFamily", + "id": 0, + "name": "SummaryRootValueFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootValueFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootValueFontSize", + "id": 0, + "name": "SummaryRootValueFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootValueFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootValueFontStyle", + "id": 0, + "name": "SummaryRootValueFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootValueFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootValueFontWeight", + "id": 0, + "name": "SummaryRootValueFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootValueFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootValueTextColor", + "id": 0, + "name": "SummaryRootValueTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRootValueTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default text color to use for summary cells at the root level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRowRoot", + "id": 0, + "name": "SummaryRowRoot", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRowRoot", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the cell definition used for summary rows at the root level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSummaryRowRoot", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSummaryRowRoot" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRowSection", + "id": 0, + "name": "SummaryRowSection", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryRowSection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the cell definition used for summary rows at the section level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSummaryRowSection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSummaryRowSection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryScope", + "id": 0, + "name": "SummaryScope", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummaryScope", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scope which summaries are calculated for." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SummaryScope", + "fullTypeName": "IgniteUI.Blazor.Controls.SummaryScope" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionBackground", + "id": 0, + "name": "SummarySectionBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default background color to use for summary cells at the section level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionLabelFontFamily", + "id": 0, + "name": "SummarySectionLabelFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionLabelFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionLabelFontSize", + "id": 0, + "name": "SummarySectionLabelFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionLabelFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionLabelFontStyle", + "id": 0, + "name": "SummarySectionLabelFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionLabelFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionLabelFontWeight", + "id": 0, + "name": "SummarySectionLabelFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionLabelFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionLabelTextColor", + "id": 0, + "name": "SummarySectionLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default text color to use for summary labels in summary cells at the section level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionSelectedBackground", + "id": 0, + "name": "SummarySectionSelectedBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionSelectedBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default background color to use for summary cells at the section level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionValueFontFamily", + "id": 0, + "name": "SummarySectionValueFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionValueFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionValueFontSize", + "id": 0, + "name": "SummarySectionValueFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionValueFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionValueFontStyle", + "id": 0, + "name": "SummarySectionValueFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionValueFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionValueFontWeight", + "id": 0, + "name": "SummarySectionValueFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionValueFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionValueTextColor", + "id": 0, + "name": "SummarySectionValueTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.SummarySectionValueTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default text color to use for summary cells at the section level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.TodayOverride", + "id": 0, + "name": "TodayOverride", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.TodayOverride", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ToolbarColumnChooserText", + "id": 0, + "name": "ToolbarColumnChooserText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ToolbarColumnChooserText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the column chooser button text to use in the toolbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ToolbarColumnChooserTitle", + "id": 0, + "name": "ToolbarColumnChooserTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ToolbarColumnChooserTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the column chooser title text to use in the toolbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ToolbarColumnPinningText", + "id": 0, + "name": "ToolbarColumnPinningText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ToolbarColumnPinningText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the column pinning button text to use in the toolbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ToolbarColumnPinningTitle", + "id": 0, + "name": "ToolbarColumnPinningTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ToolbarColumnPinningTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the column pinning title text to use in the toolbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.ToolbarTitle", + "id": 0, + "name": "ToolbarTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.ToolbarTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the title text to use in the toolbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.Undo", + "id": 0, + "name": "Undo()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.Undo()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.UndoAsync", + "id": 0, + "name": "UndoAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.UndoAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Undo the last edit." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.UpdatePropertyAtKey(System.Object[],System.String,System.Object)", + "id": 0, + "name": "UpdatePropertyAtKey(Object[], String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.UpdatePropertyAtKey(System.Object[], System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGrid.UpdatePropertyAtKeyAsync(System.Object[],System.String,System.Object)", + "id": 0, + "name": "UpdatePropertyAtKeyAsync(Object[], String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGrid.UpdatePropertyAtKeyAsync(System.Object[], System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridAllColumnsModule", + "id": 0, + "name": "IgbDataGridAllColumnsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridAllColumnsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridAllColumnsModule.#ctor", + "id": 0, + "name": "IgbDataGridAllColumnsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridAllColumnsModule.IgbDataGridAllColumnsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridAllColumnsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridAllColumnsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridAllColumnsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridAllColumnsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridAllColumnsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridAllColumnsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs", + "id": 0, + "name": "IgbDataGridCellEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the cell in context." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs.#ctor", + "id": 0, + "name": "IgbDataGridCellEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs.IgbDataGridCellEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs.Button", + "id": 0, + "name": "Button", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs.Button", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets which click type it is." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MouseButton", + "fullTypeName": "IgniteUI.Blazor.Controls.MouseButton" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs.CellInfo", + "id": 0, + "name": "CellInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs.CellInfo", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets information about the cell in context." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCellInfo", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellInfo" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs.Grid", + "id": 0, + "name": "Grid", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs.Grid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the grid owning the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGrid", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGrid" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs.IsDoubleClick", + "id": 0, + "name": "IsDoubleClick", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs.IsDoubleClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Is this a double click?" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridCellEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn", + "id": 0, + "name": "IgbDataGridColumn", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A column in the data grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.#ctor", + "id": 0, + "name": "IgbDataGridColumn()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.IgbDataGridColumn()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualColumnOptionsIconAlignment", + "id": 0, + "name": "ActualColumnOptionsIconAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualColumnOptionsIconAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual column options icon alignment for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnOptionsIconAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnOptionsIconAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualColumnOptionsIconBehavior", + "id": 0, + "name": "ActualColumnOptionsIconBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualColumnOptionsIconBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how the column option icon will behave in the column header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnOptionsIconBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnOptionsIconBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualColumnOptionsIconColor", + "id": 0, + "name": "ActualColumnOptionsIconColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualColumnOptionsIconColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual column options icon color for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualDeletedTextColor", + "id": 0, + "name": "ActualDeletedTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualDeletedTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual text color used for deleted rows." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualEditOpacity", + "id": 0, + "name": "ActualEditOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualEditOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity for unsaved edited cell values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualHeaderText", + "id": 0, + "name": "ActualHeaderText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualHeaderText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual text displayed in the header of the column" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualHeaderTextChanged", + "id": 0, + "name": "ActualHeaderTextChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualHeaderTextChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<String>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualHeaderTextChangedScript", + "id": 0, + "name": "ActualHeaderTextChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualHeaderTextChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualHoverBackground", + "id": 0, + "name": "ActualHoverBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualHoverBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual background color that is used for the cells when they are hovered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualIsColumnOptionsEnabled", + "id": 0, + "name": "ActualIsColumnOptionsEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualIsColumnOptionsEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual state of the column options for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualIsColumnOptionsGroupingEnabled", + "id": 0, + "name": "ActualIsColumnOptionsGroupingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualIsColumnOptionsGroupingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual state of grouping menu in the column options for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualIsColumnOptionsSummariesEnabled", + "id": 0, + "name": "ActualIsColumnOptionsSummariesEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualIsColumnOptionsSummariesEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual state of summaries menu in the column options for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualRowHoverTextColor", + "id": 0, + "name": "ActualRowHoverTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualRowHoverTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual text color that is used for the cells when they are hovered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualSelectedBackground", + "id": 0, + "name": "ActualSelectedBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ActualSelectedBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual background color that is used for the cells when they are selected" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.AnimationSettings", + "id": 0, + "name": "AnimationSettings", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.AnimationSettings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the animation settings to use for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridColumnAnimationSettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridColumnAnimationSettings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ApplyCustomFilter(System.String,System.Int32,System.Object)", + "id": 0, + "name": "ApplyCustomFilter(String, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ApplyCustomFilter(System.String, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "filterID", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ApplyCustomFilterAsync(System.String,System.Int32,System.Object)", + "id": 0, + "name": "ApplyCustomFilterAsync(String, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ApplyCustomFilterAsync(System.String, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "filterID", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ColumnOptionsIconAlignment", + "id": 0, + "name": "ColumnOptionsIconAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ColumnOptionsIconAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the column options icon is aligned opposite the header text or not." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnOptionsIconAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnOptionsIconAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ColumnOptionsIconBehavior", + "id": 0, + "name": "ColumnOptionsIconBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ColumnOptionsIconBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how the column option icon will behave in the column header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnOptionsIconBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnOptionsIconBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ColumnOptionsIconColor", + "id": 0, + "name": "ColumnOptionsIconColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ColumnOptionsIconColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the column options icon color for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.DataGridParent", + "id": 0, + "name": "DataGridParent", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.DataGridParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.DeletedTextColor", + "id": 0, + "name": "DeletedTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.DeletedTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color used for deleted rows." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.EditFontFamily", + "id": 0, + "name": "EditFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.EditFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.EditFontSize", + "id": 0, + "name": "EditFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.EditFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.EditFontStyle", + "id": 0, + "name": "EditFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.EditFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.EditFontWeight", + "id": 0, + "name": "EditFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.EditFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.EditOpacity", + "id": 0, + "name": "EditOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.EditOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity to use for unsaved edited cell values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.Field", + "id": 0, + "name": "Field", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.Field", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the key used for the column binding" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.Filter", + "id": 0, + "name": "Filter", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.Filter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a filter to apply on the values of this column" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnFilterCondition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.FilterComparisonType", + "id": 0, + "name": "FilterComparisonType", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.FilterComparisonType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether UI filters are case sensitive or not." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterComparisonType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterComparisonType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.FilterExpression", + "id": 0, + "name": "FilterExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.FilterExpression", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a filter to apply to the values of this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.FilterOperands", + "id": 0, + "name": "FilterOperands", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.FilterOperands", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a list of the current custom filters for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridFilterOperandsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridFilterOperandsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.FormatCell", + "id": 0, + "name": "FormatCell", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.FormatCell", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbFormatCellEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbFormatCellEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.FormatCellScript", + "id": 0, + "name": "FormatCellScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.FormatCellScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.GetCurrentActualHeaderText", + "id": 0, + "name": "GetCurrentActualHeaderText()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.GetCurrentActualHeaderText()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.GetCurrentActualHeaderTextAsync", + "id": 0, + "name": "GetCurrentActualHeaderTextAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.GetCurrentActualHeaderTextAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.GetNamedHeaderValue(System.String)", + "id": 0, + "name": "GetNamedHeaderValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.GetNamedHeaderValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.GetNamedHeaderValueAsync(System.String)", + "id": 0, + "name": "GetNamedHeaderValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.GetNamedHeaderValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value of a named header value for this column by name." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.GetUniqueKey", + "id": 0, + "name": "GetUniqueKey()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.GetUniqueKey()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.GetUniqueKeyAsync", + "id": 0, + "name": "GetUniqueKeyAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.GetUniqueKeyAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Get the unique key used to identify this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.HasNamedHeaderValue(System.String)", + "id": 0, + "name": "HasNamedHeaderValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.HasNamedHeaderValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.HasNamedHeaderValueAsync(System.String)", + "id": 0, + "name": "HasNamedHeaderValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.HasNamedHeaderValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns if there is a named header value with a given name." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.HasNamedHeaderValues", + "id": 0, + "name": "HasNamedHeaderValues()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.HasNamedHeaderValues()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.HasNamedHeaderValuesAsync", + "id": 0, + "name": "HasNamedHeaderValuesAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.HasNamedHeaderValuesAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns if the column has named header values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.Header", + "id": 0, + "name": "Header", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.Header", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the header definition for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbHeader", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbHeader" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.HeaderText", + "id": 0, + "name": "HeaderText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.HeaderText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text displayed in the header of the column" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.IsAutoGenerated", + "id": 0, + "name": "IsAutoGenerated", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.IsAutoGenerated", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether this column was auto generated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.IsColumnOptionsEnabled", + "id": 0, + "name": "IsColumnOptionsEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.IsColumnOptionsEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level then it will be disabled for the column regardless of what this is set to." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.IsColumnOptionsGroupingEnabled", + "id": 0, + "name": "IsColumnOptionsGroupingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.IsColumnOptionsGroupingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show the grouping option in the column options menu for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.IsColumnOptionsSummariesEnabled", + "id": 0, + "name": "IsColumnOptionsSummariesEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.IsColumnOptionsSummariesEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show the summaries option in the column options menu for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.IsEditable", + "id": 0, + "name": "IsEditable", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.IsEditable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the column is editable." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.IsFilteringEnabled", + "id": 0, + "name": "IsFilteringEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.IsFilteringEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether filtering is enabled for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.IsFromMarkup", + "id": 0, + "name": "IsFromMarkup", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.IsFromMarkup", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether this column was projected from markup/templates and is constrained." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.IsHidden", + "id": 0, + "name": "IsHidden", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.IsHidden", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not a column is hidden from the grid" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.IsResizingEnabled", + "id": 0, + "name": "IsResizingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.IsResizingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether resizing is enabled for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.MergedCellEvaluationCriteria", + "id": 0, + "name": "MergedCellEvaluationCriteria", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.MergedCellEvaluationCriteria", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how cells are evaluated for merging." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MergedCellEvaluationCriteria", + "fullTypeName": "IgniteUI.Blazor.Controls.MergedCellEvaluationCriteria" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.MergedCellMode", + "id": 0, + "name": "MergedCellMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.MergedCellMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if and how cell merging is performed for this field." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MergedCellMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MergedCellMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.MergedCellPaddingBottom", + "id": 0, + "name": "MergedCellPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.MergedCellPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of bottom padding to use for the cell content of this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.MergedCellPaddingLeft", + "id": 0, + "name": "MergedCellPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.MergedCellPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of left padding to use for the cell content for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.MergedCellPaddingRight", + "id": 0, + "name": "MergedCellPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.MergedCellPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of right padding to use for the cell content of this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.MergedCellPaddingTop", + "id": 0, + "name": "MergedCellPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.MergedCellPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of top padding to use for the cell content for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.MergedCellVerticalAlignment", + "id": 0, + "name": "MergedCellVerticalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.MergedCellVerticalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the vertical alignment to use for the merged cell content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellContentVerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.MinWidth", + "id": 0, + "name": "MinWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.MinWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.PaddingBottom", + "id": 0, + "name": "PaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.PaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of bottom padding to use for the cell content of this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.PaddingLeft", + "id": 0, + "name": "PaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.PaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of left padding to use for the cell content for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.PaddingRight", + "id": 0, + "name": "PaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.PaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of right padding to use for the cell content of this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.PaddingTop", + "id": 0, + "name": "PaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.PaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of top padding to use for the cell content for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.Pinned", + "id": 0, + "name": "Pinned", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.Pinned", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the current fixed position for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PinnedPositions", + "fullTypeName": "IgniteUI.Blazor.Controls.PinnedPositions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.RemoveNamedHeaderValue(System.String)", + "id": 0, + "name": "RemoveNamedHeaderValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.RemoveNamedHeaderValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.RemoveNamedHeaderValueAsync(System.String)", + "id": 0, + "name": "RemoveNamedHeaderValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.RemoveNamedHeaderValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes a named header value with the given name from the named header values for this column." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.RowHoverBackground", + "id": 0, + "name": "RowHoverBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.RowHoverBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color to use for the cells when the row is hovered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.RowHoverTextColor", + "id": 0, + "name": "RowHoverTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.RowHoverTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color to use for the cells when the row is hovered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SelectedBackground", + "id": 0, + "name": "SelectedBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SelectedBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color to use for the cells when they are selected" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SetNamedHeaderValue(System.String,IgniteUI.Blazor.Controls.CellPropertyAnimationType,System.Object)", + "id": 0, + "name": "SetNamedHeaderValue(String, CellPropertyAnimationType, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SetNamedHeaderValue(System.String, IgniteUI.Blazor.Controls.CellPropertyAnimationType, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "animationType", + "type": "CellPropertyAnimationType", + "fullTypeName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SetNamedHeaderValueAsync(System.String,IgniteUI.Blazor.Controls.CellPropertyAnimationType,System.Object)", + "id": 0, + "name": "SetNamedHeaderValueAsync(String, CellPropertyAnimationType, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SetNamedHeaderValueAsync(System.String, IgniteUI.Blazor.Controls.CellPropertyAnimationType, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "animationType", + "type": "CellPropertyAnimationType", + "fullTypeName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ShouldRemoveWhenHidden", + "id": 0, + "name": "ShouldRemoveWhenHidden", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ShouldRemoveWhenHidden", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if a column should be removed from the grid when it is fully hidden" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SortDirection", + "id": 0, + "name": "SortDirection", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SortDirection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current sort direction (None, Ascending, Descending) for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnSortDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnSortDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixIconCollectionName", + "id": 0, + "name": "SuffixIconCollectionName", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixIconCollectionName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the icon to use in the suffix area of the cells in this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixIconFill", + "id": 0, + "name": "SuffixIconFill", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixIconFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill color of suffix icon." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixIconName", + "id": 0, + "name": "SuffixIconName", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixIconName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the icon to use in the suffix area of the cells in this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixIconStroke", + "id": 0, + "name": "SuffixIconStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixIconStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke color of suffix icon." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixIconViewBoxHeight", + "id": 0, + "name": "SuffixIconViewBoxHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixIconViewBoxHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the suffix icon's viewbox height." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixIconViewBoxLeft", + "id": 0, + "name": "SuffixIconViewBoxLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixIconViewBoxLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the suffix icon's viewbox x coordinate." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixIconViewBoxTop", + "id": 0, + "name": "SuffixIconViewBoxTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixIconViewBoxTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the suffix icon's viewbox y coordinate." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixIconViewBoxWidth", + "id": 0, + "name": "SuffixIconViewBoxWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixIconViewBoxWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the suffix icon's viewbox width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixText", + "id": 0, + "name": "SuffixText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text to display in the suffix area of cells in this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixTextColor", + "id": 0, + "name": "SuffixTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color of the text in the suffix area of the cells in this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixTextFontFamily", + "id": 0, + "name": "SuffixTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixTextFontSize", + "id": 0, + "name": "SuffixTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixTextFontStyle", + "id": 0, + "name": "SuffixTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixTextFontWeight", + "id": 0, + "name": "SuffixTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.SuffixTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.TextDecoration", + "id": 0, + "name": "TextDecoration", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.TextDecoration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text decoration to apply to cells in this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextCellDecoration", + "fullTypeName": "IgniteUI.Blazor.Controls.TextCellDecoration" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn.Width", + "id": 0, + "name": "Width", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridColumn.Width", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width to use for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnWidth", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnWidth" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector", + "id": 0, + "name": "IgbDataGridComparisonOperatorSelector", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A dropdown selector for choosing which comparison operator to use." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.#ctor", + "id": 0, + "name": "IgbDataGridComparisonOperatorSelector()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.IgbDataGridComparisonOperatorSelector()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.AddCustomOperator(System.String,System.String,System.String,System.Int32)", + "id": 0, + "name": "AddCustomOperator(String, String, String, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.AddCustomOperator(System.String, System.String, System.String, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "icon", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "id", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.AddCustomOperatorAsync(System.String,System.String,System.String,System.Int32)", + "id": 0, + "name": "AddCustomOperatorAsync(String, String, String, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.AddCustomOperatorAsync(System.String, System.String, System.String, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "icon", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "id", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.Background", + "id": 0, + "name": "Background", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.Background", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.ClearCustomOperators", + "id": 0, + "name": "ClearCustomOperators()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.ClearCustomOperators()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.ClearCustomOperatorsAsync", + "id": 0, + "name": "ClearCustomOperatorsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.ClearCustomOperatorsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.Close", + "id": 0, + "name": "Close()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.Close()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.CloseAsync", + "id": 0, + "name": "CloseAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.CloseAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.Closing", + "id": 0, + "name": "Closing", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.Closing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbOperatorSelectorClosingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbOperatorSelectorClosingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.ClosingScript", + "id": 0, + "name": "ClosingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.ClosingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.CustomFilterID", + "id": 0, + "name": "CustomFilterID", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.CustomFilterID", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the ID for the custom filter that is selected. Value must be 'Custom' for this property to be valid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.CustomFilterIndex", + "id": 0, + "name": "CustomFilterIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.CustomFilterIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the index for the custom filter that is selected. Value must be 'Custom' for this property to be valid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.DataType", + "id": 0, + "name": "DataType", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.DataType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data type. Used to determine what operators are available." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.DisposeAsync", + "id": 0, + "name": "DisposeAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.DisposeAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.GetDropdownHeight", + "id": 0, + "name": "GetDropdownHeight()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.GetDropdownHeight()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.GetDropdownHeightAsync", + "id": 0, + "name": "GetDropdownHeightAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.GetDropdownHeightAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.MaxHeight", + "id": 0, + "name": "MaxHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.MaxHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.Opened", + "id": 0, + "name": "Opened", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.Opened", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbOperatorSelectorOpeningEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbOperatorSelectorOpeningEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.OpenedScript", + "id": 0, + "name": "OpenedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.OpenedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.Opening", + "id": 0, + "name": "Opening", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.Opening", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbOperatorSelectorOpeningEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbOperatorSelectorOpeningEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.OpeningScript", + "id": 0, + "name": "OpeningScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.OpeningScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.ProvideContainer(System.Object)", + "id": 0, + "name": "ProvideContainer(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.ProvideContainer(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.ProvideContainerAsync(System.Object)", + "id": 0, + "name": "ProvideContainerAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.ProvideContainerAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.SelectCustomFilter(System.String,System.Int32)", + "id": 0, + "name": "SelectCustomFilter(String, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.SelectCustomFilter(System.String, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "id", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.SelectCustomFilterAsync(System.String,System.Int32)", + "id": 0, + "name": "SelectCustomFilterAsync(String, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.SelectCustomFilterAsync(System.String, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "id", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.Toggle", + "id": 0, + "name": "Toggle()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.Toggle()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.ToggleAsync", + "id": 0, + "name": "ToggleAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.ToggleAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value of the selector." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.ValueChanged", + "id": 0, + "name": "ValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.ValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbOperatorSelectorValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbOperatorSelectorValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.ValueChangedScript", + "id": 0, + "name": "ValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridComparisonOperatorSelector.ValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridCoreModule", + "id": 0, + "name": "IgbDataGridCoreModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridCoreModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridCoreModule.#ctor", + "id": 0, + "name": "IgbDataGridCoreModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridCoreModule.IgbDataGridCoreModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator", + "id": 0, + "name": "IgbDataGridExpansionIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.#ctor", + "id": 0, + "name": "IgbDataGridExpansionIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.IgbDataGridExpansionIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.ActualPixelScalingRatio", + "id": 0, + "name": "ActualPixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.ActualPixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual pixel scaling ratio used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.IconColor", + "id": 0, + "name": "IconColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.IconColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color of the indicator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.IsAnimationEnabled", + "id": 0, + "name": "IsAnimationEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.IsAnimationEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether animations are enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.IsExpanded", + "id": 0, + "name": "IsExpanded", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.IsExpanded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the expansion state of the indicator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.NotifySizeChanged(System.Double,System.Double)", + "id": 0, + "name": "NotifySizeChanged(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.NotifySizeChanged(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "width", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "height", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.NotifySizeChangedAsync(System.Double,System.Double)", + "id": 0, + "name": "NotifySizeChangedAsync(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.NotifySizeChangedAsync(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "width", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "height", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.PixelScalingRatio", + "id": 0, + "name": "PixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.PixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scaling value used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridExpansionIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog", + "id": 0, + "name": "IgbDataGridFilterDialog", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "An advanced grid for displaying data." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.#ctor", + "id": 0, + "name": "IgbDataGridFilterDialog()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.IgbDataGridFilterDialog()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.ActualPixelScalingRatio", + "id": 0, + "name": "ActualPixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.ActualPixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual pixel scaling ratio used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.CommandCompleted", + "id": 0, + "name": "CommandCompleted", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.CommandCompleted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.CommandCompletedScript", + "id": 0, + "name": "CommandCompletedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.CommandCompletedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting CommandCompleted in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.DialogOpening", + "id": 0, + "name": "DialogOpening", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.DialogOpening", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridFilterDialogOpeningEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridFilterDialogOpeningEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.DialogOpeningScript", + "id": 0, + "name": "DialogOpeningScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.DialogOpeningScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.FilterChanged", + "id": 0, + "name": "FilterChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.FilterChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridFilterDialogFilterChangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridFilterDialogFilterChangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.FilterChangedScript", + "id": 0, + "name": "FilterChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.FilterChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.FilterChanging", + "id": 0, + "name": "FilterChanging", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.FilterChanging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridFilterDialogFilterChangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridFilterDialogFilterChangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.FilterChangingScript", + "id": 0, + "name": "FilterChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.FilterChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.GetDesiredToolbarActions", + "id": 0, + "name": "GetDesiredToolbarActions()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.GetDesiredToolbarActions()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbToolActionInfo[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbToolActionInfo[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.GetDesiredToolbarActionsAsync", + "id": 0, + "name": "GetDesiredToolbarActionsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.GetDesiredToolbarActionsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbToolActionInfo[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbToolActionInfo[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.HideIcon", + "id": 0, + "name": "HideIcon()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.HideIcon()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.HideIconAsync", + "id": 0, + "name": "HideIconAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.HideIconAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.IconColor", + "id": 0, + "name": "IconColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.IconColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.InvalidateActions", + "id": 0, + "name": "InvalidateActions", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.InvalidateActions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.InvalidateActionsScript", + "id": 0, + "name": "InvalidateActionsScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.InvalidateActionsScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting InvalidateActions in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.IsAnimationEnabled", + "id": 0, + "name": "IsAnimationEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.IsAnimationEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.NotifyCellSizeChanged", + "id": 0, + "name": "NotifyCellSizeChanged()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.NotifyCellSizeChanged()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.NotifyCellSizeChangedAsync", + "id": 0, + "name": "NotifyCellSizeChangedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.NotifyCellSizeChangedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.NotifySizeChanged(System.Double,System.Double)", + "id": 0, + "name": "NotifySizeChanged(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.NotifySizeChanged(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "width", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "height", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.NotifySizeChangedAsync(System.Double,System.Double)", + "id": 0, + "name": "NotifySizeChangedAsync(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.NotifySizeChangedAsync(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "width", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "height", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.PixelScalingRatio", + "id": 0, + "name": "PixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.PixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scaling value used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.RenderCompleted", + "id": 0, + "name": "RenderCompleted", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.RenderCompleted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbFilterDialogRenderCompletedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbFilterDialogRenderCompletedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.RenderCompletedScript", + "id": 0, + "name": "RenderCompletedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.RenderCompletedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.ShowIcon", + "id": 0, + "name": "ShowIcon()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.ShowIcon()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.ShowIconAsync", + "id": 0, + "name": "ShowIconAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.ShowIconAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.ViewSize", + "id": 0, + "name": "ViewSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridFilterDialog.ViewSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridLocaleEnModule", + "id": 0, + "name": "IgbDataGridLocaleEnModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridLocaleEnModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridLocaleEnModule.#ctor", + "id": 0, + "name": "IgbDataGridLocaleEnModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridLocaleEnModule.IgbDataGridLocaleEnModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridLocaleEnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridLocaleEnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridLocaleEnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridLocaleEnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridLocaleEnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridLocaleEnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridModule", + "id": 0, + "name": "IgbDataGridModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridModule.#ctor", + "id": 0, + "name": "IgbDataGridModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridModule.IgbDataGridModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager", + "id": 0, + "name": "IgbDataGridPager", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.#ctor", + "id": 0, + "name": "IgbDataGridPager()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.IgbDataGridPager()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.Background", + "id": 0, + "name": "Background", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.Background", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.Border", + "id": 0, + "name": "Border", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.Border", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border color around the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.CurrentPage", + "id": 0, + "name": "CurrentPage", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.CurrentPage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the current page for the pager." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data source for the pager." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.ExportSerializedVisualModel", + "id": 0, + "name": "ExportSerializedVisualModel()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.ExportSerializedVisualModel()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.ExportSerializedVisualModelAsync", + "id": 0, + "name": "ExportSerializedVisualModelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.ExportSerializedVisualModelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a serialized copy of the exported visual model" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.ExportVisualModel", + "id": 0, + "name": "ExportVisualModel()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.ExportVisualModel()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.ExportVisualModelAsync", + "id": 0, + "name": "ExportVisualModelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.ExportVisualModelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Exports visual information about the current state of the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.FirstPage", + "id": 0, + "name": "FirstPage()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.FirstPage()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.FirstPageAsync", + "id": 0, + "name": "FirstPageAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.FirstPageAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.FontFamily", + "id": 0, + "name": "FontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.FontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.FontSize", + "id": 0, + "name": "FontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.FontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.FontStyle", + "id": 0, + "name": "FontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.FontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.FontWeight", + "id": 0, + "name": "FontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.FontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.LastPage", + "id": 0, + "name": "LastPage()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.LastPage()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.LastPageAsync", + "id": 0, + "name": "LastPageAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.LastPageAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.NextPage", + "id": 0, + "name": "NextPage()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.NextPage()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.NextPageAsync", + "id": 0, + "name": "NextPageAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.NextPageAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.PageChanged", + "id": 0, + "name": "PageChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.PageChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPageChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPageChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.PageChangedScript", + "id": 0, + "name": "PageChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.PageChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.PageCount", + "id": 0, + "name": "PageCount", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.PageCount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the page count." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.PagerText", + "id": 0, + "name": "PagerText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.PagerText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.PageSize", + "id": 0, + "name": "PageSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.PageSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the page size." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.PreviousPage", + "id": 0, + "name": "PreviousPage()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.PreviousPage()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.PreviousPageAsync", + "id": 0, + "name": "PreviousPageAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.PreviousPageAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.ProvideContainer(System.Object)", + "id": 0, + "name": "ProvideContainer(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.ProvideContainer(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.ProvideContainerAsync(System.Object)", + "id": 0, + "name": "ProvideContainerAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.ProvideContainerAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPager.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPager.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPagerModule", + "id": 0, + "name": "IgbDataGridPagerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPagerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPagerModule.#ctor", + "id": 0, + "name": "IgbDataGridPagerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPagerModule.IgbDataGridPagerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPagerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPagerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPagerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPagerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridPagerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridPagerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator", + "id": 0, + "name": "IgbDataGridSortIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "An advanced grid for displaying data." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.#ctor", + "id": 0, + "name": "IgbDataGridSortIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.IgbDataGridSortIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.ActualPixelScalingRatio", + "id": 0, + "name": "ActualPixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.ActualPixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual pixel scaling ratio used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.GetDesiredScale", + "id": 0, + "name": "GetDesiredScale()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.GetDesiredScale()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.GetDesiredScaleAsync", + "id": 0, + "name": "GetDesiredScaleAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.GetDesiredScaleAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.IconColor", + "id": 0, + "name": "IconColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.IconColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.IsAnimationEnabled", + "id": 0, + "name": "IsAnimationEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.IsAnimationEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.IsHitTestVisible", + "id": 0, + "name": "IsHitTestVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.IsHitTestVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.NotifyCellSizeChanged", + "id": 0, + "name": "NotifyCellSizeChanged()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.NotifyCellSizeChanged()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.NotifyCellSizeChangedAsync", + "id": 0, + "name": "NotifyCellSizeChangedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.NotifyCellSizeChangedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.NotifySizeChanged(System.Double,System.Double)", + "id": 0, + "name": "NotifySizeChanged(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.NotifySizeChanged(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "width", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "height", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.NotifySizeChangedAsync(System.Double,System.Double)", + "id": 0, + "name": "NotifySizeChangedAsync(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.NotifySizeChangedAsync(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "width", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "height", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.PixelScalingRatio", + "id": 0, + "name": "PixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.PixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scaling value used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.RenderCompleted", + "id": 0, + "name": "RenderCompleted", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.RenderCompleted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbSortIndicatorRenderCompletedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbSortIndicatorRenderCompletedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.RenderCompletedScript", + "id": 0, + "name": "RenderCompletedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.RenderCompletedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.SortDirection", + "id": 0, + "name": "SortDirection", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.SortDirection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnSortDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnSortDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.SortIndicatorStyle", + "id": 0, + "name": "SortIndicatorStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.SortIndicatorStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortIndicatorStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.SortIndicatorStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSortIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult", + "id": 0, + "name": "IgbDataGridSummaryResult", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the result of a summary." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.#ctor", + "id": 0, + "name": "IgbDataGridSummaryResult()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.IgbDataGridSummaryResult()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.GroupKey", + "id": 0, + "name": "GroupKey", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.GroupKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the group key which tells us which group the summary belongs to. This can be null if the summary is a root level summary." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.GroupKeyScript", + "id": 0, + "name": "GroupKeyScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.GroupKeyScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting GroupKey in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.Operand", + "id": 0, + "name": "Operand", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.Operand", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the summary operand." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.PropertyName", + "id": 0, + "name": "PropertyName", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.PropertyName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the summary property name." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.ShouldDisplay", + "id": 0, + "name": "ShouldDisplay", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.ShouldDisplay", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if this summary should be rendered in the output or not. Set to false for information only summaries." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.SummaryIndex", + "id": 0, + "name": "SummaryIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.SummaryIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the index of the summary description associated with this result." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the summary value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar", + "id": 0, + "name": "IgbDataGridToolbar", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.#ctor", + "id": 0, + "name": "IgbDataGridToolbar()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.IgbDataGridToolbar()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.BackgroundColor", + "id": 0, + "name": "BackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.BackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.BaseTheme", + "id": 0, + "name": "BaseTheme", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.BaseTheme", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.BorderWidthBottom", + "id": 0, + "name": "BorderWidthBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.BorderWidthBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.BorderWidthLeft", + "id": 0, + "name": "BorderWidthLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.BorderWidthLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.BorderWidthRight", + "id": 0, + "name": "BorderWidthRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.BorderWidthRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.BorderWidthTop", + "id": 0, + "name": "BorderWidthTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.BorderWidthTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ColumnChooser", + "id": 0, + "name": "ColumnChooser", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ColumnChooser", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ColumnChooserText", + "id": 0, + "name": "ColumnChooserText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ColumnChooserText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ColumnChooserTitle", + "id": 0, + "name": "ColumnChooserTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ColumnChooserTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ColumnPinning", + "id": 0, + "name": "ColumnPinning", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ColumnPinning", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ColumnPinningText", + "id": 0, + "name": "ColumnPinningText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ColumnPinningText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ColumnPinningTitle", + "id": 0, + "name": "ColumnPinningTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ColumnPinningTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.Density", + "id": 0, + "name": "Density", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.Density", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.DialogBackgroundColor", + "id": 0, + "name": "DialogBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.DialogBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ExportSerializedVisualModel", + "id": 0, + "name": "ExportSerializedVisualModel()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ExportSerializedVisualModel()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ExportSerializedVisualModelAsync", + "id": 0, + "name": "ExportSerializedVisualModelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ExportSerializedVisualModelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a serialized copy of the exported visual model" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ExportVisualModel", + "id": 0, + "name": "ExportVisualModel()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ExportVisualModel()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ExportVisualModelAsync", + "id": 0, + "name": "ExportVisualModelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ExportVisualModelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Exports visual information about the current state of the toolbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.TargetGrid", + "id": 0, + "name": "TargetGrid", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.TargetGrid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGrid", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGrid" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.TargetGridScript", + "id": 0, + "name": "TargetGridScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.TargetGridScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TargetGrid in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ToolbarTitle", + "id": 0, + "name": "ToolbarTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ToolbarTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ToolbarTitleColor", + "id": 0, + "name": "ToolbarTitleColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ToolbarTitleColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ToolbarTitleFontFamily", + "id": 0, + "name": "ToolbarTitleFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ToolbarTitleFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ToolbarTitleFontSize", + "id": 0, + "name": "ToolbarTitleFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ToolbarTitleFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ToolbarTitleFontStyle", + "id": 0, + "name": "ToolbarTitleFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ToolbarTitleFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ToolbarTitleFontWeight", + "id": 0, + "name": "ToolbarTitleFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.ToolbarTitleFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbar.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbarModule", + "id": 0, + "name": "IgbDataGridToolbarModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbarModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbarModule.#ctor", + "id": 0, + "name": "IgbDataGridToolbarModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbarModule.IgbDataGridToolbarModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridToolbarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataGridToolbarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend", + "id": 0, + "name": "IgbDataLegend", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents data legend that displays information about each series including values and summaries." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.#ctor", + "id": 0, + "name": "IgbDataLegend()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.IgbDataLegend()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ActualBackground", + "id": 0, + "name": "ActualBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ActualBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective background of the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ActualBadgesVisible", + "id": 0, + "name": "ActualBadgesVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ActualBadgesVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether or not at least one badge is visible based on BadgesShape and setting of a row's IsVisble in StyleSeriesRow event" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ActualBorderBrush", + "id": 0, + "name": "ActualBorderBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ActualBorderBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective border brush of the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ActualBorderThicknessBottom", + "id": 0, + "name": "ActualBorderThicknessBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ActualBorderThicknessBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ActualBorderThicknessLeft", + "id": 0, + "name": "ActualBorderThicknessLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ActualBorderThicknessLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ActualBorderThicknessRight", + "id": 0, + "name": "ActualBorderThicknessRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ActualBorderThicknessRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ActualBorderThicknessTop", + "id": 0, + "name": "ActualBorderThicknessTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ActualBorderThicknessTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ActualPixelScalingRatio", + "id": 0, + "name": "ActualPixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ActualPixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual pixel scaling ratio used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.BadgeMarginBottom", + "id": 0, + "name": "BadgeMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.BadgeMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.BadgeMarginLeft", + "id": 0, + "name": "BadgeMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.BadgeMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.BadgeMarginRight", + "id": 0, + "name": "BadgeMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.BadgeMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.BadgeMarginTop", + "id": 0, + "name": "BadgeMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.BadgeMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.BadgeShape", + "id": 0, + "name": "BadgeShape", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.BadgeShape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the BadgeShape for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.CalculateColumnSummary", + "id": 0, + "name": "CalculateColumnSummary", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.CalculateColumnSummary", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDataLegendSummaryEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.CalculateColumnSummaryScript", + "id": 0, + "name": "CalculateColumnSummaryScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.CalculateColumnSummaryScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ContentBackground", + "id": 0, + "name": "ContentBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ContentBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background of the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ContentBorderBrush", + "id": 0, + "name": "ContentBorderBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ContentBorderBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border color of the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ContentBorderThickness", + "id": 0, + "name": "ContentBorderThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ContentBorderThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border thickness of the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ExcludedColumns", + "id": 0, + "name": "ExcludedColumns", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ExcludedColumns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets names of data columns or their labels to exclude from displaying in the data legend, e.g. "High, Low" or "H, L"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ExcludedSeries", + "id": 0, + "name": "ExcludedSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ExcludedSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets indexes, titles, or names of series to exclude from displaying in the data legend, e.g. "0, 1" or "Series1 Title, Series2 Title"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ExportSerializedVisualData", + "id": 0, + "name": "ExportSerializedVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ExportSerializedVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ExportSerializedVisualDataAsync", + "id": 0, + "name": "ExportSerializedVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ExportSerializedVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the legend visuals expressed as a serialized string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.Flush", + "id": 0, + "name": "Flush()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.Flush()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.FlushAsync", + "id": 0, + "name": "FlushAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.FlushAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Forces any pending refresh to the legend to be finished." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.GetAbbreviatedNumber(System.Double,IgniteUI.Blazor.Controls.DataAbbreviationMode,System.Int32,System.Int32)", + "id": 0, + "name": "GetAbbreviatedNumber(Double, DataAbbreviationMode, Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.GetAbbreviatedNumber(System.Double, IgniteUI.Blazor.Controls.DataAbbreviationMode, System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "number", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "mode", + "type": "DataAbbreviationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAbbreviationMode" + }, + { + "name": "minDigits", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "maxDigits", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.GetAbbreviatedNumberAsync(System.Double,IgniteUI.Blazor.Controls.DataAbbreviationMode,System.Int32,System.Int32)", + "id": 0, + "name": "GetAbbreviatedNumberAsync(Double, DataAbbreviationMode, Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.GetAbbreviatedNumberAsync(System.Double, IgniteUI.Blazor.Controls.DataAbbreviationMode, System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "number", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "mode", + "type": "DataAbbreviationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAbbreviationMode" + }, + { + "name": "minDigits", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "maxDigits", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.GetAbbreviatedString(System.Double,IgniteUI.Blazor.Controls.DataAbbreviationMode,System.Int32,System.Int32)", + "id": 0, + "name": "GetAbbreviatedString(Double, DataAbbreviationMode, Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.GetAbbreviatedString(System.Double, IgniteUI.Blazor.Controls.DataAbbreviationMode, System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "number", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "mode", + "type": "DataAbbreviationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAbbreviationMode" + }, + { + "name": "minDigits", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "maxDigits", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.GetAbbreviatedStringAsync(System.Double,IgniteUI.Blazor.Controls.DataAbbreviationMode,System.Int32,System.Int32)", + "id": 0, + "name": "GetAbbreviatedStringAsync(Double, DataAbbreviationMode, Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.GetAbbreviatedStringAsync(System.Double, IgniteUI.Blazor.Controls.DataAbbreviationMode, System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "number", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "mode", + "type": "DataAbbreviationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAbbreviationMode" + }, + { + "name": "minDigits", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "maxDigits", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.GetAbbreviatedSymbol(System.Double,IgniteUI.Blazor.Controls.DataAbbreviationMode,System.Int32,System.Int32)", + "id": 0, + "name": "GetAbbreviatedSymbol(Double, DataAbbreviationMode, Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.GetAbbreviatedSymbol(System.Double, IgniteUI.Blazor.Controls.DataAbbreviationMode, System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "number", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "mode", + "type": "DataAbbreviationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAbbreviationMode" + }, + { + "name": "minDigits", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "maxDigits", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.GetAbbreviatedSymbolAsync(System.Double,IgniteUI.Blazor.Controls.DataAbbreviationMode,System.Int32,System.Int32)", + "id": 0, + "name": "GetAbbreviatedSymbolAsync(Double, DataAbbreviationMode, Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.GetAbbreviatedSymbolAsync(System.Double, IgniteUI.Blazor.Controls.DataAbbreviationMode, System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "number", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "mode", + "type": "DataAbbreviationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAbbreviationMode" + }, + { + "name": "minDigits", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "maxDigits", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupRowMarginBottom", + "id": 0, + "name": "GroupRowMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupRowMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupRowMarginLeft", + "id": 0, + "name": "GroupRowMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupRowMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupRowMarginRight", + "id": 0, + "name": "GroupRowMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupRowMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupRowMarginTop", + "id": 0, + "name": "GroupRowMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupRowMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupRowVisible", + "id": 0, + "name": "GroupRowVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupRowVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show Header row." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupTextColor", + "id": 0, + "name": "GroupTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Group text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupTextFontFamily", + "id": 0, + "name": "GroupTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupTextFontSize", + "id": 0, + "name": "GroupTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupTextFontStyle", + "id": 0, + "name": "GroupTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupTextFontWeight", + "id": 0, + "name": "GroupTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupTextMarginBottom", + "id": 0, + "name": "GroupTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupTextMarginLeft", + "id": 0, + "name": "GroupTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupTextMarginRight", + "id": 0, + "name": "GroupTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupTextMarginTop", + "id": 0, + "name": "GroupTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.GroupTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderFormatCulture", + "id": 0, + "name": "HeaderFormatCulture", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderFormatCulture", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets globalization culture applied to header only when it displays dates that are fetched from date/time axes" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderFormatDate", + "id": 0, + "name": "HeaderFormatDate", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderFormatDate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets date format for the header only when it displays dates that are fetched from date/time axes" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendHeaderDateMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderFormatSpecifiers", + "id": 0, + "name": "HeaderFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the HeaderFormatString string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderFormatString", + "id": 0, + "name": "HeaderFormatString", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderFormatString", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string for header text displayed in the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderFormatTime", + "id": 0, + "name": "HeaderFormatTime", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderFormatTime", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets time format for the header only when it displays dates that are fetched from date/time axes" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendHeaderTimeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderRowMarginBottom", + "id": 0, + "name": "HeaderRowMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderRowMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderRowMarginLeft", + "id": 0, + "name": "HeaderRowMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderRowMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderRowMarginRight", + "id": 0, + "name": "HeaderRowMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderRowMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderRowMarginTop", + "id": 0, + "name": "HeaderRowMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderRowMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderRowVisible", + "id": 0, + "name": "HeaderRowVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderRowVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show Header row." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderText", + "id": 0, + "name": "HeaderText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the HeaderText for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderTextColor", + "id": 0, + "name": "HeaderTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the header text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderTextFontFamily", + "id": 0, + "name": "HeaderTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderTextFontSize", + "id": 0, + "name": "HeaderTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderTextFontStyle", + "id": 0, + "name": "HeaderTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderTextFontWeight", + "id": 0, + "name": "HeaderTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderTextMarginBottom", + "id": 0, + "name": "HeaderTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderTextMarginLeft", + "id": 0, + "name": "HeaderTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderTextMarginRight", + "id": 0, + "name": "HeaderTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderTextMarginTop", + "id": 0, + "name": "HeaderTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.HeaderTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.IncludedColumns", + "id": 0, + "name": "IncludedColumns", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.IncludedColumns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets names of data columns or their labels to include in displaying in the data legend, e.g. "High, Low" or "H, L"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.IncludedSeries", + "id": 0, + "name": "IncludedSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.IncludedSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets indexes, titles, or names of series to include in displaying in the data legend, e.g. "0, 1" or "Series1 Title, Series2 Title"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.IsEmbeddedInDataTooltip", + "id": 0, + "name": "IsEmbeddedInDataTooltip", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.IsEmbeddedInDataTooltip", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the legend is embedded in a DataTooltip" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.LabelDisplayMode", + "id": 0, + "name": "LabelDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.LabelDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode for displaying labels before series values in the data legend, e.g. O: H: L: C: for financial series" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.LabelTextColor", + "id": 0, + "name": "LabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.LabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.LabelTextFontFamily", + "id": 0, + "name": "LabelTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.LabelTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.LabelTextFontSize", + "id": 0, + "name": "LabelTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.LabelTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.LabelTextFontStyle", + "id": 0, + "name": "LabelTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.LabelTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.LabelTextFontWeight", + "id": 0, + "name": "LabelTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.LabelTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.LabelTextMarginBottom", + "id": 0, + "name": "LabelTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.LabelTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.LabelTextMarginLeft", + "id": 0, + "name": "LabelTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.LabelTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.LabelTextMarginRight", + "id": 0, + "name": "LabelTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.LabelTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.LabelTextMarginTop", + "id": 0, + "name": "LabelTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.LabelTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.LayoutMode", + "id": 0, + "name": "LayoutMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.LayoutMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the layout of content in the data legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendLayoutMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendLayoutMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.NotifySizeChanged", + "id": 0, + "name": "NotifySizeChanged()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.NotifySizeChanged()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.NotifySizeChangedAsync", + "id": 0, + "name": "NotifySizeChangedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.NotifySizeChangedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notifies the legend about changes to size" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.PixelScalingRatio", + "id": 0, + "name": "PixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.PixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scaling value used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ShouldUpdateWhenSeriesDataChanges", + "id": 0, + "name": "ShouldUpdateWhenSeriesDataChanges", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ShouldUpdateWhenSeriesDataChanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the data legend should update when the series data is mutated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleGroupRow", + "id": 0, + "name": "StyleGroupRow", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleGroupRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDataLegendStylingRowEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleGroupRowScript", + "id": 0, + "name": "StyleGroupRowScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleGroupRowScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleHeaderRow", + "id": 0, + "name": "StyleHeaderRow", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleHeaderRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDataLegendStylingRowEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleHeaderRowScript", + "id": 0, + "name": "StyleHeaderRowScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleHeaderRowScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleSeriesColumn", + "id": 0, + "name": "StyleSeriesColumn", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleSeriesColumn", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDataLegendStylingColumnEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleSeriesColumnScript", + "id": 0, + "name": "StyleSeriesColumnScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleSeriesColumnScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleSeriesRow", + "id": 0, + "name": "StyleSeriesRow", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleSeriesRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDataLegendStylingRowEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleSeriesRowScript", + "id": 0, + "name": "StyleSeriesRowScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleSeriesRowScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleSummaryColumn", + "id": 0, + "name": "StyleSummaryColumn", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleSummaryColumn", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDataLegendStylingColumnEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleSummaryColumnScript", + "id": 0, + "name": "StyleSummaryColumnScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleSummaryColumnScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleSummaryRow", + "id": 0, + "name": "StyleSummaryRow", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleSummaryRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDataLegendStylingRowEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleSummaryRowScript", + "id": 0, + "name": "StyleSummaryRowScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.StyleSummaryRowScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryLabelText", + "id": 0, + "name": "SummaryLabelText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryLabelText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryLabelTextColor", + "id": 0, + "name": "SummaryLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryLabelTextFontFamily", + "id": 0, + "name": "SummaryLabelTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryLabelTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryLabelTextFontSize", + "id": 0, + "name": "SummaryLabelTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryLabelTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryLabelTextFontStyle", + "id": 0, + "name": "SummaryLabelTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryLabelTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryLabelTextFontWeight", + "id": 0, + "name": "SummaryLabelTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryLabelTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryRowMarginBottom", + "id": 0, + "name": "SummaryRowMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryRowMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryRowMarginLeft", + "id": 0, + "name": "SummaryRowMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryRowMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryRowMarginRight", + "id": 0, + "name": "SummaryRowMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryRowMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryRowMarginTop", + "id": 0, + "name": "SummaryRowMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryRowMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryTitleText", + "id": 0, + "name": "SummaryTitleText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryTitleText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the SummaryTitleText for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryTitleTextColor", + "id": 0, + "name": "SummaryTitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryTitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the summary text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryTitleTextFontFamily", + "id": 0, + "name": "SummaryTitleTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryTitleTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryTitleTextFontSize", + "id": 0, + "name": "SummaryTitleTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryTitleTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryTitleTextFontStyle", + "id": 0, + "name": "SummaryTitleTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryTitleTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryTitleTextFontWeight", + "id": 0, + "name": "SummaryTitleTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryTitleTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryTitleTextMarginBottom", + "id": 0, + "name": "SummaryTitleTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryTitleTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryTitleTextMarginLeft", + "id": 0, + "name": "SummaryTitleTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryTitleTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryTitleTextMarginRight", + "id": 0, + "name": "SummaryTitleTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryTitleTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryTitleTextMarginTop", + "id": 0, + "name": "SummaryTitleTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryTitleTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryType", + "id": 0, + "name": "SummaryType", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the SummaryType for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSummaryType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSummaryType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryUnitsText", + "id": 0, + "name": "SummaryUnitsText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryUnitsText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryUnitsTextColor", + "id": 0, + "name": "SummaryUnitsTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryUnitsTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryUnitsTextFontFamily", + "id": 0, + "name": "SummaryUnitsTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryUnitsTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryUnitsTextFontSize", + "id": 0, + "name": "SummaryUnitsTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryUnitsTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryUnitsTextFontStyle", + "id": 0, + "name": "SummaryUnitsTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryUnitsTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryUnitsTextFontWeight", + "id": 0, + "name": "SummaryUnitsTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryUnitsTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryValueTextColor", + "id": 0, + "name": "SummaryValueTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryValueTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryValueTextFontFamily", + "id": 0, + "name": "SummaryValueTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryValueTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryValueTextFontSize", + "id": 0, + "name": "SummaryValueTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryValueTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryValueTextFontStyle", + "id": 0, + "name": "SummaryValueTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryValueTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryValueTextFontWeight", + "id": 0, + "name": "SummaryValueTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.SummaryValueTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.Target", + "id": 0, + "name": "Target", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.Target", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the target for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.TargetCursorPositionX", + "id": 0, + "name": "TargetCursorPositionX", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.TargetCursorPositionX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets horizontal position (between 0.0 and 1.0) in viewport of the target component" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.TargetCursorPositionY", + "id": 0, + "name": "TargetCursorPositionY", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.TargetCursorPositionY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets vertical position (between 0.0 and 1.0) in viewport of the target component" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.TargetScript", + "id": 0, + "name": "TargetScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.TargetScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Target in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.TitleTextColor", + "id": 0, + "name": "TitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.TitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.TitleTextFontFamily", + "id": 0, + "name": "TitleTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.TitleTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.TitleTextFontSize", + "id": 0, + "name": "TitleTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.TitleTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.TitleTextFontStyle", + "id": 0, + "name": "TitleTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.TitleTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.TitleTextFontWeight", + "id": 0, + "name": "TitleTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.TitleTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.TitleTextMarginBottom", + "id": 0, + "name": "TitleTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.TitleTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.TitleTextMarginLeft", + "id": 0, + "name": "TitleTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.TitleTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.TitleTextMarginRight", + "id": 0, + "name": "TitleTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.TitleTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.TitleTextMarginTop", + "id": 0, + "name": "TitleTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.TitleTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsDisplayMode", + "id": 0, + "name": "UnitsDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the UnitsMode for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendUnitsMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendUnitsMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsText", + "id": 0, + "name": "UnitsText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsTextColor", + "id": 0, + "name": "UnitsTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsTextFontFamily", + "id": 0, + "name": "UnitsTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsTextFontSize", + "id": 0, + "name": "UnitsTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsTextFontStyle", + "id": 0, + "name": "UnitsTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsTextFontWeight", + "id": 0, + "name": "UnitsTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsTextMarginBottom", + "id": 0, + "name": "UnitsTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsTextMarginLeft", + "id": 0, + "name": "UnitsTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsTextMarginRight", + "id": 0, + "name": "UnitsTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsTextMarginTop", + "id": 0, + "name": "UnitsTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.UnitsTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueFormatAbbreviation", + "id": 0, + "name": "ValueFormatAbbreviation", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueFormatAbbreviation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets mode for abbreviating large numbers displayed in the legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAbbreviationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAbbreviationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueFormatCulture", + "id": 0, + "name": "ValueFormatCulture", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueFormatCulture", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets globalization culture when displaying values as currencies, e.g. use "en-GB" to display British pound symbol when the ValueFormatMode property is set to 'Currency' mode" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueFormatCurrencyCode", + "id": 0, + "name": "ValueFormatCurrencyCode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueFormatCurrencyCode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the currency code used for displaying currency symbol next to values, e.g. USD for $, EUR for €" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueFormatMaxFractions", + "id": 0, + "name": "ValueFormatMaxFractions", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueFormatMaxFractions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets maximum digits for formatting numbers displayed in the legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueFormatMinFractions", + "id": 0, + "name": "ValueFormatMinFractions", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueFormatMinFractions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets minimum digits for formatting numbers displayed in the legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueFormatMode", + "id": 0, + "name": "ValueFormatMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueFormatMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendValueMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueFormatSpecifiers", + "id": 0, + "name": "ValueFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the ValueFormatString string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueFormatString", + "id": 0, + "name": "ValueFormatString", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueFormatString", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string for values displayed in the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueFormatUseGrouping", + "id": 0, + "name": "ValueFormatUseGrouping", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueFormatUseGrouping", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueRowMarginBottom", + "id": 0, + "name": "ValueRowMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueRowMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueRowMarginLeft", + "id": 0, + "name": "ValueRowMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueRowMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueRowMarginRight", + "id": 0, + "name": "ValueRowMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueRowMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueRowMarginTop", + "id": 0, + "name": "ValueRowMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueRowMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueRowVisible", + "id": 0, + "name": "ValueRowVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueRowVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show series rows." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextColor", + "id": 0, + "name": "ValueTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextFontFamily", + "id": 0, + "name": "ValueTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextFontSize", + "id": 0, + "name": "ValueTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextFontStyle", + "id": 0, + "name": "ValueTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextFontWeight", + "id": 0, + "name": "ValueTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextMarginBottom", + "id": 0, + "name": "ValueTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextMarginLeft", + "id": 0, + "name": "ValueTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextMarginRight", + "id": 0, + "name": "ValueTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextMarginTop", + "id": 0, + "name": "ValueTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextUseSeriesColors", + "id": 0, + "name": "ValueTextUseSeriesColors", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextUseSeriesColors", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use series colors when displaying values in the legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextWhenMissingData", + "id": 0, + "name": "ValueTextWhenMissingData", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegend.ValueTextWhenMissingData", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets text displayed when data column is missing a value, e.g. "no data"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendModule", + "id": 0, + "name": "IgbDataLegendModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendModule.#ctor", + "id": 0, + "name": "IgbDataLegendModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendModule.IgbDataLegendModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext", + "id": 0, + "name": "IgbDataLegendSeriesContext", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represent info about series values" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.#ctor", + "id": 0, + "name": "IgbDataLegendSeriesContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.IgbDataLegendSeriesContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.GetSeriesValue(IgniteUI.Blazor.Controls.DataLegendSeriesValueType)", + "id": 0, + "name": "GetSeriesValue(DataLegendSeriesValueType)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.GetSeriesValue(IgniteUI.Blazor.Controls.DataLegendSeriesValueType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "type", + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.GetSeriesValueAsync(IgniteUI.Blazor.Controls.DataLegendSeriesValueType)", + "id": 0, + "name": "GetSeriesValueAsync(DataLegendSeriesValueType)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.GetSeriesValueAsync(IgniteUI.Blazor.Controls.DataLegendSeriesValueType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets value info for the series value type" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "type", + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.GetSeriesValueInfo(IgniteUI.Blazor.Controls.DataLegendSeriesValueType)", + "id": 0, + "name": "GetSeriesValueInfo(DataLegendSeriesValueType)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.GetSeriesValueInfo(IgniteUI.Blazor.Controls.DataLegendSeriesValueType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "type", + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + ], + "return": { + "type": "IgbDataLegendSeriesValueInfo", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.GetSeriesValueInfoAsync(IgniteUI.Blazor.Controls.DataLegendSeriesValueType)", + "id": 0, + "name": "GetSeriesValueInfoAsync(DataLegendSeriesValueType)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.GetSeriesValueInfoAsync(IgniteUI.Blazor.Controls.DataLegendSeriesValueType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an instance of DataLegendSeriesContext" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "type", + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + ], + "return": { + "type": "Task<IgbDataLegendSeriesValueInfo>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.GetSeriesValues", + "id": 0, + "name": "GetSeriesValues()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.GetSeriesValues()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.GetSeriesValuesAsync", + "id": 0, + "name": "GetSeriesValuesAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.GetSeriesValuesAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets all values that a series renders at the current data point" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.SeriesFamily", + "id": 0, + "name": "SeriesFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.SeriesFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a family of series that the current series belongs to, e.g. Category, Range, Financial, etc." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.SetSeriesValue(IgniteUI.Blazor.Controls.DataLegendSeriesValueType,System.Double)", + "id": 0, + "name": "SetSeriesValue(DataLegendSeriesValueType, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.SetSeriesValue(IgniteUI.Blazor.Controls.DataLegendSeriesValueType, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "type", + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + }, + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.SetSeriesValueAsync(IgniteUI.Blazor.Controls.DataLegendSeriesValueType,System.Double)", + "id": 0, + "name": "SetSeriesValueAsync(DataLegendSeriesValueType, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.SetSeriesValueAsync(IgniteUI.Blazor.Controls.DataLegendSeriesValueType, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "type", + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + }, + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.SetSeriesValueInfo(IgniteUI.Blazor.Controls.DataLegendSeriesValueType,IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo)", + "id": 0, + "name": "SetSeriesValueInfo(DataLegendSeriesValueType, IgbDataLegendSeriesValueInfo)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.SetSeriesValueInfo(IgniteUI.Blazor.Controls.DataLegendSeriesValueType, IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "type", + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + }, + { + "name": "valueInfo", + "type": "IgbDataLegendSeriesValueInfo", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.SetSeriesValueInfoAsync(IgniteUI.Blazor.Controls.DataLegendSeriesValueType,IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo)", + "id": 0, + "name": "SetSeriesValueInfoAsync(DataLegendSeriesValueType, IgbDataLegendSeriesValueInfo)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.SetSeriesValueInfoAsync(IgniteUI.Blazor.Controls.DataLegendSeriesValueType, IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "type", + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + }, + { + "name": "valueInfo", + "type": "IgbDataLegendSeriesValueInfo", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesGroupInfo", + "id": 0, + "name": "IgbDataLegendSeriesGroupInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesGroupInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represent info about series values" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesGroupInfo.#ctor", + "id": 0, + "name": "IgbDataLegendSeriesGroupInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesGroupInfo.IgbDataLegendSeriesGroupInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesGroupInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesGroupInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesGroupInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesGroupInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo", + "id": 0, + "name": "IgbDataLegendSeriesValueInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represent info about series values" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.#ctor", + "id": 0, + "name": "IgbDataLegendSeriesValueInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.IgbDataLegendSeriesValueInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.AllowLabels", + "id": 0, + "name": "AllowLabels", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.AllowLabels", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the label text is allowed by the series, e.g. "H:"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.AllowUnits", + "id": 0, + "name": "AllowUnits", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.AllowUnits", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the unit text is allowed by the series, e.g. "Hz"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FormatAllowAbbreviation", + "id": 0, + "name": "FormatAllowAbbreviation", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FormatAllowAbbreviation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not allow displaying value with abbreviation" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FormatAllowCurrency", + "id": 0, + "name": "FormatAllowCurrency", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FormatAllowCurrency", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not allow displaying value as currency" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FormatAllowDecimal", + "id": 0, + "name": "FormatAllowDecimal", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FormatAllowDecimal", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not allow displaying value as decimal" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FormatAllowInteger", + "id": 0, + "name": "FormatAllowInteger", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FormatAllowInteger", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not allow displaying value as integer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FormatAllowPercent", + "id": 0, + "name": "FormatAllowPercent", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FormatAllowPercent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not allow displaying value as percentage" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FormatMaxFractions", + "id": 0, + "name": "FormatMaxFractions", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FormatMaxFractions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets maximum digits used for displaying faction of the value" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FormatMinFractions", + "id": 0, + "name": "FormatMinFractions", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FormatMinFractions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets minimum digits used for displaying faction of the value" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FormatUseNegativeColor", + "id": 0, + "name": "FormatUseNegativeColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FormatUseNegativeColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not use conditional color" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FormatUsePositiveColor", + "id": 0, + "name": "FormatUsePositiveColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FormatUsePositiveColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not use conditional color" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FormatWithSeriesColor", + "id": 0, + "name": "FormatWithSeriesColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.FormatWithSeriesColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets value color used by the series" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.Index", + "id": 0, + "name": "Index", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.Index", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the index of series" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.IsExcludeByDefault", + "id": 0, + "name": "IsExcludeByDefault", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.IsExcludeByDefault", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this value is excluded/hidden by default in Data Legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.MemberLabel", + "id": 0, + "name": "MemberLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.MemberLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets member path for the series value, e.g. "High"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.MemberPath", + "id": 0, + "name": "MemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.MemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets member path for the series value, e.g. "HighPrice"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.MemberSymbol", + "id": 0, + "name": "MemberSymbol", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.MemberSymbol", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets label for the series value, e.g. "H:"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.MemberUnit", + "id": 0, + "name": "MemberUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.MemberUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets unit text for the value, e.g. "Hz"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.OrderIndex", + "id": 0, + "name": "OrderIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.OrderIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets value of series" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.ValueNegativePrefix", + "id": 0, + "name": "ValueNegativePrefix", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.ValueNegativePrefix", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets prefix for negative value" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.ValueNegativeSuffix", + "id": 0, + "name": "ValueNegativeSuffix", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.ValueNegativeSuffix", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets suffix for negative value" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.ValuePositivePrefix", + "id": 0, + "name": "ValuePositivePrefix", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.ValuePositivePrefix", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets prefix for positive value" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.ValuePositiveSuffix", + "id": 0, + "name": "ValuePositiveSuffix", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.ValuePositiveSuffix", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets suffix for positive value" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.ValueType", + "id": 0, + "name": "ValueType", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo.ValueType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets type of value" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSeriesValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSeriesValueType" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs", + "id": 0, + "name": "IgbDataLegendStylingColumnEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents styling event args for a column in data legend" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.#ctor", + "id": 0, + "name": "IgbDataLegendStylingColumnEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.IgbDataLegendStylingColumnEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.ColumnIndex", + "id": 0, + "name": "ColumnIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.ColumnIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets index of column" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.GroupName", + "id": 0, + "name": "GroupName", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.GroupName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the group name associated with the column of Data Legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.LabelText", + "id": 0, + "name": "LabelText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.LabelText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets label text displayed before value text in the column" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.LabelTextColor", + "id": 0, + "name": "LabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.LabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of label text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.SeriesIndex", + "id": 0, + "name": "SeriesIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.SeriesIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets index of series" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.SeriesTitle", + "id": 0, + "name": "SeriesTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.SeriesTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets title of series" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.UnitsText", + "id": 0, + "name": "UnitsText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.UnitsText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets unit text displayed after value text in the column" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.UnitsTextColor", + "id": 0, + "name": "UnitsTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.UnitsTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of value text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.ValueAbbreviation", + "id": 0, + "name": "ValueAbbreviation", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.ValueAbbreviation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a mode used to abbreviate original value to ValueText" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAbbreviationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAbbreviationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.ValueMemberLabel", + "id": 0, + "name": "ValueMemberLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.ValueMemberLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets label of data column that corresponds to the value, e.g. "Open"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.ValueMemberPath", + "id": 0, + "name": "ValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.ValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets name of data column that corresponds to the value, e.g. "OpenPrice"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.ValueOriginal", + "id": 0, + "name": "ValueOriginal", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.ValueOriginal", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets original value of series without any abbreviation or formatting" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.ValueText", + "id": 0, + "name": "ValueText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.ValueText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets value text displayed value text in the column" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.ValueTextColor", + "id": 0, + "name": "ValueTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingColumnEventArgs.ValueTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of unit text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs", + "id": 0, + "name": "IgbDataLegendStylingRowEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents styling event args for a row in data legend" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.#ctor", + "id": 0, + "name": "IgbDataLegendStylingRowEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.IgbDataLegendStylingRowEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.BadgeShape", + "id": 0, + "name": "BadgeShape", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.BadgeShape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets shape of legend badge in the Data Legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.GroupName", + "id": 0, + "name": "GroupName", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.GroupName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the group name associated with a row of Data Legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.IsBadgeVisible", + "id": 0, + "name": "IsBadgeVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.IsBadgeVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the legend badge is visible in the Data Legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.IsRowVisible", + "id": 0, + "name": "IsRowVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.IsRowVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the whole row is visible in the Data Legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.SeriesIndex", + "id": 0, + "name": "SeriesIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.SeriesIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets index of series in the chart" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.SeriesTitle", + "id": 0, + "name": "SeriesTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.SeriesTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets title of series in the chart" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.TitleText", + "id": 0, + "name": "TitleText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.TitleText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets title text displayed in a row of Data Legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.TitleTextColor", + "id": 0, + "name": "TitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.TitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of title text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendStylingRowEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryColumn", + "id": 0, + "name": "IgbDataLegendSummaryColumn", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryColumn", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represent a column in summary row" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSeriesValueInfo", + "id": 0, + "name": "IgbDataLegendSeriesValueInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryColumn.#ctor", + "id": 0, + "name": "IgbDataLegendSummaryColumn()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryColumn.IgbDataLegendSummaryColumn()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryColumn.AddLabel(System.String)", + "id": 0, + "name": "AddLabel(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryColumn.AddLabel(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "label", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryColumn.AddLabelAsync(System.String)", + "id": 0, + "name": "AddLabelAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryColumn.AddLabelAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Add label in the summary column" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "label", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryColumn.AddUnits(System.String)", + "id": 0, + "name": "AddUnits(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryColumn.AddUnits(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "units", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryColumn.AddUnitsAsync(System.String)", + "id": 0, + "name": "AddUnitsAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryColumn.AddUnitsAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Add unit in the summary column" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "units", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryColumn.AddValue(System.Double)", + "id": 0, + "name": "AddValue(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryColumn.AddValue(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryColumn.AddValueAsync(System.Double)", + "id": 0, + "name": "AddValueAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryColumn.AddValueAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Add a value in the summary column" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryColumn.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryColumn.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryColumn.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryColumn.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs", + "id": 0, + "name": "IgbDataLegendSummaryEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event argument for DataLegendSummaryCalculationCustom" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs.#ctor", + "id": 0, + "name": "IgbDataLegendSummaryEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs.IgbDataLegendSummaryEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs.ColumnMemberPath", + "id": 0, + "name": "ColumnMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs.ColumnMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets member path to identify a column" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs.ColumnValues", + "id": 0, + "name": "ColumnValues", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs.ColumnValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets actual values in the current a column" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs.SummaryLabel", + "id": 0, + "name": "SummaryLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs.SummaryLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets text displayed or left side of SummaryValue" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs.SummaryUnits", + "id": 0, + "name": "SummaryUnits", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs.SummaryUnits", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets text displayed or right side of SummaryValue" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs.SummaryValue", + "id": 0, + "name": "SummaryValue", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs.SummaryValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets summary values displayed below data column" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataLegendSummaryEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart", + "id": 0, + "name": "IgbDataPieBaseChart", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a base class for PieBase chart control that can plot scatter data" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart", + "id": 0, + "name": "IgbDomainChart" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart", + "id": 0, + "name": "IgbRadialBaseChart" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.#ctor", + "id": 0, + "name": "IgbDataPieBaseChart()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.IgbDataPieBaseChart()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.AngleAxisFavorLabellingScaleEnd", + "id": 0, + "name": "AngleAxisFavorLabellingScaleEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.AngleAxisFavorLabellingScaleEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to favor labelling the end of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.AngleAxisInterval", + "id": 0, + "name": "AngleAxisInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.AngleAxisInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the frequency of displayed labels along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.AngleAxisMinorInterval", + "id": 0, + "name": "AngleAxisMinorInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.AngleAxisMinorInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the frequency of displayed minor lines along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.DarkSliceLabelColor", + "id": 0, + "name": "DarkSliceLabelColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.DarkSliceLabelColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Dark color to use for slice labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.FireMouseLeaveOnManipulationStart", + "id": 0, + "name": "FireMouseLeaveOnManipulationStart", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.FireMouseLeaveOnManipulationStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the mouse leave event should fire when a manipulation is starting." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.GetOthersContext", + "id": 0, + "name": "GetOthersContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.GetOthersContext()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbOthersCategoryContext", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbOthersCategoryContext" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.GetOthersContextAsync", + "id": 0, + "name": "GetOthersContextAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.GetOthersContextAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the Others context which provides a current list of items in Others slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbOthersCategoryContext>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbOthersCategoryContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.InnerExtent", + "id": 0, + "name": "InnerExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.InnerExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Defines the percentage of the maximum radius extent to leave blank at the center of the chart. Should be a value between 0.0 and 1.0." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.LabelMemberPath", + "id": 0, + "name": "LabelMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.LabelMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the overridden value member path to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.LegendEmptyValuesMode", + "id": 0, + "name": "LegendEmptyValuesMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.LegendEmptyValuesMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendEmptyValuesMode", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendEmptyValuesMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.LegendLabelMemberPath", + "id": 0, + "name": "LegendLabelMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.LegendLabelMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the legend label member path to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.LegendOthersSliceLabelFormat", + "id": 0, + "name": "LegendOthersSliceLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.LegendOthersSliceLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label format for the LegendOthersSlices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.LegendOthersSliceLabelFormatSpecifiers", + "id": 0, + "name": "LegendOthersSliceLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.LegendOthersSliceLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the labels for the LegendOthersSlices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.LegendSliceLabelContentMode", + "id": 0, + "name": "LegendSliceLabelContentMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.LegendSliceLabelContentMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label of the Others slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.LegendSliceLabelFormat", + "id": 0, + "name": "LegendSliceLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.LegendSliceLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label format for the LegendSlices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.LegendSliceLabelFormatSpecifiers", + "id": 0, + "name": "LegendSliceLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.LegendSliceLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the labels for the LegendSlices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.LightSliceLabelColor", + "id": 0, + "name": "LightSliceLabelColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.LightSliceLabelColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the light color to use for slice labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.MarkerCollision", + "id": 0, + "name": "MarkerCollision", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.MarkerCollision", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets collision avoidance between markers on series that support this behaviour." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CollisionAvoidanceType", + "fullTypeName": "IgniteUI.Blazor.Controls.CollisionAvoidanceType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.OthersCategoryText", + "id": 0, + "name": "OthersCategoryText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.OthersCategoryText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label of the Others slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.OthersCategoryThreshold", + "id": 0, + "name": "OthersCategoryThreshold", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.OthersCategoryThreshold", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the threshold value that determines if slices are grouped into the Others slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.OthersCategoryType", + "id": 0, + "name": "OthersCategoryType", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.OthersCategoryType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use numeric or percent-based threshold value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OthersCategoryType", + "fullTypeName": "IgniteUI.Blazor.Controls.OthersCategoryType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.OthersSliceLabelFormat", + "id": 0, + "name": "OthersSliceLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.OthersSliceLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label format for the OthersSlices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.OthersSliceLabelFormatSpecifiers", + "id": 0, + "name": "OthersSliceLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.OthersSliceLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the labels for the OthersSlices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.RadiusExtent", + "id": 0, + "name": "RadiusExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.RadiusExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the extent of the chart's radius. Value between 0 and 1." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.RadiusX", + "id": 0, + "name": "RadiusX", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.RadiusX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the x-radius of the ellipse that is used to round the corners of the slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.RadiusY", + "id": 0, + "name": "RadiusY", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.RadiusY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the y-radius of the ellipse that is used to round the corners of the slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.SelectionThickness", + "id": 0, + "name": "SelectionThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.SelectionThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets line thickness when the series is selected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.SliceLabelContentMode", + "id": 0, + "name": "SliceLabelContentMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.SliceLabelContentMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label of the Others slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.SliceLabelContentSeparator", + "id": 0, + "name": "SliceLabelContentSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.SliceLabelContentSeparator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label of the Others slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.SliceLabelFormat", + "id": 0, + "name": "SliceLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.SliceLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label format for the slices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.SliceLabelFormatSpecifiers", + "id": 0, + "name": "SliceLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.SliceLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the labels for the slices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.SliceLabelPositionMode", + "id": 0, + "name": "SliceLabelPositionMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.SliceLabelPositionMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Defines the positioning mode of the slice labels for the pie chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalloutCollisionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CalloutCollisionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.StartAngle", + "id": 0, + "name": "StartAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.StartAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the start angle to use for the pie chart measured in degrees from the positive x axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.SweepDirection", + "id": 0, + "name": "SweepDirection", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.SweepDirection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Defines the percentage of the maximum radius extent to leave blank at the center of the chart. Should be a value between 0.0 and 1.0." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PieChartSweepDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.PieChartSweepDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.UseInsetOutlines", + "id": 0, + "name": "UseInsetOutlines", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.UseInsetOutlines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Specifies that slice outlines should be drawn inside the slice rather than halfway in and halfway out." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.ValueAxisAbbreviateLargeNumbers", + "id": 0, + "name": "ValueAxisAbbreviateLargeNumbers", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.ValueAxisAbbreviateLargeNumbers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the large numbers on the Y-axis labels are abbreviated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.ValueAxisAutoRangeBufferMode", + "id": 0, + "name": "ValueAxisAutoRangeBufferMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.ValueAxisAutoRangeBufferMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how the numeric axis will adjust its range buffer to less closely fix the data from the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisRangeBufferMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisRangeBufferMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.ValueAxisFavorLabellingScaleEnd", + "id": 0, + "name": "ValueAxisFavorLabellingScaleEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.ValueAxisFavorLabellingScaleEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the axis should favor emitting a label at the end of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.ValueAxisInterval", + "id": 0, + "name": "ValueAxisInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.ValueAxisInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance between each label and grid line along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.ValueAxisIsLogarithmic", + "id": 0, + "name": "ValueAxisIsLogarithmic", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.ValueAxisIsLogarithmic", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the Y-axis should use a logarithmic scale instead of a linear one." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.ValueAxisLogarithmBase", + "id": 0, + "name": "ValueAxisLogarithmBase", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.ValueAxisLogarithmBase", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the base value to use in the log function when mapping the position of data items along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.ValueAxisMaximumValue", + "id": 0, + "name": "ValueAxisMaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.ValueAxisMaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data value corresponding to the maximum value of the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.ValueAxisMinimumValue", + "id": 0, + "name": "ValueAxisMinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.ValueAxisMinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data value corresponding to the minimum value of the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.ValueAxisMinorInterval", + "id": 0, + "name": "ValueAxisMinorInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.ValueAxisMinorInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the frequency of displayed minor lines along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.ValueMemberPath", + "id": 0, + "name": "ValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart.ValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the overridden value member path to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChart", + "id": 0, + "name": "IgbDataPieChart", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChart", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a DataPie chart control that can plot DataPie data" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart", + "id": 0, + "name": "IgbDomainChart" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart", + "id": 0, + "name": "IgbRadialBaseChart" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieBaseChart", + "id": 0, + "name": "IgbDataPieBaseChart" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChart.#ctor", + "id": 0, + "name": "IgbDataPieChart()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChart.IgbDataPieChart()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChart.ChartType", + "id": 0, + "name": "ChartType", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChart.ChartType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the type of chart series to generate from the data." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataPieChartType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataPieChartType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChart.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChart.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChart.ExportSerializedVisualData", + "id": 0, + "name": "ExportSerializedVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChart.ExportSerializedVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChart.ExportSerializedVisualDataAsync", + "id": 0, + "name": "ExportSerializedVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChart.ExportSerializedVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Export serialized visual data." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChart.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChart.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChart.IsTransitionInEnabled", + "id": 0, + "name": "IsTransitionInEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChart.IsTransitionInEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether animation of series plots is enabled when the chart is loading into view" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChart.TransitionInDuration", + "id": 0, + "name": "TransitionInDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChart.TransitionInDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration used for animating series plots when the chart is loading into view" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChart.TransitionInEasingFunction", + "id": 0, + "name": "TransitionInEasingFunction", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChart.TransitionInEasingFunction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the easing function used for animating series plots when the chart is loading into view" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChart.TransitionInEasingFunctionScript", + "id": 0, + "name": "TransitionInEasingFunctionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChart.TransitionInEasingFunctionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TransitionInEasingFunction in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChart.TransitionInMode", + "id": 0, + "name": "TransitionInMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChart.TransitionInMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the method that determines how to animate series plots when the chart is loading into view" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChart.TransitionInSpeedType", + "id": 0, + "name": "TransitionInSpeedType", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChart.TransitionInSpeedType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the arrival speed used for animating series plots when the chart is loading into view" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransitionInSpeedType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransitionInSpeedType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChart.TransitionOutDuration", + "id": 0, + "name": "TransitionOutDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChart.TransitionOutDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration used for animating series plots when the series is leaving view" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChart.TransitionOutEasingFunction", + "id": 0, + "name": "TransitionOutEasingFunction", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChart.TransitionOutEasingFunction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the easing function used for animating series plots when the chart is loading into view" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChart.TransitionOutEasingFunctionScript", + "id": 0, + "name": "TransitionOutEasingFunctionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChart.TransitionOutEasingFunctionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TransitionOutEasingFunction in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChart.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChart.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChartCoreModule", + "id": 0, + "name": "IgbDataPieChartCoreModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChartCoreModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChartCoreModule.#ctor", + "id": 0, + "name": "IgbDataPieChartCoreModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChartCoreModule.IgbDataPieChartCoreModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChartCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChartCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChartCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChartCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChartCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChartCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChartModule", + "id": 0, + "name": "IgbDataPieChartModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChartModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChartModule.#ctor", + "id": 0, + "name": "IgbDataPieChartModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChartModule.IgbDataPieChartModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChartModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChartModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChartModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChartModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChartModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChartModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChartToolbarModule", + "id": 0, + "name": "IgbDataPieChartToolbarModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChartToolbarModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChartToolbarModule.#ctor", + "id": 0, + "name": "IgbDataPieChartToolbarModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChartToolbarModule.IgbDataPieChartToolbarModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChartToolbarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChartToolbarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChartToolbarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChartToolbarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataPieChartToolbarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataPieChartToolbarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult", + "id": 0, + "name": "IgbDataSourceAggregatedResult", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the result of all changes applied to a specific item." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.#ctor", + "id": 0, + "name": "IgbDataSourceAggregatedResult()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.IgbDataSourceAggregatedResult()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item associated with the change" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.Keys", + "id": 0, + "name": "Keys", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.Keys", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the property names that were updated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.TransactionType", + "id": 0, + "name": "TransactionType", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.TransactionType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the type of update that was applied to this item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransactionType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransactionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.Values", + "id": 0, + "name": "Values", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.Values", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the property values that were updated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.ValuesScript", + "id": 0, + "name": "ValuesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult.ValuesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Values in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceDataProviderSchemaChangedEventArgs", + "id": 0, + "name": "IgbDataSourceDataProviderSchemaChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceDataProviderSchemaChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides information about a schema change event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceDataProviderSchemaChangedEventArgs.#ctor", + "id": 0, + "name": "IgbDataSourceDataProviderSchemaChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceDataProviderSchemaChangedEventArgs.IgbDataSourceDataProviderSchemaChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceDataProviderSchemaChangedEventArgs.Count", + "id": 0, + "name": "Count", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceDataProviderSchemaChangedEventArgs.Count", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the current full count for the data provider. May be -1 if this information is not available yet." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceDataProviderSchemaChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceDataProviderSchemaChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceDataProviderSchemaChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceDataProviderSchemaChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceDataProviderSchemaChangedEventArgs.Schema", + "id": 0, + "name": "Schema", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceDataProviderSchemaChangedEventArgs.Schema", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the current schema for the data provider." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSchema", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchema" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceDataProviderSchemaChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceDataProviderSchemaChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceDataProviderSchemaChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceDataProviderSchemaChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescription", + "id": 0, + "name": "IgbDataSourceGroupDescription", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescription", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescription", + "id": 0, + "name": "IgbDataSourceSortDescription" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescription.#ctor", + "id": 0, + "name": "IgbDataSourceGroupDescription()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescription.IgbDataSourceGroupDescription()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescription.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescription.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescription.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescription.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescription.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescription.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescriptionCollection", + "id": 0, + "name": "IgbDataSourceGroupDescriptionCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescriptionCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbDataSourceGroupDescription}", + "id": 0, + "name": "BaseCollection<IgbDataSourceGroupDescription>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescriptionCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbDataSourceGroupDescriptionCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescriptionCollection.IgbDataSourceGroupDescriptionCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescriptionModule", + "id": 0, + "name": "IgbDataSourceGroupDescriptionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescriptionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescriptionModule.#ctor", + "id": 0, + "name": "IgbDataSourceGroupDescriptionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescriptionModule.IgbDataSourceGroupDescriptionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceGroupDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourcePropertiesRequestedChangedEventArgs", + "id": 0, + "name": "IgbDataSourcePropertiesRequestedChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourcePropertiesRequestedChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides information about a properties requested changed event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourcePropertiesRequestedChangedEventArgs.#ctor", + "id": 0, + "name": "IgbDataSourcePropertiesRequestedChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourcePropertiesRequestedChangedEventArgs.IgbDataSourcePropertiesRequestedChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourcePropertiesRequestedChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourcePropertiesRequestedChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourcePropertiesRequestedChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourcePropertiesRequestedChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourcePropertiesRequestedChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourcePropertiesRequestedChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourcePropertiesRequestedChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourcePropertiesRequestedChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceRootSummariesChangedEventArgs", + "id": 0, + "name": "IgbDataSourceRootSummariesChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceRootSummariesChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides information about row expansion or collapse." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceRootSummariesChangedEventArgs.#ctor", + "id": 0, + "name": "IgbDataSourceRootSummariesChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceRootSummariesChangedEventArgs.IgbDataSourceRootSummariesChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceRootSummariesChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceRootSummariesChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceRootSummariesChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceRootSummariesChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceRootSummariesChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceRootSummariesChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceRootSummariesChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceRootSummariesChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceRowExpansionChangedEventArgs", + "id": 0, + "name": "IgbDataSourceRowExpansionChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceRowExpansionChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides information about row expansion or collapse." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceRowExpansionChangedEventArgs.#ctor", + "id": 0, + "name": "IgbDataSourceRowExpansionChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceRowExpansionChangedEventArgs.IgbDataSourceRowExpansionChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceRowExpansionChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceRowExpansionChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceRowExpansionChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceRowExpansionChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceRowExpansionChangedEventArgs.NewState", + "id": 0, + "name": "NewState", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceRowExpansionChangedEventArgs.NewState", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The new state of the row. True is expanded, False is collapsed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceRowExpansionChangedEventArgs.OldState", + "id": 0, + "name": "OldState", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceRowExpansionChangedEventArgs.OldState", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The previous state of the row. True is expanded, False is collapsed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceRowExpansionChangedEventArgs.RowIndex", + "id": 0, + "name": "RowIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceRowExpansionChangedEventArgs.RowIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The index of the row being expanded or collapsed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceRowExpansionChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceRowExpansionChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceRowExpansionChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceRowExpansionChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSchemaChangedEventArgs", + "id": 0, + "name": "IgbDataSourceSchemaChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSchemaChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides information about a schema change event that has occurred." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSchemaChangedEventArgs.#ctor", + "id": 0, + "name": "IgbDataSourceSchemaChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSchemaChangedEventArgs.IgbDataSourceSchemaChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSchemaChangedEventArgs.Count", + "id": 0, + "name": "Count", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSchemaChangedEventArgs.Count", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current full count of items in the data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSchemaChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSchemaChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSchemaChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSchemaChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSchemaChangedEventArgs.Schema", + "id": 0, + "name": "Schema", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSchemaChangedEventArgs.Schema", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the new schema that has been provided." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSchema", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchema" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSchemaChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSchemaChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSchemaChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSchemaChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescription", + "id": 0, + "name": "IgbDataSourceSortDescription", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescription", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescription.#ctor", + "id": 0, + "name": "IgbDataSourceSortDescription()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescription.IgbDataSourceSortDescription()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescription.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescription.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescription.Field", + "id": 0, + "name": "Field", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescription.Field", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the property being sorted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescription.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescription.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescription.SortDirection", + "id": 0, + "name": "SortDirection", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescription.SortDirection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the direction to sort based on the property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ListSortDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.ListSortDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescription.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescription.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescriptionCollection", + "id": 0, + "name": "IgbDataSourceSortDescriptionCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescriptionCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbDataSourceSortDescription}", + "id": 0, + "name": "BaseCollection<IgbDataSourceSortDescription>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescriptionCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbDataSourceSortDescriptionCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescriptionCollection.IgbDataSourceSortDescriptionCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescriptionModule", + "id": 0, + "name": "IgbDataSourceSortDescriptionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescriptionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescriptionModule.#ctor", + "id": 0, + "name": "IgbDataSourceSortDescriptionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescriptionModule.IgbDataSourceSortDescriptionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSortDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow", + "id": 0, + "name": "IgbDataSourceSpecialRow", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.#ctor", + "id": 0, + "name": "IgbDataSourceSpecialRow()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.IgbDataSourceSpecialRow()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.Keys", + "id": 0, + "name": "Keys", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.Keys", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.Level", + "id": 0, + "name": "Level", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.Level", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.RowType", + "id": 0, + "name": "RowType", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.RowType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.SectionKeys", + "id": 0, + "name": "SectionKeys", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.SectionKeys", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.SectionValues", + "id": 0, + "name": "SectionValues", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.SectionValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.SectionValuesScript", + "id": 0, + "name": "SectionValuesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.SectionValuesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting SectionValues in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.SummaryResults", + "id": 0, + "name": "SummaryResults", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.SummaryResults", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGridSummaryResult[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.TargetRow", + "id": 0, + "name": "TargetRow", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.TargetRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.Values", + "id": 0, + "name": "Values", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.Values", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.ValuesScript", + "id": 0, + "name": "ValuesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSpecialRow.ValuesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Values in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription", + "id": 0, + "name": "IgbDataSourceSummaryDescription", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.#ctor", + "id": 0, + "name": "IgbDataSourceSummaryDescription()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.IgbDataSourceSummaryDescription()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.Alias", + "id": 0, + "name": "Alias", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.Alias", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets an alias for the summary. Currently only used in aggregated data situations." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.CalculatorDisplayName", + "id": 0, + "name": "CalculatorDisplayName", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.CalculatorDisplayName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use when displaying the calculator name." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.Field", + "id": 0, + "name": "Field", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.Field", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.Operand", + "id": 0, + "name": "Operand", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.Operand", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.ProvideCalculator", + "id": 0, + "name": "ProvideCalculator", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.ProvideCalculator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbProvideCalculatorEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbProvideCalculatorEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.ProvideCalculatorScript", + "id": 0, + "name": "ProvideCalculatorScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.ProvideCalculatorScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescriptionCollection", + "id": 0, + "name": "IgbDataSourceSummaryDescriptionCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescriptionCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescription}", + "id": 0, + "name": "BaseCollection<IgbDataSourceSummaryDescription>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescriptionCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbDataSourceSummaryDescriptionCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescriptionCollection.IgbDataSourceSummaryDescriptionCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescriptionModule", + "id": 0, + "name": "IgbDataSourceSummaryDescriptionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescriptionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescriptionModule.#ctor", + "id": 0, + "name": "IgbDataSourceSummaryDescriptionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescriptionModule.IgbDataSourceSummaryDescriptionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSummaryDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSupportingCalculation", + "id": 0, + "name": "IgbDataSourceSupportingCalculation", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSupportingCalculation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a calculation strategy that uses the calculation data source to product a column of values." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSupportingCalculation.#ctor", + "id": 0, + "name": "IgbDataSourceSupportingCalculation()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSupportingCalculation.IgbDataSourceSupportingCalculation()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSupportingCalculation.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSupportingCalculation.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataSourceSupportingCalculation.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataSourceSupportingCalculation.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer", + "id": 0, + "name": "IgbDataToolTipLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an annotation layer that displays grouped tooltips with summaries for series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "id": 0, + "name": "IgbAnnotationLayer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.#ctor", + "id": 0, + "name": "IgbDataToolTipLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.IgbDataToolTipLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ActualGroupedPositionModeX", + "id": 0, + "name": "ActualGroupedPositionModeX", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ActualGroupedPositionModeX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual resolved tooltip position mode on the X axis for grouped series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionX", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ActualGroupedPositionModeY", + "id": 0, + "name": "ActualGroupedPositionModeY", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ActualGroupedPositionModeY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual resolved tooltip position mode on the Y axis for grouped series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionY", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ActualGroupingMode", + "id": 0, + "name": "ActualGroupingMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ActualGroupingMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual resolved tooltip layer grouping mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataToolTipLayerGroupingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataToolTipLayerGroupingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.BadgeMarginBottom", + "id": 0, + "name": "BadgeMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.BadgeMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.BadgeMarginLeft", + "id": 0, + "name": "BadgeMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.BadgeMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.BadgeMarginRight", + "id": 0, + "name": "BadgeMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.BadgeMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.BadgeMarginTop", + "id": 0, + "name": "BadgeMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.BadgeMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.BadgeShape", + "id": 0, + "name": "BadgeShape", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.BadgeShape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the BadgeShape for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "id": 0, + "name": "BindAxes(IgbAxis[])", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Axes", + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.DefaultPositionOffsetX", + "id": 0, + "name": "DefaultPositionOffsetX", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.DefaultPositionOffsetX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default offset of the tooltip layer on the X axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.DefaultPositionOffsetY", + "id": 0, + "name": "DefaultPositionOffsetY", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.DefaultPositionOffsetY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default offset of the tooltip layer on the Y axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ExcludedColumns", + "id": 0, + "name": "ExcludedColumns", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ExcludedColumns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets names of data columns or their labels to exclude from displaying in the data tooltip, e.g. "High, Low" or "H, L"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ExcludedSeries", + "id": 0, + "name": "ExcludedSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ExcludedSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets indexes, titles, or names of series to exclude from displaying in the data legend, e.g. "0, 1" or "Series1 Title, Series2 Title"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupedPositionModeX", + "id": 0, + "name": "GroupedPositionModeX", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupedPositionModeX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the tooltip position mode on the X axis for grouped series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionX", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupedPositionModeY", + "id": 0, + "name": "GroupedPositionModeY", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupedPositionModeY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the tooltip position mode on the Y axis for grouped series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionY", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupingMode", + "id": 0, + "name": "GroupingMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupingMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the grouping mode to apply to use for the tooltip layer." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataToolTipLayerGroupingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataToolTipLayerGroupingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupRowMarginBottom", + "id": 0, + "name": "GroupRowMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupRowMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupRowMarginLeft", + "id": 0, + "name": "GroupRowMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupRowMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupRowMarginRight", + "id": 0, + "name": "GroupRowMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupRowMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupRowMarginTop", + "id": 0, + "name": "GroupRowMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupRowMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupRowVisible", + "id": 0, + "name": "GroupRowVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupRowVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show Header row." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupTextColor", + "id": 0, + "name": "GroupTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Group text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupTextFontFamily", + "id": 0, + "name": "GroupTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupTextFontSize", + "id": 0, + "name": "GroupTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupTextFontStyle", + "id": 0, + "name": "GroupTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupTextFontWeight", + "id": 0, + "name": "GroupTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupTextMarginBottom", + "id": 0, + "name": "GroupTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupTextMarginLeft", + "id": 0, + "name": "GroupTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupTextMarginRight", + "id": 0, + "name": "GroupTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupTextMarginTop", + "id": 0, + "name": "GroupTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.GroupTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderFormatCulture", + "id": 0, + "name": "HeaderFormatCulture", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderFormatCulture", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets globalization culture when displaying header as date time" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderFormatDate", + "id": 0, + "name": "HeaderFormatDate", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderFormatDate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets date format for the header" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendHeaderDateMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderFormatSpecifiers", + "id": 0, + "name": "HeaderFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the HeaderFormatString string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderFormatString", + "id": 0, + "name": "HeaderFormatString", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderFormatString", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string for header text displayed in the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderFormatTime", + "id": 0, + "name": "HeaderFormatTime", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderFormatTime", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets time format for the header" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendHeaderTimeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderRowMarginBottom", + "id": 0, + "name": "HeaderRowMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderRowMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderRowMarginLeft", + "id": 0, + "name": "HeaderRowMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderRowMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderRowMarginRight", + "id": 0, + "name": "HeaderRowMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderRowMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderRowMarginTop", + "id": 0, + "name": "HeaderRowMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderRowMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderRowVisible", + "id": 0, + "name": "HeaderRowVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderRowVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show Header row." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderText", + "id": 0, + "name": "HeaderText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the HeaderText for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderTextColor", + "id": 0, + "name": "HeaderTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the header text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderTextFontFamily", + "id": 0, + "name": "HeaderTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderTextFontSize", + "id": 0, + "name": "HeaderTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderTextFontStyle", + "id": 0, + "name": "HeaderTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderTextFontWeight", + "id": 0, + "name": "HeaderTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderTextMarginBottom", + "id": 0, + "name": "HeaderTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderTextMarginLeft", + "id": 0, + "name": "HeaderTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderTextMarginRight", + "id": 0, + "name": "HeaderTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderTextMarginTop", + "id": 0, + "name": "HeaderTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HeaderTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HideToolTips", + "id": 0, + "name": "HideToolTips()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HideToolTips()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HideToolTipsAsync", + "id": 0, + "name": "HideToolTipsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HideToolTipsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hides any tooltips presented by the layer, if any." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HideToolTipsImmediate", + "id": 0, + "name": "HideToolTipsImmediate()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HideToolTipsImmediate()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HideToolTipsImmediateAsync", + "id": 0, + "name": "HideToolTipsImmediateAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.HideToolTipsImmediateAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hides any tooltips presented by the layer, if any." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.IncludedColumns", + "id": 0, + "name": "IncludedColumns", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.IncludedColumns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets names of data columns or their labels to include in displaying in the data tooltip, e.g. "High, Low" or "H, L"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.IncludedSeries", + "id": 0, + "name": "IncludedSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.IncludedSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets indexes, titles, or names of series to include in displaying in the data legend, e.g. "0, 1" or "Series1 Title, Series2 Title"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LabelDisplayMode", + "id": 0, + "name": "LabelDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LabelDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode for displaying labels before series values in the data legend, e.g. O: H: L: C: for financial series" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LabelTextColor", + "id": 0, + "name": "LabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LabelTextFontFamily", + "id": 0, + "name": "LabelTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LabelTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LabelTextFontSize", + "id": 0, + "name": "LabelTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LabelTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LabelTextFontStyle", + "id": 0, + "name": "LabelTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LabelTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LabelTextFontWeight", + "id": 0, + "name": "LabelTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LabelTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LabelTextMarginBottom", + "id": 0, + "name": "LabelTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LabelTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LabelTextMarginLeft", + "id": 0, + "name": "LabelTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LabelTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LabelTextMarginRight", + "id": 0, + "name": "LabelTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LabelTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LabelTextMarginTop", + "id": 0, + "name": "LabelTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LabelTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LayoutMode", + "id": 0, + "name": "LayoutMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.LayoutMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the layout of content in the data legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendLayoutMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendLayoutMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.PositionOffsetX", + "id": 0, + "name": "PositionOffsetX", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.PositionOffsetX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the offset of the tooltip layer on the X axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.PositionOffsetY", + "id": 0, + "name": "PositionOffsetY", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.PositionOffsetY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the offset of the tooltip layer on the Y axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ShouldUpdateWhenSeriesDataChanges", + "id": 0, + "name": "ShouldUpdateWhenSeriesDataChanges", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ShouldUpdateWhenSeriesDataChanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the data legend should update when the series data is mutated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryLabelText", + "id": 0, + "name": "SummaryLabelText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryLabelText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryLabelTextColor", + "id": 0, + "name": "SummaryLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryLabelTextFontFamily", + "id": 0, + "name": "SummaryLabelTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryLabelTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryLabelTextFontSize", + "id": 0, + "name": "SummaryLabelTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryLabelTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryLabelTextFontStyle", + "id": 0, + "name": "SummaryLabelTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryLabelTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryLabelTextFontWeight", + "id": 0, + "name": "SummaryLabelTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryLabelTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryRowMarginBottom", + "id": 0, + "name": "SummaryRowMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryRowMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryRowMarginLeft", + "id": 0, + "name": "SummaryRowMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryRowMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryRowMarginRight", + "id": 0, + "name": "SummaryRowMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryRowMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryRowMarginTop", + "id": 0, + "name": "SummaryRowMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryRowMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryTitleText", + "id": 0, + "name": "SummaryTitleText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryTitleText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the SummaryTitleText for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryTitleTextColor", + "id": 0, + "name": "SummaryTitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryTitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the summary text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryTitleTextFontFamily", + "id": 0, + "name": "SummaryTitleTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryTitleTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryTitleTextFontSize", + "id": 0, + "name": "SummaryTitleTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryTitleTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryTitleTextFontStyle", + "id": 0, + "name": "SummaryTitleTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryTitleTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryTitleTextFontWeight", + "id": 0, + "name": "SummaryTitleTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryTitleTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryTitleTextMarginBottom", + "id": 0, + "name": "SummaryTitleTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryTitleTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryTitleTextMarginLeft", + "id": 0, + "name": "SummaryTitleTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryTitleTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryTitleTextMarginRight", + "id": 0, + "name": "SummaryTitleTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryTitleTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryTitleTextMarginTop", + "id": 0, + "name": "SummaryTitleTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryTitleTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryType", + "id": 0, + "name": "SummaryType", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the SummaryType for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSummaryType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSummaryType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryUnitsText", + "id": 0, + "name": "SummaryUnitsText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryUnitsText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryUnitsTextColor", + "id": 0, + "name": "SummaryUnitsTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryUnitsTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryUnitsTextFontFamily", + "id": 0, + "name": "SummaryUnitsTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryUnitsTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryUnitsTextFontSize", + "id": 0, + "name": "SummaryUnitsTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryUnitsTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryUnitsTextFontStyle", + "id": 0, + "name": "SummaryUnitsTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryUnitsTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryUnitsTextFontWeight", + "id": 0, + "name": "SummaryUnitsTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryUnitsTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryValueTextColor", + "id": 0, + "name": "SummaryValueTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryValueTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryValueTextFontFamily", + "id": 0, + "name": "SummaryValueTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryValueTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryValueTextFontSize", + "id": 0, + "name": "SummaryValueTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryValueTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryValueTextFontStyle", + "id": 0, + "name": "SummaryValueTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryValueTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryValueTextFontWeight", + "id": 0, + "name": "SummaryValueTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.SummaryValueTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TargetAxis", + "id": 0, + "name": "TargetAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TargetAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Axis to target this annotation to. If null, this annotation layer will not render content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TargetAxisName", + "id": 0, + "name": "TargetAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TargetAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve targetAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TargetAxisScript", + "id": 0, + "name": "TargetAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TargetAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TargetAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TitleTextColor", + "id": 0, + "name": "TitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TitleTextFontFamily", + "id": 0, + "name": "TitleTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TitleTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TitleTextFontSize", + "id": 0, + "name": "TitleTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TitleTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TitleTextFontStyle", + "id": 0, + "name": "TitleTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TitleTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TitleTextFontWeight", + "id": 0, + "name": "TitleTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TitleTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TitleTextMarginBottom", + "id": 0, + "name": "TitleTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TitleTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TitleTextMarginLeft", + "id": 0, + "name": "TitleTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TitleTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TitleTextMarginRight", + "id": 0, + "name": "TitleTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TitleTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TitleTextMarginTop", + "id": 0, + "name": "TitleTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.TitleTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ToolTipBackground", + "id": 0, + "name": "ToolTipBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ToolTipBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background of the tooltip containers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ToolTipBorderBrush", + "id": 0, + "name": "ToolTipBorderBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ToolTipBorderBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border color of the tooltip containers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ToolTipBorderThickness", + "id": 0, + "name": "ToolTipBorderThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ToolTipBorderThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border thickness of the tooltip containers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsDisplayMode", + "id": 0, + "name": "UnitsDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the UnitsMode for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendUnitsMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendUnitsMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsText", + "id": 0, + "name": "UnitsText", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsTextColor", + "id": 0, + "name": "UnitsTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsTextFontFamily", + "id": 0, + "name": "UnitsTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsTextFontSize", + "id": 0, + "name": "UnitsTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsTextFontStyle", + "id": 0, + "name": "UnitsTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsTextFontWeight", + "id": 0, + "name": "UnitsTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsTextMarginBottom", + "id": 0, + "name": "UnitsTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsTextMarginLeft", + "id": 0, + "name": "UnitsTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsTextMarginRight", + "id": 0, + "name": "UnitsTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsTextMarginTop", + "id": 0, + "name": "UnitsTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UnitsTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UseInterpolation", + "id": 0, + "name": "UseInterpolation", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.UseInterpolation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use value interpolation when drawing the tooltips." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueFormatAbbreviation", + "id": 0, + "name": "ValueFormatAbbreviation", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueFormatAbbreviation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets mode for abbreviating large numbers displayed in the legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAbbreviationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAbbreviationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueFormatCulture", + "id": 0, + "name": "ValueFormatCulture", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueFormatCulture", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets globalization culture when displaying values as currencies, e.g. use "en-GB" to display British pound symbol when the ValueFormatMode property is set to 'Currency' mode" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueFormatMaxFractions", + "id": 0, + "name": "ValueFormatMaxFractions", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueFormatMaxFractions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets maximum digits for formatting numbers displayed in the legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueFormatMinFractions", + "id": 0, + "name": "ValueFormatMinFractions", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueFormatMinFractions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets minimum digits for formatting numbers displayed in the legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueFormatMode", + "id": 0, + "name": "ValueFormatMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueFormatMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendValueMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueFormatSpecifiers", + "id": 0, + "name": "ValueFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the ValueFormatString string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueFormatString", + "id": 0, + "name": "ValueFormatString", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueFormatString", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string for values displayed in the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueFormatUseGrouping", + "id": 0, + "name": "ValueFormatUseGrouping", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueFormatUseGrouping", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueRowMarginBottom", + "id": 0, + "name": "ValueRowMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueRowMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueRowMarginLeft", + "id": 0, + "name": "ValueRowMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueRowMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueRowMarginRight", + "id": 0, + "name": "ValueRowMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueRowMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueRowMarginTop", + "id": 0, + "name": "ValueRowMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueRowMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueRowVisible", + "id": 0, + "name": "ValueRowVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueRowVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show series rows." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextColor", + "id": 0, + "name": "ValueTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextFontFamily", + "id": 0, + "name": "ValueTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextFontSize", + "id": 0, + "name": "ValueTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextFontStyle", + "id": 0, + "name": "ValueTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextFontWeight", + "id": 0, + "name": "ValueTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextMarginBottom", + "id": 0, + "name": "ValueTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextMarginLeft", + "id": 0, + "name": "ValueTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextMarginRight", + "id": 0, + "name": "ValueTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextMarginTop", + "id": 0, + "name": "ValueTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextUseSeriesColors", + "id": 0, + "name": "ValueTextUseSeriesColors", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextUseSeriesColors", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use series colors when displaying values in the legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextWhenMissingData", + "id": 0, + "name": "ValueTextWhenMissingData", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayer.ValueTextWhenMissingData", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets text displayed when data column is missing a value, e.g. "no data"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayerModule", + "id": 0, + "name": "IgbDataToolTipLayerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayerModule.#ctor", + "id": 0, + "name": "IgbDataToolTipLayerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayerModule.IgbDataToolTipLayerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataToolTipLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataToolTipLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleCsModule", + "id": 0, + "name": "IgbDataVisualizationLocaleCsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleCsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleCsModule.#ctor", + "id": 0, + "name": "IgbDataVisualizationLocaleCsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleCsModule.IgbDataVisualizationLocaleCsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleCsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleCsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleCsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleCsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleCsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleCsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleDaModule", + "id": 0, + "name": "IgbDataVisualizationLocaleDaModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleDaModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleDaModule.#ctor", + "id": 0, + "name": "IgbDataVisualizationLocaleDaModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleDaModule.IgbDataVisualizationLocaleDaModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleDaModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleDaModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleDaModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleDaModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleDaModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleDaModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleDeModule", + "id": 0, + "name": "IgbDataVisualizationLocaleDeModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleDeModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleDeModule.#ctor", + "id": 0, + "name": "IgbDataVisualizationLocaleDeModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleDeModule.IgbDataVisualizationLocaleDeModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleDeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleDeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleDeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleDeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleDeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleDeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleEnModule", + "id": 0, + "name": "IgbDataVisualizationLocaleEnModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleEnModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleEnModule.#ctor", + "id": 0, + "name": "IgbDataVisualizationLocaleEnModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleEnModule.IgbDataVisualizationLocaleEnModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleEnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleEnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleEnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleEnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleEnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleEnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleEsModule", + "id": 0, + "name": "IgbDataVisualizationLocaleEsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleEsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleEsModule.#ctor", + "id": 0, + "name": "IgbDataVisualizationLocaleEsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleEsModule.IgbDataVisualizationLocaleEsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleEsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleEsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleEsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleEsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleEsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleEsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleFrModule", + "id": 0, + "name": "IgbDataVisualizationLocaleFrModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleFrModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleFrModule.#ctor", + "id": 0, + "name": "IgbDataVisualizationLocaleFrModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleFrModule.IgbDataVisualizationLocaleFrModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleFrModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleFrModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleFrModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleFrModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleFrModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleFrModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleHuModule", + "id": 0, + "name": "IgbDataVisualizationLocaleHuModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleHuModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleHuModule.#ctor", + "id": 0, + "name": "IgbDataVisualizationLocaleHuModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleHuModule.IgbDataVisualizationLocaleHuModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleHuModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleHuModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleHuModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleHuModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleHuModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleHuModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleItModule", + "id": 0, + "name": "IgbDataVisualizationLocaleItModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleItModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleItModule.#ctor", + "id": 0, + "name": "IgbDataVisualizationLocaleItModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleItModule.IgbDataVisualizationLocaleItModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleItModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleItModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleItModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleItModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleItModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleItModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleJaModule", + "id": 0, + "name": "IgbDataVisualizationLocaleJaModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleJaModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleJaModule.#ctor", + "id": 0, + "name": "IgbDataVisualizationLocaleJaModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleJaModule.IgbDataVisualizationLocaleJaModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleJaModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleJaModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleJaModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleJaModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleJaModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleJaModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleKoModule", + "id": 0, + "name": "IgbDataVisualizationLocaleKoModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleKoModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleKoModule.#ctor", + "id": 0, + "name": "IgbDataVisualizationLocaleKoModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleKoModule.IgbDataVisualizationLocaleKoModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleKoModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleKoModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleKoModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleKoModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleKoModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleKoModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleNbModule", + "id": 0, + "name": "IgbDataVisualizationLocaleNbModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleNbModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleNbModule.#ctor", + "id": 0, + "name": "IgbDataVisualizationLocaleNbModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleNbModule.IgbDataVisualizationLocaleNbModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleNbModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleNbModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleNbModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleNbModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleNbModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleNbModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleNlModule", + "id": 0, + "name": "IgbDataVisualizationLocaleNlModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleNlModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleNlModule.#ctor", + "id": 0, + "name": "IgbDataVisualizationLocaleNlModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleNlModule.IgbDataVisualizationLocaleNlModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleNlModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleNlModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleNlModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleNlModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleNlModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleNlModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocalePlModule", + "id": 0, + "name": "IgbDataVisualizationLocalePlModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocalePlModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocalePlModule.#ctor", + "id": 0, + "name": "IgbDataVisualizationLocalePlModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocalePlModule.IgbDataVisualizationLocalePlModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocalePlModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocalePlModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocalePlModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocalePlModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocalePlModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocalePlModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocalePtModule", + "id": 0, + "name": "IgbDataVisualizationLocalePtModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocalePtModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocalePtModule.#ctor", + "id": 0, + "name": "IgbDataVisualizationLocalePtModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocalePtModule.IgbDataVisualizationLocalePtModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocalePtModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocalePtModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocalePtModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocalePtModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocalePtModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocalePtModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleRoModule", + "id": 0, + "name": "IgbDataVisualizationLocaleRoModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleRoModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleRoModule.#ctor", + "id": 0, + "name": "IgbDataVisualizationLocaleRoModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleRoModule.IgbDataVisualizationLocaleRoModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleRoModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleRoModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleRoModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleRoModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleRoModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleRoModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleSvModule", + "id": 0, + "name": "IgbDataVisualizationLocaleSvModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleSvModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleSvModule.#ctor", + "id": 0, + "name": "IgbDataVisualizationLocaleSvModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleSvModule.IgbDataVisualizationLocaleSvModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleSvModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleSvModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleSvModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleSvModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleSvModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleSvModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleTrModule", + "id": 0, + "name": "IgbDataVisualizationLocaleTrModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleTrModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleTrModule.#ctor", + "id": 0, + "name": "IgbDataVisualizationLocaleTrModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleTrModule.IgbDataVisualizationLocaleTrModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleTrModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleTrModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleTrModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleTrModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleTrModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleTrModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleZhHansModule", + "id": 0, + "name": "IgbDataVisualizationLocaleZhHansModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleZhHansModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleZhHansModule.#ctor", + "id": 0, + "name": "IgbDataVisualizationLocaleZhHansModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleZhHansModule.IgbDataVisualizationLocaleZhHansModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleZhHansModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleZhHansModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleZhHansModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleZhHansModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleZhHansModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleZhHansModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleZhHantModule", + "id": 0, + "name": "IgbDataVisualizationLocaleZhHantModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleZhHantModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleZhHantModule.#ctor", + "id": 0, + "name": "IgbDataVisualizationLocaleZhHantModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleZhHantModule.IgbDataVisualizationLocaleZhHantModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleZhHantModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleZhHantModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleZhHantModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleZhHantModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleZhHantModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDataVisualizationLocaleZhHantModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePartDeltas", + "id": 0, + "name": "IgbDatePartDeltas", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePartDeltas", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePartDeltas.#ctor", + "id": 0, + "name": "IgbDatePartDeltas()", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePartDeltas.IgbDatePartDeltas()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePartDeltas.Date", + "id": 0, + "name": "Date", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePartDeltas.Date", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePartDeltas.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePartDeltas.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePartDeltas.Hours", + "id": 0, + "name": "Hours", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePartDeltas.Hours", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePartDeltas.Minutes", + "id": 0, + "name": "Minutes", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePartDeltas.Minutes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePartDeltas.Month", + "id": 0, + "name": "Month", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePartDeltas.Month", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePartDeltas.Seconds", + "id": 0, + "name": "Seconds", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePartDeltas.Seconds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePartDeltas.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePartDeltas.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePartDeltas.Year", + "id": 0, + "name": "Year", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePartDeltas.Year", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker", + "id": 0, + "name": "IgbDatePicker", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "igc-date-picker is a feature rich component used for entering a date through manual text input or choosing date values from a calendar dialog that pops up." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike", + "id": 0, + "name": "IgbBaseComboBoxLike" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.#ctor", + "id": 0, + "name": "IgbDatePicker()", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.IgbDatePicker()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.ActiveDate", + "id": 0, + "name": "ActiveDate", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.ActiveDate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the date which is shown in the calendar picker and is highlighted. By default it is the current date." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Change", + "id": 0, + "name": "Change", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Change", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentDateValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentDateValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.ChangeScript", + "id": 0, + "name": "ChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.ChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.CheckValidity", + "id": 0, + "name": "CheckValidity()", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.CheckValidity()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.CheckValidityAsync", + "id": 0, + "name": "CheckValidityAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.CheckValidityAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Checks for validity of the control and emits the invalid event if it invalid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Clear", + "id": 0, + "name": "Clear()", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Clear()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.ClearAsync", + "id": 0, + "name": "ClearAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.ClearAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Clears the input part of the component of any user input" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Closed", + "id": 0, + "name": "Closed", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Closed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.ClosedScript", + "id": 0, + "name": "ClosedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.ClosedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Closing", + "id": 0, + "name": "Closing", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Closing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.ClosingScript", + "id": 0, + "name": "ClosingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.ClosingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The disabled state of the component" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.DisabledDates", + "id": 0, + "name": "DisabledDates", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.DisabledDates", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets disabled dates." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDateRangeDescriptor[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDateRangeDescriptor[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.DisplayFormat", + "id": 0, + "name": "DisplayFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.DisplayFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Format to display the value in when not editing. Defaults to the input format if not set." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.GetCurrentValue", + "id": 0, + "name": "GetCurrentValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.GetCurrentValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Nullable<DateTime>", + "fullTypeName": "System.Nullable<System.DateTime>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.GetCurrentValueAsync", + "id": 0, + "name": "GetCurrentValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.GetCurrentValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Nullable<DateTime>>", + "fullTypeName": "System.Threading.Tasks.Task<System.Nullable<System.DateTime>>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.HeaderOrientation", + "id": 0, + "name": "HeaderOrientation", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.HeaderOrientation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The orientation of the calendar header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalendarHeaderOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.CalendarHeaderOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.HideHeader", + "id": 0, + "name": "HideHeader", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.HideHeader", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the calendar hides its header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.HideOutsideDays", + "id": 0, + "name": "HideOutsideDays", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.HideOutsideDays", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Controls the visibility of the dates that do not belong to the current month." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Input", + "id": 0, + "name": "Input", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Input", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentDateValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentDateValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.InputFormat", + "id": 0, + "name": "InputFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.InputFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The date format to apply on the input. Defaults to the current locale Intl.DateTimeFormat" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.InputScript", + "id": 0, + "name": "InputScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.InputScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Invalid", + "id": 0, + "name": "Invalid", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Invalid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Control the validity of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The label of the datepicker." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Locale", + "id": 0, + "name": "Locale", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Locale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The locale settings used to display the value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Max", + "id": 0, + "name": "Max", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Max", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The maximum value required for the date picker to remain valid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Nullable<DateTime>", + "fullTypeName": "System.Nullable<System.DateTime>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Min", + "id": 0, + "name": "Min", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Min", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The minimum value required for the date picker to remain valid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Nullable<DateTime>", + "fullTypeName": "System.Nullable<System.DateTime>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Mode", + "id": 0, + "name": "Mode", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Mode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the calendar is opened in a dropdown or a modal dialog" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PickerMode", + "fullTypeName": "IgniteUI.Blazor.Controls.PickerMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.NonEditable", + "id": 0, + "name": "NonEditable", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.NonEditable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether to allow typing in the input." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Opened", + "id": 0, + "name": "Opened", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Opened", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.OpenedScript", + "id": 0, + "name": "OpenedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.OpenedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Opening", + "id": 0, + "name": "Opening", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Opening", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.OpeningScript", + "id": 0, + "name": "OpeningScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.OpeningScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Orientation", + "id": 0, + "name": "Orientation", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Orientation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The orientation of the multiple months displayed in the calendar's days view." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ContentOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ContentOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Outlined", + "id": 0, + "name": "Outlined", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Outlined", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the control will have outlined appearance." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Placeholder", + "id": 0, + "name": "Placeholder", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Placeholder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The placeholder attribute of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Prompt", + "id": 0, + "name": "Prompt", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Prompt", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The prompt symbol to use for unfilled parts of the mask." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.ReadOnly", + "id": 0, + "name": "ReadOnly", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.ReadOnly", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Makes the control a readonly field." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.ReportValidity", + "id": 0, + "name": "ReportValidity()", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.ReportValidity()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.ReportValidityAsync", + "id": 0, + "name": "ReportValidityAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.ReportValidityAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Checks for validity of the control and shows the browser message if it invalid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Required", + "id": 0, + "name": "Required", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Required", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Makes the control a required field in a form context." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.ResourceStrings", + "id": 0, + "name": "ResourceStrings", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.ResourceStrings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The resource strings of the calendar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCalendarResourceStrings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCalendarResourceStrings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Select", + "id": 0, + "name": "Select()", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Select()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.SelectAsync", + "id": 0, + "name": "SelectAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.SelectAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Selects the text in the input of the component" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.SetCustomValidity(System.String)", + "id": 0, + "name": "SetCustomValidity(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.SetCustomValidity(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "message", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.SetCustomValidityAsync(System.String)", + "id": 0, + "name": "SetCustomValidityAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.SetCustomValidityAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets a custom validation message for the control. As long as message is not empty, the control is considered invalid." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "message", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.SetRangeText(System.String,System.Double,System.Double,IgniteUI.Blazor.Controls.RangeTextSelectMode)", + "id": 0, + "name": "SetRangeText(String, Double, Double, RangeTextSelectMode)", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.SetRangeText(System.String, System.Double, System.Double, IgniteUI.Blazor.Controls.RangeTextSelectMode)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "replacement", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "start", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "end", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "mode", + "type": "RangeTextSelectMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RangeTextSelectMode" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.SetRangeTextAsync(System.String,System.Double,System.Double,IgniteUI.Blazor.Controls.RangeTextSelectMode)", + "id": 0, + "name": "SetRangeTextAsync(String, Double, Double, RangeTextSelectMode)", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.SetRangeTextAsync(System.String, System.Double, System.Double, IgniteUI.Blazor.Controls.RangeTextSelectMode)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "replacement", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "start", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "end", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "mode", + "type": "RangeTextSelectMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RangeTextSelectMode" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.SetSelectionRange(System.Double,System.Double,IgniteUI.Blazor.Controls.SelectionRangeDirection)", + "id": 0, + "name": "SetSelectionRange(Double, Double, SelectionRangeDirection)", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.SetSelectionRange(System.Double, System.Double, IgniteUI.Blazor.Controls.SelectionRangeDirection)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "start", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "end", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "direction", + "type": "SelectionRangeDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SelectionRangeDirection" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.SetSelectionRangeAsync(System.Double,System.Double,IgniteUI.Blazor.Controls.SelectionRangeDirection)", + "id": 0, + "name": "SetSelectionRangeAsync(Double, Double, SelectionRangeDirection)", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.SetSelectionRangeAsync(System.Double, System.Double, IgniteUI.Blazor.Controls.SelectionRangeDirection)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "start", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "end", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "direction", + "type": "SelectionRangeDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SelectionRangeDirection" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.ShowWeekNumbers", + "id": 0, + "name": "ShowWeekNumbers", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.ShowWeekNumbers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether to show the number of the week in the calendar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.SpecialDates", + "id": 0, + "name": "SpecialDates", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.SpecialDates", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets special dates." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDateRangeDescriptor[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDateRangeDescriptor[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.StepDown(IgniteUI.Blazor.Controls.DatePart,System.Double)", + "id": 0, + "name": "StepDown(DatePart, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.StepDown(IgniteUI.Blazor.Controls.DatePart, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "datePart", + "type": "DatePart", + "fullTypeName": "IgniteUI.Blazor.Controls.DatePart" + }, + { + "name": "delta", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.StepDownAsync(IgniteUI.Blazor.Controls.DatePart,System.Double)", + "id": 0, + "name": "StepDownAsync(DatePart, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.StepDownAsync(IgniteUI.Blazor.Controls.DatePart, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "datePart", + "type": "DatePart", + "fullTypeName": "IgniteUI.Blazor.Controls.DatePart" + }, + { + "name": "delta", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.StepUp(IgniteUI.Blazor.Controls.DatePart,System.Double)", + "id": 0, + "name": "StepUp(DatePart, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.StepUp(IgniteUI.Blazor.Controls.DatePart, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "datePart", + "type": "DatePart", + "fullTypeName": "IgniteUI.Blazor.Controls.DatePart" + }, + { + "name": "delta", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.StepUpAsync(IgniteUI.Blazor.Controls.DatePart,System.Double)", + "id": 0, + "name": "StepUpAsync(DatePart, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.StepUpAsync(IgniteUI.Blazor.Controls.DatePart, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "datePart", + "type": "DatePart", + "fullTypeName": "IgniteUI.Blazor.Controls.DatePart" + }, + { + "name": "delta", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The value of the picker" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Nullable<DateTime>", + "fullTypeName": "System.Nullable<System.DateTime>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.ValueChanged", + "id": 0, + "name": "ValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.ValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<Nullable<DateTime>>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.Nullable<System.DateTime>>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.VisibleMonths", + "id": 0, + "name": "VisibleMonths", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.VisibleMonths", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The number of months displayed in the calendar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePicker.WeekStart", + "id": 0, + "name": "WeekStart", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePicker.WeekStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the start day of the week for the calendar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "WeekDays", + "fullTypeName": "IgniteUI.Blazor.Controls.WeekDays" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePickerModule", + "id": 0, + "name": "IgbDatePickerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePickerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePickerModule.#ctor", + "id": 0, + "name": "IgbDatePickerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePickerModule.IgbDatePickerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePickerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePickerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePickerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePickerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDatePickerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDatePickerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateRangeDescriptor", + "id": 0, + "name": "IgbDateRangeDescriptor", + "fullName": "IgniteUI.Blazor.Controls.IgbDateRangeDescriptor", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDateRangeDescriptor.#ctor", + "id": 0, + "name": "IgbDateRangeDescriptor()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateRangeDescriptor.IgbDateRangeDescriptor()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateRangeDescriptor.DateRange", + "id": 0, + "name": "DateRange", + "fullName": "IgniteUI.Blazor.Controls.IgbDateRangeDescriptor.DateRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateRangeDescriptor.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateRangeDescriptor.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateRangeDescriptor.RangeType", + "id": 0, + "name": "RangeType", + "fullName": "IgniteUI.Blazor.Controls.IgbDateRangeDescriptor.RangeType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateRangeType", + "fullTypeName": "IgniteUI.Blazor.Controls.DateRangeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateRangeDescriptor.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDateRangeDescriptor.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo", + "id": 0, + "name": "IgbDateTimeCellInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Backing information about a date time cell for the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo", + "id": 0, + "name": "IgbCellInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.#ctor", + "id": 0, + "name": "IgbDateTimeCellInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.IgbDateTimeCellInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.DateTimeFormat", + "id": 0, + "name": "DateTimeFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.DateTimeFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the simple DateTimeFormat to use for the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTimeFormats", + "fullTypeName": "IgniteUI.Blazor.Controls.DateTimeFormats" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.DateTimeValue", + "id": 0, + "name": "DateTimeValue", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.DateTimeValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the DateTime value for the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.FormatOverride", + "id": 0, + "name": "FormatOverride", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.FormatOverride", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The format options to apply to the value" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.FormatOverrideScript", + "id": 0, + "name": "FormatOverrideScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.FormatOverrideScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting FormatOverride in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.FormatSpecifiers", + "id": 0, + "name": "FormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.FormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.FormatStringOverride", + "id": 0, + "name": "FormatStringOverride", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.FormatStringOverride", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The format string to apply to the value" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.IsOffsetValue", + "id": 0, + "name": "IsOffsetValue", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.IsOffsetValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets whether the value to use is a DateTimeOffset value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeCellInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn", + "id": 0, + "name": "IgbDateTimeColumn", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A column for displaying date/time values." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn", + "id": 0, + "name": "IgbDataGridColumn" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.#ctor", + "id": 0, + "name": "IgbDateTimeColumn()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.IgbDateTimeColumn()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.ActualEditorDataSource", + "id": 0, + "name": "ActualEditorDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.ActualEditorDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbBaseDataSource", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbBaseDataSource" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.ActualFormatSpecifiers", + "id": 0, + "name": "ActualFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.ActualFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)", + "id": 0, + "name": "BuildRenderTree(RenderTreeBuilder)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "builder", + "type": "RenderTreeBuilder", + "fullTypeName": "Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.ContentFormatSpecifiers", + "id": 0, + "name": "ContentFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.ContentFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.DateTimeFormat", + "id": 0, + "name": "DateTimeFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.DateTimeFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTimeFormats", + "fullTypeName": "IgniteUI.Blazor.Controls.DateTimeFormats" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.EditorDataSource", + "id": 0, + "name": "EditorDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.EditorDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ComboBox data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.EditorDataSourceScript", + "id": 0, + "name": "EditorDataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.EditorDataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting EditorDataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.EditorFormatString", + "id": 0, + "name": "EditorFormatString", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.EditorFormatString", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string to use when editing dates." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.EditorTextField", + "id": 0, + "name": "EditorTextField", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.EditorTextField", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ComboBox text field." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.EditorType", + "id": 0, + "name": "EditorType", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.EditorType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the editor type used for editing cells in this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EditorType", + "fullTypeName": "IgniteUI.Blazor.Controls.EditorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.EditorValueField", + "id": 0, + "name": "EditorValueField", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.EditorValueField", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ComboBox value field." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.FormatOverride", + "id": 0, + "name": "FormatOverride", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.FormatOverride", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the INTL DateTimeFormat object to use for formatting the date values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.FormatOverrideScript", + "id": 0, + "name": "FormatOverrideScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.FormatOverrideScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting FormatOverride in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.FormatSpecifiers", + "id": 0, + "name": "FormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.FormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.FormatString", + "id": 0, + "name": "FormatString", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.FormatString", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.ShowTodayButton", + "id": 0, + "name": "ShowTodayButton", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.ShowTodayButton", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ShowTodayButton property to detirmine if the today button is shown" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumn.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumnModule", + "id": 0, + "name": "IgbDateTimeColumnModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumnModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumnModule.#ctor", + "id": 0, + "name": "IgbDateTimeColumnModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumnModule.IgbDateTimeColumnModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeColumnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeColumnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier", + "id": 0, + "name": "IgbDateTimeFormatSpecifier", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier", + "id": 0, + "name": "IgbFormatSpecifier" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.#ctor", + "id": 0, + "name": "IgbDateTimeFormatSpecifier()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.IgbDateTimeFormatSpecifier()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Calendar", + "id": 0, + "name": "Calendar", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Calendar", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.DateStyle", + "id": 0, + "name": "DateStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.DateStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Day", + "id": 0, + "name": "Day", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Day", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.DayPeriod", + "id": 0, + "name": "DayPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.DayPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Era", + "id": 0, + "name": "Era", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Era", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.FormatMatcher", + "id": 0, + "name": "FormatMatcher", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.FormatMatcher", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.FractionalSecondDigits", + "id": 0, + "name": "FractionalSecondDigits", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.FractionalSecondDigits", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Hour", + "id": 0, + "name": "Hour", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Hour", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Hour12", + "id": 0, + "name": "Hour12", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Hour12", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.HourCycle", + "id": 0, + "name": "HourCycle", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.HourCycle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Locale", + "id": 0, + "name": "Locale", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Locale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.LocaleMatcher", + "id": 0, + "name": "LocaleMatcher", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.LocaleMatcher", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Minute", + "id": 0, + "name": "Minute", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Minute", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Month", + "id": 0, + "name": "Month", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Month", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.NumberingSystem", + "id": 0, + "name": "NumberingSystem", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.NumberingSystem", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Second", + "id": 0, + "name": "Second", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Second", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.TimeStyle", + "id": 0, + "name": "TimeStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.TimeStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.TimeZone", + "id": 0, + "name": "TimeZone", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.TimeZone", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.TimeZoneName", + "id": 0, + "name": "TimeZoneName", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.TimeZoneName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.WeekDay", + "id": 0, + "name": "WeekDay", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.WeekDay", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Year", + "id": 0, + "name": "Year", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifier.Year", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifierModule", + "id": 0, + "name": "IgbDateTimeFormatSpecifierModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifierModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifierModule.#ctor", + "id": 0, + "name": "IgbDateTimeFormatSpecifierModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifierModule.IgbDateTimeFormatSpecifierModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifierModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifierModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifierModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifierModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifierModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeFormatSpecifierModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput", + "id": 0, + "name": "IgbDateTimeInput", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A date time input is an input field that lets you set and edit the date and time in a chosen input element using customizable display and input formats." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase", + "id": 0, + "name": "IgbInputBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputBase", + "id": 0, + "name": "IgbMaskInputBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.#ctor", + "id": 0, + "name": "IgbDateTimeInput()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.IgbDateTimeInput()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.Change", + "id": 0, + "name": "Change", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.Change", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentDateValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentDateValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.ChangeScript", + "id": 0, + "name": "ChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.ChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.Clear", + "id": 0, + "name": "Clear()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.Clear()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.ClearAsync", + "id": 0, + "name": "ClearAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.ClearAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Clears the input element of user input." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.ConnectedCallback", + "id": 0, + "name": "ConnectedCallback()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.ConnectedCallback()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.ConnectedCallbackAsync", + "id": 0, + "name": "ConnectedCallbackAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.ConnectedCallbackAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.DisplayFormat", + "id": 0, + "name": "DisplayFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.DisplayFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Format to display the value in when not editing. Defaults to the input format if not set." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.GetCurrentValue", + "id": 0, + "name": "GetCurrentValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.GetCurrentValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Nullable<DateTime>", + "fullTypeName": "System.Nullable<System.DateTime>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.GetCurrentValueAsync", + "id": 0, + "name": "GetCurrentValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.GetCurrentValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Nullable<DateTime>>", + "fullTypeName": "System.Threading.Tasks.Task<System.Nullable<System.DateTime>>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.InputFormat", + "id": 0, + "name": "InputFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.InputFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.Locale", + "id": 0, + "name": "Locale", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.Locale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The locale settings used to display the value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.Max", + "id": 0, + "name": "Max", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.Max", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The maximum value required for the input to remain valid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Nullable<DateTime>", + "fullTypeName": "System.Nullable<System.DateTime>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.Min", + "id": 0, + "name": "Min", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.Min", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The minimum value required for the input to remain valid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Nullable<DateTime>", + "fullTypeName": "System.Nullable<System.DateTime>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.SpinDelta", + "id": 0, + "name": "SpinDelta", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.SpinDelta", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Delta values used to increment or decrement each date part on step actions. All values default to 1." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDatePartDeltas", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDatePartDeltas" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.SpinLoop", + "id": 0, + "name": "SpinLoop", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.SpinLoop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets whether to loop over the currently spun segment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepDown", + "id": 0, + "name": "StepDown()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepDown()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepDown(IgniteUI.Blazor.Controls.DatePart)", + "id": 0, + "name": "StepDown(DatePart)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepDown(IgniteUI.Blazor.Controls.DatePart)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "datePart", + "type": "DatePart", + "fullTypeName": "IgniteUI.Blazor.Controls.DatePart" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepDown(IgniteUI.Blazor.Controls.DatePart,System.Double)", + "id": 0, + "name": "StepDown(DatePart, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepDown(IgniteUI.Blazor.Controls.DatePart, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "datePart", + "type": "DatePart", + "fullTypeName": "IgniteUI.Blazor.Controls.DatePart" + }, + { + "name": "delta", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepDownAsync", + "id": 0, + "name": "StepDownAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepDownAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepDownAsync(IgniteUI.Blazor.Controls.DatePart)", + "id": 0, + "name": "StepDownAsync(DatePart)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepDownAsync(IgniteUI.Blazor.Controls.DatePart)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "datePart", + "type": "DatePart", + "fullTypeName": "IgniteUI.Blazor.Controls.DatePart" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepDownAsync(IgniteUI.Blazor.Controls.DatePart,System.Double)", + "id": 0, + "name": "StepDownAsync(DatePart, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepDownAsync(IgniteUI.Blazor.Controls.DatePart, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "datePart", + "type": "DatePart", + "fullTypeName": "IgniteUI.Blazor.Controls.DatePart" + }, + { + "name": "delta", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepUp", + "id": 0, + "name": "StepUp()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepUp()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepUp(IgniteUI.Blazor.Controls.DatePart)", + "id": 0, + "name": "StepUp(DatePart)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepUp(IgniteUI.Blazor.Controls.DatePart)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "datePart", + "type": "DatePart", + "fullTypeName": "IgniteUI.Blazor.Controls.DatePart" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepUp(IgniteUI.Blazor.Controls.DatePart,System.Double)", + "id": 0, + "name": "StepUp(DatePart, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepUp(IgniteUI.Blazor.Controls.DatePart, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "datePart", + "type": "DatePart", + "fullTypeName": "IgniteUI.Blazor.Controls.DatePart" + }, + { + "name": "delta", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepUpAsync", + "id": 0, + "name": "StepUpAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepUpAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepUpAsync(IgniteUI.Blazor.Controls.DatePart)", + "id": 0, + "name": "StepUpAsync(DatePart)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepUpAsync(IgniteUI.Blazor.Controls.DatePart)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "datePart", + "type": "DatePart", + "fullTypeName": "IgniteUI.Blazor.Controls.DatePart" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepUpAsync(IgniteUI.Blazor.Controls.DatePart,System.Double)", + "id": 0, + "name": "StepUpAsync(DatePart, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.StepUpAsync(IgniteUI.Blazor.Controls.DatePart, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "datePart", + "type": "DatePart", + "fullTypeName": "IgniteUI.Blazor.Controls.DatePart" + }, + { + "name": "delta", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The value of the input." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Nullable<DateTime>", + "fullTypeName": "System.Nullable<System.DateTime>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInput.ValueChanged", + "id": 0, + "name": "ValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInput.ValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<Nullable<DateTime>>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.Nullable<System.DateTime>>" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInputModule", + "id": 0, + "name": "IgbDateTimeInputModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInputModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInputModule.#ctor", + "id": 0, + "name": "IgbDateTimeInputModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInputModule.IgbDateTimeInputModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInputModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInputModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInputModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInputModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDateTimeInputModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDateTimeInputModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Base class for various definition types for the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.#ctor", + "id": 0, + "name": "IgbDefinitionBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.IgbDefinitionBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActivationBorder", + "id": 0, + "name": "ActivationBorder", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActivationBorder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActivationBorderBottomWidth", + "id": 0, + "name": "ActivationBorderBottomWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActivationBorderBottomWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of bottom activation border to use for the cell content of this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActivationBorderLeftWidth", + "id": 0, + "name": "ActivationBorderLeftWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActivationBorderLeftWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of left activation border to use for the cell content for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActivationBorderRightWidth", + "id": 0, + "name": "ActivationBorderRightWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActivationBorderRightWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of right activation border to use for the cell content of this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActivationBorderTopWidth", + "id": 0, + "name": "ActivationBorderTopWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActivationBorderTopWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of top activation border to use for the cell content for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualActivationBorder", + "id": 0, + "name": "ActualActivationBorder", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualActivationBorder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual background color that will be used." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualBackground", + "id": 0, + "name": "ActualBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual background color that will be used." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualBarBackground", + "id": 0, + "name": "ActualBarBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualBarBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color used for value bars." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualBarCornerRadius", + "id": 0, + "name": "ActualBarCornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualBarCornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual stroke thickness used for value bars." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualBarOutline", + "id": 0, + "name": "ActualBarOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualBarOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual Outline color used for value bars." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualBarStrokeThickness", + "id": 0, + "name": "ActualBarStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualBarStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual stroke thickness used for value bars." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualBorder", + "id": 0, + "name": "ActualBorder", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualBorder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual border color that will be used." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualConditionalStyles", + "id": 0, + "name": "ActualConditionalStyles", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualConditionalStyles", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridConditionalStyleCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualErrorBorder", + "id": 0, + "name": "ActualErrorBorder", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualErrorBorder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual error border color that will be used." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualLastStickyRowBackground", + "id": 0, + "name": "ActualLastStickyRowBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualLastStickyRowBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color for the last row in the sticky row area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualLineBreakMode", + "id": 0, + "name": "ActualLineBreakMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualLineBreakMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual line break mode which will be used if text is present in the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextCellLineBreakMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TextCellLineBreakMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualPinnedRowBackground", + "id": 0, + "name": "ActualPinnedRowBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualPinnedRowBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual background color for cells belonging to rows marked as pinned." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualPinnedRowOpacity", + "id": 0, + "name": "ActualPinnedRowOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualPinnedRowOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for displaying text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualStickyRowBackground", + "id": 0, + "name": "ActualStickyRowBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualStickyRowBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual background color for content that sticks to the top of the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualTextColor", + "id": 0, + "name": "ActualTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ActualTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color used for displaying text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.Background", + "id": 0, + "name": "Background", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.Background", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.BarBackground", + "id": 0, + "name": "BarBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.BarBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for value bars." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.BarCornerRadius", + "id": 0, + "name": "BarCornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.BarCornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness to use for value bars." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.BarOutline", + "id": 0, + "name": "BarOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.BarOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Outline color to use for value bars." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.BarStrokeThickness", + "id": 0, + "name": "BarStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.BarStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness to use for value bars." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.Border", + "id": 0, + "name": "Border", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.Border", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.BorderBottomWidth", + "id": 0, + "name": "BorderBottomWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.BorderBottomWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of bottom border to use for the cell content of this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.BorderLeftWidth", + "id": 0, + "name": "BorderLeftWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.BorderLeftWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of left border to use for the cell content for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.BorderRightWidth", + "id": 0, + "name": "BorderRightWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.BorderRightWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of right border to use for the cell content of this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.BorderTopWidth", + "id": 0, + "name": "BorderTopWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.BorderTopWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of top border to use for the cell content for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.CellStyleKeyRequested", + "id": 0, + "name": "CellStyleKeyRequested", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.CellStyleKeyRequested", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbCellStyleRequestedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbCellStyleRequestedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.CellStyleKeyRequestedScript", + "id": 0, + "name": "CellStyleKeyRequestedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.CellStyleKeyRequestedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ConditionalStyles", + "id": 0, + "name": "ConditionalStyles", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ConditionalStyles", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the style key information to use for judging when a property will be set later by a style" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridConditionalStyleCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ContentConditionalStyles", + "id": 0, + "name": "ContentConditionalStyles", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ContentConditionalStyles", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridConditionalStyleCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ContentOpacity", + "id": 0, + "name": "ContentOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ContentOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity of the content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.DataBinding", + "id": 0, + "name": "DataBinding", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.DataBinding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbDataBindingEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbDataBindingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.DataBindingScript", + "id": 0, + "name": "DataBindingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.DataBindingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.DataBound", + "id": 0, + "name": "DataBound", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.DataBound", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbDataBindingEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbDataBindingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.DataBoundScript", + "id": 0, + "name": "DataBoundScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.DataBoundScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ErrorBorder", + "id": 0, + "name": "ErrorBorder", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ErrorBorder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the error border color to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ErrorBorderBottomWidth", + "id": 0, + "name": "ErrorBorderBottomWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ErrorBorderBottomWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ErrorBorderLeftWidth", + "id": 0, + "name": "ErrorBorderLeftWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ErrorBorderLeftWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ErrorBorderRightWidth", + "id": 0, + "name": "ErrorBorderRightWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ErrorBorderRightWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ErrorBorderTopWidth", + "id": 0, + "name": "ErrorBorderTopWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ErrorBorderTopWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.FontFamily", + "id": 0, + "name": "FontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.FontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.FontSize", + "id": 0, + "name": "FontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.FontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.FontStyle", + "id": 0, + "name": "FontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.FontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.FontWeight", + "id": 0, + "name": "FontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.FontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.GetNamedValue(System.String)", + "id": 0, + "name": "GetNamedValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.GetNamedValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.GetNamedValueAsync(System.String)", + "id": 0, + "name": "GetNamedValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.GetNamedValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value for a named value from this definition." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.HasNamedValue(System.String)", + "id": 0, + "name": "HasNamedValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.HasNamedValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.HasNamedValueAsync(System.String)", + "id": 0, + "name": "HasNamedValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.HasNamedValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns if this definition has a named value with a given name." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.HasNamedValues", + "id": 0, + "name": "HasNamedValues()", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.HasNamedValues()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.HasNamedValuesAsync", + "id": 0, + "name": "HasNamedValuesAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.HasNamedValuesAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns if this definition has named value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.HorizontalAlignment", + "id": 0, + "name": "HorizontalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.HorizontalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the horizontal alignment to use for the cell content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellContentHorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.CellContentHorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.IsBarSupported", + "id": 0, + "name": "IsBarSupported", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.IsBarSupported", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the bar is supported." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.IsStyleTransitioningOut(IgniteUI.Blazor.Controls.IgbGridConditionalStyle)", + "id": 0, + "name": "IsStyleTransitioningOut(IgbGridConditionalStyle)", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.IsStyleTransitioningOut(IgniteUI.Blazor.Controls.IgbGridConditionalStyle)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "style", + "type": "IgbGridConditionalStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.IsStyleTransitioningOutAsync(IgniteUI.Blazor.Controls.IgbGridConditionalStyle)", + "id": 0, + "name": "IsStyleTransitioningOutAsync(IgbGridConditionalStyle)", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.IsStyleTransitioningOutAsync(IgniteUI.Blazor.Controls.IgbGridConditionalStyle)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "style", + "type": "IgbGridConditionalStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.LastStickyRowBackground", + "id": 0, + "name": "LastStickyRowBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.LastStickyRowBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color for the last row in the sticky row area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.LineBreakMode", + "id": 0, + "name": "LineBreakMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.LineBreakMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the line breaking mode to use if text is present in the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextCellLineBreakMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TextCellLineBreakMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.PinnedRowBackground", + "id": 0, + "name": "PinnedRowBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.PinnedRowBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color for cells belonging to rows marked as pinned." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.PinnedRowOpacity", + "id": 0, + "name": "PinnedRowOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.PinnedRowOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for displaying text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.RemoveNamedValue(System.String)", + "id": 0, + "name": "RemoveNamedValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.RemoveNamedValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.RemoveNamedValueAsync(System.String)", + "id": 0, + "name": "RemoveNamedValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.RemoveNamedValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes the named value from this definition by name." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.SetNamedValue(System.String,IgniteUI.Blazor.Controls.CellPropertyAnimationType,System.Object)", + "id": 0, + "name": "SetNamedValue(String, CellPropertyAnimationType, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.SetNamedValue(System.String, IgniteUI.Blazor.Controls.CellPropertyAnimationType, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "animationType", + "type": "CellPropertyAnimationType", + "fullTypeName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.SetNamedValueAsync(System.String,IgniteUI.Blazor.Controls.CellPropertyAnimationType,System.Object)", + "id": 0, + "name": "SetNamedValueAsync(String, CellPropertyAnimationType, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.SetNamedValueAsync(System.String, IgniteUI.Blazor.Controls.CellPropertyAnimationType, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "animationType", + "type": "CellPropertyAnimationType", + "fullTypeName": "IgniteUI.Blazor.Controls.CellPropertyAnimationType" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.StickyRowBackground", + "id": 0, + "name": "StickyRowBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.StickyRowBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color for content that sticks to the top of the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for displaying text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.TransitionStyleIn(IgniteUI.Blazor.Controls.IgbGridConditionalStyle)", + "id": 0, + "name": "TransitionStyleIn(IgbGridConditionalStyle)", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.TransitionStyleIn(IgniteUI.Blazor.Controls.IgbGridConditionalStyle)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "style", + "type": "IgbGridConditionalStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.TransitionStyleInAsync(IgniteUI.Blazor.Controls.IgbGridConditionalStyle)", + "id": 0, + "name": "TransitionStyleInAsync(IgbGridConditionalStyle)", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.TransitionStyleInAsync(IgniteUI.Blazor.Controls.IgbGridConditionalStyle)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "style", + "type": "IgbGridConditionalStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.TransitionStyleOut(IgniteUI.Blazor.Controls.IgbGridConditionalStyle)", + "id": 0, + "name": "TransitionStyleOut(IgbGridConditionalStyle)", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.TransitionStyleOut(IgniteUI.Blazor.Controls.IgbGridConditionalStyle)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "style", + "type": "IgbGridConditionalStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.TransitionStyleOutAsync(IgniteUI.Blazor.Controls.IgbGridConditionalStyle)", + "id": 0, + "name": "TransitionStyleOutAsync(IgbGridConditionalStyle)", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.TransitionStyleOutAsync(IgniteUI.Blazor.Controls.IgbGridConditionalStyle)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "style", + "type": "IgbGridConditionalStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase.VerticalAlignment", + "id": 0, + "name": "VerticalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbDefinitionBase.VerticalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the vertical alignment to use for the cell content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CellContentVerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.CellContentVerticalAlignment" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicator", + "id": 0, + "name": "IgbDetrendedPriceOscillatorIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Detrended Price Oscillator indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicator.#ctor", + "id": 0, + "name": "IgbDetrendedPriceOscillatorIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicator.IgbDetrendedPriceOscillatorIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicator.Period", + "id": 0, + "name": "Period", + "fullName": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicator.Period", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current DetrendedPriceOscillatorIndicator object. The typical, and initial, value for DPO periods is 20." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicatorModule", + "id": 0, + "name": "IgbDetrendedPriceOscillatorIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicatorModule.#ctor", + "id": 0, + "name": "IgbDetrendedPriceOscillatorIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicatorModule.IgbDetrendedPriceOscillatorIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDetrendedPriceOscillatorIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog", + "id": 0, + "name": "IgbDialog", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a Dialog component." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.#ctor", + "id": 0, + "name": "IgbDialog()", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.IgbDialog()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.Closed", + "id": 0, + "name": "Closed", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.Closed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.ClosedScript", + "id": 0, + "name": "ClosedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.ClosedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.CloseOnOutsideClick", + "id": 0, + "name": "CloseOnOutsideClick", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.CloseOnOutsideClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the dialog should be closed when clicking outside of it." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.Closing", + "id": 0, + "name": "Closing", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.Closing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.ClosingScript", + "id": 0, + "name": "ClosingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.ClosingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.Hide", + "id": 0, + "name": "Hide()", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.Hide()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.HideAsync", + "id": 0, + "name": "HideAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.HideAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Closes the dialog." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.HideDefaultAction", + "id": 0, + "name": "HideDefaultAction", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.HideDefaultAction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether to hide the default action button for the dialog. When there is projected content in the footer slot this property has no effect." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.KeepOpenOnEscape", + "id": 0, + "name": "KeepOpenOnEscape", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.KeepOpenOnEscape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the dialog should be kept open when pressing the 'ESCAPE' button." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.Open", + "id": 0, + "name": "Open", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.Open", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the dialog is opened." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.ReturnValue", + "id": 0, + "name": "ReturnValue", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.ReturnValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the return value for the dialog." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.Show", + "id": 0, + "name": "Show()", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.Show()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.ShowAsync", + "id": 0, + "name": "ShowAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.ShowAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Opens the dialog." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.Title", + "id": 0, + "name": "Title", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.Title", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the title of the dialog." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.Toggle", + "id": 0, + "name": "Toggle()", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.Toggle()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.ToggleAsync", + "id": 0, + "name": "ToggleAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.ToggleAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Toggles the open state of the dialog." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialog.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbDialog.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialogModule", + "id": 0, + "name": "IgbDialogModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDialogModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDialogModule.#ctor", + "id": 0, + "name": "IgbDialogModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDialogModule.IgbDialogModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialogModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDialogModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialogModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDialogModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDialogModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDialogModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChange", + "id": 0, + "name": "IgbDimensionsChange", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChange", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event emitted when dimension collection for rows, columns of filters is changed." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChange.#ctor", + "id": 0, + "name": "IgbDimensionsChange()", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChange.IgbDimensionsChange()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChange.DimensionCollectionType", + "id": 0, + "name": "DimensionCollectionType", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChange.DimensionCollectionType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The dimension list type - Row, Column or Filter." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PivotDimensionType", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotDimensionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChange.Dimensions", + "id": 0, + "name": "Dimensions", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChange.Dimensions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The new list of dimensions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotDimension[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChange.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChange.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChange.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChange.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChange.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChange.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChange.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChange.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail", + "id": 0, + "name": "IgbDimensionsChangeDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event emitted when dimension collection for rows, columns of filters is changed." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail.#ctor", + "id": 0, + "name": "IgbDimensionsChangeDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail.IgbDimensionsChangeDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail.DimensionCollectionType", + "id": 0, + "name": "DimensionCollectionType", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail.DimensionCollectionType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The dimension list type - Row, Column or Filter." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PivotDimensionType", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotDimensionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail.Dimensions", + "id": 0, + "name": "Dimensions", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail.Dimensions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The new list of dimensions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotDimension[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChangeEventArgs", + "id": 0, + "name": "IgbDimensionsChangeEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChangeEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChangeEventArgs.#ctor", + "id": 0, + "name": "IgbDimensionsChangeEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChangeEventArgs.IgbDimensionsChangeEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChangeEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChangeEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDimensionsChangeDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDimensionsChangeDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChangeEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChangeEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDimensionsChangeEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDimensionsChangeEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDivider", + "id": 0, + "name": "IgbDivider", + "fullName": "IgniteUI.Blazor.Controls.IgbDivider", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The igc-divider allows the content author to easily create a horizontal/vertical rule as a break between content to better organize information on a page. --color - Sets the color of the divider. --inset - Shrinks the divider by the given amount from the start. If middle is set it will shrink from both sides." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDivider.#ctor", + "id": 0, + "name": "IgbDivider()", + "fullName": "IgniteUI.Blazor.Controls.IgbDivider.IgbDivider()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDivider.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDivider.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDivider.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbDivider.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDivider.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDivider.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDivider.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDivider.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDivider.LineType", + "id": 0, + "name": "LineType", + "fullName": "IgniteUI.Blazor.Controls.IgbDivider.LineType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether to render a solid or a dashed divider line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DividerType", + "fullTypeName": "IgniteUI.Blazor.Controls.DividerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDivider.Middle", + "id": 0, + "name": "Middle", + "fullName": "IgniteUI.Blazor.Controls.IgbDivider.Middle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "When set and inset is provided, it will shrink the divider line from both sides." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDivider.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbDivider.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDivider.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDivider.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDivider.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDivider.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDivider.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbDivider.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDivider.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDivider.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDivider.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbDivider.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDivider.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.IgbDivider.Vertical", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether to render a vertical divider line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDividerModule", + "id": 0, + "name": "IgbDividerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDividerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDividerModule.#ctor", + "id": 0, + "name": "IgbDividerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDividerModule.IgbDividerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDividerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDividerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDividerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDividerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDividerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDividerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockingIndicator", + "id": 0, + "name": "IgbDockingIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbDockingIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDockingIndicator.#ctor", + "id": 0, + "name": "IgbDockingIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbDockingIndicator.IgbDockingIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockingIndicator.Direction", + "id": 0, + "name": "Direction", + "fullName": "IgniteUI.Blazor.Controls.IgbDockingIndicator.Direction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a value indicating the direction of the docking indicator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockingIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockingIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockingIndicator.IsRoot", + "id": 0, + "name": "IsRoot", + "fullName": "IgniteUI.Blazor.Controls.IgbDockingIndicator.IsRoot", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a value indicating whether the docking indicator is a root one." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockingIndicator.Position", + "id": 0, + "name": "Position", + "fullName": "IgniteUI.Blazor.Controls.IgbDockingIndicator.Position", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the position of the docking indicator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockingIndicatorPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DockingIndicatorPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockingIndicator.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockingIndicator.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockingIndicator.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockingIndicator.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockingIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDockingIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockingIndicatorModule", + "id": 0, + "name": "IgbDockingIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDockingIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDockingIndicatorModule.#ctor", + "id": 0, + "name": "IgbDockingIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDockingIndicatorModule.IgbDockingIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockingIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockingIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockingIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockingIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager", + "id": 0, + "name": "IgbDockManager", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Describes a Dock Manager component." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.#ctor", + "id": 0, + "name": "IgbDockManager()", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.IgbDockManager()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.ActivePane", + "id": 0, + "name": "ActivePane", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.ActivePane", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets the active pane of the Dock Manager." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbContentPane", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbContentPane" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.AllowFloatingPanesResize", + "id": 0, + "name": "AllowFloatingPanesResize", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.AllowFloatingPanesResize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the end user is allowed to resize floating panes. Defaults to true." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.AllowInnerDock", + "id": 0, + "name": "AllowInnerDock", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.AllowInnerDock", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the end user is allowed to inner dock panes. Defaults to true." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.AllowMaximize", + "id": 0, + "name": "AllowMaximize", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.AllowMaximize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the end user is allowed to maximize panes. Defaults to true." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.AllowSplitterDock", + "id": 0, + "name": "AllowSplitterDock", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.AllowSplitterDock", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the end user can dock the dragged pane directly in the parent split pane by dragging it over a splitter. If enabled, a docking indicator will be shown over the splitter's drag handler. Defaults to false." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.CloseBehavior", + "id": 0, + "name": "CloseBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.CloseBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the selected pane or all panes are closed when clicking the close button of a pane within a dockable TabGroup. Defaults to 'allPanes'." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PaneActionBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.PaneActionBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.ContainedInBoundaries", + "id": 0, + "name": "ContainedInBoundaries", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.ContainedInBoundaries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the floating panes are kept inside the Dock Manager boundaries. Defaults to false." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.DisableKeyboardNavigation", + "id": 0, + "name": "DisableKeyboardNavigation", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.DisableKeyboardNavigation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Disables the built-in keyboard shortcuts for pane navigation. Defaults to false." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.DraggedPane", + "id": 0, + "name": "DraggedPane", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.DraggedPane", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets the currently dragged pane." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockManagerPane", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerPane" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.DropPosition", + "id": 0, + "name": "DropPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.DropPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets the current drop position when performing custom drag/drop." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockManagerPoint", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerPoint" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.FocusPane(System.String)", + "id": 0, + "name": "FocusPane(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.FocusPane(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "contentId", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.FocusPaneAsync(System.String)", + "id": 0, + "name": "FocusPaneAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.FocusPaneAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Focuses a pane from the layout." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "contentId", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.GetCurrentLayout", + "id": 0, + "name": "GetCurrentLayout()", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.GetCurrentLayout()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockManagerLayout", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerLayout" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.GetCurrentLayoutAsync", + "id": 0, + "name": "GetCurrentLayoutAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.GetCurrentLayoutAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbDockManagerLayout>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDockManagerLayout>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.Layout", + "id": 0, + "name": "Layout", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.Layout", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets the layout configuration of the Dock Manager." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockManagerLayout", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerLayout" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.LayoutChange", + "id": 0, + "name": "LayoutChange", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.LayoutChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbLayoutChangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbLayoutChangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.LayoutChanged", + "id": 0, + "name": "LayoutChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.LayoutChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDockManagerLayout>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDockManagerLayout>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.LayoutChangeScript", + "id": 0, + "name": "LayoutChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.LayoutChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.MaximizedPane", + "id": 0, + "name": "MaximizedPane", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.MaximizedPane", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets the maximized pane." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockManagerPane", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerPane" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.ProximityDock", + "id": 0, + "name": "ProximityDock", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.ProximityDock", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the end user can dock the dragged pane by dragging it close to the target pane edges. If enabled, docking indicators are not visible. Defaults to false." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.ResourceStrings", + "id": 0, + "name": "ResourceStrings", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.ResourceStrings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets the resource strings." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockManagerResourceStrings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.ShowHeaderIconOnHover", + "id": 0, + "name": "ShowHeaderIconOnHover", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.ShowHeaderIconOnHover", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines which tab header icons should show when hovering over the tab with the mouse. Defaults to none." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockManagerShowHeaderIconOnHover", + "fullTypeName": "IgniteUI.Blazor.Controls.DockManagerShowHeaderIconOnHover" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.ShowPaneHeaders", + "id": 0, + "name": "ShowPaneHeaders", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.ShowPaneHeaders", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether pane headers are only shown on hover or always visible. Defaults to 'always'." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockManagerShowPaneHeaders", + "fullTypeName": "IgniteUI.Blazor.Controls.DockManagerShowPaneHeaders" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManager.UnpinBehavior", + "id": 0, + "name": "UnpinBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManager.UnpinBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the selected pane or all panes are unpinned when clicking the unpin button of a pane within a dockable TabGroup. Defaults to 'allPanes'." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PaneActionBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.PaneActionBehavior" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerLayout", + "id": 0, + "name": "IgbDockManagerLayout", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerLayout", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Describes a Dock Manager layout." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.#ctor", + "id": 0, + "name": "IgbDockManagerLayout()", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.IgbDockManagerLayout()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.FloatingPanes", + "id": 0, + "name": "FloatingPanes", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.FloatingPanes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The floating panes of the layout." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSplitPaneCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSplitPaneCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.RootPane", + "id": 0, + "name": "RootPane", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.RootPane", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The root split pane of the layout." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSplitPane", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSplitPane" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.WithFloatingPanes(IgniteUI.Blazor.Controls.IgbSplitPane[])", + "id": 0, + "name": "WithFloatingPanes(IgbSplitPane[])", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerLayout.WithFloatingPanes(IgniteUI.Blazor.Controls.IgbSplitPane[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "panes", + "type": "IgbSplitPane[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSplitPane[]" + } + ], + "return": { + "type": "IgbDockManagerLayout", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerLayout" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerLayoutModule", + "id": 0, + "name": "IgbDockManagerLayoutModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerLayoutModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerLayoutModule.#ctor", + "id": 0, + "name": "IgbDockManagerLayoutModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerLayoutModule.IgbDockManagerLayoutModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerLayoutModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerLayoutModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerLayoutModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerLayoutModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerLayoutModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerLayoutModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerModule", + "id": 0, + "name": "IgbDockManagerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerModule.#ctor", + "id": 0, + "name": "IgbDockManagerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerModule.IgbDockManagerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPane", + "id": 0, + "name": "IgbDockManagerPane", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPane", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPane.#ctor", + "id": 0, + "name": "IgbDockManagerPane()", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPane.IgbDockManagerPane()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPane.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPane.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPane.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPane.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPane.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPane.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPane.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPane.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPaneCollection", + "id": 0, + "name": "IgbDockManagerPaneCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPaneCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbDockManagerPane}", + "id": 0, + "name": "BaseCollection<IgbDockManagerPane>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPaneCollection.#ctor", + "id": 0, + "name": "IgbDockManagerPaneCollection()", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPaneCollection.IgbDockManagerPaneCollection()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPaneCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbDockManagerPaneCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPaneCollection.IgbDockManagerPaneCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPoint", + "id": 0, + "name": "IgbDockManagerPoint", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPoint", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPoint.#ctor", + "id": 0, + "name": "IgbDockManagerPoint()", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPoint.IgbDockManagerPoint()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPoint.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPoint.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPoint.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPoint.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPoint.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPoint.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPoint.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPoint.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPoint.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPoint.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPoint.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPoint.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPoint.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPoint.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPoint.X", + "id": 0, + "name": "X", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPoint.X", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPoint.Y", + "id": 0, + "name": "Y", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPoint.Y", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPointModule", + "id": 0, + "name": "IgbDockManagerPointModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPointModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPointModule.#ctor", + "id": 0, + "name": "IgbDockManagerPointModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPointModule.IgbDockManagerPointModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPointModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPointModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPointModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPointModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPointModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerPointModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings", + "id": 0, + "name": "IgbDockManagerResourceStrings", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Describes dock manager resource strings." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.#ctor", + "id": 0, + "name": "IgbDockManagerResourceStrings()", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.IgbDockManagerResourceStrings()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.Close", + "id": 0, + "name": "Close", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.Close", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.Documents", + "id": 0, + "name": "Documents", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.Documents", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.Maximize", + "id": 0, + "name": "Maximize", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.Maximize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.Minimize", + "id": 0, + "name": "Minimize", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.Minimize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.MoreOptions", + "id": 0, + "name": "MoreOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.MoreOptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.MoreTabs", + "id": 0, + "name": "MoreTabs", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.MoreTabs", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.Panes", + "id": 0, + "name": "Panes", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.Panes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.Pin", + "id": 0, + "name": "Pin", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.Pin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.Unpin", + "id": 0, + "name": "Unpin", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStrings.Unpin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStringsModule", + "id": 0, + "name": "IgbDockManagerResourceStringsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStringsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStringsModule.#ctor", + "id": 0, + "name": "IgbDockManagerResourceStringsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStringsModule.IgbDockManagerResourceStringsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStringsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStringsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStringsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockManagerResourceStringsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockPaneAction", + "id": 0, + "name": "IgbDockPaneAction", + "fullName": "IgniteUI.Blazor.Controls.IgbDockPaneAction", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragAction", + "id": 0, + "name": "IgbPaneDragAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDockPaneAction.#ctor", + "id": 0, + "name": "IgbDockPaneAction()", + "fullName": "IgniteUI.Blazor.Controls.IgbDockPaneAction.IgbDockPaneAction()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockPaneAction.ActionType", + "id": 0, + "name": "ActionType", + "fullName": "IgniteUI.Blazor.Controls.IgbDockPaneAction.ActionType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PaneDragActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.PaneDragActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockPaneAction.DockingIndicator", + "id": 0, + "name": "DockingIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbDockPaneAction.DockingIndicator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockingIndicator", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockingIndicator" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockPaneAction.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDockPaneAction.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockPaneAction.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockPaneAction.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockPaneAction.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockPaneAction.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockPaneAction.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockPaneAction.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockPaneAction.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockPaneAction.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockPaneAction.TargetPane", + "id": 0, + "name": "TargetPane", + "fullName": "IgniteUI.Blazor.Controls.IgbDockPaneAction.TargetPane", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockManagerPane", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerPane" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockPaneAction.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockPaneAction.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockPaneAction.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDockPaneAction.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockPaneActionModule", + "id": 0, + "name": "IgbDockPaneActionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDockPaneActionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDockPaneActionModule.#ctor", + "id": 0, + "name": "IgbDockPaneActionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDockPaneActionModule.IgbDockPaneActionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockPaneActionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockPaneActionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockPaneActionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDockPaneActionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentHost", + "id": 0, + "name": "IgbDocumentHost", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentHost", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPane", + "id": 0, + "name": "IgbDockManagerPane" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentHost.#ctor", + "id": 0, + "name": "IgbDocumentHost()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentHost.IgbDocumentHost()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentHost.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentHost.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentHost.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentHost.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentHost.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentHost.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentHost.Id", + "id": 0, + "name": "Id", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentHost.Id", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The id of the pane. If not set the Dock Manager generates it automatically." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentHost.PaneType", + "id": 0, + "name": "PaneType", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentHost.PaneType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The type of the pane." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockManagerPaneType", + "fullTypeName": "IgniteUI.Blazor.Controls.DockManagerPaneType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentHost.RootPane", + "id": 0, + "name": "RootPane", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentHost.RootPane", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The root split pane of the document host." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSplitPane", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSplitPane" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentHost.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentHost.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentHost.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentHost.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentHost.Size", + "id": 0, + "name": "Size", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentHost.Size", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The size of the pane relative to its sibling panes' sizes. Defaults to 100." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentHost.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentHost.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentHost.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentHost.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentHostModule", + "id": 0, + "name": "IgbDocumentHostModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentHostModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentHostModule.#ctor", + "id": 0, + "name": "IgbDocumentHostModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentHostModule.IgbDocumentHostModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentHostModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentHostModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentHostModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentHostModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentHostModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentHostModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleBgModule", + "id": 0, + "name": "IgbDocumentsCoreLocaleBgModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleBgModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleBgModule.#ctor", + "id": 0, + "name": "IgbDocumentsCoreLocaleBgModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleBgModule.IgbDocumentsCoreLocaleBgModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleBgModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleBgModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleBgModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleBgModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleBgModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleBgModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleCsModule", + "id": 0, + "name": "IgbDocumentsCoreLocaleCsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleCsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleCsModule.#ctor", + "id": 0, + "name": "IgbDocumentsCoreLocaleCsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleCsModule.IgbDocumentsCoreLocaleCsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleCsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleCsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleCsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleCsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleCsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleCsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleDaModule", + "id": 0, + "name": "IgbDocumentsCoreLocaleDaModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleDaModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleDaModule.#ctor", + "id": 0, + "name": "IgbDocumentsCoreLocaleDaModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleDaModule.IgbDocumentsCoreLocaleDaModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleDaModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleDaModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleDaModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleDaModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleDaModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleDaModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleDeModule", + "id": 0, + "name": "IgbDocumentsCoreLocaleDeModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleDeModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleDeModule.#ctor", + "id": 0, + "name": "IgbDocumentsCoreLocaleDeModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleDeModule.IgbDocumentsCoreLocaleDeModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleDeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleDeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleDeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleDeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleDeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleDeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleEnModule", + "id": 0, + "name": "IgbDocumentsCoreLocaleEnModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleEnModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleEnModule.#ctor", + "id": 0, + "name": "IgbDocumentsCoreLocaleEnModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleEnModule.IgbDocumentsCoreLocaleEnModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleEnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleEnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleEnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleEnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleEnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleEnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleEsModule", + "id": 0, + "name": "IgbDocumentsCoreLocaleEsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleEsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleEsModule.#ctor", + "id": 0, + "name": "IgbDocumentsCoreLocaleEsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleEsModule.IgbDocumentsCoreLocaleEsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleEsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleEsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleEsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleEsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleEsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleEsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleFrModule", + "id": 0, + "name": "IgbDocumentsCoreLocaleFrModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleFrModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleFrModule.#ctor", + "id": 0, + "name": "IgbDocumentsCoreLocaleFrModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleFrModule.IgbDocumentsCoreLocaleFrModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleFrModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleFrModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleFrModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleFrModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleFrModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleFrModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleHuModule", + "id": 0, + "name": "IgbDocumentsCoreLocaleHuModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleHuModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleHuModule.#ctor", + "id": 0, + "name": "IgbDocumentsCoreLocaleHuModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleHuModule.IgbDocumentsCoreLocaleHuModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleHuModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleHuModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleHuModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleHuModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleHuModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleHuModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleItModule", + "id": 0, + "name": "IgbDocumentsCoreLocaleItModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleItModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleItModule.#ctor", + "id": 0, + "name": "IgbDocumentsCoreLocaleItModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleItModule.IgbDocumentsCoreLocaleItModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleItModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleItModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleItModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleItModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleItModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleItModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleJaModule", + "id": 0, + "name": "IgbDocumentsCoreLocaleJaModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleJaModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleJaModule.#ctor", + "id": 0, + "name": "IgbDocumentsCoreLocaleJaModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleJaModule.IgbDocumentsCoreLocaleJaModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleJaModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleJaModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleJaModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleJaModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleJaModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleJaModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleNbModule", + "id": 0, + "name": "IgbDocumentsCoreLocaleNbModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleNbModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleNbModule.#ctor", + "id": 0, + "name": "IgbDocumentsCoreLocaleNbModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleNbModule.IgbDocumentsCoreLocaleNbModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleNbModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleNbModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleNbModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleNbModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleNbModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleNbModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleNlModule", + "id": 0, + "name": "IgbDocumentsCoreLocaleNlModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleNlModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleNlModule.#ctor", + "id": 0, + "name": "IgbDocumentsCoreLocaleNlModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleNlModule.IgbDocumentsCoreLocaleNlModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleNlModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleNlModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleNlModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleNlModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleNlModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleNlModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocalePlModule", + "id": 0, + "name": "IgbDocumentsCoreLocalePlModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocalePlModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocalePlModule.#ctor", + "id": 0, + "name": "IgbDocumentsCoreLocalePlModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocalePlModule.IgbDocumentsCoreLocalePlModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocalePlModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocalePlModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocalePlModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocalePlModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocalePlModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocalePlModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocalePtModule", + "id": 0, + "name": "IgbDocumentsCoreLocalePtModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocalePtModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocalePtModule.#ctor", + "id": 0, + "name": "IgbDocumentsCoreLocalePtModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocalePtModule.IgbDocumentsCoreLocalePtModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocalePtModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocalePtModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocalePtModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocalePtModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocalePtModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocalePtModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleRoModule", + "id": 0, + "name": "IgbDocumentsCoreLocaleRoModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleRoModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleRoModule.#ctor", + "id": 0, + "name": "IgbDocumentsCoreLocaleRoModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleRoModule.IgbDocumentsCoreLocaleRoModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleRoModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleRoModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleRoModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleRoModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleRoModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleRoModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleRuModule", + "id": 0, + "name": "IgbDocumentsCoreLocaleRuModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleRuModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleRuModule.#ctor", + "id": 0, + "name": "IgbDocumentsCoreLocaleRuModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleRuModule.IgbDocumentsCoreLocaleRuModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleRuModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleRuModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleRuModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleRuModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleRuModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleRuModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleSvModule", + "id": 0, + "name": "IgbDocumentsCoreLocaleSvModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleSvModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleSvModule.#ctor", + "id": 0, + "name": "IgbDocumentsCoreLocaleSvModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleSvModule.IgbDocumentsCoreLocaleSvModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleSvModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleSvModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleSvModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleSvModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleSvModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleSvModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleTrModule", + "id": 0, + "name": "IgbDocumentsCoreLocaleTrModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleTrModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleTrModule.#ctor", + "id": 0, + "name": "IgbDocumentsCoreLocaleTrModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleTrModule.IgbDocumentsCoreLocaleTrModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleTrModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleTrModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleTrModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleTrModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleTrModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleTrModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleZhHansModule", + "id": 0, + "name": "IgbDocumentsCoreLocaleZhHansModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleZhHansModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleZhHansModule.#ctor", + "id": 0, + "name": "IgbDocumentsCoreLocaleZhHansModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleZhHansModule.IgbDocumentsCoreLocaleZhHansModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleZhHansModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleZhHansModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleZhHansModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleZhHansModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleZhHansModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleZhHansModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleZhHantModule", + "id": 0, + "name": "IgbDocumentsCoreLocaleZhHantModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleZhHantModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleZhHantModule.#ctor", + "id": 0, + "name": "IgbDocumentsCoreLocaleZhHantModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleZhHantModule.IgbDocumentsCoreLocaleZhHantModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleZhHantModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleZhHantModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleZhHantModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleZhHantModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleZhHantModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDocumentsCoreLocaleZhHantModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart", + "id": 0, + "name": "IgbDomainChart", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a base class for all domain charts that can plot scatter data and shapefiles" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.#ctor", + "id": 0, + "name": "IgbDomainChart()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.IgbDomainChart()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ActualBrushes", + "id": 0, + "name": "ActualBrushes", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ActualBrushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual palette of brushes to use for coloring the chart series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ActualOutlines", + "id": 0, + "name": "ActualOutlines", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ActualOutlines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual palette of brushes to use for outlines on the chart series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.AlignsGridLinesToPixels", + "id": 0, + "name": "AlignsGridLinesToPixels", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.AlignsGridLinesToPixels", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a value indicating whether grid and tick lines are aligned to device pixels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.AnimateSeriesWhenAxisRangeChanges", + "id": 0, + "name": "AnimateSeriesWhenAxisRangeChanges", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.AnimateSeriesWhenAxisRangeChanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the series animations should be allowed when a range change has been detected on an axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.AreaFillOpacity", + "id": 0, + "name": "AreaFillOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.AreaFillOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill opacity for all series that have area visuals in this chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.AutoCalloutsVisible", + "id": 0, + "name": "AutoCalloutsVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.AutoCalloutsVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the auto value callouts should be displayed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.BottomMargin", + "id": 0, + "name": "BottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.BottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom margin around the chart content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.Brushes", + "id": 0, + "name": "Brushes", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.Brushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette of brushes to use for coloring the chart series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutCollisionMode", + "id": 0, + "name": "CalloutCollisionMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutCollisionMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if event annotations should be displayed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CalloutCollisionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CalloutCollisionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutLabelUpdating", + "id": 0, + "name": "CalloutLabelUpdating", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutLabelUpdating", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbCalloutLabelUpdatingEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbCalloutLabelUpdatingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutLabelUpdatingScript", + "id": 0, + "name": "CalloutLabelUpdatingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutLabelUpdatingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutRenderStyleUpdating", + "id": 0, + "name": "CalloutRenderStyleUpdating", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutRenderStyleUpdating", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbCalloutRenderStyleUpdatingEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbCalloutRenderStyleUpdatingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutRenderStyleUpdatingScript", + "id": 0, + "name": "CalloutRenderStyleUpdatingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutRenderStyleUpdatingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsAllowedPositions", + "id": 0, + "name": "CalloutsAllowedPositions", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsAllowedPositions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the allowed positions that the callout layer is allowed to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCalloutPlacementPositionsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCalloutPlacementPositionsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsAutoLabelPrecision", + "id": 0, + "name": "CalloutsAutoLabelPrecision", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsAutoLabelPrecision", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of precision to apply to the auto callout labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsBackground", + "id": 0, + "name": "CalloutsBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of the callout background." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsContentMemberPath", + "id": 0, + "name": "CalloutsContentMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsContentMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the member path of the content data for the callouts." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsDarkTextColor", + "id": 0, + "name": "CalloutsDarkTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsDarkTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color on light callout background." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsDataSource", + "id": 0, + "name": "CalloutsDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the collection of callout data to be annotated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsDataSourceScript", + "id": 0, + "name": "CalloutsDataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsDataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting CalloutsDataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsFontFamily", + "id": 0, + "name": "CalloutsFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsFontSize", + "id": 0, + "name": "CalloutsFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsFontStyle", + "id": 0, + "name": "CalloutsFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsFontWeight", + "id": 0, + "name": "CalloutsFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsLabelMemberPath", + "id": 0, + "name": "CalloutsLabelMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsLabelMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the member path of the label data for the callouts." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsLeaderBrush", + "id": 0, + "name": "CalloutsLeaderBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsLeaderBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of callout's leader lines." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsLightTextColor", + "id": 0, + "name": "CalloutsLightTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsLightTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color on dark callout background." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsOutline", + "id": 0, + "name": "CalloutsOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of the callout outlines." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsStrokeThickness", + "id": 0, + "name": "CalloutsStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the thickness that should be used for the callout outlines." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsTextColor", + "id": 0, + "name": "CalloutsTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets text color of callout." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutStyleUpdating", + "id": 0, + "name": "CalloutStyleUpdating", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutStyleUpdating", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbCalloutStyleUpdatingEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbCalloutStyleUpdatingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutStyleUpdatingEventEnabled", + "id": 0, + "name": "CalloutStyleUpdatingEventEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutStyleUpdatingEventEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if event annotations should be displayed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutStyleUpdatingScript", + "id": 0, + "name": "CalloutStyleUpdatingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutStyleUpdatingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsUseAutoContrastingLabelColors", + "id": 0, + "name": "CalloutsUseAutoContrastingLabelColors", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsUseAutoContrastingLabelColors", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to the label color is automatically decided between a light and dark option for contrast." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsUseItemColorForFill", + "id": 0, + "name": "CalloutsUseItemColorForFill", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsUseItemColorForFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the series item color should be used for the callout fills." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsUseItemColorForOutline", + "id": 0, + "name": "CalloutsUseItemColorForOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsUseItemColorForOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the series item color should be used for the callout outlines." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsVisible", + "id": 0, + "name": "CalloutsVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if callouts should be displayed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsXMemberPath", + "id": 0, + "name": "CalloutsXMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsXMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the member path of the X data for the callouts." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsYMemberPath", + "id": 0, + "name": "CalloutsYMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CalloutsYMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the member path of the Y data for the callouts." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ChartTitle", + "id": 0, + "name": "ChartTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ChartTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets text to display above the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ComputedPlotAreaMarginMode", + "id": 0, + "name": "ComputedPlotAreaMarginMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ComputedPlotAreaMarginMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets mode to use for automatically calculating the plot area margin." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ComputedPlotAreaMarginMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ComputedPlotAreaMarginMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsAnnotationEnabled", + "id": 0, + "name": "CrosshairsAnnotationEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsAnnotationEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether annotations are shown along the axis for crosshair values" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsAnnotationXAxisBackground", + "id": 0, + "name": "CrosshairsAnnotationXAxisBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsAnnotationXAxisBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background of crosshair annotation on x-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsAnnotationXAxisPrecision", + "id": 0, + "name": "CrosshairsAnnotationXAxisPrecision", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsAnnotationXAxisPrecision", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets precision on interpolated values of crosshairs on x-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsAnnotationXAxisTextColor", + "id": 0, + "name": "CrosshairsAnnotationXAxisTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsAnnotationXAxisTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color of crosshair annotation on x-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsAnnotationYAxisBackground", + "id": 0, + "name": "CrosshairsAnnotationYAxisBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsAnnotationYAxisBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background of crosshair annotation on y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsAnnotationYAxisPrecision", + "id": 0, + "name": "CrosshairsAnnotationYAxisPrecision", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsAnnotationYAxisPrecision", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets precision on interpolated values of crosshairs on y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsAnnotationYAxisTextColor", + "id": 0, + "name": "CrosshairsAnnotationYAxisTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsAnnotationYAxisTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color of crosshair annotation on y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsDisplayMode", + "id": 0, + "name": "CrosshairsDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the crosshairs to be displayed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CrosshairsDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CrosshairsDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsLineHorizontalStroke", + "id": 0, + "name": "CrosshairsLineHorizontalStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsLineHorizontalStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to horizontal crosshairs line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsLineThickness", + "id": 0, + "name": "CrosshairsLineThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsLineThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets thickness of crosshairs lines." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsLineVerticalStroke", + "id": 0, + "name": "CrosshairsLineVerticalStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsLineVerticalStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to vertical crosshairs line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsSkipInvalidData", + "id": 0, + "name": "CrosshairsSkipInvalidData", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsSkipInvalidData", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether axis annotation are skipped for invalid data in a given position." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsSkipZeroValueFragments", + "id": 0, + "name": "CrosshairsSkipZeroValueFragments", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsSkipZeroValueFragments", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether axis annotation are skipped for zero-value fragments in a given position." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsSnapToData", + "id": 0, + "name": "CrosshairsSnapToData", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.CrosshairsSnapToData", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether crosshairs will snap to the nearest data point." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a collection of data items used to generate the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipBadgeMarginBottom", + "id": 0, + "name": "DataToolTipBadgeMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipBadgeMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipBadgeMarginLeft", + "id": 0, + "name": "DataToolTipBadgeMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipBadgeMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipBadgeMarginRight", + "id": 0, + "name": "DataToolTipBadgeMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipBadgeMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipBadgeMarginTop", + "id": 0, + "name": "DataToolTipBadgeMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipBadgeMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipBadgeShape", + "id": 0, + "name": "DataToolTipBadgeShape", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipBadgeShape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the BadgeShape for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipDefaultPositionOffsetX", + "id": 0, + "name": "DataToolTipDefaultPositionOffsetX", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipDefaultPositionOffsetX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the offset of the tooltip layer on the X axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipDefaultPositionOffsetY", + "id": 0, + "name": "DataToolTipDefaultPositionOffsetY", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipDefaultPositionOffsetY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the offset of the tooltip layer on the Y axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipExcludedColumns", + "id": 0, + "name": "DataToolTipExcludedColumns", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipExcludedColumns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets names of data columns or their labels to exclude from displaying in the data legend, e.g. "High, Low" or "H, L"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipExcludedSeries", + "id": 0, + "name": "DataToolTipExcludedSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipExcludedSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets indexes, titles, or names of series to exclude from displaying in the data tooltip, e.g. "0, 1" or "Series1 Title, Series2 Title"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupedPositionModeX", + "id": 0, + "name": "DataToolTipGroupedPositionModeX", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupedPositionModeX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the tooltip position mode on the X axis for grouped series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionX", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionX" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupedPositionModeY", + "id": 0, + "name": "DataToolTipGroupedPositionModeY", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupedPositionModeY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the tooltip position mode on the Y axis for grouped series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataTooltipGroupedPositionY", + "fullTypeName": "IgniteUI.Blazor.Controls.DataTooltipGroupedPositionY" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupingMode", + "id": 0, + "name": "DataToolTipGroupingMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupingMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataToolTipLayerGroupingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataToolTipLayerGroupingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupRowMarginBottom", + "id": 0, + "name": "DataToolTipGroupRowMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupRowMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupRowMarginLeft", + "id": 0, + "name": "DataToolTipGroupRowMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupRowMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupRowMarginRight", + "id": 0, + "name": "DataToolTipGroupRowMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupRowMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupRowMarginTop", + "id": 0, + "name": "DataToolTipGroupRowMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupRowMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupRowVisible", + "id": 0, + "name": "DataToolTipGroupRowVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupRowVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show Group row." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupTextColor", + "id": 0, + "name": "DataToolTipGroupTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Group text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupTextFontFamily", + "id": 0, + "name": "DataToolTipGroupTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupTextFontSize", + "id": 0, + "name": "DataToolTipGroupTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupTextFontStyle", + "id": 0, + "name": "DataToolTipGroupTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupTextFontWeight", + "id": 0, + "name": "DataToolTipGroupTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupTextMarginBottom", + "id": 0, + "name": "DataToolTipGroupTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupTextMarginLeft", + "id": 0, + "name": "DataToolTipGroupTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupTextMarginRight", + "id": 0, + "name": "DataToolTipGroupTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupTextMarginTop", + "id": 0, + "name": "DataToolTipGroupTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipGroupTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderFormatCulture", + "id": 0, + "name": "DataToolTipHeaderFormatCulture", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderFormatCulture", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets globalization culture when displaying header as date time" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderFormatDate", + "id": 0, + "name": "DataToolTipHeaderFormatDate", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderFormatDate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets date format for the header" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendHeaderDateMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendHeaderDateMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderFormatSpecifiers", + "id": 0, + "name": "DataToolTipHeaderFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the HeaderFormatString string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderFormatString", + "id": 0, + "name": "DataToolTipHeaderFormatString", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderFormatString", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string for header text displayed in the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderFormatTime", + "id": 0, + "name": "DataToolTipHeaderFormatTime", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderFormatTime", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets time format for the header" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendHeaderTimeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendHeaderTimeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderRowMarginBottom", + "id": 0, + "name": "DataToolTipHeaderRowMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderRowMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderRowMarginLeft", + "id": 0, + "name": "DataToolTipHeaderRowMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderRowMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderRowMarginRight", + "id": 0, + "name": "DataToolTipHeaderRowMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderRowMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderRowMarginTop", + "id": 0, + "name": "DataToolTipHeaderRowMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderRowMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderRowVisible", + "id": 0, + "name": "DataToolTipHeaderRowVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderRowVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show Header row." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderText", + "id": 0, + "name": "DataToolTipHeaderText", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the HeaderText for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderTextColor", + "id": 0, + "name": "DataToolTipHeaderTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the header text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderTextFontFamily", + "id": 0, + "name": "DataToolTipHeaderTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderTextFontSize", + "id": 0, + "name": "DataToolTipHeaderTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderTextFontStyle", + "id": 0, + "name": "DataToolTipHeaderTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderTextFontWeight", + "id": 0, + "name": "DataToolTipHeaderTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderTextMarginBottom", + "id": 0, + "name": "DataToolTipHeaderTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderTextMarginLeft", + "id": 0, + "name": "DataToolTipHeaderTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderTextMarginRight", + "id": 0, + "name": "DataToolTipHeaderTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderTextMarginTop", + "id": 0, + "name": "DataToolTipHeaderTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipHeaderTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipIncludedColumns", + "id": 0, + "name": "DataToolTipIncludedColumns", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipIncludedColumns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets names of data columns or their labels to include in displaying in the data legend, e.g. "High, Low" or "H, L"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipIncludedSeries", + "id": 0, + "name": "DataToolTipIncludedSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipIncludedSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets indexes, titles, or names of series to include in displaying in the data tooltip, e.g. "0, 1" or "Series1 Title, Series2 Title"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipLabelDisplayMode", + "id": 0, + "name": "DataToolTipLabelDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipLabelDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode for displaying labels before series values in the data legend, e.g. O: H: L: C: for financial series" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipLabelTextColor", + "id": 0, + "name": "DataToolTipLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipLabelTextFontFamily", + "id": 0, + "name": "DataToolTipLabelTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipLabelTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipLabelTextFontSize", + "id": 0, + "name": "DataToolTipLabelTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipLabelTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipLabelTextFontStyle", + "id": 0, + "name": "DataToolTipLabelTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipLabelTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipLabelTextFontWeight", + "id": 0, + "name": "DataToolTipLabelTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipLabelTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipLabelTextMarginBottom", + "id": 0, + "name": "DataToolTipLabelTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipLabelTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipLabelTextMarginLeft", + "id": 0, + "name": "DataToolTipLabelTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipLabelTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipLabelTextMarginRight", + "id": 0, + "name": "DataToolTipLabelTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipLabelTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipLabelTextMarginTop", + "id": 0, + "name": "DataToolTipLabelTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipLabelTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipPositionOffsetX", + "id": 0, + "name": "DataToolTipPositionOffsetX", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipPositionOffsetX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the offset of the tooltip layer on the X axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipPositionOffsetY", + "id": 0, + "name": "DataToolTipPositionOffsetY", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipPositionOffsetY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the offset of the tooltip layer on the Y axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipShouldUpdateWhenSeriesDataChanges", + "id": 0, + "name": "DataToolTipShouldUpdateWhenSeriesDataChanges", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipShouldUpdateWhenSeriesDataChanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the data legend should update when the series data is mutated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryLabelText", + "id": 0, + "name": "DataToolTipSummaryLabelText", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryLabelText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryLabelTextColor", + "id": 0, + "name": "DataToolTipSummaryLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryLabelTextFontFamily", + "id": 0, + "name": "DataToolTipSummaryLabelTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryLabelTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryLabelTextFontSize", + "id": 0, + "name": "DataToolTipSummaryLabelTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryLabelTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryLabelTextFontStyle", + "id": 0, + "name": "DataToolTipSummaryLabelTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryLabelTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryLabelTextFontWeight", + "id": 0, + "name": "DataToolTipSummaryLabelTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryLabelTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryRowMarginBottom", + "id": 0, + "name": "DataToolTipSummaryRowMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryRowMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryRowMarginLeft", + "id": 0, + "name": "DataToolTipSummaryRowMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryRowMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryRowMarginRight", + "id": 0, + "name": "DataToolTipSummaryRowMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryRowMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryRowMarginTop", + "id": 0, + "name": "DataToolTipSummaryRowMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryRowMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryTitleText", + "id": 0, + "name": "DataToolTipSummaryTitleText", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryTitleText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the SummaryTitleText for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryTitleTextColor", + "id": 0, + "name": "DataToolTipSummaryTitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryTitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the summary text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryTitleTextFontFamily", + "id": 0, + "name": "DataToolTipSummaryTitleTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryTitleTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryTitleTextFontSize", + "id": 0, + "name": "DataToolTipSummaryTitleTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryTitleTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryTitleTextFontStyle", + "id": 0, + "name": "DataToolTipSummaryTitleTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryTitleTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryTitleTextFontWeight", + "id": 0, + "name": "DataToolTipSummaryTitleTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryTitleTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryTitleTextMarginBottom", + "id": 0, + "name": "DataToolTipSummaryTitleTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryTitleTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryTitleTextMarginLeft", + "id": 0, + "name": "DataToolTipSummaryTitleTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryTitleTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryTitleTextMarginRight", + "id": 0, + "name": "DataToolTipSummaryTitleTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryTitleTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryTitleTextMarginTop", + "id": 0, + "name": "DataToolTipSummaryTitleTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryTitleTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryType", + "id": 0, + "name": "DataToolTipSummaryType", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the SummaryType for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendSummaryType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendSummaryType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryUnitsText", + "id": 0, + "name": "DataToolTipSummaryUnitsText", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryUnitsText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryUnitsTextColor", + "id": 0, + "name": "DataToolTipSummaryUnitsTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryUnitsTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryUnitsTextFontFamily", + "id": 0, + "name": "DataToolTipSummaryUnitsTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryUnitsTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryUnitsTextFontSize", + "id": 0, + "name": "DataToolTipSummaryUnitsTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryUnitsTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryUnitsTextFontStyle", + "id": 0, + "name": "DataToolTipSummaryUnitsTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryUnitsTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryUnitsTextFontWeight", + "id": 0, + "name": "DataToolTipSummaryUnitsTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryUnitsTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryValueTextColor", + "id": 0, + "name": "DataToolTipSummaryValueTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryValueTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryValueTextFontFamily", + "id": 0, + "name": "DataToolTipSummaryValueTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryValueTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryValueTextFontSize", + "id": 0, + "name": "DataToolTipSummaryValueTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryValueTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryValueTextFontStyle", + "id": 0, + "name": "DataToolTipSummaryValueTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryValueTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryValueTextFontWeight", + "id": 0, + "name": "DataToolTipSummaryValueTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipSummaryValueTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipTitleTextColor", + "id": 0, + "name": "DataToolTipTitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipTitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipTitleTextFontFamily", + "id": 0, + "name": "DataToolTipTitleTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipTitleTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipTitleTextFontSize", + "id": 0, + "name": "DataToolTipTitleTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipTitleTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipTitleTextFontStyle", + "id": 0, + "name": "DataToolTipTitleTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipTitleTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipTitleTextFontWeight", + "id": 0, + "name": "DataToolTipTitleTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipTitleTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipTitleTextMarginBottom", + "id": 0, + "name": "DataToolTipTitleTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipTitleTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipTitleTextMarginLeft", + "id": 0, + "name": "DataToolTipTitleTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipTitleTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipTitleTextMarginRight", + "id": 0, + "name": "DataToolTipTitleTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipTitleTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipTitleTextMarginTop", + "id": 0, + "name": "DataToolTipTitleTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipTitleTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsDisplayMode", + "id": 0, + "name": "DataToolTipUnitsDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the UnitsMode for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendUnitsMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendUnitsMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsText", + "id": 0, + "name": "DataToolTipUnitsText", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text for the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsTextColor", + "id": 0, + "name": "DataToolTipUnitsTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsTextFontFamily", + "id": 0, + "name": "DataToolTipUnitsTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsTextFontSize", + "id": 0, + "name": "DataToolTipUnitsTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsTextFontStyle", + "id": 0, + "name": "DataToolTipUnitsTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsTextFontWeight", + "id": 0, + "name": "DataToolTipUnitsTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsTextMarginBottom", + "id": 0, + "name": "DataToolTipUnitsTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsTextMarginLeft", + "id": 0, + "name": "DataToolTipUnitsTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsTextMarginRight", + "id": 0, + "name": "DataToolTipUnitsTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsTextMarginTop", + "id": 0, + "name": "DataToolTipUnitsTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipUnitsTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueFormatAbbreviation", + "id": 0, + "name": "DataToolTipValueFormatAbbreviation", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueFormatAbbreviation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets mode for abbreviating large numbers displayed in the legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataAbbreviationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataAbbreviationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueFormatCulture", + "id": 0, + "name": "DataToolTipValueFormatCulture", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueFormatCulture", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets globalization culture when displaying values as currencies, e.g. use "en-GB" to display British pound symbol when the ValueFormatMode property is set to 'Currency' mode" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueFormatMaxFractions", + "id": 0, + "name": "DataToolTipValueFormatMaxFractions", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueFormatMaxFractions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets maximum digits for formatting numbers displayed in the legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueFormatMinFractions", + "id": 0, + "name": "DataToolTipValueFormatMinFractions", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueFormatMinFractions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets minimum digits for formatting numbers displayed in the legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueFormatMode", + "id": 0, + "name": "DataToolTipValueFormatMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueFormatMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataLegendValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.DataLegendValueMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueFormatSpecifiers", + "id": 0, + "name": "DataToolTipValueFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the ValueFormatString string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueFormatString", + "id": 0, + "name": "DataToolTipValueFormatString", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueFormatString", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string for values displayed in the data legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueFormatUseGrouping", + "id": 0, + "name": "DataToolTipValueFormatUseGrouping", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueFormatUseGrouping", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueRowMarginBottom", + "id": 0, + "name": "DataToolTipValueRowMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueRowMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueRowMarginLeft", + "id": 0, + "name": "DataToolTipValueRowMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueRowMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueRowMarginRight", + "id": 0, + "name": "DataToolTipValueRowMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueRowMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueRowMarginTop", + "id": 0, + "name": "DataToolTipValueRowMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueRowMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueRowVisible", + "id": 0, + "name": "DataToolTipValueRowVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueRowVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show series rows." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextColor", + "id": 0, + "name": "DataToolTipValueTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the units text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextFontFamily", + "id": 0, + "name": "DataToolTipValueTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextFontSize", + "id": 0, + "name": "DataToolTipValueTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextFontStyle", + "id": 0, + "name": "DataToolTipValueTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextFontWeight", + "id": 0, + "name": "DataToolTipValueTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextMarginBottom", + "id": 0, + "name": "DataToolTipValueTextMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextMarginLeft", + "id": 0, + "name": "DataToolTipValueTextMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextMarginRight", + "id": 0, + "name": "DataToolTipValueTextMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextMarginTop", + "id": 0, + "name": "DataToolTipValueTextMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextUseSeriesColors", + "id": 0, + "name": "DataToolTipValueTextUseSeriesColors", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextUseSeriesColors", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use series colors when displaying values in the legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextWhenMissingData", + "id": 0, + "name": "DataToolTipValueTextWhenMissingData", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DataToolTipValueTextWhenMissingData", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets text displayed when data column is missing a value, e.g. "no data"" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.Destroy", + "id": 0, + "name": "Destroy()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.Destroy()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.DestroyAsync", + "id": 0, + "name": "DestroyAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.DestroyAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Destroy this control" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ExcludedProperties", + "id": 0, + "name": "ExcludedProperties", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ExcludedProperties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a set of property paths that should be excluded from consideration by the category chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.FilterExpressions", + "id": 0, + "name": "FilterExpressions", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.FilterExpressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current filter that is applied to the chart. Collection can be updated to modify the filter for the chart. Once filter expressions are in this collection, the chart will no longer listen for changes on their properties." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpressionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpressionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.FilterStringErrorsParsing", + "id": 0, + "name": "FilterStringErrorsParsing", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.FilterStringErrorsParsing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFilterStringErrorsParsingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFilterStringErrorsParsingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.FilterStringErrorsParsingScript", + "id": 0, + "name": "FilterStringErrorsParsingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.FilterStringErrorsParsingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.FinalValueAnnotationsBackground", + "id": 0, + "name": "FinalValueAnnotationsBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.FinalValueAnnotationsBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background of final value annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.FinalValueAnnotationsPrecision", + "id": 0, + "name": "FinalValueAnnotationsPrecision", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.FinalValueAnnotationsPrecision", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets precision on final value annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.FinalValueAnnotationsTextColor", + "id": 0, + "name": "FinalValueAnnotationsTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.FinalValueAnnotationsTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color of final value annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.FinalValueAnnotationsVisible", + "id": 0, + "name": "FinalValueAnnotationsVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.FinalValueAnnotationsVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether annotations for the final value of each series is displayed on the axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.Flush", + "id": 0, + "name": "Flush()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.Flush()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.FlushAsync", + "id": 0, + "name": "FlushAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.FlushAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Forces any pending refresh to the chart to be finished." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.FocusBrush", + "id": 0, + "name": "FocusBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.FocusBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the focus brush to use for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.FocusDismissDelayMilliseconds", + "id": 0, + "name": "FocusDismissDelayMilliseconds", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.FocusDismissDelayMilliseconds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the time to wait before visually dismissing a focus highlight." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.FocusedSeriesItems", + "id": 0, + "name": "FocusedSeriesItems", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.FocusedSeriesItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the currently focused data items. Adding or removing data items from this collection will focus or blur the visuals associated with those items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSelectedItemCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.FocusedSeriesItemsChanged", + "id": 0, + "name": "FocusedSeriesItemsChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.FocusedSeriesItemsChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSeriesViewerSelectedSeriesItemsChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.FocusedSeriesItemsChangedScript", + "id": 0, + "name": "FocusedSeriesItemsChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.FocusedSeriesItemsChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.FocusMode", + "id": 0, + "name": "FocusMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.FocusMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the focus mode to use for the series in the component, when supported." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.FocusTransitionDuration", + "id": 0, + "name": "FocusTransitionDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.FocusTransitionDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration used for animating Focus changes" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.GetCurrentFocusedSeriesItems", + "id": 0, + "name": "GetCurrentFocusedSeriesItems()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.GetCurrentFocusedSeriesItems()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSelectedItemCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.GetCurrentFocusedSeriesItemsAsync", + "id": 0, + "name": "GetCurrentFocusedSeriesItemsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.GetCurrentFocusedSeriesItemsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbChartSelectedItemCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.GetCurrentSelectedSeriesItems", + "id": 0, + "name": "GetCurrentSelectedSeriesItems()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.GetCurrentSelectedSeriesItems()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSelectedItemCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.GetCurrentSelectedSeriesItemsAsync", + "id": 0, + "name": "GetCurrentSelectedSeriesItemsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.GetCurrentSelectedSeriesItemsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbChartSelectedItemCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.GroupDescriptions", + "id": 0, + "name": "GroupDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.GroupDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current grouping that is applied to the grid. Collection can be updated to modify the grouping for the grid. Once grouping descriptions are in this collection, the grid will no longer listen for changes on their properties." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSortDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSortDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.GroupSortDescriptions", + "id": 0, + "name": "GroupSortDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.GroupSortDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSortDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSortDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.GroupSorts", + "id": 0, + "name": "GroupSorts", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.GroupSorts", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the sorts to apply after grouping has been applied." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HideToolTip", + "id": 0, + "name": "HideToolTip()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HideToolTip()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HideToolTipAsync", + "id": 0, + "name": "HideToolTipAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HideToolTipAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hides the active main tooltip, if displayed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HighlightedDataSource", + "id": 0, + "name": "HighlightedDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HighlightedDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a collection of data items used to generate the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HighlightedDataSourceScript", + "id": 0, + "name": "HighlightedDataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HighlightedDataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting HighlightedDataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HighlightedLegendItemVisibility", + "id": 0, + "name": "HighlightedLegendItemVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HighlightedLegendItemVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the chart can highlight series through user interactions. This property applies to Category Chart and Financial Chart controls." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HighlightedValuesDisplayMode", + "id": 0, + "name": "HighlightedValuesDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HighlightedValuesDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether and how to display highlighted values for the series. Note, this is distinct from the highlighting feature that indicates what is closest or under the mouse. This property applies to Category Chart and Financial Chart controls." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightedValuesDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightedValuesDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HighlightFilterExpressions", + "id": 0, + "name": "HighlightFilterExpressions", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HighlightFilterExpressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current highlight filter that is applied to the chart. Collection can be updated to modify the highlight filter for the chart. Once filter expressions are in this collection, the chart will no longer listen for changes on their properties." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpressionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpressionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HighlightingBehavior", + "id": 0, + "name": "HighlightingBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HighlightingBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlighting Behavior to use for the series in the component, when supported. This takes precedence over the series level IsHighlightingEnabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightingBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HighlightingDismissDelayMilliseconds", + "id": 0, + "name": "HighlightingDismissDelayMilliseconds", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HighlightingDismissDelayMilliseconds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the time to wait before visually dismissing a highlight." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HighlightingFadeOpacity", + "id": 0, + "name": "HighlightingFadeOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HighlightingFadeOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the target opacity to fade to for fade style highlighting." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HighlightingMode", + "id": 0, + "name": "HighlightingMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HighlightingMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlighting mode to use for the series in the component, when supported. This takes precedence over the series level IsHighlightingEnabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HighlightingTransitionDuration", + "id": 0, + "name": "HighlightingTransitionDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HighlightingTransitionDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration used for animating highlighting changes" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarCornerRadius", + "id": 0, + "name": "HorizontalViewScrollbarCornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarCornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the corner radius to use for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarFill", + "id": 0, + "name": "HorizontalViewScrollbarFill", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarHeight", + "id": 0, + "name": "HorizontalViewScrollbarHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the height to use for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarInset", + "id": 0, + "name": "HorizontalViewScrollbarInset", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the inset distance to use for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarMaxOpacity", + "id": 0, + "name": "HorizontalViewScrollbarMaxOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarMaxOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the max opacity to use for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarMode", + "id": 0, + "name": "HorizontalViewScrollbarMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the horizontal scrollbar mode to use for the series viewer." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesViewerScrollbarMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesViewerScrollbarMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarOutline", + "id": 0, + "name": "HorizontalViewScrollbarOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarPosition", + "id": 0, + "name": "HorizontalViewScrollbarPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position to use for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesViewerHorizontalScrollbarPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesViewerHorizontalScrollbarPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarShouldAddAutoTrackInsets", + "id": 0, + "name": "HorizontalViewScrollbarShouldAddAutoTrackInsets", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarShouldAddAutoTrackInsets", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use automatic track insets for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarStrokeThickness", + "id": 0, + "name": "HorizontalViewScrollbarStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarTrackEndInset", + "id": 0, + "name": "HorizontalViewScrollbarTrackEndInset", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarTrackEndInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the track end inset to use for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarTrackStartInset", + "id": 0, + "name": "HorizontalViewScrollbarTrackStartInset", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.HorizontalViewScrollbarTrackStartInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the track start inset to use for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.IncludedProperties", + "id": 0, + "name": "IncludedProperties", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.IncludedProperties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a set of property paths that should be included for consideration by the category chart, leaving the remainder excluded. If null, all properties will be considered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialFilter", + "id": 0, + "name": "InitialFilter", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialFilter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialFilterExpressions", + "id": 0, + "name": "InitialFilterExpressions", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialFilterExpressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the initial filters that are applied to the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpressionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpressionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialGroupDescriptions", + "id": 0, + "name": "InitialGroupDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialGroupDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the initial groupings that are applied to the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSortDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSortDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialGroups", + "id": 0, + "name": "InitialGroups", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialGroups", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the groupings to apply to the chart. This property will become ignored if sorts are changed outside of this property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialGroupSortDescriptions", + "id": 0, + "name": "InitialGroupSortDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialGroupSortDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the initial sorts that are applied to the chart after groupings and summaries are applied." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSortDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSortDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialHighlightFilter", + "id": 0, + "name": "InitialHighlightFilter", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialHighlightFilter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialHighlightFilterExpressions", + "id": 0, + "name": "InitialHighlightFilterExpressions", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialHighlightFilterExpressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the initial highlight filters that are applied to the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpressionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpressionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialSortDescriptions", + "id": 0, + "name": "InitialSortDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialSortDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the initial sorts that are applied to the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSortDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSortDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialSorts", + "id": 0, + "name": "InitialSorts", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialSorts", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the sorts to apply to the chart. This property will become ignored if sorts are changed outside of this property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialSummaries", + "id": 0, + "name": "InitialSummaries", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialSummaries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the summaries to apply to the chart. This property will become ignored if sorts are changed outside of this property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialSummaryDescriptions", + "id": 0, + "name": "InitialSummaryDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.InitialSummaryDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the initial summaries that are applied to the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSummaryDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.IsHorizontalZoomEnabled", + "id": 0, + "name": "IsHorizontalZoomEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.IsHorizontalZoomEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the chart can be horizontally zoomed through user interactions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.IsSeriesHighlightingEnabled", + "id": 0, + "name": "IsSeriesHighlightingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.IsSeriesHighlightingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the chart can highlight series through user interactions. This property applies to Category Chart and Financial Chart controls." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.IsVerticalZoomEnabled", + "id": 0, + "name": "IsVerticalZoomEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.IsVerticalZoomEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the chart can be vertically zoomed through user interactions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.LeftMargin", + "id": 0, + "name": "LeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.LeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left margin of the chart content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.Legend", + "id": 0, + "name": "Legend", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.Legend", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the legend to connect this chart to." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbLegendBase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbLegendBase" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.LegendHighlightingMode", + "id": 0, + "name": "LegendHighlightingMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.LegendHighlightingMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlighting mode to use for the legend linked to the component, when supported." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendHighlightingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendHighlightingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.LegendItemBadgeMode", + "id": 0, + "name": "LegendItemBadgeMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.LegendItemBadgeMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode of legend badges representing all series displayed in a legend linked to this component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.LegendItemBadgeShape", + "id": 0, + "name": "LegendItemBadgeShape", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.LegendItemBadgeShape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the type of legend badges representing all series displayed in a legend linked to this component" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.LegendItemVisibility", + "id": 0, + "name": "LegendItemVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.LegendItemVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show the legend items for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.LegendScript", + "id": 0, + "name": "LegendScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.LegendScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Legend in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.MarkerAutomaticBehavior", + "id": 0, + "name": "MarkerAutomaticBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.MarkerAutomaticBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the default marker type for all series plotted in this chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerAutomaticBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.MarkerBrushes", + "id": 0, + "name": "MarkerBrushes", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.MarkerBrushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette of brushes used for rendering fill area of data point markers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.MarkerFillMode", + "id": 0, + "name": "MarkerFillMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.MarkerFillMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the MarkerFillMode for all series that support markers in this chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerFillMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerFillMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.MarkerFillOpacity", + "id": 0, + "name": "MarkerFillOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.MarkerFillOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Marker Fill Opacity for all series that support markers in this chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.MarkerMaxCount", + "id": 0, + "name": "MarkerMaxCount", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.MarkerMaxCount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum number of markers displayed in the plot area of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.MarkerOutlineMode", + "id": 0, + "name": "MarkerOutlineMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.MarkerOutlineMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the MarkerOutlineMode for all series that support markers in this chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerOutlineMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerOutlineMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.MarkerOutlines", + "id": 0, + "name": "MarkerOutlines", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.MarkerOutlines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette of brushes used for rendering outlines of data point markers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.MarkerThickness", + "id": 0, + "name": "MarkerThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.MarkerThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Marker Thickness for all series that support markers in this chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.MarkerTypes", + "id": 0, + "name": "MarkerTypes", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.MarkerTypes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the marker shapes used for indicating location of data points in this chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbMarkerTypeCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbMarkerTypeCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifyClearItems(System.Object)", + "id": 0, + "name": "NotifyClearItems(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifyClearItems(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifyClearItemsAsync(System.Object)", + "id": 0, + "name": "NotifyClearItemsAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifyClearItemsAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Used to manually notify the chart that the data source has reset or cleared its items." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifyInsertItem(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItem(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifyInsertItem(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifyInsertItemAsync(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItemAsync(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifyInsertItemAsync(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifyRemoveItem(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItem(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifyRemoveItem(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifyRemoveItemAsync(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItemAsync(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifyRemoveItemAsync(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifyResized", + "id": 0, + "name": "NotifyResized()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifyResized()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifyResizedAsync", + "id": 0, + "name": "NotifyResizedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifyResizedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called when the control has been resized." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifySeriesDataChanged", + "id": 0, + "name": "NotifySeriesDataChanged()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifySeriesDataChanged()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifySeriesDataChangedAsync", + "id": 0, + "name": "NotifySeriesDataChangedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifySeriesDataChangedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifySetItem(System.Object,System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItem(Object, Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifySetItem(System.Object, System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifySetItemAsync(System.Object,System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItemAsync(Object, Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifySetItemAsync(System.Object, System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifyVisualPropertiesChanged", + "id": 0, + "name": "NotifyVisualPropertiesChanged()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifyVisualPropertiesChanged()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifyVisualPropertiesChangedAsync", + "id": 0, + "name": "NotifyVisualPropertiesChangedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.NotifyVisualPropertiesChangedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.OnDetach", + "id": 0, + "name": "OnDetach()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.OnDetach()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.OnDetachAsync", + "id": 0, + "name": "OnDetachAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.OnDetachAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.OutlineMode", + "id": 0, + "name": "OutlineMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.OutlineMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the OutlineMode for all series in this chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesOutlineMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesOutlineMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.Outlines", + "id": 0, + "name": "Outlines", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.Outlines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette of brushes to use for outlines on the chart series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.PixelScalingRatio", + "id": 0, + "name": "PixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.PixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scaling value used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaMarginBottom", + "id": 0, + "name": "PlotAreaMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied below the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaMarginLeft", + "id": 0, + "name": "PlotAreaMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied to the Left of the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaMarginRight", + "id": 0, + "name": "PlotAreaMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied to the right of the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaMarginTop", + "id": 0, + "name": "PlotAreaMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied to the Top of the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaPointerDown", + "id": 0, + "name": "PlotAreaPointerDown", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaPointerDown", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDomainChartPlotAreaPointerEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaPointerDownScript", + "id": 0, + "name": "PlotAreaPointerDownScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaPointerDownScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaPointerEnter", + "id": 0, + "name": "PlotAreaPointerEnter", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaPointerEnter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDomainChartPlotAreaPointerEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaPointerEnterScript", + "id": 0, + "name": "PlotAreaPointerEnterScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaPointerEnterScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaPointerLeave", + "id": 0, + "name": "PlotAreaPointerLeave", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaPointerLeave", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDomainChartPlotAreaPointerEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaPointerLeaveScript", + "id": 0, + "name": "PlotAreaPointerLeaveScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaPointerLeaveScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaPointerMove", + "id": 0, + "name": "PlotAreaPointerMove", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaPointerMove", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbDomainChartPlotAreaPointerEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaPointerMoveScript", + "id": 0, + "name": "PlotAreaPointerMoveScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaPointerMoveScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaPointerUp", + "id": 0, + "name": "PlotAreaPointerUp", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaPointerUp", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDomainChartPlotAreaPointerEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaPointerUpScript", + "id": 0, + "name": "PlotAreaPointerUpScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.PlotAreaPointerUpScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ProvideContainer(System.Object)", + "id": 0, + "name": "ProvideContainer(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ProvideContainer(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ProvideContainerAsync(System.Object)", + "id": 0, + "name": "ProvideContainerAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ProvideContainerAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a container for this control" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ReplayTransitionIn", + "id": 0, + "name": "ReplayTransitionIn()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ReplayTransitionIn()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ReplayTransitionInAsync", + "id": 0, + "name": "ReplayTransitionInAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ReplayTransitionInAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Replays transition-in animation on all series in the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ResetZoom", + "id": 0, + "name": "ResetZoom()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ResetZoom()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ResetZoomAsync", + "id": 0, + "name": "ResetZoomAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ResetZoomAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Resets the zoom level to default." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.Resolution", + "id": 0, + "name": "Resolution", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.Resolution", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the rendering resolution for all series in this chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.RightMargin", + "id": 0, + "name": "RightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.RightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right margin of the chart content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SelectedSeriesItems", + "id": 0, + "name": "SelectedSeriesItems", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SelectedSeriesItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the currently selected data items. Adding or removing data items from this collection will select or deselect the visuals associated with those items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSelectedItemCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SelectedSeriesItemsChanged", + "id": 0, + "name": "SelectedSeriesItemsChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SelectedSeriesItemsChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSeriesViewerSelectedSeriesItemsChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SelectedSeriesItemsChangedScript", + "id": 0, + "name": "SelectedSeriesItemsChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SelectedSeriesItemsChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SelectionBehavior", + "id": 0, + "name": "SelectionBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SelectionBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the selection behavior to use for the series in the component, when supported." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SelectionBrush", + "id": 0, + "name": "SelectionBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SelectionBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the selection brush to use for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SelectionDismissDelayMilliseconds", + "id": 0, + "name": "SelectionDismissDelayMilliseconds", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SelectionDismissDelayMilliseconds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the time to wait before visually dismissing a selection highlight" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SelectionMode", + "id": 0, + "name": "SelectionMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SelectionMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the selection mode to use for the series in the component, when supported." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SelectionTransitionDuration", + "id": 0, + "name": "SelectionTransitionDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SelectionTransitionDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration used for animating Selection changes" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesAdded", + "id": 0, + "name": "SeriesAdded", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesAdded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbChartSeriesEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbChartSeriesEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesAddedScript", + "id": 0, + "name": "SeriesAddedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesAddedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesClick", + "id": 0, + "name": "SeriesClick", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDomainChartSeriesPointerEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesClickScript", + "id": 0, + "name": "SeriesClickScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesClickScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPlotAreaMarginHorizontalMode", + "id": 0, + "name": "SeriesPlotAreaMarginHorizontalMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPlotAreaMarginHorizontalMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets horizontal mode to use for automatically calculating the plot area margin based ont the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesPlotAreaMarginHorizontalMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPlotAreaMarginVerticalMode", + "id": 0, + "name": "SeriesPlotAreaMarginVerticalMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPlotAreaMarginVerticalMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets vertical mode to use for automatically calculating the plot area margin based ont the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesPlotAreaMarginVerticalMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPointerDown", + "id": 0, + "name": "SeriesPointerDown", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPointerDown", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDomainChartSeriesPointerEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPointerDownScript", + "id": 0, + "name": "SeriesPointerDownScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPointerDownScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPointerEnter", + "id": 0, + "name": "SeriesPointerEnter", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPointerEnter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDomainChartSeriesPointerEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPointerEnterScript", + "id": 0, + "name": "SeriesPointerEnterScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPointerEnterScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPointerLeave", + "id": 0, + "name": "SeriesPointerLeave", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPointerLeave", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDomainChartSeriesPointerEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPointerLeaveScript", + "id": 0, + "name": "SeriesPointerLeaveScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPointerLeaveScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPointerMove", + "id": 0, + "name": "SeriesPointerMove", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPointerMove", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbDomainChartSeriesPointerEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPointerMoveScript", + "id": 0, + "name": "SeriesPointerMoveScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPointerMoveScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPointerUp", + "id": 0, + "name": "SeriesPointerUp", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPointerUp", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDomainChartSeriesPointerEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPointerUpScript", + "id": 0, + "name": "SeriesPointerUpScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesPointerUpScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesRemoved", + "id": 0, + "name": "SeriesRemoved", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesRemoved", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbChartSeriesEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbChartSeriesEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesRemovedScript", + "id": 0, + "name": "SeriesRemovedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesRemovedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesValueLayerUseLegend", + "id": 0, + "name": "SeriesValueLayerUseLegend", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SeriesValueLayerUseLegend", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the chart should use the legend for value layers that target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SetCustomizedStringAsync(System.String,System.String)", + "id": 0, + "name": "SetCustomizedStringAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SetCustomizedStringAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provide a new set of localized strings to use for a given languange." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "language", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "json", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SetCustomizedStringAsync(System.String,System.String,System.String)", + "id": 0, + "name": "SetCustomizedStringAsync(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SetCustomizedStringAsync(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provide a new set of localized strings to use for a given languange." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "language", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "id", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ShouldAvoidAxisAnnotationCollisions", + "id": 0, + "name": "ShouldAvoidAxisAnnotationCollisions", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ShouldAvoidAxisAnnotationCollisions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether annotations for the final value of each series is displayed on the axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ShouldDisplayMockData", + "id": 0, + "name": "ShouldDisplayMockData", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ShouldDisplayMockData", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the chart should display mock data when the data source has not been provided, if supported for this type of chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ShouldPanOnMaximumZoom", + "id": 0, + "name": "ShouldPanOnMaximumZoom", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ShouldPanOnMaximumZoom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a whether the chart should pan its content when zoo,ing in passed max zoom level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ShouldUseSkeletonStyleForMockData", + "id": 0, + "name": "ShouldUseSkeletonStyleForMockData", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ShouldUseSkeletonStyleForMockData", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the chart should use a faded skeleton style for mock data." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SortDescriptions", + "id": 0, + "name": "SortDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SortDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSortDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSortDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.Subtitle", + "id": 0, + "name": "Subtitle", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.Subtitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets text to display below the Title, above the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SubtitleAlignment", + "id": 0, + "name": "SubtitleAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SubtitleAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets horizontal alignment which determines the subtitle position, relative to the left and right edges of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SubtitleBottomMargin", + "id": 0, + "name": "SubtitleBottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SubtitleBottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom margin of chart subtitle" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SubtitleLeftMargin", + "id": 0, + "name": "SubtitleLeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SubtitleLeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left margin of chart subtitle" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SubtitleRightMargin", + "id": 0, + "name": "SubtitleRightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SubtitleRightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right margin of chart subtitle" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SubtitleTextColor", + "id": 0, + "name": "SubtitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SubtitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of chart subtitle" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SubtitleTextStyle", + "id": 0, + "name": "SubtitleTextStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SubtitleTextStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets CSS font property for the chart subtitle" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SubtitleTopMargin", + "id": 0, + "name": "SubtitleTopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SubtitleTopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top margin of chart subtitle" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.SummaryDescriptions", + "id": 0, + "name": "SummaryDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.SummaryDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current summaries that are applied to the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSummaryDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSummaryDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.Thickness", + "id": 0, + "name": "Thickness", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.Thickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness for all series in this chart. Depending on the ChartType, this can be the main brush used, or just the outline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.TitleAlignment", + "id": 0, + "name": "TitleAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.TitleAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets horizontal alignment which determines the title position, relative to the left and right edges of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.TitleBottomMargin", + "id": 0, + "name": "TitleBottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.TitleBottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom margin of chart title" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.TitleLeftMargin", + "id": 0, + "name": "TitleLeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.TitleLeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left margin of chart title" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.TitleRightMargin", + "id": 0, + "name": "TitleRightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.TitleRightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right margin of chart title" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.TitleTextColor", + "id": 0, + "name": "TitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.TitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of chart title" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.TitleTextStyle", + "id": 0, + "name": "TitleTextStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.TitleTextStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets CSS font property for the chart title" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.TitleTopMargin", + "id": 0, + "name": "TitleTopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.TitleTopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top margin of chart title" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ToolTipType", + "id": 0, + "name": "ToolTipType", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ToolTipType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the style of tooltip to be displayed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolTipType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolTipType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.TopMargin", + "id": 0, + "name": "TopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.TopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top margin of the chart content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.TransitionDuration", + "id": 0, + "name": "TransitionDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.TransitionDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration used for animating series plots when the data is changing" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.TransitionEasingFunction", + "id": 0, + "name": "TransitionEasingFunction", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.TransitionEasingFunction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the easing function used for animating series plots when the data is changing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.TransitionEasingFunctionScript", + "id": 0, + "name": "TransitionEasingFunctionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.TransitionEasingFunctionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TransitionEasingFunction in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.TrendLineBrushes", + "id": 0, + "name": "TrendLineBrushes", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.TrendLineBrushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette of brushes to used for coloring trend lines in this chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.TrendLineLayerUseLegend", + "id": 0, + "name": "TrendLineLayerUseLegend", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.TrendLineLayerUseLegend", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the chart should use the legend for trendline layers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.TrendLinePeriod", + "id": 0, + "name": "TrendLinePeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.TrendLinePeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.TrendLineThickness", + "id": 0, + "name": "TrendLineThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.TrendLineThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness of the trend lines in this chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.TrendLineType", + "id": 0, + "name": "TrendLineType", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.TrendLineType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the formula used for calculating trend lines in this chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.TrendLineTypes", + "id": 0, + "name": "TrendLineTypes", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.TrendLineTypes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets what trendlines to use in the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTrendLineTypeCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTrendLineTypeCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.UnknownValuePlotting", + "id": 0, + "name": "UnknownValuePlotting", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.UnknownValuePlotting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the behavior that determines how unknown values will be plotted on the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "UnknownValuePlotting", + "fullTypeName": "IgniteUI.Blazor.Controls.UnknownValuePlotting" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.UseValueForAutoCalloutLabels", + "id": 0, + "name": "UseValueForAutoCalloutLabels", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.UseValueForAutoCalloutLabels", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if event annotations should be displayed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ValueLines", + "id": 0, + "name": "ValueLines", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ValueLines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets what value lines to use in the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbValueModeCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbValueModeCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ValueLinesBrushes", + "id": 0, + "name": "ValueLinesBrushes", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ValueLinesBrushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette of brushes to use for coloring the value lines present in the ValueLines property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ValueLinesThickness", + "id": 0, + "name": "ValueLinesThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ValueLinesThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets thickness of value lines." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarCornerRadius", + "id": 0, + "name": "VerticalViewScrollbarCornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarCornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the corner radius to use for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarFill", + "id": 0, + "name": "VerticalViewScrollbarFill", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill to use for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarInset", + "id": 0, + "name": "VerticalViewScrollbarInset", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the inset distance to use for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarMaxOpacity", + "id": 0, + "name": "VerticalViewScrollbarMaxOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarMaxOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the max opacity to use for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarMode", + "id": 0, + "name": "VerticalViewScrollbarMode", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the vertical scrollbar mode to use for the series viewer." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesViewerScrollbarMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesViewerScrollbarMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarOutline", + "id": 0, + "name": "VerticalViewScrollbarOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the outline to use for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarPosition", + "id": 0, + "name": "VerticalViewScrollbarPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position to use for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesViewerVerticalScrollbarPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesViewerVerticalScrollbarPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarShouldAddAutoTrackInsets", + "id": 0, + "name": "VerticalViewScrollbarShouldAddAutoTrackInsets", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarShouldAddAutoTrackInsets", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use automatic track insets for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarStrokeThickness", + "id": 0, + "name": "VerticalViewScrollbarStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness to use for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarTrackEndInset", + "id": 0, + "name": "VerticalViewScrollbarTrackEndInset", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarTrackEndInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the track end inset to use for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarTrackStartInset", + "id": 0, + "name": "VerticalViewScrollbarTrackStartInset", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarTrackStartInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the track start inset to use for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarWidth", + "id": 0, + "name": "VerticalViewScrollbarWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.VerticalViewScrollbarWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width to use for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.WindowRect", + "id": 0, + "name": "WindowRect", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.WindowRect", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the rectangle representing the current scroll and zoom state of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.WindowRectMinHeight", + "id": 0, + "name": "WindowRectMinHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.WindowRectMinHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the minimum height that the window rect is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.WindowRectMinWidth", + "id": 0, + "name": "WindowRectMinWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.WindowRectMinWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the minimum width that the window rect is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.WindowSizeMinHeight", + "id": 0, + "name": "WindowSizeMinHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.WindowSizeMinHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets minimum pixel height that the window is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.WindowSizeMinWidth", + "id": 0, + "name": "WindowSizeMinWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.WindowSizeMinWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets minimum pixel width that the window is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ZoomIn(System.Double)", + "id": 0, + "name": "ZoomIn(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ZoomIn(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "v", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ZoomInAsync(System.Double)", + "id": 0, + "name": "ZoomInAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ZoomInAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Performs zoom in action on the chart by specified percentage of current window rect" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "v", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ZoomOut(System.Double)", + "id": 0, + "name": "ZoomOut(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ZoomOut(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "v", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart.ZoomOutAsync(System.Double)", + "id": 0, + "name": "ZoomOutAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChart.ZoomOutAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Performs zoom out action on the chart by specified percentage of current window rect" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "v", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs", + "id": 0, + "name": "IgbDomainChartPlotAreaPointerEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments for chart's SeriesAdded and SeriesRemoved events" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs.#ctor", + "id": 0, + "name": "IgbDomainChartPlotAreaPointerEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs.IgbDomainChartPlotAreaPointerEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs.ChartPosition", + "id": 0, + "name": "ChartPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs.ChartPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the mouse position relative to the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs.PlotAreaPosition", + "id": 0, + "name": "PlotAreaPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs.PlotAreaPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the pointer position relative to the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChartPlotAreaPointerEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs", + "id": 0, + "name": "IgbDomainChartSeriesPointerEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments for chart's SeriesAdded and SeriesRemoved events" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.#ctor", + "id": 0, + "name": "IgbDomainChartSeriesPointerEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.IgbDomainChartSeriesPointerEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.ChartPosition", + "id": 0, + "name": "ChartPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.ChartPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the mouse position relative to the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item hit by the pointer." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.PlotAreaPosition", + "id": 0, + "name": "PlotAreaPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.PlotAreaPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the pointer position relative to the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.Series", + "id": 0, + "name": "Series", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.Series", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the series hit by the pointer." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.WorldPosition", + "id": 0, + "name": "WorldPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbDomainChartSeriesPointerEventArgs.WorldPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoubleValueChangedEventArgs", + "id": 0, + "name": "IgbDoubleValueChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbDoubleValueChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for double value change events." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDoubleValueChangedEventArgs.#ctor", + "id": 0, + "name": "IgbDoubleValueChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbDoubleValueChangedEventArgs.IgbDoubleValueChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoubleValueChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoubleValueChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoubleValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoubleValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoubleValueChangedEventArgs.NewValue", + "id": 0, + "name": "NewValue", + "fullName": "IgniteUI.Blazor.Controls.IgbDoubleValueChangedEventArgs.NewValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the new value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoubleValueChangedEventArgs.OldValue", + "id": 0, + "name": "OldValue", + "fullName": "IgniteUI.Blazor.Controls.IgbDoubleValueChangedEventArgs.OldValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value before the change." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoubleValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoubleValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoubleValueChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDoubleValueChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart", + "id": 0, + "name": "IgbDoughnutChart", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents concentric circles divided on arcs depending on data." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.#ctor", + "id": 0, + "name": "IgbDoughnutChart()", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.IgbDoughnutChart()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.ActualPixelScalingRatio", + "id": 0, + "name": "ActualPixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.ActualPixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Resolved pixel scaling ratio. Unless explicitly overridden by the IgbDoughnutChart.PixelScalingRatio property, this one returns the default ratio enforced by device. High resolution devices will initialize this property to a higher value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.ActualSeries", + "id": 0, + "name": "ActualSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.ActualSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRingSeriesCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRingSeriesCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.AllowSliceExplosion", + "id": 0, + "name": "AllowSliceExplosion", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.AllowSliceExplosion", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the slices can be exploded." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.AllowSliceSelection", + "id": 0, + "name": "AllowSliceSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.AllowSliceSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the slices can be selected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.ContentSeries", + "id": 0, + "name": "ContentSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.ContentSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRingSeriesCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRingSeriesCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.ExportSerializedVisualData", + "id": 0, + "name": "ExportSerializedVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.ExportSerializedVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.ExportSerializedVisualDataAsync", + "id": 0, + "name": "ExportSerializedVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.ExportSerializedVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the chart visuals expressed as a serialized string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.Flush", + "id": 0, + "name": "Flush()", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.Flush()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.FlushAsync", + "id": 0, + "name": "FlushAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.FlushAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Use to force the doughnut chart to finish any deferred work before printing or evaluating its visual." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.GetCenterCoordinates", + "id": 0, + "name": "GetCenterCoordinates()", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.GetCenterCoordinates()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.GetCenterCoordinatesAsync", + "id": 0, + "name": "GetCenterCoordinatesAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.GetCenterCoordinatesAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the center coordinates of the doughnut chart's center presenter." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.GetContainerID", + "id": 0, + "name": "GetContainerID()", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.GetContainerID()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.GetContainerIDAsync", + "id": 0, + "name": "GetContainerIDAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.GetContainerIDAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the ID of the UI container." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.GetHoleRadius", + "id": 0, + "name": "GetHoleRadius()", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.GetHoleRadius()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.GetHoleRadiusAsync", + "id": 0, + "name": "GetHoleRadiusAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.GetHoleRadiusAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the hole radius of the doughnut chart's center presenter." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.HoleDimensionsChanged", + "id": 0, + "name": "HoleDimensionsChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.HoleDimensionsChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbHoleDimensionsChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbHoleDimensionsChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.HoleDimensionsChangedScript", + "id": 0, + "name": "HoleDimensionsChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.HoleDimensionsChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.InnerExtent", + "id": 0, + "name": "InnerExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.InnerExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the inner extent of the doughnut chart. It is percent from the outer ring's radius." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.IsSurfaceInteractionDisabled", + "id": 0, + "name": "IsSurfaceInteractionDisabled", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.IsSurfaceInteractionDisabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether all surface interactions with the plot area should be disabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.NotifyClearItems(System.Object)", + "id": 0, + "name": "NotifyClearItems(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.NotifyClearItems(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.NotifyClearItemsAsync(System.Object)", + "id": 0, + "name": "NotifyClearItemsAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.NotifyClearItemsAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Used to manually notify the chart that the data source has reset or cleared its items." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.NotifyInsertItem(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItem(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.NotifyInsertItem(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.NotifyInsertItemAsync(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItemAsync(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.NotifyInsertItemAsync(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.NotifyRemoveItem(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItem(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.NotifyRemoveItem(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.NotifyRemoveItemAsync(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItemAsync(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.NotifyRemoveItemAsync(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.NotifyResized", + "id": 0, + "name": "NotifyResized()", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.NotifyResized()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.NotifyResizedAsync", + "id": 0, + "name": "NotifyResizedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.NotifyResizedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called when the control has been resized." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.NotifySetItem(System.Object,System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItem(Object, Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.NotifySetItem(System.Object, System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.NotifySetItemAsync(System.Object,System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItemAsync(Object, Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.NotifySetItemAsync(System.Object, System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.PixelScalingRatio", + "id": 0, + "name": "PixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.PixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scaling value used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.ProvideContainer(System.Object)", + "id": 0, + "name": "ProvideContainer(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.ProvideContainer(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.ProvideContainerAsync(System.Object)", + "id": 0, + "name": "ProvideContainerAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.ProvideContainerAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called by the UI framework to provide a UI container for rendering this control." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.SelectedSliceFill", + "id": 0, + "name": "SelectedSliceFill", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.SelectedSliceFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.SelectedSliceOpacity", + "id": 0, + "name": "SelectedSliceOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.SelectedSliceOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.SelectedSliceStroke", + "id": 0, + "name": "SelectedSliceStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.SelectedSliceStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.SelectedSliceStrokeThickness", + "id": 0, + "name": "SelectedSliceStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.SelectedSliceStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.Series", + "id": 0, + "name": "Series", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.Series", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current SeriesViewer object's child Series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRingSeriesCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRingSeriesCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.SliceClick", + "id": 0, + "name": "SliceClick", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.SliceClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSliceClickEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSliceClickEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.SliceClickScript", + "id": 0, + "name": "SliceClickScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.SliceClickScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChart.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChart.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChartCoreModule", + "id": 0, + "name": "IgbDoughnutChartCoreModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChartCoreModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChartCoreModule.#ctor", + "id": 0, + "name": "IgbDoughnutChartCoreModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChartCoreModule.IgbDoughnutChartCoreModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChartCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChartCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChartCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChartCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChartCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChartCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChartInteractivityModule", + "id": 0, + "name": "IgbDoughnutChartInteractivityModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChartInteractivityModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChartInteractivityModule.#ctor", + "id": 0, + "name": "IgbDoughnutChartInteractivityModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChartInteractivityModule.IgbDoughnutChartInteractivityModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChartInteractivityModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChartInteractivityModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChartInteractivityModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChartInteractivityModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChartInteractivityModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChartInteractivityModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChartModule", + "id": 0, + "name": "IgbDoughnutChartModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChartModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChartModule.#ctor", + "id": 0, + "name": "IgbDoughnutChartModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChartModule.IgbDoughnutChartModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChartModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChartModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChartModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChartModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDoughnutChartModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDoughnutChartModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDownloadingMultiScaleImageEventArgs", + "id": 0, + "name": "IgbDownloadingMultiScaleImageEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbDownloadingMultiScaleImageEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDownloadingMultiScaleImageEventArgs.#ctor", + "id": 0, + "name": "IgbDownloadingMultiScaleImageEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbDownloadingMultiScaleImageEventArgs.IgbDownloadingMultiScaleImageEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDownloadingMultiScaleImageEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDownloadingMultiScaleImageEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDownloadingMultiScaleImageEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDownloadingMultiScaleImageEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDownloadingMultiScaleImageEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDownloadingMultiScaleImageEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDownloadingMultiScaleImageEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDownloadingMultiScaleImageEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDownloadingMultiScaleImageEventArgs.Uri", + "id": 0, + "name": "Uri", + "fullName": "IgniteUI.Blazor.Controls.IgbDownloadingMultiScaleImageEventArgs.Uri", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDragService", + "id": 0, + "name": "IgbDragService", + "fullName": "IgniteUI.Blazor.Controls.IgbDragService", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDragService.#ctor", + "id": 0, + "name": "IgbDragService()", + "fullName": "IgniteUI.Blazor.Controls.IgbDragService.IgbDragService()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDragService.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDragService.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDragService.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDragService.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDragService.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDragService.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDragService.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDragService.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDragService.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDragService.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDragServiceModule", + "id": 0, + "name": "IgbDragServiceModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDragServiceModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDragServiceModule.#ctor", + "id": 0, + "name": "IgbDragServiceModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDragServiceModule.IgbDragServiceModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDragServiceModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDragServiceModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDragServiceModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDragServiceModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDragServiceModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDragServiceModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown", + "id": 0, + "name": "IgbDropdown", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a DropDown component." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike", + "id": 0, + "name": "IgbBaseComboBoxLike" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.#ctor", + "id": 0, + "name": "IgbDropdown()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.IgbDropdown()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.Change", + "id": 0, + "name": "Change", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.Change", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDropdownItemComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDropdownItemComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.ChangeScript", + "id": 0, + "name": "ChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.ChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.ClearSelection", + "id": 0, + "name": "ClearSelection()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.ClearSelection()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.ClearSelectionAsync", + "id": 0, + "name": "ClearSelectionAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.ClearSelectionAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Clears the current selection of the dropdown." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.Closed", + "id": 0, + "name": "Closed", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.Closed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.ClosedScript", + "id": 0, + "name": "ClosedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.ClosedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.Closing", + "id": 0, + "name": "Closing", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.Closing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.ClosingScript", + "id": 0, + "name": "ClosingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.ClosingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.ContentItems", + "id": 0, + "name": "ContentItems", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.ContentItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDropdownItemCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDropdownItemCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.DisconnectedCallback", + "id": 0, + "name": "DisconnectedCallback()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.DisconnectedCallback()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.DisconnectedCallbackAsync", + "id": 0, + "name": "DisconnectedCallbackAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.DisconnectedCallbackAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.Distance", + "id": 0, + "name": "Distance", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.Distance", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The distance from the target element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.Flip", + "id": 0, + "name": "Flip", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.Flip", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area. When true, once enough space is detected on its preferred side, it will flip back." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.GetGroups", + "id": 0, + "name": "GetGroups()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.GetGroups()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDropdownGroup[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDropdownGroup[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.GetGroupsAsync", + "id": 0, + "name": "GetGroupsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.GetGroupsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbDropdownGroup[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDropdownGroup[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.GetItems", + "id": 0, + "name": "GetItems()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.GetItems()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDropdownItem[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDropdownItem[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.GetItemsAsync", + "id": 0, + "name": "GetItemsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.GetItemsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbDropdownItem[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDropdownItem[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.GetSelectedItem", + "id": 0, + "name": "GetSelectedItem()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.GetSelectedItem()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDropdownItem", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDropdownItem" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.GetSelectedItemAsync", + "id": 0, + "name": "GetSelectedItemAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.GetSelectedItemAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbDropdownItem>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDropdownItem>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.NavigateTo(System.Object)", + "id": 0, + "name": "NavigateTo(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.NavigateTo(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbDropdownItem", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDropdownItem" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.NavigateToAsync(System.Object)", + "id": 0, + "name": "NavigateToAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.NavigateToAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Navigates to the item at the specified index. If it exists, returns the found item, otherwise - null." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<IgbDropdownItem>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDropdownItem>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.Opened", + "id": 0, + "name": "Opened", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.Opened", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.OpenedScript", + "id": 0, + "name": "OpenedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.OpenedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.Opening", + "id": 0, + "name": "Opening", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.Opening", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.OpeningScript", + "id": 0, + "name": "OpeningScript", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.OpeningScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.Placement", + "id": 0, + "name": "Placement", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.Placement", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The preferred placement of the component around the target element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.SameWidth", + "id": 0, + "name": "SameWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.SameWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the dropdown's width should be the same as the target's one." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.ScrollStrategy", + "id": 0, + "name": "ScrollStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.ScrollStrategy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines the behavior of the component during scrolling of the parent container." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverScrollStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverScrollStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.Select(System.Object)", + "id": 0, + "name": "Select(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.Select(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbDropdownItem", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDropdownItem" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.SelectAsync(System.Object)", + "id": 0, + "name": "SelectAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.SelectAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Selects the item with the specified value. If it exists, returns the found item, otherwise - null." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<IgbDropdownItem>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDropdownItem>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.Show(System.Object)", + "id": 0, + "name": "Show(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.Show(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "target_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.ShowAsync(System.Object)", + "id": 0, + "name": "ShowAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.ShowAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Shows the dropdown." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "target_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.Toggle(System.Object)", + "id": 0, + "name": "Toggle(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.Toggle(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "target_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.ToggleAsync(System.Object)", + "id": 0, + "name": "ToggleAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.ToggleAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Toggles the open state of the dropdown." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "target_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdown.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdown.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownGroup", + "id": 0, + "name": "IgbDropdownGroup", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownGroup", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A container for a group of igc-dropdown-item components." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownGroup.#ctor", + "id": 0, + "name": "IgbDropdownGroup()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownGroup.IgbDropdownGroup()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownGroup.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownGroup.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownGroup.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownGroup.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownGroup.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownGroup.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownGroup.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownGroup.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownGroup.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownGroup.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownGroup.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownGroup.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownGroup.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownGroup.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownGroup.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownGroup.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownGroup.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownGroup.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownGroup.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownGroup.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownGroupModule", + "id": 0, + "name": "IgbDropdownGroupModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownGroupModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownGroupModule.#ctor", + "id": 0, + "name": "IgbDropdownGroupModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownGroupModule.IgbDropdownGroupModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownGroupModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownGroupModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownGroupModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownGroupModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownGroupModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownGroupModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownHeader", + "id": 0, + "name": "IgbDropdownHeader", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownHeader", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a header item in a igc-dropdown list." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownHeader.#ctor", + "id": 0, + "name": "IgbDropdownHeader()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownHeader.IgbDropdownHeader()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownHeader.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownHeader.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownHeader.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownHeader.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownHeader.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownHeader.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownHeader.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownHeader.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownHeader.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownHeader.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownHeader.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownHeader.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownHeader.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownHeader.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownHeader.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownHeader.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownHeader.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownHeader.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownHeader.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownHeader.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownHeaderModule", + "id": 0, + "name": "IgbDropdownHeaderModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownHeaderModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownHeaderModule.#ctor", + "id": 0, + "name": "IgbDropdownHeaderModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownHeaderModule.IgbDropdownHeaderModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownHeaderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownHeaderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownHeaderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownHeaderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownHeaderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownHeaderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItem", + "id": 0, + "name": "IgbDropdownItem", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItem", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an item in a dropdown list." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLike", + "id": 0, + "name": "IgbBaseOptionLike" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItem.#ctor", + "id": 0, + "name": "IgbDropdownItem()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItem.IgbDropdownItem()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItem.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItem.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItem.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItem.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItem.DropdownParent", + "id": 0, + "name": "DropdownParent", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItem.DropdownParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItem.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItem.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItem.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItem.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItem.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItem.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItem.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItem.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItem.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItem.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItem.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItem.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItem.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItem.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItemCollection", + "id": 0, + "name": "IgbDropdownItemCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItemCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbDropdownItem}", + "id": 0, + "name": "BaseCollection<IgbDropdownItem>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItemCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbDropdownItemCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItemCollection.IgbDropdownItemCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItemComponentEventArgs", + "id": 0, + "name": "IgbDropdownItemComponentEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItemComponentEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItemComponentEventArgs.#ctor", + "id": 0, + "name": "IgbDropdownItemComponentEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItemComponentEventArgs.IgbDropdownItemComponentEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItemComponentEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItemComponentEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDropdownItem", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDropdownItem" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItemComponentEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItemComponentEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItemComponentEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItemComponentEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItemComponentEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItemComponentEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItemComponentEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItemComponentEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItemModule", + "id": 0, + "name": "IgbDropdownItemModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItemModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItemModule.#ctor", + "id": 0, + "name": "IgbDropdownItemModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItemModule.IgbDropdownItemModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItemModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItemModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItemModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItemModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownItemModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownItemModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownModule", + "id": 0, + "name": "IgbDropdownModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownModule.#ctor", + "id": 0, + "name": "IgbDropdownModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownModule.IgbDropdownModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDropdownModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDropdownModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDVInteractivityModule", + "id": 0, + "name": "IgbDVInteractivityModule", + "fullName": "IgniteUI.Blazor.Controls.IgbDVInteractivityModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbDVInteractivityModule.#ctor", + "id": 0, + "name": "IgbDVInteractivityModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbDVInteractivityModule.IgbDVInteractivityModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDVInteractivityModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDVInteractivityModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDVInteractivityModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDVInteractivityModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDVInteractivityModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbDVInteractivityModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEaseOfMovementIndicator", + "id": 0, + "name": "IgbEaseOfMovementIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbEaseOfMovementIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Ease of Movement indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbEaseOfMovementIndicator.#ctor", + "id": 0, + "name": "IgbEaseOfMovementIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbEaseOfMovementIndicator.IgbEaseOfMovementIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEaseOfMovementIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbEaseOfMovementIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEaseOfMovementIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbEaseOfMovementIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEaseOfMovementIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbEaseOfMovementIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEaseOfMovementIndicatorModule", + "id": 0, + "name": "IgbEaseOfMovementIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbEaseOfMovementIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbEaseOfMovementIndicatorModule.#ctor", + "id": 0, + "name": "IgbEaseOfMovementIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbEaseOfMovementIndicatorModule.IgbEaseOfMovementIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEaseOfMovementIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbEaseOfMovementIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEaseOfMovementIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbEaseOfMovementIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEaseOfMovementIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbEaseOfMovementIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo", + "id": 0, + "name": "IgbEditorCellInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents info about the current cell." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo", + "id": 0, + "name": "IgbCellInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.#ctor", + "id": 0, + "name": "IgbEditorCellInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.IgbEditorCellInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.DataType", + "id": 0, + "name": "DataType", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.DataType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data type associated with the cell being edited." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.DateFormatString", + "id": 0, + "name": "DateFormatString", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.DateFormatString", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.EditorDataSource", + "id": 0, + "name": "EditorDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.EditorDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data source to use for the editor where it makes sense." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.EditorDataSourceScript", + "id": 0, + "name": "EditorDataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.EditorDataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting EditorDataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.EditorTextField", + "id": 0, + "name": "EditorTextField", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.EditorTextField", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the editors display member." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.EditorType", + "id": 0, + "name": "EditorType", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.EditorType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the type of editor to use while cell editing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EditorType", + "fullTypeName": "IgniteUI.Blazor.Controls.EditorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.EditorValueField", + "id": 0, + "name": "EditorValueField", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.EditorValueField", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the editors value member." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.EditTarget", + "id": 0, + "name": "EditTarget", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.EditTarget", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the edit target for this cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCellInfo", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellInfo" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.EditValue", + "id": 0, + "name": "EditValue", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.EditValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the user selected value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.EditValueScript", + "id": 0, + "name": "EditValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.EditValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting EditValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.ErrorMessage", + "id": 0, + "name": "ErrorMessage", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.ErrorMessage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the error message to display in the editor cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.IsHidden", + "id": 0, + "name": "IsHidden", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.IsHidden", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the editor cell is hidden or not." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.ShowTodayButton", + "id": 0, + "name": "ShowTodayButton", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.ShowTodayButton", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.TargetColumn", + "id": 0, + "name": "TargetColumn", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.TargetColumn", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the column index that the editor cell is targeting for edit." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.TargetRow", + "id": 0, + "name": "TargetRow", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.TargetRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row index that the editor cell is targeting for edit." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorCellInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorDefinition", + "id": 0, + "name": "IgbEditorDefinition", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorDefinition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a base class used to configure the appearance of the column header cells." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorDefinition.#ctor", + "id": 0, + "name": "IgbEditorDefinition()", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorDefinition.IgbEditorDefinition()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorDefinition.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorDefinition.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorDefinition.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorDefinition.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorDefinition.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorDefinition.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorDefinition.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorDefinition.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorDefinition.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorDefinition.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorDefinitionModule", + "id": 0, + "name": "IgbEditorDefinitionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorDefinitionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorDefinitionModule.#ctor", + "id": 0, + "name": "IgbEditorDefinitionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorDefinitionModule.IgbEditorDefinitionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorDefinitionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorDefinitionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorDefinitionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorDefinitionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorDefinitionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorDefinitionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorRowCellInfo", + "id": 0, + "name": "IgbEditorRowCellInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorRowCellInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents info about the current cell." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo", + "id": 0, + "name": "IgbCellInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorRowCellInfo.#ctor", + "id": 0, + "name": "IgbEditorRowCellInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorRowCellInfo.IgbEditorRowCellInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorRowCellInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorRowCellInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorRowCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorRowCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorRowCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorRowCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditorRowCellInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbEditorRowCellInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditRowDefinition", + "id": 0, + "name": "IgbEditRowDefinition", + "fullName": "IgniteUI.Blazor.Controls.IgbEditRowDefinition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a base class used to configure the appearance of the column header cells." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbEditRowDefinition.#ctor", + "id": 0, + "name": "IgbEditRowDefinition()", + "fullName": "IgniteUI.Blazor.Controls.IgbEditRowDefinition.IgbEditRowDefinition()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditRowDefinition.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbEditRowDefinition.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditRowDefinition.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbEditRowDefinition.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditRowDefinition.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbEditRowDefinition.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditRowDefinition.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbEditRowDefinition.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditRowDefinition.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbEditRowDefinition.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditRowDefinitionModule", + "id": 0, + "name": "IgbEditRowDefinitionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbEditRowDefinitionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbEditRowDefinitionModule.#ctor", + "id": 0, + "name": "IgbEditRowDefinitionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbEditRowDefinitionModule.IgbEditRowDefinitionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditRowDefinitionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbEditRowDefinitionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditRowDefinitionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbEditRowDefinitionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbEditRowDefinitionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbEditRowDefinitionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleBgModule", + "id": 0, + "name": "IgbExcelLocaleBgModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleBgModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleBgModule.#ctor", + "id": 0, + "name": "IgbExcelLocaleBgModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleBgModule.IgbExcelLocaleBgModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleBgModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleBgModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleBgModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleBgModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleBgModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleBgModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleCsModule", + "id": 0, + "name": "IgbExcelLocaleCsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleCsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleCsModule.#ctor", + "id": 0, + "name": "IgbExcelLocaleCsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleCsModule.IgbExcelLocaleCsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleCsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleCsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleCsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleCsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleCsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleCsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleDaModule", + "id": 0, + "name": "IgbExcelLocaleDaModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleDaModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleDaModule.#ctor", + "id": 0, + "name": "IgbExcelLocaleDaModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleDaModule.IgbExcelLocaleDaModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleDaModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleDaModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleDaModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleDaModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleDaModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleDaModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleDeModule", + "id": 0, + "name": "IgbExcelLocaleDeModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleDeModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleDeModule.#ctor", + "id": 0, + "name": "IgbExcelLocaleDeModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleDeModule.IgbExcelLocaleDeModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleDeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleDeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleDeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleDeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleDeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleDeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleEnModule", + "id": 0, + "name": "IgbExcelLocaleEnModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleEnModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleEnModule.#ctor", + "id": 0, + "name": "IgbExcelLocaleEnModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleEnModule.IgbExcelLocaleEnModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleEnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleEnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleEnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleEnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleEnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleEnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleEsModule", + "id": 0, + "name": "IgbExcelLocaleEsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleEsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleEsModule.#ctor", + "id": 0, + "name": "IgbExcelLocaleEsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleEsModule.IgbExcelLocaleEsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleEsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleEsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleEsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleEsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleEsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleEsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleFrModule", + "id": 0, + "name": "IgbExcelLocaleFrModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleFrModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleFrModule.#ctor", + "id": 0, + "name": "IgbExcelLocaleFrModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleFrModule.IgbExcelLocaleFrModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleFrModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleFrModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleFrModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleFrModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleFrModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleFrModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleHuModule", + "id": 0, + "name": "IgbExcelLocaleHuModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleHuModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleHuModule.#ctor", + "id": 0, + "name": "IgbExcelLocaleHuModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleHuModule.IgbExcelLocaleHuModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleHuModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleHuModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleHuModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleHuModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleHuModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleHuModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleItModule", + "id": 0, + "name": "IgbExcelLocaleItModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleItModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleItModule.#ctor", + "id": 0, + "name": "IgbExcelLocaleItModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleItModule.IgbExcelLocaleItModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleItModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleItModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleItModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleItModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleItModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleItModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleJaModule", + "id": 0, + "name": "IgbExcelLocaleJaModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleJaModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleJaModule.#ctor", + "id": 0, + "name": "IgbExcelLocaleJaModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleJaModule.IgbExcelLocaleJaModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleJaModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleJaModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleJaModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleJaModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleJaModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleJaModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleNbModule", + "id": 0, + "name": "IgbExcelLocaleNbModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleNbModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleNbModule.#ctor", + "id": 0, + "name": "IgbExcelLocaleNbModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleNbModule.IgbExcelLocaleNbModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleNbModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleNbModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleNbModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleNbModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleNbModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleNbModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleNlModule", + "id": 0, + "name": "IgbExcelLocaleNlModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleNlModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleNlModule.#ctor", + "id": 0, + "name": "IgbExcelLocaleNlModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleNlModule.IgbExcelLocaleNlModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleNlModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleNlModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleNlModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleNlModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleNlModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleNlModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocalePlModule", + "id": 0, + "name": "IgbExcelLocalePlModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocalePlModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocalePlModule.#ctor", + "id": 0, + "name": "IgbExcelLocalePlModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocalePlModule.IgbExcelLocalePlModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocalePlModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocalePlModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocalePlModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocalePlModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocalePlModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocalePlModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocalePtModule", + "id": 0, + "name": "IgbExcelLocalePtModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocalePtModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocalePtModule.#ctor", + "id": 0, + "name": "IgbExcelLocalePtModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocalePtModule.IgbExcelLocalePtModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocalePtModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocalePtModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocalePtModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocalePtModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocalePtModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocalePtModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleRoModule", + "id": 0, + "name": "IgbExcelLocaleRoModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleRoModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleRoModule.#ctor", + "id": 0, + "name": "IgbExcelLocaleRoModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleRoModule.IgbExcelLocaleRoModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleRoModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleRoModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleRoModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleRoModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleRoModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleRoModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleRuModule", + "id": 0, + "name": "IgbExcelLocaleRuModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleRuModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleRuModule.#ctor", + "id": 0, + "name": "IgbExcelLocaleRuModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleRuModule.IgbExcelLocaleRuModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleRuModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleRuModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleRuModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleRuModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleRuModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleRuModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleSvModule", + "id": 0, + "name": "IgbExcelLocaleSvModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleSvModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleSvModule.#ctor", + "id": 0, + "name": "IgbExcelLocaleSvModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleSvModule.IgbExcelLocaleSvModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleSvModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleSvModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleSvModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleSvModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleSvModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleSvModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleTrModule", + "id": 0, + "name": "IgbExcelLocaleTrModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleTrModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleTrModule.#ctor", + "id": 0, + "name": "IgbExcelLocaleTrModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleTrModule.IgbExcelLocaleTrModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleTrModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleTrModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleTrModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleTrModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleTrModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleTrModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleZhHansModule", + "id": 0, + "name": "IgbExcelLocaleZhHansModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleZhHansModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleZhHansModule.#ctor", + "id": 0, + "name": "IgbExcelLocaleZhHansModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleZhHansModule.IgbExcelLocaleZhHansModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleZhHansModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleZhHansModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleZhHansModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleZhHansModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleZhHansModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleZhHansModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleZhHantModule", + "id": 0, + "name": "IgbExcelLocaleZhHantModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleZhHantModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleZhHantModule.#ctor", + "id": 0, + "name": "IgbExcelLocaleZhHantModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleZhHantModule.IgbExcelLocaleZhHantModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleZhHantModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleZhHantModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleZhHantModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleZhHantModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExcelLocaleZhHantModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExcelLocaleZhHantModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel", + "id": 0, + "name": "IgbExpansionPanel", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The Expansion Panel Component provides a way to display information in a toggleable way - compact summary view containing title and description and expanded detail view containing additional content to the summary header." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.#ctor", + "id": 0, + "name": "IgbExpansionPanel()", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.IgbExpansionPanel()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.AccordionParent", + "id": 0, + "name": "AccordionParent", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.AccordionParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Closed", + "id": 0, + "name": "Closed", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Closed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbExpansionPanelComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.ClosedScript", + "id": 0, + "name": "ClosedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.ClosedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Closing", + "id": 0, + "name": "Closing", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Closing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbExpansionPanelComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.ClosingScript", + "id": 0, + "name": "ClosingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.ClosingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.ConnectedCallback", + "id": 0, + "name": "ConnectedCallback()", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.ConnectedCallback()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.ConnectedCallbackAsync", + "id": 0, + "name": "ConnectedCallbackAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.ConnectedCallbackAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Get/Set whether the expansion panel is disabled. Disabled panels are ignored for user interactions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Hide", + "id": 0, + "name": "Hide()", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Hide()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.HideAsync", + "id": 0, + "name": "HideAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.HideAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hides the panel content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.IndicatorPosition", + "id": 0, + "name": "IndicatorPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.IndicatorPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The indicator position of the expansion panel." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ExpansionPanelIndicatorPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ExpansionPanelIndicatorPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Open", + "id": 0, + "name": "Open", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Open", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates whether the contents of the control should be visible." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Opened", + "id": 0, + "name": "Opened", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Opened", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbExpansionPanelComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.OpenedScript", + "id": 0, + "name": "OpenedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.OpenedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Opening", + "id": 0, + "name": "Opening", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Opening", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbExpansionPanelComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.OpeningScript", + "id": 0, + "name": "OpeningScript", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.OpeningScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Show", + "id": 0, + "name": "Show()", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Show()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.ShowAsync", + "id": 0, + "name": "ShowAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.ShowAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Shows the panel content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Toggle", + "id": 0, + "name": "Toggle()", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Toggle()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.ToggleAsync", + "id": 0, + "name": "ToggleAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.ToggleAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Toggles the panel open/close state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanel.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanel.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs", + "id": 0, + "name": "IgbExpansionPanelComponentEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs.#ctor", + "id": 0, + "name": "IgbExpansionPanelComponentEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs.IgbExpansionPanelComponentEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbExpansionPanel", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbExpansionPanel" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanelComponentEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanelModule", + "id": 0, + "name": "IgbExpansionPanelModule", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanelModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanelModule.#ctor", + "id": 0, + "name": "IgbExpansionPanelModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanelModule.IgbExpansionPanelModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanelModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanelModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanelModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanelModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpansionPanelModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbExpansionPanelModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterEventArgs", + "id": 0, + "name": "IgbExporterEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterEventArgs.#ctor", + "id": 0, + "name": "IgbExporterEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterEventArgs.IgbExporterEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbExporterEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail", + "id": 0, + "name": "IgbExporterEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.#ctor", + "id": 0, + "name": "IgbExporterEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.IgbExporterEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.Exporter", + "id": 0, + "name": "Exporter", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.Exporter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbBaseExporter", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbBaseExporter" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.Grid", + "id": 0, + "name": "Grid", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.Grid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridBaseDirective", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.Options", + "id": 0, + "name": "Options", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.Options", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbExporterOptionsBase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase", + "id": 0, + "name": "IgbExporterOptionsBase", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.#ctor", + "id": 0, + "name": "IgbExporterOptionsBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.IgbExporterOptionsBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.AlwaysExportHeaders", + "id": 0, + "name": "AlwaysExportHeaders", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.AlwaysExportHeaders", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Specifies whether the headers should be exported if there is no data. let alwaysExportHeaders = this.exportOptions.alwaysExportHeaders; this.exportOptions.alwaysExportHeaders = false; IgxExporterOptionsBase" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.ExportSummaries", + "id": 0, + "name": "ExportSummaries", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.ExportSummaries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Specifies whether the exported data should include column summaries. let exportSummaries = this.exportOptions.exportSummaries; this.exportOptions.exportSummaries = true; IgxExporterOptionsBase" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.FileName", + "id": 0, + "name": "FileName", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.FileName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the file name which will be used for the exporting operation. let fileName = this.exportOptions.fileName; IgxExporterOptionsBase" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.FreezeHeaders", + "id": 0, + "name": "FreezeHeaders", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.FreezeHeaders", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Specifies whether the exported data should have frozen headers. let freezeHeaders = this.exportOptions.freezeHeaders; this.exportOptions.freezeHeaders = true; IgxExporterOptionsBase" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.IgnoreColumnsOrder", + "id": 0, + "name": "IgnoreColumnsOrder", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.IgnoreColumnsOrder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Specifies if the exporter should ignore the current column order in the IgxGrid. let ignoreColumnsOrder = this.exportOptions.ignoreColumnsOrder; this.exportOptions.ignoreColumnsOrder = true; IgxExporterOptionsBase" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.IgnoreColumnsVisibility", + "id": 0, + "name": "IgnoreColumnsVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.IgnoreColumnsVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Specifies whether hidden columns should be exported. let ignoreColumnsVisibility = this.exportOptions.ignoreColumnsVisibility; this.exportOptions.ignoreColumnsVisibility = true; IgxExporterOptionsBase" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.IgnoreFiltering", + "id": 0, + "name": "IgnoreFiltering", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.IgnoreFiltering", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Specifies whether filtered out rows should be exported. let ignoreFiltering = this.exportOptions.ignoreFiltering; this.exportOptions.ignoreFiltering = true; IgxExporterOptionsBase" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.IgnoreGrouping", + "id": 0, + "name": "IgnoreGrouping", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.IgnoreGrouping", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Specifies whether the exported data should be grouped as in the provided IgxGrid. let ignoreGrouping = this.exportOptions.ignoreGrouping; this.exportOptions.ignoreGrouping = true; IgxExporterOptionsBase" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.IgnoreMultiColumnHeaders", + "id": 0, + "name": "IgnoreMultiColumnHeaders", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.IgnoreMultiColumnHeaders", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Specifies whether the exported data should include multi column headers as in the provided IgxGrid. let ignoreMultiColumnHeaders = this.exportOptions.ignoreMultiColumnHeaders; this.exportOptions.ignoreMultiColumnHeaders = true; IgxExporterOptionsBase" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.IgnoreSorting", + "id": 0, + "name": "IgnoreSorting", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.IgnoreSorting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Specifies whether the exported data should be sorted as in the provided IgxGrid. When you export grouped data, setting ignoreSorting to true will cause the grouping to fail because it relies on the sorting of the records. let ignoreSorting = this.exportOptions.ignoreSorting; this.exportOptions.ignoreSorting = true; IgxExporterOptionsBase" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTree", + "id": 0, + "name": "IgbExpressionTree", + "fullName": "IgniteUI.Blazor.Controls.IgbExpressionTree", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTreeOrFilteringExpression", + "id": 0, + "name": "IgbExpressionTreeOrFilteringExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringExpression", + "id": 0, + "name": "IgbFilteringExpressionsTreeOrFilteringExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTree.#ctor", + "id": 0, + "name": "IgbExpressionTree()", + "fullName": "IgniteUI.Blazor.Controls.IgbExpressionTree.IgbExpressionTree()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTree.Entity", + "id": 0, + "name": "Entity", + "fullName": "IgniteUI.Blazor.Controls.IgbExpressionTree.Entity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTree.FieldName", + "id": 0, + "name": "FieldName", + "fullName": "IgniteUI.Blazor.Controls.IgbExpressionTree.FieldName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTree.FilteringOperands", + "id": 0, + "name": "FilteringOperands", + "fullName": "IgniteUI.Blazor.Controls.IgbExpressionTree.FilteringOperands", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbExpressionTreeOrFilteringExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbExpressionTreeOrFilteringExpression[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTree.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbExpressionTree.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTree.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbExpressionTree.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTree.Operator", + "id": 0, + "name": "Operator", + "fullName": "IgniteUI.Blazor.Controls.IgbExpressionTree.Operator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilteringLogic", + "fullTypeName": "IgniteUI.Blazor.Controls.FilteringLogic" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTree.ReturnFields", + "id": 0, + "name": "ReturnFields", + "fullName": "IgniteUI.Blazor.Controls.IgbExpressionTree.ReturnFields", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTree.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbExpressionTree.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTree.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbExpressionTree.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTree.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbExpressionTree.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTree.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbExpressionTree.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTreeOrFilteringExpression", + "id": 0, + "name": "IgbExpressionTreeOrFilteringExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbExpressionTreeOrFilteringExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTreeOrFilteringExpression.#ctor", + "id": 0, + "name": "IgbExpressionTreeOrFilteringExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbExpressionTreeOrFilteringExpression.IgbExpressionTreeOrFilteringExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTreeOrFilteringExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbExpressionTreeOrFilteringExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTreeOrFilteringExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbExpressionTreeOrFilteringExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicator", + "id": 0, + "name": "IgbFastStochasticOscillatorIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Fast Stochastic Oscillator indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicator.#ctor", + "id": 0, + "name": "IgbFastStochasticOscillatorIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicator.IgbFastStochasticOscillatorIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicator.Period", + "id": 0, + "name": "Period", + "fullName": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicator.Period", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current FastStochasticOscillatorIndicator object. The typical, and initial, value for FastStochasticOscillatorIndicator periods is 14." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicatorModule", + "id": 0, + "name": "IgbFastStochasticOscillatorIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicatorModule.#ctor", + "id": 0, + "name": "IgbFastStochasticOscillatorIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicatorModule.IgbFastStochasticOscillatorIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFastStochasticOscillatorIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldEditorOptions", + "id": 0, + "name": "IgbFieldEditorOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbFieldEditorOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldEditorOptions.#ctor", + "id": 0, + "name": "IgbFieldEditorOptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbFieldEditorOptions.IgbFieldEditorOptions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldEditorOptions.DateTimeFormat", + "id": 0, + "name": "DateTimeFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbFieldEditorOptions.DateTimeFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A custom input format string used for the built-in editors of date/time columns. See the Editing section under https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/column-types#datetime-date-and-time" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldEditorOptions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFieldEditorOptions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldEditorOptions.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFieldEditorOptions.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldEditorOptions.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFieldEditorOptions.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldEditorOptions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFieldEditorOptions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs", + "id": 0, + "name": "IgbFieldPipeArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.#ctor", + "id": 0, + "name": "IgbFieldPipeArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.IgbFieldPipeArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.CurrencyCode", + "id": 0, + "name": "CurrencyCode", + "fullName": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.CurrencyCode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The currency code of type string, default value undefined" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.DigitsInfo", + "id": 0, + "name": "DigitsInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.DigitsInfo", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Decimal representation options, specified by a string in the following format: {minIntegerDigits}.{minFractionDigits}-{maxFractionDigits}. minIntegerDigits: The minimum number of integer digits before the decimal point. Default is 1. minFractionDigits: The minimum number of digits after the decimal point. Default is 0. maxFractionDigits: The maximum number of digits after the decimal point. Default is 3." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.Display", + "id": 0, + "name": "Display", + "fullName": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.Display", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Allow us to display currency 'symbol' or 'code' or 'symbol-narrow' or our own string. The value is of type string. By default is set to 'symbol'" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.Format", + "id": 0, + "name": "Format", + "fullName": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.Format", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The date/time components that a date column will display, using predefined options or a custom format string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.Timezone", + "id": 0, + "name": "Timezone", + "fullName": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.Timezone", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A timezone offset (such as '+0430'), or a standard UTC/GMT or continental US timezone abbreviation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.WeekStart", + "id": 0, + "name": "WeekStart", + "fullName": "IgniteUI.Blazor.Controls.IgbFieldPipeArgs.WeekStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The first week day to be displayed in calendar when filtering or editing a date column" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterCellInfo", + "id": 0, + "name": "IgbFilterCellInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterCellInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents info about the current cell." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo", + "id": 0, + "name": "IgbCellInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.#ctor", + "id": 0, + "name": "IgbFilterCellInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.IgbFilterCellInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.ClearIconLeft", + "id": 0, + "name": "ClearIconLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.ClearIconLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.ClearIconTop", + "id": 0, + "name": "ClearIconTop", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.ClearIconTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.DataType", + "id": 0, + "name": "DataType", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.DataType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the cell is hit test visible." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.EditorLeft", + "id": 0, + "name": "EditorLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.EditorLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.EditorTop", + "id": 0, + "name": "EditorTop", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.EditorTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.Filter", + "id": 0, + "name": "Filter", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.Filter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the current filter to display in the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnFilterCondition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.FilterExpression", + "id": 0, + "name": "FilterExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.FilterExpression", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the current filter expression applied to the column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.FilterOperands", + "id": 0, + "name": "FilterOperands", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.FilterOperands", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridFilterOperandsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridFilterOperandsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.FilterValue", + "id": 0, + "name": "FilterValue", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.FilterValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.FilterValueScript", + "id": 0, + "name": "FilterValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.FilterValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting FilterValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.OperatorType", + "id": 0, + "name": "OperatorType", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.OperatorType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.SelectorLeft", + "id": 0, + "name": "SelectorLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.SelectorLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.SelectorTop", + "id": 0, + "name": "SelectorTop", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.SelectorTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterCellInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterDialogRenderCompletedEventArgs", + "id": 0, + "name": "IgbFilterDialogRenderCompletedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterDialogRenderCompletedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterDialogRenderCompletedEventArgs.#ctor", + "id": 0, + "name": "IgbFilterDialogRenderCompletedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterDialogRenderCompletedEventArgs.IgbFilterDialogRenderCompletedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterDialogRenderCompletedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterDialogRenderCompletedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterDialogRenderCompletedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterDialogRenderCompletedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterDialogRenderCompletedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterDialogRenderCompletedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterDialogRenderCompletedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterDialogRenderCompletedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a filter expression for use with the grids and data sources." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.#ctor", + "id": 0, + "name": "IgbFilterExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IgbFilterExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Add(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Add(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Add(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Add expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Add(System.Object)", + "id": 0, + "name": "Add(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Add(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Add expression of the current expression and literal value." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "literalValue", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.And(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "And(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.And(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an And expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Cast(IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType)", + "id": 0, + "name": "Cast(DataSourceSchemaPropertyType)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Cast(IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Cast expression of the current expression and propertyType." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyType", + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Cast(System.String)", + "id": 0, + "name": "Cast(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Cast(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Cast expression of the current expression and propertyType." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "objectType", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Ceiling", + "id": 0, + "name": "Ceiling()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Ceiling()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Ceiling expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Concat(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Concat(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Concat(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Concat expression of the current expression and toAppend." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "toAppend", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Concat(System.String)", + "id": 0, + "name": "Concat(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Concat(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Contains expression of the current expression and subString." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "toAppend", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Contains(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Contains(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Contains(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Contains expression of the current expression and subString." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "subString", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Contains(System.String)", + "id": 0, + "name": "Contains(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Contains(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Contains expression of the current expression and subString." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "subString", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Date", + "id": 0, + "name": "Date()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Date()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Date expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Day", + "id": 0, + "name": "Day()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Day()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Day expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Divide(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Divide(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Divide(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is a Divide expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Divide(System.Object)", + "id": 0, + "name": "Divide(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Divide(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is a Divide expression of the current expression and literalValue." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "literalValue", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.DividedBy(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "DividedBy(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.DividedBy(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is a Divide expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.DividedBy(System.Object)", + "id": 0, + "name": "DividedBy(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.DividedBy(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is a Divide expression of the current expression and literalValue." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "literalValue", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.EndsWith(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "EndsWith(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.EndsWith(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an EndsWith expression of the current expression and subString." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "subString", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.EndsWith(System.String)", + "id": 0, + "name": "EndsWith(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.EndsWith(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an EndsWith expression of the current expression and subString." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "subString", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Env(System.String)", + "id": 0, + "name": "Env(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Env(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "varName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.EnvAsync(System.String)", + "id": 0, + "name": "EnvAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.EnvAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an environment variable, if applicable." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "varName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<IgbFilterExpression>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbFilterExpression>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Floor", + "id": 0, + "name": "Floor()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Floor()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is a Floor expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Function(IgniteUI.Blazor.Controls.FilterExpressionFunctionType,IgniteUI.Blazor.Controls.IgbFilterExpression[])", + "id": 0, + "name": "Function(FilterExpressionFunctionType, IgbFilterExpression[])", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Function(IgniteUI.Blazor.Controls.FilterExpressionFunctionType, IgniteUI.Blazor.Controls.IgbFilterExpression[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an function filter expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "func", + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + }, + { + "name": "args", + "type": "IgbFilterExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression[]" + } + ], + "return": { + "type": "IgbFunctionFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Group", + "id": 0, + "name": "Group()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Group()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is a group expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Hour", + "id": 0, + "name": "Hour()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Hour()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Hour expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IndexOf(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "IndexOf(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IndexOf(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an IndexOf expression of the current expression and toFind." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "toFind", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IndexOf(System.String)", + "id": 0, + "name": "IndexOf(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IndexOf(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an IndexOf expression of the current expression and toFind." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "toFind", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsAutoGenerated", + "id": 0, + "name": "IsAutoGenerated", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsAutoGenerated", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsEqualTo(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "IsEqualTo(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsEqualTo(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an IsEqualTo expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsEqualTo(System.Object)", + "id": 0, + "name": "IsEqualTo(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsEqualTo(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an IsEqualTo expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "literalValue", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsFunction", + "id": 0, + "name": "IsFunction", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsFunction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the expression is a function." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsGreaterThan(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "IsGreaterThan(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsGreaterThan(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an IsGreaterThan expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsGreaterThan(System.Object)", + "id": 0, + "name": "IsGreaterThan(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsGreaterThan(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an IsGreaterThan expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "literalValue", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsGreaterThanOrEqualTo(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "IsGreaterThanOrEqualTo(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsGreaterThanOrEqualTo(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an IsGreaterThanOrEqualTo expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsGreaterThanOrEqualTo(System.Object)", + "id": 0, + "name": "IsGreaterThanOrEqualTo(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsGreaterThanOrEqualTo(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an IsGreaterThanOrEqualTo expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "literalValue", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsLessThan(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "IsLessThan(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsLessThan(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an IsLessThan expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsLessThan(System.Object)", + "id": 0, + "name": "IsLessThan(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsLessThan(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an IsGreaterThanOrEqualTo expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "literalValue", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsLessThanOrEqualTo(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "IsLessThanOrEqualTo(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsLessThanOrEqualTo(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an IsLessThanOrEqualTo expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsLessThanOrEqualTo(System.Object)", + "id": 0, + "name": "IsLessThanOrEqualTo(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsLessThanOrEqualTo(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an IsGreaterThanOrEqualTo expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "literalValue", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsLiteral", + "id": 0, + "name": "IsLiteral", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsLiteral", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the expression is a literal." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsNotEqualTo(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "IsNotEqualTo(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsNotEqualTo(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an IsNotEqualTo expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsNotEqualTo(System.Object)", + "id": 0, + "name": "IsNotEqualTo(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsNotEqualTo(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an IsNotEqualTo expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "literalValue", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsNull", + "id": 0, + "name": "IsNull", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsNull", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the expresssion is null." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsOf(IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType)", + "id": 0, + "name": "IsOf(DataSourceSchemaPropertyType)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsOf(IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an IsOf expression of the current expression and propertyType." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyType", + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsOf(System.String)", + "id": 0, + "name": "IsOf(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsOf(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an IsOf expression of the current expression and propertyType." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "objectType", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsOperation", + "id": 0, + "name": "IsOperation", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsOperation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the expression is an operation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsPropertyReference", + "id": 0, + "name": "IsPropertyReference", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsPropertyReference", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the expression is a property reference." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsWrapper", + "id": 0, + "name": "IsWrapper", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.IsWrapper", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the expression is a wrapper expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Length", + "id": 0, + "name": "Length()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Length()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Length expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Literal(System.Object)", + "id": 0, + "name": "Literal(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Literal(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Builds a literal value expression for the provided value." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "literal", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbLiteralFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.MarkAutoGenerated", + "id": 0, + "name": "MarkAutoGenerated()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.MarkAutoGenerated()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.MarkAutoGeneratedAsync", + "id": 0, + "name": "MarkAutoGeneratedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.MarkAutoGeneratedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Minus(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Minus(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Minus(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Subtract expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Minus(System.Object)", + "id": 0, + "name": "Minus(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Minus(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Subtract expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "literalValue", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Minute", + "id": 0, + "name": "Minute()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Minute()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Minute expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Modulo(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Modulo(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Modulo(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Modulus expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Modulo(System.Object)", + "id": 0, + "name": "Modulo(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Modulo(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Modulus expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "literalValue", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Month", + "id": 0, + "name": "Month()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Month()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Month expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Multiply(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Multiply(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Multiply(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Multiply expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Multiply(System.Object)", + "id": 0, + "name": "Multiply(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Multiply(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Multiply expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "literalValue", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Not", + "id": 0, + "name": "Not()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Not()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is a Not expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Now", + "id": 0, + "name": "Now()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Now()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Now expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.NullLiteral", + "id": 0, + "name": "NullLiteral()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.NullLiteral()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Builds a null literal expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbLiteralFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Operation(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.FilterExpressionOperatorType,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Operation(IgbFilterExpression, FilterExpressionOperatorType, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Operation(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.FilterExpressionOperatorType, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an operator filter expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "left", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "op", + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + }, + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbOperationFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Operation(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.FilterExpressionOperatorType,System.Object)", + "id": 0, + "name": "Operation(IgbFilterExpression, FilterExpressionOperatorType, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Operation(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.FilterExpressionOperatorType, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an operator filter expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "left", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "op", + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbOperationFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Operation(System.String,IgniteUI.Blazor.Controls.FilterExpressionOperatorType,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Operation(String, FilterExpressionOperatorType, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Operation(System.String, IgniteUI.Blazor.Controls.FilterExpressionOperatorType, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an operator filter expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "op", + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + }, + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbOperationFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Operation(System.String,IgniteUI.Blazor.Controls.FilterExpressionOperatorType,System.Object)", + "id": 0, + "name": "Operation(String, FilterExpressionOperatorType, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Operation(System.String, IgniteUI.Blazor.Controls.FilterExpressionOperatorType, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Creates an operator filter expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "op", + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbOperationFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Or(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Or(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Or(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Or expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Plus(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Plus(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Plus(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Add expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Plus(System.Object)", + "id": 0, + "name": "Plus(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Plus(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Add expression of the current expression and literalValue." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "literalValue", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Precedence", + "id": 0, + "name": "Precedence", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Precedence", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Property(System.String)", + "id": 0, + "name": "Property(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Property(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Builds a property access expression for the provided property." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbPropertyReferenceFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPropertyReferenceFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Replace(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Replace(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Replace(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Replace expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "toFind", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "replacement", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Replace(IgniteUI.Blazor.Controls.IgbFilterExpression,System.String)", + "id": 0, + "name": "Replace(IgbFilterExpression, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Replace(IgniteUI.Blazor.Controls.IgbFilterExpression, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Replace expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "toFind", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "replacement", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Replace(System.String,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Replace(String, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Replace(System.String, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Replace expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "toFind", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "replacement", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Replace(System.String,System.String)", + "id": 0, + "name": "Replace(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Replace(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Replace expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "toFind", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "replacement", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Round", + "id": 0, + "name": "Round()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Round()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Round expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Second", + "id": 0, + "name": "Second()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Second()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Second expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.StartsWith(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "StartsWith(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.StartsWith(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an StartsWith expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "subString", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.StartsWith(System.String)", + "id": 0, + "name": "StartsWith(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.StartsWith(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an StartsWith expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "subString", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Substring(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Substring(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Substring(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Substring expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Substring(IgniteUI.Blazor.Controls.IgbFilterExpression,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Substring(IgbFilterExpression, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Substring(IgniteUI.Blazor.Controls.IgbFilterExpression, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Substring expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "length", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Substring(IgniteUI.Blazor.Controls.IgbFilterExpression,System.Int32)", + "id": 0, + "name": "Substring(IgbFilterExpression, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Substring(IgniteUI.Blazor.Controls.IgbFilterExpression, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Substring expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + }, + { + "name": "length", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Substring(System.Int32)", + "id": 0, + "name": "Substring(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Substring(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Substring expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Substring(System.Int32,IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Substring(Int32, IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Substring(System.Int32, IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Substring expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "length", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Substring(System.Int32,System.Int32)", + "id": 0, + "name": "Substring(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Substring(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Substring expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "length", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Subtract(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Subtract(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Subtract(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Subtract expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Subtract(System.Object)", + "id": 0, + "name": "Subtract(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Subtract(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Subtract expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "literalValue", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Time", + "id": 0, + "name": "Time()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Time()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Time expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Times(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "id": 0, + "name": "Times(IgbFilterExpression)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Times(IgniteUI.Blazor.Controls.IgbFilterExpression)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Multiply expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "right", + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Times(System.Object)", + "id": 0, + "name": "Times(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Times(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Multiply expression of the current expression and right." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "literalValue", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.ToLower", + "id": 0, + "name": "ToLower()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.ToLower()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an ToLower expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.ToUpper", + "id": 0, + "name": "ToUpper()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.ToUpper()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an ToUpper expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Trim", + "id": 0, + "name": "Trim()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Trim()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Trim expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.UnquotedLiteral(System.String)", + "id": 0, + "name": "UnquotedLiteral(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.UnquotedLiteral(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Builds a literal value expression for the provided value which should be left unquoted." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "literal", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbLiteralFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression.Year", + "id": 0, + "name": "Year()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpression.Year()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an expression that is an Year expression of the current expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpressionCollection", + "id": 0, + "name": "IgbFilterExpressionCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpressionCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbFilterExpression}", + "id": 0, + "name": "BaseCollection<IgbFilterExpression>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpressionCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbFilterExpressionCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterExpressionCollection.IgbFilterExpressionCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringEventArgs", + "id": 0, + "name": "IgbFilteringEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments related to filtering operations The event is cancelable" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringEventArgs.#ctor", + "id": 0, + "name": "IgbFilteringEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringEventArgs.IgbFilteringEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail", + "id": 0, + "name": "IgbFilteringEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments related to filtering operations The event is cancelable" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail.#ctor", + "id": 0, + "name": "IgbFilteringEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail.IgbFilteringEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides the ability to cancel the event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail.FilteringExpressions", + "id": 0, + "name": "FilteringExpressions", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail.FilteringExpressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the filtering expressions applied to the grid. The expression contains information like filtering operands and operator, an expression or condition, etc." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringExpressionsTree", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail.Owner", + "id": 0, + "name": "Owner", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail.Owner", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides reference to the owner component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpression", + "id": 0, + "name": "IgbFilteringExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents filtering expressions." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTreeOrFilteringExpression", + "id": 0, + "name": "IgbExpressionTreeOrFilteringExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringExpression", + "id": 0, + "name": "IgbFilteringExpressionsTreeOrFilteringExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpression.#ctor", + "id": 0, + "name": "IgbFilteringExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpression.IgbFilteringExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpression.Condition", + "id": 0, + "name": "Condition", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpression.Condition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringOperation", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringOperation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpression.ConditionName", + "id": 0, + "name": "ConditionName", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpression.ConditionName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpression.FieldName", + "id": 0, + "name": "FieldName", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpression.FieldName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpression.IgnoreCase", + "id": 0, + "name": "IgnoreCase", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpression.IgnoreCase", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpression.SearchTree", + "id": 0, + "name": "SearchTree", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpression.SearchTree", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbExpressionTree", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbExpressionTree" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpression.SearchVal", + "id": 0, + "name": "SearchVal", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpression.SearchVal", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpression.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpression.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpression.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpression.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree", + "id": 0, + "name": "IgbFilteringExpressionsTree", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTreeOrFilteringExpression", + "id": 0, + "name": "IgbExpressionTreeOrFilteringExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringExpression", + "id": 0, + "name": "IgbFilteringExpressionsTreeOrFilteringExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTree", + "id": 0, + "name": "IgbExpressionTree" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.#ctor", + "id": 0, + "name": "IgbFilteringExpressionsTree()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.IgbFilteringExpressionsTree()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.Entity", + "id": 0, + "name": "Entity", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.Entity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.FieldName", + "id": 0, + "name": "FieldName", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.FieldName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.FilteringOperands", + "id": 0, + "name": "FilteringOperands", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.FilteringOperands", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringExpressionsTreeOrFilteringExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringExpression[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.Operator", + "id": 0, + "name": "Operator", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.Operator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilteringLogic", + "fullTypeName": "IgniteUI.Blazor.Controls.FilteringLogic" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.Owner", + "id": 0, + "name": "Owner", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.Owner", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides reference to the owner component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.ReturnFields", + "id": 0, + "name": "ReturnFields", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.ReturnFields", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.TreeType", + "id": 0, + "name": "TreeType", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.TreeType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilteringExpressionsTreeType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilteringExpressionsTreeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail", + "id": 0, + "name": "IgbFilteringExpressionsTreeDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.#ctor", + "id": 0, + "name": "IgbFilteringExpressionsTreeDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.IgbFilteringExpressionsTreeDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.Entity", + "id": 0, + "name": "Entity", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.Entity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.FieldName", + "id": 0, + "name": "FieldName", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.FieldName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.FilteringOperands", + "id": 0, + "name": "FilteringOperands", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.FilteringOperands", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringExpressionsTreeOrFilteringExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringExpression[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.Operator", + "id": 0, + "name": "Operator", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.Operator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilteringLogic", + "fullTypeName": "IgniteUI.Blazor.Controls.FilteringLogic" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.Owner", + "id": 0, + "name": "Owner", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.Owner", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides reference to the owner component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.ReturnFields", + "id": 0, + "name": "ReturnFields", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.ReturnFields", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.TreeType", + "id": 0, + "name": "TreeType", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.TreeType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilteringExpressionsTreeType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilteringExpressionsTreeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeEventArgs", + "id": 0, + "name": "IgbFilteringExpressionsTreeEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeEventArgs.#ctor", + "id": 0, + "name": "IgbFilteringExpressionsTreeEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeEventArgs.IgbFilteringExpressionsTreeEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringExpressionsTreeDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringExpression", + "id": 0, + "name": "IgbFilteringExpressionsTreeOrFilteringExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbExpressionTreeOrFilteringExpression", + "id": 0, + "name": "IgbExpressionTreeOrFilteringExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringExpression.#ctor", + "id": 0, + "name": "IgbFilteringExpressionsTreeOrFilteringExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringExpression.IgbFilteringExpressionsTreeOrFilteringExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation", + "id": 0, + "name": "IgbFilteringExpressionsTreeOrFilteringOperation", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation.#ctor", + "id": 0, + "name": "IgbFilteringExpressionsTreeOrFilteringOperation()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation.IgbFilteringExpressionsTreeOrFilteringOperation()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperand", + "id": 0, + "name": "IgbFilteringOperand", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperand", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides base filtering operations Implementations should be Singleton" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperand.#ctor", + "id": 0, + "name": "IgbFilteringOperand()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperand.IgbFilteringOperand()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperand.Append(IgniteUI.Blazor.Controls.IgbFilteringOperation)", + "id": 0, + "name": "Append(IgbFilteringOperation)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperand.Append(IgniteUI.Blazor.Controls.IgbFilteringOperation)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "operation", + "type": "IgbFilteringOperation", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringOperation" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperand.AppendAsync(IgniteUI.Blazor.Controls.IgbFilteringOperation)", + "id": 0, + "name": "AppendAsync(IgbFilteringOperation)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperand.AppendAsync(IgniteUI.Blazor.Controls.IgbFilteringOperation)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Adds a new condition to the filtering operations. operation The filtering operation." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "operation", + "type": "IgbFilteringOperation", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringOperation" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperand.Condition(System.String)", + "id": 0, + "name": "Condition(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperand.Condition(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbFilteringOperation", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringOperation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperand.ConditionAsync(System.String)", + "id": 0, + "name": "ConditionAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperand.ConditionAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an instance of the condition with the specified name. name The name of the condition." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<IgbFilteringOperation>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbFilteringOperation>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperand.ConditionList", + "id": 0, + "name": "ConditionList()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperand.ConditionList()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperand.ConditionListAsync", + "id": 0, + "name": "ConditionListAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperand.ConditionListAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an array of names of the conditions which are visible in the filtering UI" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.String[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperand.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperand.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperand.Instance", + "id": 0, + "name": "Instance()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperand.Instance()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringOperand" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperand.InstanceAsync", + "id": 0, + "name": "InstanceAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperand.InstanceAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbFilteringOperand>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbFilteringOperand>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperand.Operations", + "id": 0, + "name": "Operations", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperand.Operations", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringOperation[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringOperation[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperand.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperand.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperand.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperand.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperand.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperand.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperation", + "id": 0, + "name": "IgbFilteringOperation", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Interface describing filtering operations" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperation.#ctor", + "id": 0, + "name": "IgbFilteringOperation()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperation.IgbFilteringOperation()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperation.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperation.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperation.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperation.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperation.Hidden", + "id": 0, + "name": "Hidden", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperation.Hidden", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperation.IconName", + "id": 0, + "name": "IconName", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperation.IconName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperation.IsNestedQuery", + "id": 0, + "name": "IsNestedQuery", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperation.IsNestedQuery", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperation.IsUnary", + "id": 0, + "name": "IsUnary", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperation.IsUnary", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperation.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperation.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperation.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperation.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperation.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperation.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOperation.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOperation.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOptions", + "id": 0, + "name": "IgbFilteringOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOptions.#ctor", + "id": 0, + "name": "IgbFilteringOptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOptions.IgbFilteringOptions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOptions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOptions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringOptions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringOptions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringStrategy", + "id": 0, + "name": "IgbFilteringStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringStrategy", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringStrategy.#ctor", + "id": 0, + "name": "IgbFilteringStrategy()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringStrategy.IgbFilteringStrategy()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringStrategy.Filter(System.Object[],IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree,IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree,IgniteUI.Blazor.Controls.IgbGridBaseDirective)", + "id": 0, + "name": "Filter(Object[], IgbFilteringExpressionsTree, IgbFilteringExpressionsTree, IgbGridBaseDirective)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringStrategy.Filter(System.Object[], IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree, IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree, IgniteUI.Blazor.Controls.IgbGridBaseDirective)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "data", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "expressionsTree", + "type": "IgbFilteringExpressionsTree", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree" + }, + { + "name": "advancedExpressionsTree", + "type": "IgbFilteringExpressionsTree", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree" + }, + { + "name": "grid", + "type": "IgbGridBaseDirective", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective" + } + ], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringStrategy.FilterAsync(System.Object[],IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree,IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree,IgniteUI.Blazor.Controls.IgbGridBaseDirective)", + "id": 0, + "name": "FilterAsync(Object[], IgbFilteringExpressionsTree, IgbFilteringExpressionsTree, IgbGridBaseDirective)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringStrategy.FilterAsync(System.Object[], IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree, IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree, IgniteUI.Blazor.Controls.IgbGridBaseDirective)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "data", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "expressionsTree", + "type": "IgbFilteringExpressionsTree", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree" + }, + { + "name": "advancedExpressionsTree", + "type": "IgbFilteringExpressionsTree", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree" + }, + { + "name": "grid", + "type": "IgbGridBaseDirective", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective" + } + ], + "return": { + "type": "Task<Object[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringStrategy.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringStrategy.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringStrategy.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringStrategy.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringStrategy.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringStrategy.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilteringStrategy.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFilteringStrategy.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand", + "id": 0, + "name": "IgbFilterOperand", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A filter operand." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.#ctor", + "id": 0, + "name": "IgbFilterOperand()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.IgbFilterOperand()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.ComboColumnParent", + "id": 0, + "name": "ComboColumnParent", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.ComboColumnParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.DateTimeColumnParent", + "id": 0, + "name": "DateTimeColumnParent", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.DateTimeColumnParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.DisplayName", + "id": 0, + "name": "DisplayName", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.DisplayName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name for display of this custom filter." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.EditorType", + "id": 0, + "name": "EditorType", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.EditorType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The type of editor to use in the filter cell. Combo is not currently supported." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EditorType", + "fullTypeName": "IgniteUI.Blazor.Controls.EditorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.FilterFactory", + "id": 0, + "name": "FilterFactory", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.FilterFactory", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the FilterFactory to assists in building filters." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterFactory", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterFactory" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.FilteringExpression(System.Object)", + "id": 0, + "name": "FilteringExpression(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.FilteringExpression(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a custom filter expression to be used for filtering." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.FilterRequested", + "id": 0, + "name": "FilterRequested", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.FilterRequested", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Func<IgbGridCustomFilterRequestedEventArgs, IgbFilterExpression>", + "fullTypeName": "System.Func<IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs, IgniteUI.Blazor.Controls.IgbFilterExpression>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.Icon", + "id": 0, + "name": "Icon", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.Icon", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the SVG path to use for the operand icon in the filter cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.ID", + "id": 0, + "name": "ID", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.ID", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ID of the filter. Must be unique from other filters in the column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.ImageColumnParent", + "id": 0, + "name": "ImageColumnParent", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.ImageColumnParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.IsInputRequired", + "id": 0, + "name": "IsInputRequired", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.IsInputRequired", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this filter requires input." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.NumericColumnParent", + "id": 0, + "name": "NumericColumnParent", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.NumericColumnParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.TemplateColumnParent", + "id": 0, + "name": "TemplateColumnParent", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.TemplateColumnParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.TextColumnParent", + "id": 0, + "name": "TextColumnParent", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.TextColumnParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperand.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperand.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperandModule", + "id": 0, + "name": "IgbFilterOperandModule", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperandModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperandModule.#ctor", + "id": 0, + "name": "IgbFilterOperandModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperandModule.IgbFilterOperandModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperandModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperandModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperandModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperandModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterOperandModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterOperandModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition", + "id": 0, + "name": "IgbFilterRowDefinition", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a base class used to configure the appearance of the column header cells." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition.#ctor", + "id": 0, + "name": "IgbFilterRowDefinition()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition.IgbFilterRowDefinition()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition.PaddingBottom", + "id": 0, + "name": "PaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition.PaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of bottom padding to use for the cell content of this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition.PaddingLeft", + "id": 0, + "name": "PaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition.PaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of left padding to use for the cell content for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition.PaddingRight", + "id": 0, + "name": "PaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition.PaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of right padding to use for the cell content of this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition.PaddingTop", + "id": 0, + "name": "PaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition.PaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of top padding to use for the cell content for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterRowDefinition.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterRowDefinitionModule", + "id": 0, + "name": "IgbFilterRowDefinitionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterRowDefinitionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterRowDefinitionModule.#ctor", + "id": 0, + "name": "IgbFilterRowDefinitionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterRowDefinitionModule.IgbFilterRowDefinitionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterRowDefinitionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterRowDefinitionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterRowDefinitionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterRowDefinitionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterRowDefinitionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterRowDefinitionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterStringErrorsParsingEventArgs", + "id": 0, + "name": "IgbFilterStringErrorsParsingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterStringErrorsParsingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments for when there are errors parsing the filter string" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterStringErrorsParsingEventArgs.#ctor", + "id": 0, + "name": "IgbFilterStringErrorsParsingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterStringErrorsParsingEventArgs.IgbFilterStringErrorsParsingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterStringErrorsParsingEventArgs.Errors", + "id": 0, + "name": "Errors", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterStringErrorsParsingEventArgs.Errors", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the errors from parsing the filter string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterStringErrorsParsingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterStringErrorsParsingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterStringErrorsParsingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterStringErrorsParsingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterStringErrorsParsingEventArgs.PropertyName", + "id": 0, + "name": "PropertyName", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterStringErrorsParsingEventArgs.PropertyName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterStringErrorsParsingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterStringErrorsParsingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterStringErrorsParsingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFilterStringErrorsParsingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayer", + "id": 0, + "name": "IgbFinalValueLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an annotation layer that displays crosshair lines that cross through the closest value of the target series under the cursor." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "id": 0, + "name": "IgbAnnotationLayer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.#ctor", + "id": 0, + "name": "IgbFinalValueLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.IgbFinalValueLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationBackground", + "id": 0, + "name": "AxisAnnotationBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the axis annotation backing. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationBackgroundCornerRadius", + "id": 0, + "name": "AxisAnnotationBackgroundCornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationBackgroundCornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the corner radius to use for the axis annotation backing. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationFormatLabelScript", + "id": 0, + "name": "AxisAnnotationFormatLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationFormatLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationInterpolatedValuePrecision", + "id": 0, + "name": "AxisAnnotationInterpolatedValuePrecision", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationInterpolatedValuePrecision", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the precision to use displaying values for interpolated crosshair positions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationOutline", + "id": 0, + "name": "AxisAnnotationOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the axis annotation outline. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationPaddingBottom", + "id": 0, + "name": "AxisAnnotationPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationPaddingLeft", + "id": 0, + "name": "AxisAnnotationPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationPaddingRight", + "id": 0, + "name": "AxisAnnotationPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationPaddingTop", + "id": 0, + "name": "AxisAnnotationPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationStrokeThickness", + "id": 0, + "name": "AxisAnnotationStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness for the axis annotation backing. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationTextColor", + "id": 0, + "name": "AxisAnnotationTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.AxisAnnotationTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the axis annotation text. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.FinalValueSelectionMode", + "id": 0, + "name": "FinalValueSelectionMode", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.FinalValueSelectionMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how to select the final value to annotate." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinalValueSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.FinalValueSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.TargetSeries", + "id": 0, + "name": "TargetSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.TargetSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series to target this annotation to. If null, this annotation targets all series simultaneously." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.TargetSeriesName", + "id": 0, + "name": "TargetSeriesName", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.TargetSeriesName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name of the series to target this annotation to. If null, this annotation targets all series simultaneously." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.TargetSeriesScript", + "id": 0, + "name": "TargetSeriesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.TargetSeriesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TargetSeries in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayerModule", + "id": 0, + "name": "IgbFinalValueLayerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayerModule.#ctor", + "id": 0, + "name": "IgbFinalValueLayerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayerModule.IgbFinalValueLayerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinalValueLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinalValueLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource", + "id": 0, + "name": "IgbFinancialCalculationDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the data contract between a financial series and the decoupled calculation responsibilities which implement its mathmatical logic." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.#ctor", + "id": 0, + "name": "IgbFinancialCalculationDataSource()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.IgbFinancialCalculationDataSource()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.CalculateCount", + "id": 0, + "name": "CalculateCount", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.CalculateCount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The number of items from the starting index from which to calculate" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.CalculateFrom", + "id": 0, + "name": "CalculateFrom", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.CalculateFrom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The starting index from which to calculate" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.Count", + "id": 0, + "name": "Count", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.Count", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The count of the values in the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.LongPeriod", + "id": 0, + "name": "LongPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.LongPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The long period to use when calculating, if applicable." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.MaximumValue", + "id": 0, + "name": "MaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.MaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If the calculation determines the range of indicator values, it will set the minimum and maximux properties." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.MinimumValue", + "id": 0, + "name": "MinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.MinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If the calculation determines the range of indicator values, it will set the minimum and maximux properties." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.Multiplier", + "id": 0, + "name": "Multiplier", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.Multiplier", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If the calculation supports some sort of scaling factor, this value will be used." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.Period", + "id": 0, + "name": "Period", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.Period", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The period to use when calculating, if applicable." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.ShortPeriod", + "id": 0, + "name": "ShortPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.ShortPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The short period to use when calculating, if applicable." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.SpecifiesRange", + "id": 0, + "name": "SpecifiesRange", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.SpecifiesRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The calculation strategy should set this to true if it specifes the minimum and maximum value properties." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.TrueLow", + "id": 0, + "name": "TrueLow", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.TrueLow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "An enumerable list of true low values provided by the series to use in calculations." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCalculatedColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCalculatedColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.TrueRange", + "id": 0, + "name": "TrueRange", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.TrueRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "And enumerable list of true range values provided by the series to use in calculations." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCalculatedColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCalculatedColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.TypicalColumn", + "id": 0, + "name": "TypicalColumn", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource.TypicalColumn", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "An enumerable list of typical prices provided by the series to use in calculations." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCalculatedColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCalculatedColumn" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations", + "id": 0, + "name": "IgbFinancialCalculationSupportingCalculations", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a contract between the financial series and the calculation strategies detailing the supporting calculation strategies that the financial series will provide in order for the indicator calculations to be performed." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.#ctor", + "id": 0, + "name": "IgbFinancialCalculationSupportingCalculations()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.IgbFinancialCalculationSupportingCalculations()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.EMA", + "id": 0, + "name": "EMA", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.EMA", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The strategy provided to calculate an exponential moving average for a collection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnSupportingCalculation", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnSupportingCalculation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.LongPriceOscillatorAverage", + "id": 0, + "name": "LongPriceOscillatorAverage", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.LongPriceOscillatorAverage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The strategy provided to calculate the long period moving average for price oscillator indicators." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataSourceSupportingCalculation", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataSourceSupportingCalculation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.LongVolumeOscillatorAverage", + "id": 0, + "name": "LongVolumeOscillatorAverage", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.LongVolumeOscillatorAverage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The strategy provided to calculate the long period moving average for volume oscillator indicators." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataSourceSupportingCalculation", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataSourceSupportingCalculation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.MakeSafe", + "id": 0, + "name": "MakeSafe", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.MakeSafe", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The strategy provided to make doubles safe for plotting, by default will just make zero if the value is invalid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.MakeSafeScript", + "id": 0, + "name": "MakeSafeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.MakeSafeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting MakeSafe in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.MovingSum", + "id": 0, + "name": "MovingSum", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.MovingSum", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The strategy provided to calculate a moving sum for a collection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnSupportingCalculation", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnSupportingCalculation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.ShortPriceOscillatorAverage", + "id": 0, + "name": "ShortPriceOscillatorAverage", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.ShortPriceOscillatorAverage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The strategy provided to calculate the short period moving average for price oscillator indicators." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataSourceSupportingCalculation", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataSourceSupportingCalculation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.ShortVolumeOscillatorAverage", + "id": 0, + "name": "ShortVolumeOscillatorAverage", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.ShortVolumeOscillatorAverage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The strategy provided to calculate the short period moving average for volume oscillator indicators." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataSourceSupportingCalculation", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataSourceSupportingCalculation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.SMA", + "id": 0, + "name": "SMA", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.SMA", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The strategy provided to calculate a simple moving average for a collection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnSupportingCalculation", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnSupportingCalculation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.STDEV", + "id": 0, + "name": "STDEV", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.STDEV", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The strategy provided to calculate a standard deviation for a collection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnSupportingCalculation", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnSupportingCalculation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart", + "id": 0, + "name": "IgbFinancialChart", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a chart with an ordinal X-axis and a numeric Y-axis." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart", + "id": 0, + "name": "IgbDomainChart" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart", + "id": 0, + "name": "IgbXYChart" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.#ctor", + "id": 0, + "name": "IgbFinancialChart()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.IgbFinancialChart()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.ApplyCustomIndicatorsScript", + "id": 0, + "name": "ApplyCustomIndicatorsScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.ApplyCustomIndicatorsScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.ChartType", + "id": 0, + "name": "ChartType", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.ChartType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The type of price series to display in the main chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.CustomIndicatorNames", + "id": 0, + "name": "CustomIndicatorNames", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.CustomIndicatorNames", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The names of custom indicators to add to the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.ExportSerializedVisualData", + "id": 0, + "name": "ExportSerializedVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.ExportSerializedVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.ExportSerializedVisualDataAsync", + "id": 0, + "name": "ExportSerializedVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.ExportSerializedVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns visuals as a serialized string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorBrushes", + "id": 0, + "name": "IndicatorBrushes", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorBrushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Brushes to use for financial indicators." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorDisplayTypes", + "id": 0, + "name": "IndicatorDisplayTypes", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorDisplayTypes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The display types of financial indicators." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbIndicatorDisplayTypeCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbIndicatorDisplayTypeCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorLongPeriod", + "id": 0, + "name": "IndicatorLongPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorLongPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The long period of financial indicators, where applicable." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorMultiplier", + "id": 0, + "name": "IndicatorMultiplier", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorMultiplier", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The multiplier of financial indicators, e.g. BollingerBandWidth indicator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorNegativeBrushes", + "id": 0, + "name": "IndicatorNegativeBrushes", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorNegativeBrushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Brushes to use for negative elements in financial indicators." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorPeriod", + "id": 0, + "name": "IndicatorPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The period of financial indicators, where applicable." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorShortPeriod", + "id": 0, + "name": "IndicatorShortPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorShortPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The short period of financial indicators, where applicable." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorSignalPeriod", + "id": 0, + "name": "IndicatorSignalPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorSignalPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The signal period of financial indicators, where applicable." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorSmoothingPeriod", + "id": 0, + "name": "IndicatorSmoothingPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorSmoothingPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The smoothing period of financial indicators, where applicable." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorThickness", + "id": 0, + "name": "IndicatorThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The outline or stroke thickness of financial indicators." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorTypes", + "id": 0, + "name": "IndicatorTypes", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.IndicatorTypes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A collection indicating what financial indicator types to display on the Financial Chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFinancialIndicatorTypeCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFinancialIndicatorTypeCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.IsHorizontalZoomEnabled", + "id": 0, + "name": "IsHorizontalZoomEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.IsHorizontalZoomEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.IsLegendVisible", + "id": 0, + "name": "IsLegendVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.IsLegendVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets weather or not a legend is visible between toolbar and chart's plot area" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.IsToolbarVisible", + "id": 0, + "name": "IsToolbarVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.IsToolbarVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A boolean property controlling the visibility of the toolbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.IsVerticalZoomEnabled", + "id": 0, + "name": "IsVerticalZoomEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.IsVerticalZoomEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.IsWindowSyncedToVisibleRange", + "id": 0, + "name": "IsWindowSyncedToVisibleRange", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.IsWindowSyncedToVisibleRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A boolean indicating whether the chart should automatically zoom in vertically on the currently visible range of data." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.LeftMargin", + "id": 0, + "name": "LeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.LeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.NeedsDynamicContent", + "id": 0, + "name": "NeedsDynamicContent", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.NeedsDynamicContent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.NegativeBrushes", + "id": 0, + "name": "NegativeBrushes", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.NegativeBrushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette used for coloring negative items of Waterfall chart type." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.NegativeOutlines", + "id": 0, + "name": "NegativeOutlines", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.NegativeOutlines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Brushes to use for drawing negative elements, when using a chart type with contextual coloring, such as Waterfall." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.NotifyClearItems(System.Object)", + "id": 0, + "name": "NotifyClearItems(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.NotifyClearItems(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.NotifyClearItemsAsync(System.Object)", + "id": 0, + "name": "NotifyClearItemsAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.NotifyClearItemsAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.NotifyInsertItem(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItem(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.NotifyInsertItem(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.NotifyInsertItemAsync(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItemAsync(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.NotifyInsertItemAsync(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.NotifyRemoveItem(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItem(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.NotifyRemoveItem(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.NotifyRemoveItemAsync(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItemAsync(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.NotifyRemoveItemAsync(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.NotifySetItem(System.Object,System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItem(Object, Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.NotifySetItem(System.Object, System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.NotifySetItemAsync(System.Object,System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItemAsync(Object, Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.NotifySetItemAsync(System.Object, System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.OverlayBrushes", + "id": 0, + "name": "OverlayBrushes", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.OverlayBrushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Brushes to use for filling financial overlays." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.OverlayMultiplier", + "id": 0, + "name": "OverlayMultiplier", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.OverlayMultiplier", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The multiplier of financial overlay, e.g. BollingerBands overlay." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.OverlayOutlines", + "id": 0, + "name": "OverlayOutlines", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.OverlayOutlines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Brushes to use for outlining financial overlays." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.OverlayThickness", + "id": 0, + "name": "OverlayThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.OverlayThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The outline thickness of financial overlays." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.OverlayTypes", + "id": 0, + "name": "OverlayTypes", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.OverlayTypes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A collection indicating what financial overlay types to display on the Financial Chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFinancialOverlayTypeCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFinancialOverlayTypeCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.ProvideContainer(System.Object)", + "id": 0, + "name": "ProvideContainer(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.ProvideContainer(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.ProvideContainerAsync(System.Object)", + "id": 0, + "name": "ProvideContainerAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.ProvideContainerAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called by the UI framework to provide a UI container for rendering this control." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.RangeSelectorOptions", + "id": 0, + "name": "RangeSelectorOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.RangeSelectorOptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A FinancialChartRangeSelectorOptionCollection containing the available range selector options on the toolbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFinancialChartRangeSelectorOptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFinancialChartRangeSelectorOptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.Resolution", + "id": 0, + "name": "Resolution", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.Resolution", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the rendering resolution for all series in this chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.ToolbarHeight", + "id": 0, + "name": "ToolbarHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.ToolbarHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.TooltipTemplate", + "id": 0, + "name": "TooltipTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.TooltipTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbDataContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbDataContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.VolumeBrushes", + "id": 0, + "name": "VolumeBrushes", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.VolumeBrushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Brushes to use for filling volume series in the volume pane." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.VolumeOutlines", + "id": 0, + "name": "VolumeOutlines", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.VolumeOutlines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Brushes to use for outlining volume series in the volume pane." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.VolumeThickness", + "id": 0, + "name": "VolumeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.VolumeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The outline thickness of volume series in the volume pane." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.VolumeType", + "id": 0, + "name": "VolumeType", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.VolumeType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The type of series to display in the volume pane." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartVolumeType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartVolumeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.XAxisBreaks", + "id": 0, + "name": "XAxisBreaks", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.XAxisBreaks", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a collection of time axis breaks on x-axis. You can add time axis breaks to exclude plotting of data points in specified range of dates" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTimeAxisBreakCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTimeAxisBreakCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.XAxisEnhancedIntervalPreferMoreCategoryLabels", + "id": 0, + "name": "XAxisEnhancedIntervalPreferMoreCategoryLabels", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.XAxisEnhancedIntervalPreferMoreCategoryLabels", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the x axis enhanced interval management should prefer to show all the labels if possible without collisions for supported types of category axes. This is for use with EnhancedIntervalMinimumCharacters = -1 and axes that have an integral interval." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.XAxisMaximumValue", + "id": 0, + "name": "XAxisMaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.XAxisMaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets maximum value on x-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.XAxisMinimumValue", + "id": 0, + "name": "XAxisMinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.XAxisMinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets minimum value on x-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.XAxisMode", + "id": 0, + "name": "XAxisMode", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.XAxisMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The scaling mode of the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartXAxisMode", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartXAxisMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.XAxisZoomMaximumCategoryRange", + "id": 0, + "name": "XAxisZoomMaximumCategoryRange", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.XAxisZoomMaximumCategoryRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets number of visible categories at maximum zooming level" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.XAxisZoomMaximumItemSpan", + "id": 0, + "name": "XAxisZoomMaximumItemSpan", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.XAxisZoomMaximumItemSpan", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets maximum pixel span of series item that will be visible at maximum zooming level This property ensures that series item does not get stretch above specified value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.XAxisZoomToCategoryRange", + "id": 0, + "name": "XAxisZoomToCategoryRange", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.XAxisZoomToCategoryRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets number of categories that the chart will zoom in and fill plot area" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.XAxisZoomToCategoryStart", + "id": 0, + "name": "XAxisZoomToCategoryStart", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.XAxisZoomToCategoryStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets starting category that chart will move its zoom window. Acceptable value is between 0 and number of data items" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.XAxisZoomToItemSpan", + "id": 0, + "name": "XAxisZoomToItemSpan", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.XAxisZoomToItemSpan", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets pixel span of series item that will be used to zoom chart such that the item has desired span Chart will automatically zoom in until series item has specified pixel span." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.YAxisAbbreviateLargeNumbers", + "id": 0, + "name": "YAxisAbbreviateLargeNumbers", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.YAxisAbbreviateLargeNumbers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the large numbers on the Y-axis labels are abbreviated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.YAxisEnhancedIntervalPreferMoreCategoryLabels", + "id": 0, + "name": "YAxisEnhancedIntervalPreferMoreCategoryLabels", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.YAxisEnhancedIntervalPreferMoreCategoryLabels", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the y axis enhanced interval management should prefer to show all the labels if possible without collisions for supported types of category axes. This is for use with EnhancedIntervalMinimumCharacters = -1 and axes that have an integral interval." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.YAxisInterval", + "id": 0, + "name": "YAxisInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.YAxisInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance between each label and grid line along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.YAxisIsLogarithmic", + "id": 0, + "name": "YAxisIsLogarithmic", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.YAxisIsLogarithmic", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the Y-axis should use a logarithmic scale instead of a linear one." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.YAxisLabelHorizontalAlignment", + "id": 0, + "name": "YAxisLabelHorizontalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.YAxisLabelHorizontalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Horizontal alignment of Y-axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.YAxisLogarithmBase", + "id": 0, + "name": "YAxisLogarithmBase", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.YAxisLogarithmBase", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the base value to use in the log function when mapping the position of data items along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.YAxisMaximumValue", + "id": 0, + "name": "YAxisMaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.YAxisMaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data value corresponding to the maximum value of the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.YAxisMinimumValue", + "id": 0, + "name": "YAxisMinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.YAxisMinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data value corresponding to the minimum value of the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.YAxisMinorInterval", + "id": 0, + "name": "YAxisMinorInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.YAxisMinorInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the frequency of displayed minor lines along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.YAxisMode", + "id": 0, + "name": "YAxisMode", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.YAxisMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The scaling mode of the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartYAxisMode", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartYAxisMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.ZoomSliderType", + "id": 0, + "name": "ZoomSliderType", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.ZoomSliderType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets type of series to display in the zoom slider pane." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FinancialChartZoomSliderType", + "fullTypeName": "IgniteUI.Blazor.Controls.FinancialChartZoomSliderType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.ZoomSliderXAxisMajorStroke", + "id": 0, + "name": "ZoomSliderXAxisMajorStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.ZoomSliderXAxisMajorStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets stroke brush of major gridlines on x-axis of the zoom slider pane" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChart.ZoomSliderXAxisMajorStrokeThickness", + "id": 0, + "name": "ZoomSliderXAxisMajorStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChart.ZoomSliderXAxisMajorStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets thickness of major gridlines on x-axis of the zoom slider pane" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChartCoreModule", + "id": 0, + "name": "IgbFinancialChartCoreModule", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChartCoreModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChartCoreModule.#ctor", + "id": 0, + "name": "IgbFinancialChartCoreModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChartCoreModule.IgbFinancialChartCoreModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChartCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChartCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChartCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChartCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChartCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChartCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChartCustomIndicatorArgs", + "id": 0, + "name": "IgbFinancialChartCustomIndicatorArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChartCustomIndicatorArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event arguments for the Financial Chart's custom indicator event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChartCustomIndicatorArgs.#ctor", + "id": 0, + "name": "IgbFinancialChartCustomIndicatorArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChartCustomIndicatorArgs.IgbFinancialChartCustomIndicatorArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChartCustomIndicatorArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChartCustomIndicatorArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChartCustomIndicatorArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChartCustomIndicatorArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChartCustomIndicatorArgs.Index", + "id": 0, + "name": "Index", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChartCustomIndicatorArgs.Index", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "An integer representing the position of the associated custom indicator in its host." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChartCustomIndicatorArgs.Series", + "id": 0, + "name": "Series", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChartCustomIndicatorArgs.Series", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The Series in context." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChartCustomIndicatorArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChartCustomIndicatorArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChartCustomIndicatorArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChartCustomIndicatorArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChartModule", + "id": 0, + "name": "IgbFinancialChartModule", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChartModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChartModule.#ctor", + "id": 0, + "name": "IgbFinancialChartModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChartModule.IgbFinancialChartModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChartModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChartModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChartModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChartModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChartModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChartModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChartRangeSelectorOptionCollection", + "id": 0, + "name": "IgbFinancialChartRangeSelectorOptionCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChartRangeSelectorOptionCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.FinancialChartRangeSelectorOption}", + "id": 0, + "name": "BaseCollection<FinancialChartRangeSelectorOption>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialChartRangeSelectorOptionCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbFinancialChartRangeSelectorOptionCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialChartRangeSelectorOptionCollection.IgbFinancialChartRangeSelectorOptionCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialEventArgs", + "id": 0, + "name": "IgbFinancialEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Parameterizes a financial calculation event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialEventArgs.#ctor", + "id": 0, + "name": "IgbFinancialEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialEventArgs.IgbFinancialEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialEventArgs.Count", + "id": 0, + "name": "Count", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialEventArgs.Count", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The number of positions that should be calculated from the start." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialEventArgs.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialEventArgs.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The data to use for the calculation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFinancialCalculationDataSource", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationDataSource" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialEventArgs.Position", + "id": 0, + "name": "Position", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialEventArgs.Position", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The beginning position that should be calculated from." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialEventArgs.SupportingCalculations", + "id": 0, + "name": "SupportingCalculations", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialEventArgs.SupportingCalculations", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The supporting calculations to use in the calculation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFinancialCalculationSupportingCalculations", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFinancialCalculationSupportingCalculations" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the base functionality for a IgbDataChart financial indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.#ctor", + "id": 0, + "name": "IgbFinancialIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.IgbFinancialIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.ActualTrendLineBrush", + "id": 0, + "name": "ActualTrendLineBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.ActualTrendLineBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective TrendLineBrush for this indicator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.DisplayType", + "id": 0, + "name": "DisplayType", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.DisplayType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display for the current FinancialIndicator object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IndicatorDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.IndicatorDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.GetSeriesValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.GetSeriesValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBox(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBoxAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If possible, will return the best available value bounding box within the series that has the best value match for the world position provided." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.IgnoreFirst", + "id": 0, + "name": "IgnoreFirst", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.IgnoreFirst", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the number of values to hide at the beginning of the indicator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.ScrollIntoView(System.Object)", + "id": 0, + "name": "ScrollIntoView(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.ScrollIntoView(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.ScrollIntoViewAsync(System.Object)", + "id": 0, + "name": "ScrollIntoViewAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.ScrollIntoViewAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls the series to display the item for the specified data item." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.TrendLineBrush", + "id": 0, + "name": "TrendLineBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.TrendLineBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use to draw the trend line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.TrendLineDashArray", + "id": 0, + "name": "TrendLineDashArray", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.TrendLineDashArray", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a collection of double values that indicate the pattern of dashes and gaps that is used to draw the trend line for the current indicator object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.TrendLinePeriod", + "id": 0, + "name": "TrendLinePeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.TrendLinePeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the trend line period for the current series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.TrendLineThickness", + "id": 0, + "name": "TrendLineThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.TrendLineThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness of the current indicator object's trend line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.TrendLineType", + "id": 0, + "name": "TrendLineType", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.TrendLineType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the trend type for the current indicator series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicatorTypeCollection", + "id": 0, + "name": "IgbFinancialIndicatorTypeCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicatorTypeCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.FinancialIndicatorType}", + "id": 0, + "name": "BaseCollection<FinancialIndicatorType>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicatorTypeCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbFinancialIndicatorTypeCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialIndicatorTypeCollection.IgbFinancialIndicatorTypeCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialLegend", + "id": 0, + "name": "IgbFinancialLegend", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialLegend", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a legend that displays information about each series, most often used in financial charting." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase", + "id": 0, + "name": "IgbLegendBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialLegend.#ctor", + "id": 0, + "name": "IgbFinancialLegend()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialLegend.IgbFinancialLegend()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialLegend.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialLegend.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialLegend.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialLegend.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialLegend.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialLegend.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialLegendModule", + "id": 0, + "name": "IgbFinancialLegendModule", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialLegendModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialLegendModule.#ctor", + "id": 0, + "name": "IgbFinancialLegendModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialLegendModule.IgbFinancialLegendModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialLegendModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialLegendModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialLegendModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialLegendModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialLegendModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialLegendModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialOverlay", + "id": 0, + "name": "IgbFinancialOverlay", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialOverlay", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the base functionality for a IgbDataChart financial overlay series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialOverlay.#ctor", + "id": 0, + "name": "IgbFinancialOverlay()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialOverlay.IgbFinancialOverlay()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialOverlay.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialOverlay.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialOverlay.IgnoreFirst", + "id": 0, + "name": "IgnoreFirst", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialOverlay.IgnoreFirst", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the number of values to hide at the beginning of the indicator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialOverlay.ScrollIntoView(System.Object)", + "id": 0, + "name": "ScrollIntoView(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialOverlay.ScrollIntoView(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialOverlay.ScrollIntoViewAsync(System.Object)", + "id": 0, + "name": "ScrollIntoViewAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialOverlay.ScrollIntoViewAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls the series to display the item for the specified data item." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialOverlay.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialOverlay.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialOverlayTypeCollection", + "id": 0, + "name": "IgbFinancialOverlayTypeCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialOverlayTypeCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.FinancialOverlayType}", + "id": 0, + "name": "BaseCollection<FinancialOverlayType>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialOverlayTypeCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbFinancialOverlayTypeCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialOverlayTypeCollection.IgbFinancialOverlayTypeCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries", + "id": 0, + "name": "IgbFinancialPriceSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart financial price series that renders as Candlestick or OHLC representations." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.#ctor", + "id": 0, + "name": "IgbFinancialPriceSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.IgbFinancialPriceSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.ActualTrendLineBrush", + "id": 0, + "name": "ActualTrendLineBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.ActualTrendLineBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective TrendLineBrush for this FinancialPriceSeries." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.CategoryCollisionMode", + "id": 0, + "name": "CategoryCollisionMode", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.CategoryCollisionMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the category collision mode selection behavior to use for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryCollisionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryCollisionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.CloseMemberAsLegendLabel", + "id": 0, + "name": "CloseMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.CloseMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series' Close value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.CloseMemberAsLegendUnit", + "id": 0, + "name": "CloseMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.CloseMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit displayed after series' Close value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.DisplayType", + "id": 0, + "name": "DisplayType", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.DisplayType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display type for the current FinancialPriceSeries object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PriceDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.PriceDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.GetItemSpan", + "id": 0, + "name": "GetItemSpan()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.GetItemSpan()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.GetItemSpanAsync", + "id": 0, + "name": "GetItemSpanAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.GetItemSpanAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBox(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBoxAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If possible, will return the best available value bounding box within the series that has the best value match for the world position provided." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.GetSeriesValueType(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "id": 0, + "name": "GetSeriesValueType(ValueLayerValueMode)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.GetSeriesValueType(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mode", + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + ], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.GetSeriesValueTypeAsync(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "id": 0, + "name": "GetSeriesValueTypeAsync(ValueLayerValueMode)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.GetSeriesValueTypeAsync(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a numeric value from the numeric axis associated with this series that matches the desired value mode." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mode", + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + ], + "return": { + "type": "Task<Double[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.GetSeriesValueTypePosition(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "id": 0, + "name": "GetSeriesValueTypePosition(ValueLayerValueMode)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.GetSeriesValueTypePosition(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mode", + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.GetSeriesValueTypePositionAsync(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "id": 0, + "name": "GetSeriesValueTypePositionAsync(ValueLayerValueMode)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.GetSeriesValueTypePositionAsync(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mode", + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.HighMemberAsLegendLabel", + "id": 0, + "name": "HighMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.HighMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series' High value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.HighMemberAsLegendUnit", + "id": 0, + "name": "HighMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.HighMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit displayed after series' High value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.LowMemberAsLegendLabel", + "id": 0, + "name": "LowMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.LowMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series' Low value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.LowMemberAsLegendUnit", + "id": 0, + "name": "LowMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.LowMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit displayed after series' Low value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.NegativeOutline", + "id": 0, + "name": "NegativeOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.NegativeOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Brush to use for outlining negative elements in the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.OpenMemberAsLegendLabel", + "id": 0, + "name": "OpenMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.OpenMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series' Open value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.OpenMemberAsLegendUnit", + "id": 0, + "name": "OpenMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.OpenMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit displayed after series' Open value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.ScrollIntoView(System.Object)", + "id": 0, + "name": "ScrollIntoView(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.ScrollIntoView(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.ScrollIntoViewAsync(System.Object)", + "id": 0, + "name": "ScrollIntoViewAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.ScrollIntoViewAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls the series to display the item for the specified data item." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.SetNegativeColors(System.String,System.String)", + "id": 0, + "name": "SetNegativeColors(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.SetNegativeColors(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "negativeBrush", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "negativeOutline", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.SetNegativeColorsAsync(System.String,System.String)", + "id": 0, + "name": "SetNegativeColorsAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.SetNegativeColorsAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "negativeBrush", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "negativeOutline", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.TrendLineBrush", + "id": 0, + "name": "TrendLineBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.TrendLineBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use to draw the trend line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.TrendLineDashArray", + "id": 0, + "name": "TrendLineDashArray", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.TrendLineDashArray", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a collection of double values that indicate the pattern of dashes and gaps that is used to draw the trend line for the current FinancialPriceSeries object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.TrendLinePeriod", + "id": 0, + "name": "TrendLinePeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.TrendLinePeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the trend line period for the current series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.TrendLineThickness", + "id": 0, + "name": "TrendLineThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.TrendLineThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness of the current FinancialPriceSeries object's trend line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.TrendLineType", + "id": 0, + "name": "TrendLineType", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.TrendLineType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the trend type for the current financial series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeriesModule", + "id": 0, + "name": "IgbFinancialPriceSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeriesModule.#ctor", + "id": 0, + "name": "IgbFinancialPriceSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeriesModule.IgbFinancialPriceSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialPriceSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the base class for all financial indicator and overlay series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.#ctor", + "id": 0, + "name": "IgbFinancialSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.IgbFinancialSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.AssigningCategoryStyle", + "id": 0, + "name": "AssigningCategoryStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.AssigningCategoryStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAssigningCategoryStyleEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAssigningCategoryStyleEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.AssigningCategoryStyleScript", + "id": 0, + "name": "AssigningCategoryStyleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.AssigningCategoryStyleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "id": 0, + "name": "BindAxes(IgbAxis[])", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Axes", + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.CanUseAsXAxis(System.Object)", + "id": 0, + "name": "CanUseAsXAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.CanUseAsXAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.CanUseAsXAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsXAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.CanUseAsXAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as XAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.CanUseAsYAxis(System.Object)", + "id": 0, + "name": "CanUseAsYAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.CanUseAsYAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.CanUseAsYAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsYAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.CanUseAsYAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as YAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.CloseMemberPath", + "id": 0, + "name": "CloseMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.CloseMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the close mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetCategoryWidth", + "id": 0, + "name": "GetCategoryWidth()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetCategoryWidth()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetCategoryWidthAsync", + "id": 0, + "name": "GetCategoryWidthAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetCategoryWidthAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the width of the category grouping this series is in." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetExactItemIndex(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetExactItemIndex(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetExactItemIndex(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetExactItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetExactItemIndexAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetExactItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the precise item index, if possible, based on the closeness to the previous or next whole integer. If the series cannot provide this information, GetExactItemIndex will return the same integer value as GetItemIndex." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetItem(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItem(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetItem(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item that is the best match for the specified world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndex(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndexAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the index of the item that resides at the provided world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetItemValue(System.Object,System.String)", + "id": 0, + "name": "GetItemValue(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetItemValue(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetItemValueAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemValueAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetItemValueAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetMemberPathValue(System.String)", + "id": 0, + "name": "GetMemberPathValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetMemberPathValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetMemberPathValueAsync(System.String)", + "id": 0, + "name": "GetMemberPathValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetMemberPathValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value of a requested member path from the series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetOffsetValue", + "id": 0, + "name": "GetOffsetValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetOffsetValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetOffsetValueAsync", + "id": 0, + "name": "GetOffsetValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetOffsetValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the offset value for this series if grouped on a category axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesCloseValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesCloseValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesCloseValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesCloseValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesCloseValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesCloseValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesCloseValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesCloseValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesCloseValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesCloseValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesCloseValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesCloseValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesHighValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesHighValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesHighValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesHighValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesHighValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesHighValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesHighValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesHighValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesHighValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesHighValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesHighValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesHighValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesLowValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesLowValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesLowValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesLowValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesLowValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesLowValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesLowValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesLowValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesLowValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesLowValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesLowValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesLowValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesOpenValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesOpenValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesOpenValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesOpenValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesOpenValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesOpenValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesOpenValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesOpenValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesOpenValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesOpenValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesOpenValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesOpenValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesVolumeValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesVolumeValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesVolumeValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesVolumeValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesVolumeValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesVolumeValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesVolumeValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesVolumeValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesVolumeValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesVolumeValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesVolumeValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.GetSeriesVolumeValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.HighlightedCloseMemberPath", + "id": 0, + "name": "HighlightedCloseMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.HighlightedCloseMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlighted Y value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.HighlightedHighMemberPath", + "id": 0, + "name": "HighlightedHighMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.HighlightedHighMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlighted Y value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.HighlightedLowMemberPath", + "id": 0, + "name": "HighlightedLowMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.HighlightedLowMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlighted X value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.HighlightedOpenMemberPath", + "id": 0, + "name": "HighlightedOpenMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.HighlightedOpenMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlighted X value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.HighlightedVolumeMemberPath", + "id": 0, + "name": "HighlightedVolumeMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.HighlightedVolumeMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlighted Y value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.HighMemberPath", + "id": 0, + "name": "HighMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.HighMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the high mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.IsCustomCategoryStyleAllowed", + "id": 0, + "name": "IsCustomCategoryStyleAllowed", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.IsCustomCategoryStyleAllowed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this category series should allow custom style overrides of its individual visuals." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.IsTransitionInEnabled", + "id": 0, + "name": "IsTransitionInEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.IsTransitionInEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the series should transition into the plot area when a new data source is assigned. Note: Transitions are not currently supported for stacked series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.LowMemberPath", + "id": 0, + "name": "LowMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.LowMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the low mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.NegativeBrush", + "id": 0, + "name": "NegativeBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.NegativeBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for negative portions of the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.OpenMemberPath", + "id": 0, + "name": "OpenMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.OpenMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the open mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.SetNegativeColors(System.String,System.String)", + "id": 0, + "name": "SetNegativeColors(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.SetNegativeColors(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "negativeBrush", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "negativeOutline", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.SetNegativeColorsAsync(System.String,System.String)", + "id": 0, + "name": "SetNegativeColorsAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.SetNegativeColorsAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "negativeBrush", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "negativeOutline", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.TransitionInMode", + "id": 0, + "name": "TransitionInMode", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.TransitionInMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the method by which to animate the data into the chart when the chart data source is swapped. Note: Transitions are not currently supported for stacked series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.Typical", + "id": 0, + "name": "Typical", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.Typical", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFinancialEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFinancialEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.TypicalBasedOn", + "id": 0, + "name": "TypicalBasedOn", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.TypicalBasedOn", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFinancialEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFinancialEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.TypicalBasedOnScript", + "id": 0, + "name": "TypicalBasedOnScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.TypicalBasedOnScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.TypicalScript", + "id": 0, + "name": "TypicalScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.TypicalScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.VolumeMemberPath", + "id": 0, + "name": "VolumeMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.VolumeMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the volume mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.XAxis", + "id": 0, + "name": "XAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.XAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the effective x-axis for the current FinancialSeries object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCategoryAxisBase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.XAxisName", + "id": 0, + "name": "XAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.XAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve xAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.XAxisScript", + "id": 0, + "name": "XAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.XAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting XAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.YAxis", + "id": 0, + "name": "YAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.YAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the effective y-axis for the current FinancialSeries object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbNumericYAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbNumericYAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.YAxisName", + "id": 0, + "name": "YAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.YAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve yAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries.YAxisScript", + "id": 0, + "name": "YAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFinancialSeries.YAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting YAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgs", + "id": 0, + "name": "IgbFloatingPaneResizeEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgs.#ctor", + "id": 0, + "name": "IgbFloatingPaneResizeEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgs.IgbFloatingPaneResizeEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFloatingPaneResizeEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail", + "id": 0, + "name": "IgbFloatingPaneResizeEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail.#ctor", + "id": 0, + "name": "IgbFloatingPaneResizeEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail.IgbFloatingPaneResizeEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail.ResizerLocation", + "id": 0, + "name": "ResizerLocation", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail.ResizerLocation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the edge/corner that is being dragged." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ResizerLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.ResizerLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail.SourcePane", + "id": 0, + "name": "SourcePane", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail.SourcePane", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the source pane that triggers the resize operation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSplitPane", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSplitPane" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgs", + "id": 0, + "name": "IgbFloatingPaneResizeMoveEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgs.#ctor", + "id": 0, + "name": "IgbFloatingPaneResizeMoveEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgs.IgbFloatingPaneResizeMoveEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFloatingPaneResizeMoveEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail", + "id": 0, + "name": "IgbFloatingPaneResizeMoveEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeEventArgsDetail", + "id": 0, + "name": "IgbFloatingPaneResizeEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.#ctor", + "id": 0, + "name": "IgbFloatingPaneResizeMoveEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.IgbFloatingPaneResizeMoveEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.NewHeight", + "id": 0, + "name": "NewHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.NewHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the pane's height after the resizing operation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.NewLocation", + "id": 0, + "name": "NewLocation", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.NewLocation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the pane's floating location after the resizing operation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockManagerPoint", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerPoint" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.NewWidth", + "id": 0, + "name": "NewWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.NewWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the pane's width after the resizing operation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.OldHeight", + "id": 0, + "name": "OldHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.OldHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the pane's height before the resizing operation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.OldLocation", + "id": 0, + "name": "OldLocation", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.OldLocation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the pane's floating location before the resizing operation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockManagerPoint", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerPoint" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.OldWidth", + "id": 0, + "name": "OldWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.OldWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the pane's width before the resizing operation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatingPaneResizeMoveEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatPaneAction", + "id": 0, + "name": "IgbFloatPaneAction", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatPaneAction", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragAction", + "id": 0, + "name": "IgbPaneDragAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.#ctor", + "id": 0, + "name": "IgbFloatPaneAction()", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.IgbFloatPaneAction()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.ActionType", + "id": 0, + "name": "ActionType", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.ActionType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PaneDragActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.PaneDragActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.Height", + "id": 0, + "name": "Height", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.Height", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.Location", + "id": 0, + "name": "Location", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.Location", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockManagerPoint", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerPoint" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.Width", + "id": 0, + "name": "Width", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatPaneAction.Width", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatPaneActionModule", + "id": 0, + "name": "IgbFloatPaneActionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatPaneActionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatPaneActionModule.#ctor", + "id": 0, + "name": "IgbFloatPaneActionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatPaneActionModule.IgbFloatPaneActionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatPaneActionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatPaneActionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFloatPaneActionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFloatPaneActionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFocusOptions", + "id": 0, + "name": "IgbFocusOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbFocusOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFocusOptions.#ctor", + "id": 0, + "name": "IgbFocusOptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbFocusOptions.IgbFocusOptions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFocusOptions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFocusOptions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFocusOptions.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFocusOptions.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFocusOptions.PreventScroll", + "id": 0, + "name": "PreventScroll", + "fullName": "IgniteUI.Blazor.Controls.IgbFocusOptions.PreventScroll", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFocusOptions.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFocusOptions.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFocusOptions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFocusOptions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForceIndexIndicator", + "id": 0, + "name": "IgbForceIndexIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbForceIndexIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Force Index indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbForceIndexIndicator.#ctor", + "id": 0, + "name": "IgbForceIndexIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbForceIndexIndicator.IgbForceIndexIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForceIndexIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbForceIndexIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForceIndexIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbForceIndexIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForceIndexIndicator.Period", + "id": 0, + "name": "Period", + "fullName": "IgniteUI.Blazor.Controls.IgbForceIndexIndicator.Period", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current AverageTrueRangeSeries object. The typical, and initial, value for ForceIndiex periods is 0." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForceIndexIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbForceIndexIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForceIndexIndicatorModule", + "id": 0, + "name": "IgbForceIndexIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbForceIndexIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbForceIndexIndicatorModule.#ctor", + "id": 0, + "name": "IgbForceIndexIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbForceIndexIndicatorModule.IgbForceIndexIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForceIndexIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbForceIndexIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForceIndexIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbForceIndexIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForceIndexIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbForceIndexIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs", + "id": 0, + "name": "IgbFormatCellEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.#ctor", + "id": 0, + "name": "IgbFormatCellEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.IgbFormatCellEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.IsGroup", + "id": 0, + "name": "IsGroup", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.IsGroup", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The cell is part of a grouping row." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.IsSummary", + "id": 0, + "name": "IsSummary", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.IsSummary", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The cell is part of a summary row." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the data item associated with the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.Row", + "id": 0, + "name": "Row", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.Row", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row index of the cell to format." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.Text", + "id": 0, + "name": "Text", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.Text", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the formatted text to display in the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value that is to be displayed in the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.ValueScript", + "id": 0, + "name": "ValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatCellEventArgs.ValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Value in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs", + "id": 0, + "name": "IgbFormatGroupTextEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs.#ctor", + "id": 0, + "name": "IgbFormatGroupTextEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs.IgbFormatGroupTextEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs.FormattedText", + "id": 0, + "name": "FormattedText", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs.FormattedText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the final text that will be displayed in the group header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs.FormattedValue", + "id": 0, + "name": "FormattedValue", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs.FormattedValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the group value as text, formatted based on the GroupDescription's ValueFormat." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs.GroupName", + "id": 0, + "name": "GroupName", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs.GroupName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the group name." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs.GroupValue", + "id": 0, + "name": "GroupValue", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs.GroupValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the original value before formatting." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs.GroupValueScript", + "id": 0, + "name": "GroupValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs.GroupValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting GroupValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatGroupTextEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatLinearGraphLabelEventArgs", + "id": 0, + "name": "IgbFormatLinearGraphLabelEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatLinearGraphLabelEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event argument for FormatLinearGraphLabel." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatLinearGraphLabelEventArgs.#ctor", + "id": 0, + "name": "IgbFormatLinearGraphLabelEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatLinearGraphLabelEventArgs.IgbFormatLinearGraphLabelEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatLinearGraphLabelEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatLinearGraphLabelEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatLinearGraphLabelEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatLinearGraphLabelEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatLinearGraphLabelEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatLinearGraphLabelEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatLinearGraphLabelEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatLinearGraphLabelEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatRadialGaugeLabelEventArgs", + "id": 0, + "name": "IgbFormatRadialGaugeLabelEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatRadialGaugeLabelEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event argument for FormatRadialGaugeLabel." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatRadialGaugeLabelEventArgs.#ctor", + "id": 0, + "name": "IgbFormatRadialGaugeLabelEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatRadialGaugeLabelEventArgs.IgbFormatRadialGaugeLabelEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatRadialGaugeLabelEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatRadialGaugeLabelEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatRadialGaugeLabelEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatRadialGaugeLabelEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatRadialGaugeLabelEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatRadialGaugeLabelEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatRadialGaugeLabelEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatRadialGaugeLabelEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier", + "id": 0, + "name": "IgbFormatSpecifier", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.#ctor", + "id": 0, + "name": "IgbFormatSpecifier()", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.IgbFormatSpecifier()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.AxisParent", + "id": 0, + "name": "AxisParent", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.AxisParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.DateTimeColumnParent", + "id": 0, + "name": "DateTimeColumnParent", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.DateTimeColumnParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.GetLocalCulture", + "id": 0, + "name": "GetLocalCulture()", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.GetLocalCulture()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.GetLocalCultureAsync", + "id": 0, + "name": "GetLocalCultureAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.GetLocalCultureAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.HorizontalLabelFormatSpecifiersParent", + "id": 0, + "name": "HorizontalLabelFormatSpecifiersParent", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.HorizontalLabelFormatSpecifiersParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.LegendLabelFormatSpecifiersParent", + "id": 0, + "name": "LegendLabelFormatSpecifiersParent", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.LegendLabelFormatSpecifiersParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.LegendOthersLabelFormatSpecifiersParent", + "id": 0, + "name": "LegendOthersLabelFormatSpecifiersParent", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.LegendOthersLabelFormatSpecifiersParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.LinearGraphParent", + "id": 0, + "name": "LinearGraphParent", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.LinearGraphParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.NumericColumnParent", + "id": 0, + "name": "NumericColumnParent", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.NumericColumnParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.OthersLabelFormatSpecifiersParent", + "id": 0, + "name": "OthersLabelFormatSpecifiersParent", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.OthersLabelFormatSpecifiersParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.PieChartBaseParent", + "id": 0, + "name": "PieChartBaseParent", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.PieChartBaseParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.RadialGaugeParent", + "id": 0, + "name": "RadialGaugeParent", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.RadialGaugeParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.RingSeriesBaseParent", + "id": 0, + "name": "RingSeriesBaseParent", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.RingSeriesBaseParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.VerticalLabelFormatSpecifiersParent", + "id": 0, + "name": "VerticalLabelFormatSpecifiersParent", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.VerticalLabelFormatSpecifiersParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.XAxisLabelFormatSpecifiersParent", + "id": 0, + "name": "XAxisLabelFormatSpecifiersParent", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.XAxisLabelFormatSpecifiersParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.YAxisLabelFormatSpecifiersParent", + "id": 0, + "name": "YAxisLabelFormatSpecifiersParent", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifier.YAxisLabelFormatSpecifiersParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection", + "id": 0, + "name": "IgbFormatSpecifierCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbFormatSpecifier}", + "id": 0, + "name": "BaseCollection<IgbFormatSpecifier>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbFormatSpecifierCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection.IgbFormatSpecifierCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifierModule", + "id": 0, + "name": "IgbFormatSpecifierModule", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifierModule.#ctor", + "id": 0, + "name": "IgbFormatSpecifierModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierModule.IgbFormatSpecifierModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifierModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifierModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifierModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs", + "id": 0, + "name": "IgbFormatSummaryTextEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.#ctor", + "id": 0, + "name": "IgbFormatSummaryTextEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.IgbFormatSummaryTextEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.DisplayName", + "id": 0, + "name": "DisplayName", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.DisplayName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the summary display name." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.Field", + "id": 0, + "name": "Field", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.Field", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the summary property name." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.FormattedResult", + "id": 0, + "name": "FormattedResult", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.FormattedResult", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the summary value as formatted text. Setting this property will only affect summary cells." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.FormattedText", + "id": 0, + "name": "FormattedText", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.FormattedText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the final text that will be displayed in the group header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.SummaryResult", + "id": 0, + "name": "SummaryResult", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.SummaryResult", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the original value before formatting." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.SummaryResultScript", + "id": 0, + "name": "SummaryResultScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.SummaryResultScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting SummaryResult in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFormatSummaryTextEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgs", + "id": 0, + "name": "IgbForOfDataChangeEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgs.#ctor", + "id": 0, + "name": "IgbForOfDataChangeEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgs.IgbForOfDataChangeEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbForOfDataChangeEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgsDetail", + "id": 0, + "name": "IgbForOfDataChangeEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgsDetail", + "id": 0, + "name": "IgbForOfDataChangingEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgsDetail.#ctor", + "id": 0, + "name": "IgbForOfDataChangeEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgsDetail.IgbForOfDataChangeEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgs", + "id": 0, + "name": "IgbForOfDataChangingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgs.#ctor", + "id": 0, + "name": "IgbForOfDataChangingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgs.IgbForOfDataChangingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbForOfDataChangingEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgsDetail", + "id": 0, + "name": "IgbForOfDataChangingEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgsDetail.#ctor", + "id": 0, + "name": "IgbForOfDataChangingEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgsDetail.IgbForOfDataChangingEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgsDetail.ContainerSize", + "id": 0, + "name": "ContainerSize", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgsDetail.ContainerSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgsDetail.State", + "id": 0, + "name": "State", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgsDetail.State", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbForOfState", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbForOfState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfDataChangingEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfState", + "id": 0, + "name": "IgbForOfState", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfState", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgs", + "id": 0, + "name": "IgbBaseEventArgs" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfState.#ctor", + "id": 0, + "name": "IgbForOfState()", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfState.IgbForOfState()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfState.ChunkSize", + "id": 0, + "name": "ChunkSize", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfState.ChunkSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfState.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfState.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfState.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfState.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfState.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfState.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfState.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfState.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfState.StartIndex", + "id": 0, + "name": "StartIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfState.StartIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfState.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfState.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfState.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfState.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfStateDetail", + "id": 0, + "name": "IgbForOfStateDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfStateDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfStateDetail.#ctor", + "id": 0, + "name": "IgbForOfStateDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfStateDetail.IgbForOfStateDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfStateDetail.ChunkSize", + "id": 0, + "name": "ChunkSize", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfStateDetail.ChunkSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfStateDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfStateDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfStateDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfStateDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfStateDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfStateDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfStateDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfStateDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfStateDetail.StartIndex", + "id": 0, + "name": "StartIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfStateDetail.StartIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfStateDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfStateDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfStateDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfStateDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfStateEventArgs", + "id": 0, + "name": "IgbForOfStateEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfStateEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfStateEventArgs.#ctor", + "id": 0, + "name": "IgbForOfStateEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfStateEventArgs.IgbForOfStateEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfStateEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfStateEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbForOfStateDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbForOfStateDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfStateEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfStateEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfStateEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfStateEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfStateEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfStateEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbForOfStateEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbForOfStateEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFragmentBase", + "id": 0, + "name": "IgbFragmentBase", + "fullName": "IgniteUI.Blazor.Controls.IgbFragmentBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents one part of a stacked series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFragmentBase.#ctor", + "id": 0, + "name": "IgbFragmentBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbFragmentBase.IgbFragmentBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFragmentBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFragmentBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFragmentBase.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFragmentBase.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFragmentBase.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbFragmentBase.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFragmentBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFragmentBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicator", + "id": 0, + "name": "IgbFullStochasticOscillatorIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Full Stochastic Oscillator indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicator.#ctor", + "id": 0, + "name": "IgbFullStochasticOscillatorIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicator.IgbFullStochasticOscillatorIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicator.Period", + "id": 0, + "name": "Period", + "fullName": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicator.Period", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current FullStochasticOscillatorIndicator object. The typical, and initial, value for FullStochasticOscillatorIndicator periods is 14." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicator.SmoothingPeriod", + "id": 0, + "name": "SmoothingPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicator.SmoothingPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average SmoothingPeriod for the current FullStochasticOscillatorIndicator object. The typical, and initial, value for FullStochasticOscillatorIndicator SmoothingPeriod is 3." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicator.TriggerPeriod", + "id": 0, + "name": "TriggerPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicator.TriggerPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average TriggerPeriod for the current FullStochasticOscillatorIndicator object. The typical, and initial, value for FullStochasticOscillatorIndicator TriggerPeriod is 3." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicatorModule", + "id": 0, + "name": "IgbFullStochasticOscillatorIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicatorModule.#ctor", + "id": 0, + "name": "IgbFullStochasticOscillatorIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicatorModule.IgbFullStochasticOscillatorIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFullStochasticOscillatorIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression", + "id": 0, + "name": "IgbFunctionFilterExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a filter expression that is a function applied to some parameter expressions." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression.#ctor", + "id": 0, + "name": "IgbFunctionFilterExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression.IgbFunctionFilterExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression.FunctionArguments", + "id": 0, + "name": "FunctionArguments", + "fullName": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression.FunctionArguments", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the arguments of the function." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpressionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpressionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression.FunctionType", + "id": 0, + "name": "FunctionType", + "fullName": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression.FunctionType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the function type of the function." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression.HasFunctionArguments", + "id": 0, + "name": "HasFunctionArguments", + "fullName": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression.HasFunctionArguments", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the expression has arguments specified." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression.IsFunction", + "id": 0, + "name": "IsFunction", + "fullName": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression.IsFunction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the expression is a function expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression.Precedence", + "id": 0, + "name": "Precedence", + "fullName": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression.Precedence", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFunctionFilterExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart", + "id": 0, + "name": "IgbFunnelChart", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a funnel chart." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.#ctor", + "id": 0, + "name": "IgbFunnelChart()", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.IgbFunnelChart()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.ActualHighlightValueDisplayMode", + "id": 0, + "name": "ActualHighlightValueDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.ActualHighlightValueDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether and how to display the highlighted value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HighlightedValueDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.ActualHighlightValueOpacity", + "id": 0, + "name": "ActualHighlightValueOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.ActualHighlightValueOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity of the primary needle while highlighting" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.AllowSliceSelection", + "id": 0, + "name": "AllowSliceSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.AllowSliceSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to allow slices to be selected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.BottomEdgeWidth", + "id": 0, + "name": "BottomEdgeWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.BottomEdgeWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the percentage (from near 0 to 1) of space the bottom edge of the funnel should take." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.Brushes", + "id": 0, + "name": "Brushes", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.Brushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette of brushes to use for coloring the slices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ItemsSource for the funnel chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.ExportSerializedVisualData", + "id": 0, + "name": "ExportSerializedVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.ExportSerializedVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.ExportSerializedVisualDataAsync", + "id": 0, + "name": "ExportSerializedVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.ExportSerializedVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Exports and serializes the chart visuals." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.Flush", + "id": 0, + "name": "Flush()", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.Flush()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.FlushAsync", + "id": 0, + "name": "FlushAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.FlushAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Use to force the funnel chart to finish any deferred work before printing or evaluating its visual." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.FormatInnerLabel", + "id": 0, + "name": "FormatInnerLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.FormatInnerLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the formatter function for inner labels. Function should return string and it takes 3 parameters: 1st-value of item to format, 2nd-index of item within data, 3rd-reference to the funnel chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.FormatInnerLabelScript", + "id": 0, + "name": "FormatInnerLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.FormatInnerLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting FormatInnerLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.FormatOuterLabel", + "id": 0, + "name": "FormatOuterLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.FormatOuterLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the formatter function for outer labels. Function should return string and it takes 3 parameters: 1st-value of item to format, 2nd-index of item within data, 3rd-reference to the funnel chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.FormatOuterLabelScript", + "id": 0, + "name": "FormatOuterLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.FormatOuterLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting FormatOuterLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.FunnelSliceDisplay", + "id": 0, + "name": "FunnelSliceDisplay", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.FunnelSliceDisplay", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how the heights of the funnel slices should be configured." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FunnelSliceDisplay", + "fullTypeName": "IgniteUI.Blazor.Controls.FunnelSliceDisplay" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.GetCurrentSelectedItems", + "id": 0, + "name": "GetCurrentSelectedItems()", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.GetCurrentSelectedItems()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFunnelChartSelectedItemsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.GetCurrentSelectedItemsAsync", + "id": 0, + "name": "GetCurrentSelectedItemsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.GetCurrentSelectedItemsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbFunnelChartSelectedItemsCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.HighlightedValueMemberPath", + "id": 0, + "name": "HighlightedValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.HighlightedValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlighted value member path for the funnel chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.HighlightValueDisplayMode", + "id": 0, + "name": "HighlightValueDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.HighlightValueDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether and how to display the highlighted value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HighlightedValueDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.HighlightValueOpacity", + "id": 0, + "name": "HighlightValueOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.HighlightValueOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity while highlighting" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.InnerLabelMemberPath", + "id": 0, + "name": "InnerLabelMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.InnerLabelMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the InnerLabel mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.InnerLabelVisibility", + "id": 0, + "name": "InnerLabelVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.InnerLabelVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the inner labels are visible." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.IsInverted", + "id": 0, + "name": "IsInverted", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.IsInverted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the funnel should be rendered inverted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.LegendItemBadgeTemplate", + "id": 0, + "name": "LegendItemBadgeTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.LegendItemBadgeTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the LegendItemBadgeTemplate to use for the legend items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.LegendItemBadgeTemplateScript", + "id": 0, + "name": "LegendItemBadgeTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.LegendItemBadgeTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting LegendItemBadgeTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.NotifyClearItems(System.Object)", + "id": 0, + "name": "NotifyClearItems(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.NotifyClearItems(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.NotifyClearItemsAsync(System.Object)", + "id": 0, + "name": "NotifyClearItemsAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.NotifyClearItemsAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Manually notifies the chart's data source that the data it has bound to has been cleared and needs to be re-examined. This should not be called if the data that the chart is bound to is already observable." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.NotifyInsertItem(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItem(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.NotifyInsertItem(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.NotifyInsertItemAsync(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItemAsync(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.NotifyInsertItemAsync(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.NotifyRemoveItem(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItem(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.NotifyRemoveItem(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.NotifyRemoveItemAsync(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItemAsync(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.NotifyRemoveItemAsync(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.NotifyResized", + "id": 0, + "name": "NotifyResized()", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.NotifyResized()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.NotifyResizedAsync", + "id": 0, + "name": "NotifyResizedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.NotifyResizedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notifies the controller and view about a size change." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.NotifySetItem(System.Object,System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItem(Object, Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.NotifySetItem(System.Object, System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.NotifySetItemAsync(System.Object,System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItemAsync(Object, Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.NotifySetItemAsync(System.Object, System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.OuterLabelAlignment", + "id": 0, + "name": "OuterLabelAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.OuterLabelAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets which side of the chart the outer labels should appear." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OuterLabelAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.OuterLabelAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.OuterLabelMemberPath", + "id": 0, + "name": "OuterLabelMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.OuterLabelMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the OuterLabel mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.OuterLabelTextColor", + "id": 0, + "name": "OuterLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.OuterLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush used for the outer labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.OuterLabelTextStyle", + "id": 0, + "name": "OuterLabelTextStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.OuterLabelTextStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text style for outer labels" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.OuterLabelVisibility", + "id": 0, + "name": "OuterLabelVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.OuterLabelVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the outer labels are visible." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.Outlines", + "id": 0, + "name": "Outlines", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.Outlines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette of brushes to use for outlines on the slices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.OutlineThickness", + "id": 0, + "name": "OutlineThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.OutlineThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness of outline around slices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.PixelScalingRatio", + "id": 0, + "name": "PixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.PixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scaling value used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.ProvideContainer(System.Object)", + "id": 0, + "name": "ProvideContainer(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.ProvideContainer(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.ProvideContainerAsync(System.Object)", + "id": 0, + "name": "ProvideContainerAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.ProvideContainerAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides container for funnel chart" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.SelectedItems", + "id": 0, + "name": "SelectedItems", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.SelectedItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the current selected items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFunnelChartSelectedItemsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.SelectedItemsChanged", + "id": 0, + "name": "SelectedItemsChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.SelectedItemsChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFunnelChartSelectedItemsChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.SelectedItemsChangedScript", + "id": 0, + "name": "SelectedItemsChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.SelectedItemsChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.SelectedSliceFill", + "id": 0, + "name": "SelectedSliceFill", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.SelectedSliceFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.SelectedSliceOpacity", + "id": 0, + "name": "SelectedSliceOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.SelectedSliceOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.SelectedSliceStroke", + "id": 0, + "name": "SelectedSliceStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.SelectedSliceStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.SelectedSliceStrokeThickness", + "id": 0, + "name": "SelectedSliceStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.SelectedSliceStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.SliceClicked", + "id": 0, + "name": "SliceClicked", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.SliceClicked", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFunnelSliceClickedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.SliceClickedScript", + "id": 0, + "name": "SliceClickedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.SliceClickedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.SliceEnter", + "id": 0, + "name": "SliceEnter", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.SliceEnter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFunnelSliceEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.SliceEnterScript", + "id": 0, + "name": "SliceEnterScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.SliceEnterScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.SliceHover", + "id": 0, + "name": "SliceHover", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.SliceHover", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFunnelSliceEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.SliceHoverScript", + "id": 0, + "name": "SliceHoverScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.SliceHoverScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.SliceLeave", + "id": 0, + "name": "SliceLeave", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.SliceLeave", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFunnelSliceEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.SliceLeaveScript", + "id": 0, + "name": "SliceLeaveScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.SliceLeaveScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush used for the inner labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.TextStyle", + "id": 0, + "name": "TextStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.TextStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text style for inner labels" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.ToggleSelection(System.Int32)", + "id": 0, + "name": "ToggleSelection(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.ToggleSelection(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.ToggleSelectionAsync(System.Int32)", + "id": 0, + "name": "ToggleSelectionAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.ToggleSelectionAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Toggle selection of item at index." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.TransitionDuration", + "id": 0, + "name": "TransitionDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.TransitionDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how long the animations should take to run." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.UnselectedSliceFill", + "id": 0, + "name": "UnselectedSliceFill", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.UnselectedSliceFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.UnselectedSliceOpacity", + "id": 0, + "name": "UnselectedSliceOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.UnselectedSliceOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.UnselectedSliceStroke", + "id": 0, + "name": "UnselectedSliceStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.UnselectedSliceStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.UnselectedSliceStrokeThickness", + "id": 0, + "name": "UnselectedSliceStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.UnselectedSliceStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.UseBezierCurve", + "id": 0, + "name": "UseBezierCurve", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.UseBezierCurve", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use a Bezier curve to define the funnel." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.UseOuterLabelsForLegend", + "id": 0, + "name": "UseOuterLabelsForLegend", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.UseOuterLabelsForLegend", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use the outer labels to identify the legend items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.UseUnselectedStyle", + "id": 0, + "name": "UseUnselectedStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.UseUnselectedStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use the unselected style on unselected slices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChart.ValueMemberPath", + "id": 0, + "name": "ValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChart.ValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value member path for the funnel chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartCoreModule", + "id": 0, + "name": "IgbFunnelChartCoreModule", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartCoreModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartCoreModule.#ctor", + "id": 0, + "name": "IgbFunnelChartCoreModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartCoreModule.IgbFunnelChartCoreModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartModule", + "id": 0, + "name": "IgbFunnelChartModule", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartModule.#ctor", + "id": 0, + "name": "IgbFunnelChartModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartModule.IgbFunnelChartModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsChangedEventArgs", + "id": 0, + "name": "IgbFunnelChartSelectedItemsChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for the SelectedItemsChanged event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsChangedEventArgs.#ctor", + "id": 0, + "name": "IgbFunnelChartSelectedItemsChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsChangedEventArgs.IgbFunnelChartSelectedItemsChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsChangedEventArgs.CurrentItems", + "id": 0, + "name": "CurrentItems", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsChangedEventArgs.CurrentItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A list of the current items selected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFunnelChartSelectedItemsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsChangedEventArgs.NewItems", + "id": 0, + "name": "NewItems", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsChangedEventArgs.NewItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A list of the items being selected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFunnelChartSelectedItemsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsChangedEventArgs.OldItems", + "id": 0, + "name": "OldItems", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsChangedEventArgs.OldItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A list of the previously selected items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFunnelChartSelectedItemsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsCollection", + "id": 0, + "name": "IgbFunnelChartSelectedItemsCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{System.Object}", + "id": 0, + "name": "BaseCollection<Object>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbFunnelChartSelectedItemsCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelChartSelectedItemsCollection.IgbFunnelChartSelectedItemsCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelDataContext", + "id": 0, + "name": "IgbFunnelDataContext", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelDataContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents contextual data for the funnel chart." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelDataContext.#ctor", + "id": 0, + "name": "IgbFunnelDataContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelDataContext.IgbFunnelDataContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelDataContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelDataContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelDataContext.Index", + "id": 0, + "name": "Index", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelDataContext.Index", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The index of the data item that is in context." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelDataContext.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelDataContext.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The data item that is in context." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelDataContext.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelDataContext.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelDataContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelDataContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs", + "id": 0, + "name": "IgbFunnelSliceClickedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the clicked slice." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs.#ctor", + "id": 0, + "name": "IgbFunnelSliceClickedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs.IgbFunnelSliceClickedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs.Bounds", + "id": 0, + "name": "Bounds", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs.Bounds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The bounds of the slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs.Index", + "id": 0, + "name": "Index", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs.Index", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The index of the clicked slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The data item for the clicked slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceClickedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceDataContext", + "id": 0, + "name": "IgbFunnelSliceDataContext", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceDataContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the funnel slice data currently in context." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataContext", + "id": 0, + "name": "IgbDataContext" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceDataContext.#ctor", + "id": 0, + "name": "IgbFunnelSliceDataContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceDataContext.IgbFunnelSliceDataContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceDataContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceDataContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceDataContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceDataContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceDataContext.ItemOutline", + "id": 0, + "name": "ItemOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceDataContext.ItemOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Outline to use to color the item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceDataContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceDataContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceDataContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceDataContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs", + "id": 0, + "name": "IgbFunnelSliceEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the clicked slice." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs.#ctor", + "id": 0, + "name": "IgbFunnelSliceEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs.IgbFunnelSliceEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs.Bounds", + "id": 0, + "name": "Bounds", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs.Bounds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The bounds of the slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs.Index", + "id": 0, + "name": "Index", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs.Index", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The index of the slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The data item for the clicked slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs.Position", + "id": 0, + "name": "Position", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs.Position", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The position of the mouse relative to the funnel chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbFunnelSliceEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource", + "id": 0, + "name": "IgbGenericInternalVirtualDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource", + "id": 0, + "name": "IgbBaseDataSource" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource", + "id": 0, + "name": "IgbVirtualDataSource" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.#ctor", + "id": 0, + "name": "IgbGenericInternalVirtualDataSource()", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.IgbGenericInternalVirtualDataSource()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.AddSchemaProperty(System.String,IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType)", + "id": 0, + "name": "AddSchemaProperty(String, GenericDataSourceSchemaPropertyType)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.AddSchemaProperty(System.String, IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "propertyType", + "type": "GenericDataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.AddSchemaPropertyAsync(System.String,IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType)", + "id": 0, + "name": "AddSchemaPropertyAsync(String, GenericDataSourceSchemaPropertyType)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.AddSchemaPropertyAsync(System.String, IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "propertyType", + "type": "GenericDataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.AddSummaryDate(System.String,IgniteUI.Blazor.Controls.DataSourceSummaryOperand,System.DateTime)", + "id": 0, + "name": "AddSummaryDate(String, DataSourceSummaryOperand, DateTime)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.AddSummaryDate(System.String, IgniteUI.Blazor.Controls.DataSourceSummaryOperand, System.DateTime)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "operand", + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + }, + { + "name": "value", + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.AddSummaryDateAsync(System.String,IgniteUI.Blazor.Controls.DataSourceSummaryOperand,System.DateTime)", + "id": 0, + "name": "AddSummaryDateAsync(String, DataSourceSummaryOperand, DateTime)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.AddSummaryDateAsync(System.String, IgniteUI.Blazor.Controls.DataSourceSummaryOperand, System.DateTime)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "operand", + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + }, + { + "name": "value", + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.AddSummaryDouble(System.String,IgniteUI.Blazor.Controls.DataSourceSummaryOperand,System.Double)", + "id": 0, + "name": "AddSummaryDouble(String, DataSourceSummaryOperand, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.AddSummaryDouble(System.String, IgniteUI.Blazor.Controls.DataSourceSummaryOperand, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "operand", + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + }, + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.AddSummaryDoubleAsync(System.String,IgniteUI.Blazor.Controls.DataSourceSummaryOperand,System.Double)", + "id": 0, + "name": "AddSummaryDoubleAsync(String, DataSourceSummaryOperand, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.AddSummaryDoubleAsync(System.String, IgniteUI.Blazor.Controls.DataSourceSummaryOperand, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "operand", + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + }, + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.AddSummaryInt(System.String,IgniteUI.Blazor.Controls.DataSourceSummaryOperand,System.Int32)", + "id": 0, + "name": "AddSummaryInt(String, DataSourceSummaryOperand, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.AddSummaryInt(System.String, IgniteUI.Blazor.Controls.DataSourceSummaryOperand, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "operand", + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + }, + { + "name": "value", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.AddSummaryIntAsync(System.String,IgniteUI.Blazor.Controls.DataSourceSummaryOperand,System.Int32)", + "id": 0, + "name": "AddSummaryIntAsync(String, DataSourceSummaryOperand, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.AddSummaryIntAsync(System.String, IgniteUI.Blazor.Controls.DataSourceSummaryOperand, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "operand", + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + }, + { + "name": "value", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.AddSummaryString(System.String,IgniteUI.Blazor.Controls.DataSourceSummaryOperand,System.String)", + "id": 0, + "name": "AddSummaryString(String, DataSourceSummaryOperand, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.AddSummaryString(System.String, IgniteUI.Blazor.Controls.DataSourceSummaryOperand, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "operand", + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.AddSummaryStringAsync(System.String,IgniteUI.Blazor.Controls.DataSourceSummaryOperand,System.String)", + "id": 0, + "name": "AddSummaryStringAsync(String, DataSourceSummaryOperand, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.AddSummaryStringAsync(System.String, IgniteUI.Blazor.Controls.DataSourceSummaryOperand, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "operand", + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.Clone", + "id": 0, + "name": "Clone()", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.Clone()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSource", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSource" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.CloneAsync", + "id": 0, + "name": "CloneAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.CloneAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<DataSource>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.DataSource>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillColumnBool(System.String,System.Boolean[])", + "id": 0, + "name": "FillColumnBool(String, Boolean[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillColumnBool(System.String, System.Boolean[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "Boolean[]", + "fullTypeName": "System.Boolean[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillColumnBoolAsync(System.String,System.Boolean[])", + "id": 0, + "name": "FillColumnBoolAsync(String, Boolean[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillColumnBoolAsync(System.String, System.Boolean[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "Boolean[]", + "fullTypeName": "System.Boolean[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillColumnDate(System.String,System.DateTime[])", + "id": 0, + "name": "FillColumnDate(String, DateTime[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillColumnDate(System.String, System.DateTime[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "DateTime[]", + "fullTypeName": "System.DateTime[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillColumnDateAsync(System.String,System.DateTime[])", + "id": 0, + "name": "FillColumnDateAsync(String, DateTime[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillColumnDateAsync(System.String, System.DateTime[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "DateTime[]", + "fullTypeName": "System.DateTime[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillColumnDouble(System.String,System.Double[])", + "id": 0, + "name": "FillColumnDouble(String, Double[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillColumnDouble(System.String, System.Double[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillColumnDoubleAsync(System.String,System.Double[])", + "id": 0, + "name": "FillColumnDoubleAsync(String, Double[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillColumnDoubleAsync(System.String, System.Double[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillColumnInt(System.String,System.Int32[])", + "id": 0, + "name": "FillColumnInt(String, Int32[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillColumnInt(System.String, System.Int32[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "Int32[]", + "fullTypeName": "System.Int32[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillColumnIntAsync(System.String,System.Int32[])", + "id": 0, + "name": "FillColumnIntAsync(String, Int32[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillColumnIntAsync(System.String, System.Int32[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "Int32[]", + "fullTypeName": "System.Int32[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillColumnString(System.String,System.String[])", + "id": 0, + "name": "FillColumnString(String, String[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillColumnString(System.String, System.String[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "String[]", + "fullTypeName": "System.String[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillColumnStringAsync(System.String,System.String[])", + "id": 0, + "name": "FillColumnStringAsync(String, String[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillColumnStringAsync(System.String, System.String[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "String[]", + "fullTypeName": "System.String[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillCount(System.Int32)", + "id": 0, + "name": "FillCount(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillCount(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "count", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillCountAsync(System.Int32)", + "id": 0, + "name": "FillCountAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillCountAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides the row count for the datasource. The datasource obtains this from the page request so be must be called after FillPageStart." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "count", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupEnd", + "id": 0, + "name": "FillGroupEnd()", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupEnd()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupEndAsync", + "id": 0, + "name": "FillGroupEndAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupEndAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Ends the current group." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupStart(System.Int32,System.Int32)", + "id": 0, + "name": "FillGroupStart(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupStart(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "endIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupStartAsync(System.Int32,System.Int32)", + "id": 0, + "name": "FillGroupStartAsync(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupStartAsync(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "endIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupValueDate(System.String,System.DateTime)", + "id": 0, + "name": "FillGroupValueDate(String, DateTime)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupValueDate(System.String, System.DateTime)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupValueDateAsync(System.String,System.DateTime)", + "id": 0, + "name": "FillGroupValueDateAsync(String, DateTime)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupValueDateAsync(System.String, System.DateTime)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupValueDouble(System.String,System.Double)", + "id": 0, + "name": "FillGroupValueDouble(String, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupValueDouble(System.String, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupValueDoubleAsync(System.String,System.Double)", + "id": 0, + "name": "FillGroupValueDoubleAsync(String, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupValueDoubleAsync(System.String, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupValueInt(System.String,System.Int32)", + "id": 0, + "name": "FillGroupValueInt(String, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupValueInt(System.String, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupValueIntAsync(System.String,System.Int32)", + "id": 0, + "name": "FillGroupValueIntAsync(String, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupValueIntAsync(System.String, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupValueString(System.String,System.String)", + "id": 0, + "name": "FillGroupValueString(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupValueString(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupValueStringAsync(System.String,System.String)", + "id": 0, + "name": "FillGroupValueStringAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillGroupValueStringAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillPageEnd", + "id": 0, + "name": "FillPageEnd()", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillPageEnd()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillPageEndAsync", + "id": 0, + "name": "FillPageEndAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillPageEndAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Ends the current page. Must be called after FillPageStart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillPageStart(System.Int32)", + "id": 0, + "name": "FillPageStart(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillPageStart(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "requestId", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillPageStartAsync(System.Int32)", + "id": 0, + "name": "FillPageStartAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FillPageStartAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Starts filling a page for the specified request. Must later be followed by FillPageEnd to complete the request." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "requestId", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.IsAggregationSupported", + "id": 0, + "name": "IsAggregationSupported", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.IsAggregationSupported", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.IsClone", + "id": 0, + "name": "IsClone", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.IsClone", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.PageRequested", + "id": 0, + "name": "PageRequested", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.PageRequested", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPageRequestedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.PageRequestedScript", + "id": 0, + "name": "PageRequestedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.PageRequestedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericInternalVirtualDataSource.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource", + "id": 0, + "name": "IgbGenericVirtualDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseGenericDataSource", + "id": 0, + "name": "IgbBaseGenericDataSource" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.#ctor", + "id": 0, + "name": "IgbGenericVirtualDataSource()", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.IgbGenericVirtualDataSource()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.AddSchemaProperty(System.String,IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType)", + "id": 0, + "name": "AddSchemaProperty(String, GenericDataSourceSchemaPropertyType)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.AddSchemaProperty(System.String, IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "propertyType", + "type": "GenericDataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.AddSchemaPropertyAsync(System.String,IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType)", + "id": 0, + "name": "AddSchemaPropertyAsync(String, GenericDataSourceSchemaPropertyType)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.AddSchemaPropertyAsync(System.String, IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "propertyType", + "type": "GenericDataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.GenericDataSourceSchemaPropertyType" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.AddSummaryDate(System.String,IgniteUI.Blazor.Controls.DataSourceSummaryOperand,System.DateTime)", + "id": 0, + "name": "AddSummaryDate(String, DataSourceSummaryOperand, DateTime)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.AddSummaryDate(System.String, IgniteUI.Blazor.Controls.DataSourceSummaryOperand, System.DateTime)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "operand", + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + }, + { + "name": "value", + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.AddSummaryDateAsync(System.String,IgniteUI.Blazor.Controls.DataSourceSummaryOperand,System.DateTime)", + "id": 0, + "name": "AddSummaryDateAsync(String, DataSourceSummaryOperand, DateTime)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.AddSummaryDateAsync(System.String, IgniteUI.Blazor.Controls.DataSourceSummaryOperand, System.DateTime)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "operand", + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + }, + { + "name": "value", + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.AddSummaryDouble(System.String,IgniteUI.Blazor.Controls.DataSourceSummaryOperand,System.Double)", + "id": 0, + "name": "AddSummaryDouble(String, DataSourceSummaryOperand, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.AddSummaryDouble(System.String, IgniteUI.Blazor.Controls.DataSourceSummaryOperand, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "operand", + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + }, + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.AddSummaryDoubleAsync(System.String,IgniteUI.Blazor.Controls.DataSourceSummaryOperand,System.Double)", + "id": 0, + "name": "AddSummaryDoubleAsync(String, DataSourceSummaryOperand, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.AddSummaryDoubleAsync(System.String, IgniteUI.Blazor.Controls.DataSourceSummaryOperand, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "operand", + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + }, + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.AddSummaryInt(System.String,IgniteUI.Blazor.Controls.DataSourceSummaryOperand,System.Int32)", + "id": 0, + "name": "AddSummaryInt(String, DataSourceSummaryOperand, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.AddSummaryInt(System.String, IgniteUI.Blazor.Controls.DataSourceSummaryOperand, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "operand", + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + }, + { + "name": "value", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.AddSummaryIntAsync(System.String,IgniteUI.Blazor.Controls.DataSourceSummaryOperand,System.Int32)", + "id": 0, + "name": "AddSummaryIntAsync(String, DataSourceSummaryOperand, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.AddSummaryIntAsync(System.String, IgniteUI.Blazor.Controls.DataSourceSummaryOperand, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "operand", + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + }, + { + "name": "value", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.AddSummaryString(System.String,IgniteUI.Blazor.Controls.DataSourceSummaryOperand,System.String)", + "id": 0, + "name": "AddSummaryString(String, DataSourceSummaryOperand, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.AddSummaryString(System.String, IgniteUI.Blazor.Controls.DataSourceSummaryOperand, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "operand", + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.AddSummaryStringAsync(System.String,IgniteUI.Blazor.Controls.DataSourceSummaryOperand,System.String)", + "id": 0, + "name": "AddSummaryStringAsync(String, DataSourceSummaryOperand, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.AddSummaryStringAsync(System.String, IgniteUI.Blazor.Controls.DataSourceSummaryOperand, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "operand", + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillColumnBool(System.String,System.Boolean[])", + "id": 0, + "name": "FillColumnBool(String, Boolean[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillColumnBool(System.String, System.Boolean[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "Boolean[]", + "fullTypeName": "System.Boolean[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillColumnBoolAsync(System.String,System.Boolean[])", + "id": 0, + "name": "FillColumnBoolAsync(String, Boolean[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillColumnBoolAsync(System.String, System.Boolean[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "Boolean[]", + "fullTypeName": "System.Boolean[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillColumnDate(System.String,System.DateTime[])", + "id": 0, + "name": "FillColumnDate(String, DateTime[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillColumnDate(System.String, System.DateTime[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "DateTime[]", + "fullTypeName": "System.DateTime[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillColumnDateAsync(System.String,System.DateTime[])", + "id": 0, + "name": "FillColumnDateAsync(String, DateTime[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillColumnDateAsync(System.String, System.DateTime[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "DateTime[]", + "fullTypeName": "System.DateTime[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillColumnDouble(System.String,System.Double[])", + "id": 0, + "name": "FillColumnDouble(String, Double[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillColumnDouble(System.String, System.Double[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillColumnDoubleAsync(System.String,System.Double[])", + "id": 0, + "name": "FillColumnDoubleAsync(String, Double[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillColumnDoubleAsync(System.String, System.Double[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillColumnInt(System.String,System.Int32[])", + "id": 0, + "name": "FillColumnInt(String, Int32[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillColumnInt(System.String, System.Int32[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "Int32[]", + "fullTypeName": "System.Int32[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillColumnIntAsync(System.String,System.Int32[])", + "id": 0, + "name": "FillColumnIntAsync(String, Int32[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillColumnIntAsync(System.String, System.Int32[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "Int32[]", + "fullTypeName": "System.Int32[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillColumnString(System.String,System.String[])", + "id": 0, + "name": "FillColumnString(String, String[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillColumnString(System.String, System.String[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "String[]", + "fullTypeName": "System.String[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillColumnStringAsync(System.String,System.String[])", + "id": 0, + "name": "FillColumnStringAsync(String, String[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillColumnStringAsync(System.String, System.String[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "String[]", + "fullTypeName": "System.String[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillCount(System.Int32)", + "id": 0, + "name": "FillCount(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillCount(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "count", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillCountAsync(System.Int32)", + "id": 0, + "name": "FillCountAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillCountAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides the row count for the datasource. The datasource obtains this from the page request so be must be called after FillPageStart." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "count", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupEnd", + "id": 0, + "name": "FillGroupEnd()", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupEnd()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupEndAsync", + "id": 0, + "name": "FillGroupEndAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupEndAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Ends the current group." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupStart(System.Int32,System.Int32)", + "id": 0, + "name": "FillGroupStart(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupStart(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "endIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupStartAsync(System.Int32,System.Int32)", + "id": 0, + "name": "FillGroupStartAsync(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupStartAsync(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "endIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupValueDate(System.String,System.DateTime)", + "id": 0, + "name": "FillGroupValueDate(String, DateTime)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupValueDate(System.String, System.DateTime)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupValueDateAsync(System.String,System.DateTime)", + "id": 0, + "name": "FillGroupValueDateAsync(String, DateTime)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupValueDateAsync(System.String, System.DateTime)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupValueDouble(System.String,System.Double)", + "id": 0, + "name": "FillGroupValueDouble(String, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupValueDouble(System.String, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupValueDoubleAsync(System.String,System.Double)", + "id": 0, + "name": "FillGroupValueDoubleAsync(String, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupValueDoubleAsync(System.String, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupValueInt(System.String,System.Int32)", + "id": 0, + "name": "FillGroupValueInt(String, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupValueInt(System.String, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupValueIntAsync(System.String,System.Int32)", + "id": 0, + "name": "FillGroupValueIntAsync(String, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupValueIntAsync(System.String, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupValueString(System.String,System.String)", + "id": 0, + "name": "FillGroupValueString(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupValueString(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupValueStringAsync(System.String,System.String)", + "id": 0, + "name": "FillGroupValueStringAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillGroupValueStringAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillPageEnd", + "id": 0, + "name": "FillPageEnd()", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillPageEnd()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillPageEndAsync", + "id": 0, + "name": "FillPageEndAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillPageEndAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Ends the current page. Must be called after FillPageStart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillPageStart(System.Int32)", + "id": 0, + "name": "FillPageStart(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillPageStart(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "requestId", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillPageStartAsync(System.Int32)", + "id": 0, + "name": "FillPageStartAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FillPageStartAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Starts filling a page for the specified request. Must later be followed by FillPageEnd to complete the request." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "requestId", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.PageRequested", + "id": 0, + "name": "PageRequested", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.PageRequested", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbPageRequestedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.PageRequestedScript", + "id": 0, + "name": "PageRequestedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.PageRequestedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSource.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSourceModule", + "id": 0, + "name": "IgbGenericVirtualDataSourceModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSourceModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSourceModule.#ctor", + "id": 0, + "name": "IgbGenericVirtualDataSourceModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSourceModule.IgbGenericVirtualDataSourceModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSourceModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSourceModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSourceModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSourceModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSourceModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGenericVirtualDataSourceModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries", + "id": 0, + "name": "IgbGeographicContourLineSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a class for Geographic Contour Series displayed on a map." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost", + "id": 0, + "name": "IgbGeographicMapSeriesHost" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries", + "id": 0, + "name": "IgbGeographicXYTriangulatingSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries.#ctor", + "id": 0, + "name": "IgbGeographicContourLineSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries.IgbGeographicContourLineSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries.ActualFillScale", + "id": 0, + "name": "ActualFillScale", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries.ActualFillScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets actual fill scale that is set on the FillScale property or default FillScale" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbValueBrushScale", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbValueBrushScale" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries.FillScale", + "id": 0, + "name": "FillScale", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries.FillScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbValueBrushScale", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbValueBrushScale" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries.TriangulationStatusChanged", + "id": 0, + "name": "TriangulationStatusChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries.TriangulationStatusChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTriangulationStatusEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTriangulationStatusEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries.TriangulationStatusChangedScript", + "id": 0, + "name": "TriangulationStatusChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries.TriangulationStatusChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries.ValueMemberPath", + "id": 0, + "name": "ValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries.ValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property from which to retrieve the numeric values from the ItemsSource items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries.ValueResolver", + "id": 0, + "name": "ValueResolver", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeries.ValueResolver", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The ContourValueResolver used to determine the numeric values of contours." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbContourValueResolver", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbContourValueResolver" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeriesModule", + "id": 0, + "name": "IgbGeographicContourLineSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeriesModule.#ctor", + "id": 0, + "name": "IgbGeographicContourLineSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeriesModule.IgbGeographicContourLineSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicContourLineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries", + "id": 0, + "name": "IgbGeographicHighDensityScatterSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Series class for a geographic map with points marked at given locations." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost", + "id": 0, + "name": "IgbGeographicMapSeriesHost" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.#ctor", + "id": 0, + "name": "IgbGeographicHighDensityScatterSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.IgbGeographicHighDensityScatterSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.HeatMaximum", + "id": 0, + "name": "HeatMaximum", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.HeatMaximum", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value that maps to the maximum heat color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.HeatMaximumColor", + "id": 0, + "name": "HeatMaximumColor", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.HeatMaximumColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the maximum end of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.HeatMinimum", + "id": 0, + "name": "HeatMinimum", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.HeatMinimum", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the density value that maps to the minimum heat color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.HeatMinimumColor", + "id": 0, + "name": "HeatMinimumColor", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.HeatMinimumColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the minimum end of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.LatitudeMemberPath", + "id": 0, + "name": "LatitudeMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.LatitudeMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property of ItemsSource items which contains the latitude coordinate of the symbol." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.LongitudeMemberPath", + "id": 0, + "name": "LongitudeMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.LongitudeMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property of ItemsSource items which contains the longitude coordinate of the symbol." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.PointExtent", + "id": 0, + "name": "PointExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.PointExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the the pixel extent of the square data points that are rendered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.ProgressiveLoad", + "id": 0, + "name": "ProgressiveLoad", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.ProgressiveLoad", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the whether to progressively load the data into the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.ProgressiveLoadStatusChanged", + "id": 0, + "name": "ProgressiveLoadStatusChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.ProgressiveLoadStatusChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbProgressiveLoadStatusEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbProgressiveLoadStatusEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.ProgressiveLoadStatusChangedScript", + "id": 0, + "name": "ProgressiveLoadStatusChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.ProgressiveLoadStatusChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.ProgressiveStatus", + "id": 0, + "name": "ProgressiveStatus", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.ProgressiveStatus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.UseBruteForce", + "id": 0, + "name": "UseBruteForce", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeries.UseBruteForce", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the whether to use use brute force mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeriesModule", + "id": 0, + "name": "IgbGeographicHighDensityScatterSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeriesModule.#ctor", + "id": 0, + "name": "IgbGeographicHighDensityScatterSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeriesModule.IgbGeographicHighDensityScatterSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicHighDensityScatterSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap", + "id": 0, + "name": "IgbGeographicMap", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the Infragistics IgbGeographicMap control." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer", + "id": 0, + "name": "IgbSeriesViewer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.#ctor", + "id": 0, + "name": "IgbGeographicMap()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.IgbGeographicMap()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.ActualWindowScale", + "id": 0, + "name": "ActualWindowScale", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.ActualWindowScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A number between 0 and 1 determining the scale of the horizontal/vertical zoom." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.ActualWorldRect", + "id": 0, + "name": "ActualWorldRect", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.ActualWorldRect", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual value of the WorldRect." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.BackgroundContent", + "id": 0, + "name": "BackgroundContent", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.BackgroundContent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A UIElement to display behind all series, inside the viewport of the IgbGeographicMap control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGeographicMapImagery", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.BackgroundTilingMode", + "id": 0, + "name": "BackgroundTilingMode", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.BackgroundTilingMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the map should horizontally wrap." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MapBackgroundTilingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MapBackgroundTilingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.ClearTileCache", + "id": 0, + "name": "ClearTileCache()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.ClearTileCache()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.ClearTileCacheAsync", + "id": 0, + "name": "ClearTileCacheAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.ClearTileCacheAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes all cached tile images from the map imagery assigned to the map's background content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.ConvertGeographicToZoom(IgniteUI.Blazor.Controls.Rect,System.Double)", + "id": 0, + "name": "ConvertGeographicToZoom(Rect, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.ConvertGeographicToZoom(IgniteUI.Blazor.Controls.Rect, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "geographic", + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + }, + { + "name": "extraPixelPadding", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.ConvertGeographicToZoomAsync(IgniteUI.Blazor.Controls.Rect,System.Double)", + "id": 0, + "name": "ConvertGeographicToZoomAsync(Rect, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.ConvertGeographicToZoomAsync(IgniteUI.Blazor.Controls.Rect, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "geographic", + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + }, + { + "name": "extraPixelPadding", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.DeferredRefresh", + "id": 0, + "name": "DeferredRefresh()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.DeferredRefresh()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.DeferredRefreshAsync", + "id": 0, + "name": "DeferredRefreshAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.DeferredRefreshAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Calls for a deferred refresh to the GeographicMap's background." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.ExportVisualData", + "id": 0, + "name": "ExportVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.ExportVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.ExportVisualDataAsync", + "id": 0, + "name": "ExportVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.ExportVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the chart visuals expressed as a ChartVisualData object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetActualWindowScaleHorizontal", + "id": 0, + "name": "GetActualWindowScaleHorizontal()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetActualWindowScaleHorizontal()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetActualWindowScaleHorizontalAsync", + "id": 0, + "name": "GetActualWindowScaleHorizontalAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetActualWindowScaleHorizontalAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets actual window scale for horizontal dimension of the control" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetActualWindowScaleVertical", + "id": 0, + "name": "GetActualWindowScaleVertical()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetActualWindowScaleVertical()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetActualWindowScaleVerticalAsync", + "id": 0, + "name": "GetActualWindowScaleVerticalAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetActualWindowScaleVerticalAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets actual window scale for vertical dimension of the control" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetCurrentActualWorldRect", + "id": 0, + "name": "GetCurrentActualWorldRect()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetCurrentActualWorldRect()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetCurrentActualWorldRectAsync", + "id": 0, + "name": "GetCurrentActualWorldRectAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetCurrentActualWorldRectAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets current world rect in geographic coordinates" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetGeographicFromZoom(IgniteUI.Blazor.Controls.Rect)", + "id": 0, + "name": "GetGeographicFromZoom(Rect)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetGeographicFromZoom(IgniteUI.Blazor.Controls.Rect)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "windowRect", + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetGeographicFromZoomAsync(IgniteUI.Blazor.Controls.Rect)", + "id": 0, + "name": "GetGeographicFromZoomAsync(Rect)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetGeographicFromZoomAsync(IgniteUI.Blazor.Controls.Rect)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Given a WindowRect and the current plot area, get the geographic region represented by that WindowRect." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "windowRect", + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetGeographicPoint(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetGeographicPoint(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetGeographicPoint(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "pixelCoordinate", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetGeographicPointAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetGeographicPointAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetGeographicPointAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Convert a pixel-based coordinate to a geographic coordinate." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "pixelCoordinate", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetPixelPoint(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetPixelPoint(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetPixelPoint(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "geographicCoordinate", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetPixelPointAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetPixelPointAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetPixelPointAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Convert a geographic coordinate to a pixel-based coordinate." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "geographicCoordinate", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetWindowPoint(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetWindowPoint(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetWindowPoint(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "geographicCoordinate", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetWindowPointAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetWindowPointAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetWindowPointAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Convert a geographic coordinate to a pixel-based coordinate." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "geographicCoordinate", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetZoomFromGeographicPoints(IgniteUI.Blazor.Controls.Point,IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetZoomFromGeographicPoints(Point, Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetZoomFromGeographicPoints(IgniteUI.Blazor.Controls.Point, IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "northWest", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "southEast", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetZoomFromGeographicPointsAsync(IgniteUI.Blazor.Controls.Point,IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetZoomFromGeographicPointsAsync(Point, Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetZoomFromGeographicPointsAsync(IgniteUI.Blazor.Controls.Point, IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "northWest", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "southEast", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetZoomFromGeographicRect(IgniteUI.Blazor.Controls.Rect)", + "id": 0, + "name": "GetZoomFromGeographicRect(Rect)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetZoomFromGeographicRect(IgniteUI.Blazor.Controls.Rect)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "geographic", + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetZoomFromGeographicRectAsync(IgniteUI.Blazor.Controls.Rect)", + "id": 0, + "name": "GetZoomFromGeographicRectAsync(Rect)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetZoomFromGeographicRectAsync(IgniteUI.Blazor.Controls.Rect)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "geographic", + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetZoomRectFromGeoRect(IgniteUI.Blazor.Controls.Rect)", + "id": 0, + "name": "GetZoomRectFromGeoRect(Rect)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetZoomRectFromGeoRect(IgniteUI.Blazor.Controls.Rect)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "geographic", + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetZoomRectFromGeoRectAsync(IgniteUI.Blazor.Controls.Rect)", + "id": 0, + "name": "GetZoomRectFromGeoRectAsync(Rect)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.GetZoomRectFromGeoRectAsync(IgniteUI.Blazor.Controls.Rect)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "geographic", + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.ImageTilesReady", + "id": 0, + "name": "ImageTilesReady", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.ImageTilesReady", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbImageTilesReadyEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbImageTilesReadyEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.ImageTilesReadyScript", + "id": 0, + "name": "ImageTilesReadyScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.ImageTilesReadyScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.IsHorizontalWrappingEnabled", + "id": 0, + "name": "IsHorizontalWrappingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.IsHorizontalWrappingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the map should horizontally wrap." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.NeedsDynamicContent", + "id": 0, + "name": "NeedsDynamicContent", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.NeedsDynamicContent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.ResizeBehavior", + "id": 0, + "name": "ResizeBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.ResizeBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the behavior to use during resize." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MapResizeBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.MapResizeBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.StyleUpdated", + "id": 0, + "name": "StyleUpdated()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.StyleUpdated()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.StyleUpdatedAsync", + "id": 0, + "name": "StyleUpdatedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.StyleUpdatedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notifies the chart that the CSS styles in effect have been updated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.SuppressZoomResetOnWorldRectChange", + "id": 0, + "name": "SuppressZoomResetOnWorldRectChange", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.SuppressZoomResetOnWorldRectChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether skip resetting the zoom when the world rect changes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.UpdateWorldRect(IgniteUI.Blazor.Controls.Rect)", + "id": 0, + "name": "UpdateWorldRect(Rect)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.UpdateWorldRect(IgniteUI.Blazor.Controls.Rect)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "worldRect", + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.UpdateWorldRectAsync(IgniteUI.Blazor.Controls.Rect)", + "id": 0, + "name": "UpdateWorldRectAsync(Rect)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.UpdateWorldRectAsync(IgniteUI.Blazor.Controls.Rect)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Updates world rect in geographic coordinates" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "worldRect", + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.UpdateZoomWindow(IgniteUI.Blazor.Controls.Rect)", + "id": 0, + "name": "UpdateZoomWindow(Rect)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.UpdateZoomWindow(IgniteUI.Blazor.Controls.Rect)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "zoomWindow", + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.UpdateZoomWindowAsync(IgniteUI.Blazor.Controls.Rect)", + "id": 0, + "name": "UpdateZoomWindowAsync(Rect)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.UpdateZoomWindowAsync(IgniteUI.Blazor.Controls.Rect)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Updates zoom window using window coordinates" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "zoomWindow", + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.UseWorldRectForZoomBounds", + "id": 0, + "name": "UseWorldRectForZoomBounds", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.UseWorldRectForZoomBounds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.WindowScale", + "id": 0, + "name": "WindowScale", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.WindowScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A number between 0 and 1 determining the scale of the horizontal/vertical zoom." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.WorldRect", + "id": 0, + "name": "WorldRect", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.WorldRect", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the world bounding rectangle." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.Zoomable", + "id": 0, + "name": "Zoomable", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.Zoomable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets zoomability of the current control" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.ZoomToGeographic(IgniteUI.Blazor.Controls.Rect)", + "id": 0, + "name": "ZoomToGeographic(Rect)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.ZoomToGeographic(IgniteUI.Blazor.Controls.Rect)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "geographic", + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMap.ZoomToGeographicAsync(IgniteUI.Blazor.Controls.Rect)", + "id": 0, + "name": "ZoomToGeographicAsync(Rect)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMap.ZoomToGeographicAsync(IgniteUI.Blazor.Controls.Rect)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Zoom in to the geographic region specified, when possible (may need to wait for map to be initialized)." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "geographic", + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapCoreModule", + "id": 0, + "name": "IgbGeographicMapCoreModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapCoreModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapCoreModule.#ctor", + "id": 0, + "name": "IgbGeographicMapCoreModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapCoreModule.IgbGeographicMapCoreModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapDashboardTileModule", + "id": 0, + "name": "IgbGeographicMapDashboardTileModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapDashboardTileModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapDashboardTileModule.#ctor", + "id": 0, + "name": "IgbGeographicMapDashboardTileModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapDashboardTileModule.IgbGeographicMapDashboardTileModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapDashboardTileModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapDashboardTileModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapDashboardTileModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapDashboardTileModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapDashboardTileModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapDashboardTileModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery", + "id": 0, + "name": "IgbGeographicMapImagery", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Control class used for displaying multi-scale TileSource imagery. Designed to be used for background imagery in the IgbGeographicMap." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.#ctor", + "id": 0, + "name": "IgbGeographicMapImagery()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.IgbGeographicMapImagery()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.CancellingImage", + "id": 0, + "name": "CancellingImage", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.CancellingImage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbCancellingMultiScaleImageEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbCancellingMultiScaleImageEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.CancellingImageScript", + "id": 0, + "name": "CancellingImageScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.CancellingImageScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.ClearTileCache", + "id": 0, + "name": "ClearTileCache()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.ClearTileCache()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.ClearTileCacheAsync", + "id": 0, + "name": "ClearTileCacheAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.ClearTileCacheAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes all cached tile Imagery from the" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.DownloadingImage", + "id": 0, + "name": "DownloadingImage", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.DownloadingImage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbDownloadingMultiScaleImageEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbDownloadingMultiScaleImageEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.DownloadingImageScript", + "id": 0, + "name": "DownloadingImageScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.DownloadingImageScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.GeographicMap", + "id": 0, + "name": "GeographicMap", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.GeographicMap", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The IgbGeographicMap which is hosting this GeographicMapImagery control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGeographicMap", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGeographicMap" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.ImagesChanged", + "id": 0, + "name": "ImagesChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.ImagesChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbImagesChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbImagesChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.ImagesChangedScript", + "id": 0, + "name": "ImagesChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.ImagesChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.ImageTilesReady", + "id": 0, + "name": "ImageTilesReady", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.ImageTilesReady", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbImageTilesReadyEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbImageTilesReadyEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.ImageTilesReadyScript", + "id": 0, + "name": "ImageTilesReadyScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.ImageTilesReadyScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.IsHorizontalWrappingEnabled", + "id": 0, + "name": "IsHorizontalWrappingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.IsHorizontalWrappingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if horizontal wrapping is enabled for the imagery." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.Opacity", + "id": 0, + "name": "Opacity", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.Opacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.Referer", + "id": 0, + "name": "Referer", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.Referer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the referer sent in the headers of the tile request." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.UserAgent", + "id": 0, + "name": "UserAgent", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.UserAgent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the UserAgent sent in the headers of the tile request." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.WindowRect", + "id": 0, + "name": "WindowRect", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery.WindowRect", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A rectangle representing the portion of the map imagery currently in view." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapModule", + "id": 0, + "name": "IgbGeographicMapModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapModule.#ctor", + "id": 0, + "name": "IgbGeographicMapModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapModule.IgbGeographicMapModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost", + "id": 0, + "name": "IgbGeographicMapSeriesHost", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Base class for hosting chart series in a IgbGeographicMap." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.#ctor", + "id": 0, + "name": "IgbGeographicMapSeriesHost()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.IgbGeographicMapSeriesHost()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.CoercionMethods", + "id": 0, + "name": "CoercionMethods", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.CoercionMethods", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the coercion methods to use when loading data from data sources. Should be specified before setting any member paths, if being used. Setting it later will not cause data to be reimported into the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.CoercionMethodsScript", + "id": 0, + "name": "CoercionMethodsScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.CoercionMethodsScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting CoercionMethods in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetItem(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItem(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetItem(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item that is the best match for the specified world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetItemSpan", + "id": 0, + "name": "GetItemSpan()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetItemSpan()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetItemSpanAsync", + "id": 0, + "name": "GetItemSpanAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetItemSpanAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetItemValue(System.Object,System.String)", + "id": 0, + "name": "GetItemValue(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetItemValue(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetItemValueAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemValueAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetItemValueAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetMemberPathValue(System.String)", + "id": 0, + "name": "GetMemberPathValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetMemberPathValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetMemberPathValueAsync(System.String)", + "id": 0, + "name": "GetMemberPathValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetMemberPathValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value of a requested member path from the series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesHighValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesHighValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesHighValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesHighValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesHighValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesHighValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesHighValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesHighValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesHighValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesHighValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesHighValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesHighValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesLowValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesLowValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesLowValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesLowValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesLowValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesLowValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesLowValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesLowValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesLowValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesLowValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesLowValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesLowValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBox(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBoxAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If possible, will return the best available value bounding box within the series that has the best value match for the world position provided." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValueFromSeriesPixel(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValueFromSeriesPixel(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValueFromSeriesPixel(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mouse", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValueFromSeriesPixelAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValueFromSeriesPixelAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValueFromSeriesPixelAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mouse", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValueMarkerBoundingBox(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueMarkerBoundingBox(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValueMarkerBoundingBox(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValueMarkerBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueMarkerBoundingBoxAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValueMarkerBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If possible, will return the best available value marker bounding box within the series that has the best value match for the world position provided." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValuePositionFromSeriesPixel(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePositionFromSeriesPixel(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValuePositionFromSeriesPixel(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mouse", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValuePositionFromSeriesPixelAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePositionFromSeriesPixelAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.GetSeriesValuePositionFromSeriesPixelAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mouse", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.NotifyIndexedPropertiesChanged", + "id": 0, + "name": "NotifyIndexedPropertiesChanged()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.NotifyIndexedPropertiesChanged()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.NotifyIndexedPropertiesChangedAsync", + "id": 0, + "name": "NotifyIndexedPropertiesChangedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.NotifyIndexedPropertiesChangedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called to notify about changes to indexed-based properties, e.g. Brushes, Outlines, MarkerBrushes, MarkerOutlines and refresh series" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.RenderSeries(System.Boolean)", + "id": 0, + "name": "RenderSeries(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.RenderSeries(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "animate", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.RenderSeriesAsync(System.Boolean)", + "id": 0, + "name": "RenderSeriesAsync(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.RenderSeriesAsync(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Renders the series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "animate", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.StyleUpdated", + "id": 0, + "name": "StyleUpdated()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.StyleUpdated()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.StyleUpdatedAsync", + "id": 0, + "name": "StyleUpdatedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.StyleUpdatedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called when this series' Style is updated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.VisibleFromScale", + "id": 0, + "name": "VisibleFromScale", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost.VisibleFromScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The minimum scale at which this series becomes visible." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries", + "id": 0, + "name": "IgbGeographicMarkerSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Base class for creating marker series in a IgbGeographicMap." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost", + "id": 0, + "name": "IgbGeographicMapSeriesHost" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.#ctor", + "id": 0, + "name": "IgbGeographicMarkerSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.IgbGeographicMarkerSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.ActualMarkerBrush", + "id": 0, + "name": "ActualMarkerBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.ActualMarkerBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective marker brush for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.ActualMarkerOutline", + "id": 0, + "name": "ActualMarkerOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.ActualMarkerOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective marker outline for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.ActualMarkerTemplate", + "id": 0, + "name": "ActualMarkerTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.ActualMarkerTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective marker template for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.ActualMarkerTemplateScript", + "id": 0, + "name": "ActualMarkerTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.ActualMarkerTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ActualMarkerTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.MarkerBrush", + "id": 0, + "name": "MarkerBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.MarkerBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush that specifies how the current series object's marker interiors are painted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.MarkerFillMode", + "id": 0, + "name": "MarkerFillMode", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.MarkerFillMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerFillMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerFillMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.MarkerOutline", + "id": 0, + "name": "MarkerOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.MarkerOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush that specifies how the current series object's marker outlines are painted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.MarkerOutlineMode", + "id": 0, + "name": "MarkerOutlineMode", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.MarkerOutlineMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerOutlineMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerOutlineMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.MarkerTemplate", + "id": 0, + "name": "MarkerTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.MarkerTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the MarkerTemplate for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.MarkerTemplateScript", + "id": 0, + "name": "MarkerTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.MarkerTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting MarkerTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.MarkerThickness", + "id": 0, + "name": "MarkerThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.MarkerThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets thickness of the marker outline" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.MarkerType", + "id": 0, + "name": "MarkerType", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.MarkerType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the marker type for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.MaximumMarkers", + "id": 0, + "name": "MaximumMarkers", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.MaximumMarkers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum number of markerItems displayed by the current series. If more than the specified number of markerItems are visible, the series will automatically choose a representative set." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeriesBase", + "id": 0, + "name": "IgbGeographicMarkerSeriesBase", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeriesBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost", + "id": 0, + "name": "IgbGeographicMapSeriesHost" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries", + "id": 0, + "name": "IgbGeographicMarkerSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeriesBase.#ctor", + "id": 0, + "name": "IgbGeographicMarkerSeriesBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeriesBase.IgbGeographicMarkerSeriesBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeriesBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeriesBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeriesBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeriesBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries", + "id": 0, + "name": "IgbGeographicPolylineSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Series class used for displaying multiple polylines, in a geographic context, for datasources which contain multiple lists of points." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost", + "id": 0, + "name": "IgbGeographicMapSeriesHost" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase", + "id": 0, + "name": "IgbGeographicShapeSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.#ctor", + "id": 0, + "name": "IgbGeographicPolylineSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.IgbGeographicPolylineSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.ShapeFill", + "id": 0, + "name": "ShapeFill", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.ShapeFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.ShapeOpacity", + "id": 0, + "name": "ShapeOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.ShapeOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.ShapeStroke", + "id": 0, + "name": "ShapeStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.ShapeStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.ShapeStrokeThickness", + "id": 0, + "name": "ShapeStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.ShapeStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.ShapeStyleSelector", + "id": 0, + "name": "ShapeStyleSelector", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.ShapeStyleSelector", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The StyleSelector which is used to select a style for each Shape." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.ShapeStyleSelectorScript", + "id": 0, + "name": "ShapeStyleSelectorScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.ShapeStyleSelectorScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ShapeStyleSelector in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.StyleShape", + "id": 0, + "name": "StyleShape", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.StyleShape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbStyleShapeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.StyleShapeScript", + "id": 0, + "name": "StyleShapeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.StyleShapeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeriesModule", + "id": 0, + "name": "IgbGeographicPolylineSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeriesModule.#ctor", + "id": 0, + "name": "IgbGeographicPolylineSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeriesModule.IgbGeographicPolylineSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicPolylineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries", + "id": 0, + "name": "IgbGeographicProportionalSymbolSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Series class for a geographic map with points marked at given locations." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost", + "id": 0, + "name": "IgbGeographicMapSeriesHost" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries", + "id": 0, + "name": "IgbGeographicMarkerSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.#ctor", + "id": 0, + "name": "IgbGeographicProportionalSymbolSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.IgbGeographicProportionalSymbolSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.AssigningScatterMarkerStyle", + "id": 0, + "name": "AssigningScatterMarkerStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.AssigningScatterMarkerStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAssigningScatterMarkerStyleEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAssigningScatterMarkerStyleEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.AssigningScatterMarkerStyleScript", + "id": 0, + "name": "AssigningScatterMarkerStyleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.AssigningScatterMarkerStyleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.AssigningScatterStyle", + "id": 0, + "name": "AssigningScatterStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.AssigningScatterStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAssigningScatterStyleEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.AssigningScatterStyleScript", + "id": 0, + "name": "AssigningScatterStyleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.AssigningScatterStyleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.FillMemberPath", + "id": 0, + "name": "FillMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.FillMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.FillScale", + "id": 0, + "name": "FillScale", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.FillScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush scale for the marker brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbBrushScale", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbBrushScale" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.FillScaleUseGlobalValues", + "id": 0, + "name": "FillScaleUseGlobalValues", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.FillScaleUseGlobalValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series. This setting applies only if multiple series are using the same FillScale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.IsCustomScatterMarkerStyleAllowed", + "id": 0, + "name": "IsCustomScatterMarkerStyleAllowed", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.IsCustomScatterMarkerStyleAllowed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.IsCustomScatterStyleAllowed", + "id": 0, + "name": "IsCustomScatterStyleAllowed", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.IsCustomScatterStyleAllowed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.ItemSearchMode", + "id": 0, + "name": "ItemSearchMode", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.ItemSearchMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode the series will use to find the closest point to the cursor." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScatterItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.ItemSearchThreshold", + "id": 0, + "name": "ItemSearchThreshold", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.ItemSearchThreshold", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the threshold to use when searching for items using ItemSearchMode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.LabelMemberPath", + "id": 0, + "name": "LabelMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.LabelMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Label mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.LatitudeMemberPath", + "id": 0, + "name": "LatitudeMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.LatitudeMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property of ItemsSource items which contains the latitude coordinate of the symbol." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.LongitudeMemberPath", + "id": 0, + "name": "LongitudeMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.LongitudeMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property of ItemsSource items which contains the longitude coordinate of the symbol." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.MarkerBrushBrightness", + "id": 0, + "name": "MarkerBrushBrightness", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.MarkerBrushBrightness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets brightness of the marker fill. Using negative value will change marker fill to darker color and positive value will change marker fill to brighter color Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.MarkerOutlineBrightness", + "id": 0, + "name": "MarkerOutlineBrightness", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.MarkerOutlineBrightness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets brightness of the marker outline. Using negative value will change marker outline to darker color and positive value will change marker outline to brighter color Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.MarkerOutlineUsesFillScale", + "id": 0, + "name": "MarkerOutlineUsesFillScale", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.MarkerOutlineUsesFillScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not the marker outline should use FillScale like the marker fill does. This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.RadiusMemberPath", + "id": 0, + "name": "RadiusMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.RadiusMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the radius mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.RadiusScale", + "id": 0, + "name": "RadiusScale", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.RadiusScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the radius size scale for the bubbles." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSizeScale", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSizeScale" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.RadiusScaleUseGlobalValues", + "id": 0, + "name": "RadiusScaleUseGlobalValues", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.RadiusScaleUseGlobalValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series. This setting applies only if multiple series are using the same RadiusScale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeriesBase", + "id": 0, + "name": "IgbGeographicProportionalSymbolSeriesBase", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeriesBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost", + "id": 0, + "name": "IgbGeographicMapSeriesHost" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries", + "id": 0, + "name": "IgbGeographicMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeriesBase", + "id": 0, + "name": "IgbGeographicMarkerSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeriesBase.#ctor", + "id": 0, + "name": "IgbGeographicProportionalSymbolSeriesBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeriesBase.IgbGeographicProportionalSymbolSeriesBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeriesBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeriesBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeriesBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeriesBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeriesModule", + "id": 0, + "name": "IgbGeographicProportionalSymbolSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeriesModule.#ctor", + "id": 0, + "name": "IgbGeographicProportionalSymbolSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeriesModule.IgbGeographicProportionalSymbolSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicProportionalSymbolSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries", + "id": 0, + "name": "IgbGeographicScatterAreaSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Series class which draws a colored 2D surface, in a geographic context, based on a triangulation of XY data with numeric values assigned to each point." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost", + "id": 0, + "name": "IgbGeographicMapSeriesHost" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries", + "id": 0, + "name": "IgbGeographicXYTriangulatingSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.#ctor", + "id": 0, + "name": "IgbGeographicScatterAreaSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.IgbGeographicScatterAreaSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.ActualColorScale", + "id": 0, + "name": "ActualColorScale", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.ActualColorScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets actual color scale that is set on ColorScale property or default ColorScale" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColorScale", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColorScale" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.ColorMemberPath", + "id": 0, + "name": "ColorMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.ColorMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.ColorScale", + "id": 0, + "name": "ColorScale", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.ColorScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The ColorScale used to resolve the color values of points in the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColorScale", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColorScale" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.TriangulationStatusChanged", + "id": 0, + "name": "TriangulationStatusChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.TriangulationStatusChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTriangulationStatusEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTriangulationStatusEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.TriangulationStatusChangedScript", + "id": 0, + "name": "TriangulationStatusChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.TriangulationStatusChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.UpdateActualColorScale", + "id": 0, + "name": "UpdateActualColorScale()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.UpdateActualColorScale()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.UpdateActualColorScaleAsync", + "id": 0, + "name": "UpdateActualColorScaleAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeries.UpdateActualColorScaleAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Updates ActualColorScale properties using HostedSeries's ColorScale properties" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeriesModule", + "id": 0, + "name": "IgbGeographicScatterAreaSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeriesModule.#ctor", + "id": 0, + "name": "IgbGeographicScatterAreaSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeriesModule.IgbGeographicScatterAreaSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicScatterAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries", + "id": 0, + "name": "IgbGeographicShapeSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Series class which renders polygons as Paths, in a geographic context, based on lists of points in the ItemsSource." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost", + "id": 0, + "name": "IgbGeographicMapSeriesHost" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase", + "id": 0, + "name": "IgbGeographicShapeSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.#ctor", + "id": 0, + "name": "IgbGeographicShapeSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.IgbGeographicShapeSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.ActualMarkerBrush", + "id": 0, + "name": "ActualMarkerBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.ActualMarkerBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective marker brush for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.ActualMarkerOutline", + "id": 0, + "name": "ActualMarkerOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.ActualMarkerOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective marker outline for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.ActualMarkerTemplate", + "id": 0, + "name": "ActualMarkerTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.ActualMarkerTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective marker template for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.ActualMarkerTemplateScript", + "id": 0, + "name": "ActualMarkerTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.ActualMarkerTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ActualMarkerTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.MarkerBrush", + "id": 0, + "name": "MarkerBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.MarkerBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush that specifies how the current series object's marker interiors are painted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.MarkerCollisionAvoidance", + "id": 0, + "name": "MarkerCollisionAvoidance", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.MarkerCollisionAvoidance", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CollisionAvoidanceType", + "fullTypeName": "IgniteUI.Blazor.Controls.CollisionAvoidanceType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.MarkerFillMode", + "id": 0, + "name": "MarkerFillMode", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.MarkerFillMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerFillMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerFillMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.MarkerOutline", + "id": 0, + "name": "MarkerOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.MarkerOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush that specifies how the current series object's marker outlines are painted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.MarkerOutlineMode", + "id": 0, + "name": "MarkerOutlineMode", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.MarkerOutlineMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerOutlineMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerOutlineMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.MarkerTemplate", + "id": 0, + "name": "MarkerTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.MarkerTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the MarkerTemplate for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.MarkerTemplateScript", + "id": 0, + "name": "MarkerTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.MarkerTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting MarkerTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.MarkerThickness", + "id": 0, + "name": "MarkerThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.MarkerThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets thickness of the marker outline" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.MarkerType", + "id": 0, + "name": "MarkerType", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.MarkerType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the marker type for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.ShapeFill", + "id": 0, + "name": "ShapeFill", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.ShapeFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.ShapeOpacity", + "id": 0, + "name": "ShapeOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.ShapeOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.ShapeStroke", + "id": 0, + "name": "ShapeStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.ShapeStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.ShapeStrokeThickness", + "id": 0, + "name": "ShapeStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.ShapeStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.ShapeStyleSelector", + "id": 0, + "name": "ShapeStyleSelector", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.ShapeStyleSelector", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The StyleSelector which is used to select a style for each Shape." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.ShapeStyleSelectorScript", + "id": 0, + "name": "ShapeStyleSelectorScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.ShapeStyleSelectorScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ShapeStyleSelector in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.StyleShape", + "id": 0, + "name": "StyleShape", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.StyleShape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbStyleShapeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.StyleShapeScript", + "id": 0, + "name": "StyleShapeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.StyleShapeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase", + "id": 0, + "name": "IgbGeographicShapeSeriesBase", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Base class for series which render polygons on a map." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost", + "id": 0, + "name": "IgbGeographicMapSeriesHost" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.#ctor", + "id": 0, + "name": "IgbGeographicShapeSeriesBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.IgbGeographicShapeSeriesBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.AssigningShapeMarkerStyle", + "id": 0, + "name": "AssigningShapeMarkerStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.AssigningShapeMarkerStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAssigningShapeMarkerStyleEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAssigningShapeMarkerStyleEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.AssigningShapeMarkerStyleScript", + "id": 0, + "name": "AssigningShapeMarkerStyleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.AssigningShapeMarkerStyleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.AssigningShapeStyle", + "id": 0, + "name": "AssigningShapeStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.AssigningShapeStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAssigningShapeStyleEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.AssigningShapeStyleScript", + "id": 0, + "name": "AssigningShapeStyleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.AssigningShapeStyleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.FillMemberPath", + "id": 0, + "name": "FillMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.FillMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.FillScale", + "id": 0, + "name": "FillScale", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.FillScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush scale for the fill brush of markers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbBrushScale", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbBrushScale" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.FillScaleUseGlobalValues", + "id": 0, + "name": "FillScaleUseGlobalValues", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.FillScaleUseGlobalValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series. This setting applies only if multiple series are using the same FillScale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.IsCustomShapeMarkerStyleAllowed", + "id": 0, + "name": "IsCustomShapeMarkerStyleAllowed", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.IsCustomShapeMarkerStyleAllowed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.IsCustomShapeStyleAllowed", + "id": 0, + "name": "IsCustomShapeStyleAllowed", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.IsCustomShapeStyleAllowed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this Shape series should allow custom style overrides of its individual visuals." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.ItemSearchMode", + "id": 0, + "name": "ItemSearchMode", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.ItemSearchMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode the series will use to find the closest point to the cursor." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ShapeItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ShapeItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.ItemSearchPointsThreshold", + "id": 0, + "name": "ItemSearchPointsThreshold", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.ItemSearchPointsThreshold", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the points threshold to use when searching for items using ItemSearchMode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.ItemSearchThreshold", + "id": 0, + "name": "ItemSearchThreshold", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.ItemSearchThreshold", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the threshold to use when searching for items using ItemSearchMode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.ShapefileDataSource", + "id": 0, + "name": "ShapefileDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.ShapefileDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Set a shapefile datasource to use with the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbShapeDataSource", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbShapeDataSource" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.ShapeFilterResolution", + "id": 0, + "name": "ShapeFilterResolution", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.ShapeFilterResolution", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The resolution at which to filter out shapes in the series. For example, if the ShapeFilterResolution is set to 3, then elements with a bounding rectangle smaller than 3 X 3 pixels will be filtered out." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.ShapeMemberPath", + "id": 0, + "name": "ShapeMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.ShapeMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property on ItemsSource items which, for each shape, contains a list of points to be converted to a polygon." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBaseBase", + "id": 0, + "name": "IgbGeographicShapeSeriesBaseBase", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBaseBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost", + "id": 0, + "name": "IgbGeographicMapSeriesHost" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBaseBase.#ctor", + "id": 0, + "name": "IgbGeographicShapeSeriesBaseBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBaseBase.IgbGeographicShapeSeriesBaseBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBaseBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBaseBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBaseBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBaseBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesModule", + "id": 0, + "name": "IgbGeographicShapeSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesModule.#ctor", + "id": 0, + "name": "IgbGeographicShapeSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesModule.IgbGeographicShapeSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries", + "id": 0, + "name": "IgbGeographicSymbolSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Series class for a geographic map with points marked at given locations." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost", + "id": 0, + "name": "IgbGeographicMapSeriesHost" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries", + "id": 0, + "name": "IgbGeographicMarkerSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.#ctor", + "id": 0, + "name": "IgbGeographicSymbolSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.IgbGeographicSymbolSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.AssigningScatterMarkerStyle", + "id": 0, + "name": "AssigningScatterMarkerStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.AssigningScatterMarkerStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAssigningScatterMarkerStyleEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAssigningScatterMarkerStyleEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.AssigningScatterMarkerStyleScript", + "id": 0, + "name": "AssigningScatterMarkerStyleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.AssigningScatterMarkerStyleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.AssigningScatterStyle", + "id": 0, + "name": "AssigningScatterStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.AssigningScatterStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAssigningScatterStyleEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.AssigningScatterStyleScript", + "id": 0, + "name": "AssigningScatterStyleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.AssigningScatterStyleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.IsCustomScatterMarkerStyleAllowed", + "id": 0, + "name": "IsCustomScatterMarkerStyleAllowed", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.IsCustomScatterMarkerStyleAllowed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.IsCustomScatterStyleAllowed", + "id": 0, + "name": "IsCustomScatterStyleAllowed", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.IsCustomScatterStyleAllowed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.ItemSearchMode", + "id": 0, + "name": "ItemSearchMode", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.ItemSearchMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode the series will use to find the closest point to the cursor." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScatterItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.ItemSearchThreshold", + "id": 0, + "name": "ItemSearchThreshold", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.ItemSearchThreshold", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the threshold to use when searching for items using ItemSearchMode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.LatitudeMemberPath", + "id": 0, + "name": "LatitudeMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.LatitudeMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property of ItemsSource items which contains the latitude coordinate of the symbol." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.LongitudeMemberPath", + "id": 0, + "name": "LongitudeMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.LongitudeMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property of ItemsSource items which contains the longitude coordinate of the symbol." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.MarkerCollisionAvoidance", + "id": 0, + "name": "MarkerCollisionAvoidance", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.MarkerCollisionAvoidance", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CollisionAvoidanceType", + "fullTypeName": "IgniteUI.Blazor.Controls.CollisionAvoidanceType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeriesBase", + "id": 0, + "name": "IgbGeographicSymbolSeriesBase", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeriesBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost", + "id": 0, + "name": "IgbGeographicMapSeriesHost" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeries", + "id": 0, + "name": "IgbGeographicMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMarkerSeriesBase", + "id": 0, + "name": "IgbGeographicMarkerSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeriesBase.#ctor", + "id": 0, + "name": "IgbGeographicSymbolSeriesBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeriesBase.IgbGeographicSymbolSeriesBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeriesBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeriesBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeriesBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeriesBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeriesModule", + "id": 0, + "name": "IgbGeographicSymbolSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeriesModule.#ctor", + "id": 0, + "name": "IgbGeographicSymbolSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeriesModule.IgbGeographicSymbolSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicSymbolSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicTileSeries", + "id": 0, + "name": "IgbGeographicTileSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicTileSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Series class used for displaying a tile set, and using shapes to define the areas that should be rendered." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost", + "id": 0, + "name": "IgbGeographicMapSeriesHost" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicShapeSeriesBase", + "id": 0, + "name": "IgbGeographicShapeSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicTileSeries.#ctor", + "id": 0, + "name": "IgbGeographicTileSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicTileSeries.IgbGeographicTileSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicTileSeries.ClearTileCache", + "id": 0, + "name": "ClearTileCache()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicTileSeries.ClearTileCache()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicTileSeries.ClearTileCacheAsync", + "id": 0, + "name": "ClearTileCacheAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicTileSeries.ClearTileCacheAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes all cached tile Imagery from the" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicTileSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicTileSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicTileSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicTileSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicTileSeries.ImageTilesReady", + "id": 0, + "name": "ImageTilesReady", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicTileSeries.ImageTilesReady", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbImageTilesReadyEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbImageTilesReadyEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicTileSeries.ImageTilesReadyScript", + "id": 0, + "name": "ImageTilesReadyScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicTileSeries.ImageTilesReadyScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicTileSeries.TileImagery", + "id": 0, + "name": "TileImagery", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicTileSeries.TileImagery", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The MapImagery which is used to provide the tiles for display." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGeographicMapImagery", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicTileSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicTileSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicTileSeriesModule", + "id": 0, + "name": "IgbGeographicTileSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicTileSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicTileSeriesModule.#ctor", + "id": 0, + "name": "IgbGeographicTileSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicTileSeriesModule.IgbGeographicTileSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicTileSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicTileSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicTileSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicTileSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicTileSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicTileSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries", + "id": 0, + "name": "IgbGeographicXYTriangulatingSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Base class for geographic series which triangulate XY data prior to rendering." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost", + "id": 0, + "name": "IgbGeographicMapSeriesHost" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries.#ctor", + "id": 0, + "name": "IgbGeographicXYTriangulatingSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries.IgbGeographicXYTriangulatingSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries.LatitudeMemberPath", + "id": 0, + "name": "LatitudeMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries.LatitudeMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property from which to extract the Latitude for each item in the ItemsSource." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries.LongitudeMemberPath", + "id": 0, + "name": "LongitudeMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries.LongitudeMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property from which to extract the Longitude for each item in the ItemsSource." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries.TrianglesSource", + "id": 0, + "name": "TrianglesSource", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries.TrianglesSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The source of triangulation data." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries.TrianglesSourceScript", + "id": 0, + "name": "TrianglesSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries.TrianglesSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TrianglesSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries.TriangleVertexMemberPath1", + "id": 0, + "name": "TriangleVertexMemberPath1", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries.TriangleVertexMemberPath1", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries.TriangleVertexMemberPath2", + "id": 0, + "name": "TriangleVertexMemberPath2", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries.TriangleVertexMemberPath2", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries.TriangleVertexMemberPath3", + "id": 0, + "name": "TriangleVertexMemberPath3", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries.TriangleVertexMemberPath3", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeriesBase", + "id": 0, + "name": "IgbGeographicXYTriangulatingSeriesBase", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeriesBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapSeriesHost", + "id": 0, + "name": "IgbGeographicMapSeriesHost" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeriesBase.#ctor", + "id": 0, + "name": "IgbGeographicXYTriangulatingSeriesBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeriesBase.IgbGeographicXYTriangulatingSeriesBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeriesBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeriesBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeriesBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGeographicXYTriangulatingSeriesBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs", + "id": 0, + "name": "IgbGetTileImageUriArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event arguments for GetTileImageUri event" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs.#ctor", + "id": 0, + "name": "IgbGetTileImageUriArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs.IgbGetTileImageUriArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs.TileImageUri", + "id": 0, + "name": "TileImageUri", + "fullName": "IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs.TileImageUri", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the tile's image URI" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs.TileLevel", + "id": 0, + "name": "TileLevel", + "fullName": "IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs.TileLevel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the tile level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs.TilePositionX", + "id": 0, + "name": "TilePositionX", + "fullName": "IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs.TilePositionX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the tile's X position" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs.TilePositionY", + "id": 0, + "name": "TilePositionY", + "fullName": "IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs.TilePositionY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the tile's Y position" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGetTileImageUriArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGotFocusEventArgs", + "id": 0, + "name": "IgbGotFocusEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGotFocusEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGotFocusEventArgs.#ctor", + "id": 0, + "name": "IgbGotFocusEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGotFocusEventArgs.IgbGotFocusEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGotFocusEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGotFocusEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGotFocusEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGotFocusEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGotFocusEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGotFocusEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGotFocusEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGotFocusEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid", + "id": 0, + "name": "IgbGrid", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective", + "id": 0, + "name": "IgbGridBaseDirective" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.#ctor", + "id": 0, + "name": "IgbGrid()", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.IgbGrid()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.BeginAddRowByIndex(System.Double)", + "id": 0, + "name": "BeginAddRowByIndex(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.BeginAddRowByIndex(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.BeginAddRowByIndexAsync(System.Double)", + "id": 0, + "name": "BeginAddRowByIndexAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.BeginAddRowByIndexAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Enters add mode by spawning the UI at the specified index. Accepted values for index are integers from 0 to this.grid.dataView.length this.grid.beginAddRowByIndex(0); index - The index to spawn the UI at. Accepts integers from 0 to this.grid.dataView.length" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.ClearGrouping(System.String)", + "id": 0, + "name": "ClearGrouping(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.ClearGrouping(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.ClearGroupingAsync(System.String)", + "id": 0, + "name": "ClearGroupingAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.ClearGroupingAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Clears grouping for particular column, array of columns or all columns. Clears all grouping in the grid, if no parameter is passed. If a parameter is provided, clears grouping for a particular column or an array of columns. this.grid.clearGrouping(); //clears all grouping this.grid.clearGrouping(&quot;ID&quot;); //ungroups a single column this.grid.clearGrouping([&quot;ID&quot;, &quot;Column1&quot;, &quot;Column2&quot;]); //ungroups multiple columns name Name of column or array of column names to be ungrouped." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.Data", + "id": 0, + "name": "Data", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.Data", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.DataPreLoad", + "id": 0, + "name": "DataPreLoad", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.DataPreLoad", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbForOfStateEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbForOfStateEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.DataPreLoadScript", + "id": 0, + "name": "DataPreLoadScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.DataPreLoadScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.DataScript", + "id": 0, + "name": "DataScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.DataScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Data in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.DeselectRowsInGroup(IgniteUI.Blazor.Controls.IgbGroupByRecord)", + "id": 0, + "name": "DeselectRowsInGroup(IgbGroupByRecord)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.DeselectRowsInGroup(IgniteUI.Blazor.Controls.IgbGroupByRecord)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "groupRow", + "type": "IgbGroupByRecord", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByRecord" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.DeselectRowsInGroupAsync(IgniteUI.Blazor.Controls.IgbGroupByRecord)", + "id": 0, + "name": "DeselectRowsInGroupAsync(IgbGroupByRecord)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.DeselectRowsInGroupAsync(IgniteUI.Blazor.Controls.IgbGroupByRecord)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Deselect all rows within a group. groupRow The group record which rows would be deselected. public groupRow: IGroupByRecord; this.grid.deselectRowsInGroup(this.groupRow);" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "groupRow", + "type": "IgbGroupByRecord", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByRecord" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.DetailTemplate", + "id": 0, + "name": "DetailTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.DetailTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a reference to the master-detail template. let detailTemplate = this.grid.detailTemplate; IgxColumnComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridMasterDetailContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridMasterDetailContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.DetailTemplateScript", + "id": 0, + "name": "DetailTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.DetailTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DetailTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.DropAreaMessage", + "id": 0, + "name": "DropAreaMessage", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.DropAreaMessage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.DropAreaTemplate", + "id": 0, + "name": "DropAreaTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.DropAreaTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<Object>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.DropAreaTemplateScript", + "id": 0, + "name": "DropAreaTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.DropAreaTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DropAreaTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.FullyExpandGroup(IgniteUI.Blazor.Controls.IgbGroupByRecord)", + "id": 0, + "name": "FullyExpandGroup(IgbGroupByRecord)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.FullyExpandGroup(IgniteUI.Blazor.Controls.IgbGroupByRecord)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "groupRow", + "type": "IgbGroupByRecord", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByRecord" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.FullyExpandGroupAsync(IgniteUI.Blazor.Controls.IgbGroupByRecord)", + "id": 0, + "name": "FullyExpandGroupAsync(IgbGroupByRecord)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.FullyExpandGroupAsync(IgniteUI.Blazor.Controls.IgbGroupByRecord)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Expands the specified group and all of its parent groups. groupRow The group record to fully expand. public groupRow: IGroupByRecord; this.grid.fullyExpandGroup(this.groupRow);" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "groupRow", + "type": "IgbGroupByRecord", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByRecord" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GetCellByColumn(System.Double,System.String)", + "id": 0, + "name": "GetCellByColumn(Double, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GetCellByColumn(System.Double, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "columnField", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbCellType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GetCellByColumnAsync(System.Double,System.String)", + "id": 0, + "name": "GetCellByColumnAsync(Double, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GetCellByColumnAsync(System.Double, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "columnField", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<IgbCellType>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbCellType>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GetCellByKey(System.Object,System.String)", + "id": 0, + "name": "GetCellByKey(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GetCellByKey(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowSelector", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "columnField", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbCellType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GetCellByKeyAsync(System.Object,System.String)", + "id": 0, + "name": "GetCellByKeyAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GetCellByKeyAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowSelector", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "columnField", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<IgbCellType>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbCellType>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GetData", + "id": 0, + "name": "GetData()", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GetData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GetGroupsRecords", + "id": 0, + "name": "GetGroupsRecords()", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GetGroupsRecords()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGroupByRecord[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByRecord[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GetGroupsRecordsAsync", + "id": 0, + "name": "GetGroupsRecordsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GetGroupsRecordsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbGroupByRecord[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbGroupByRecord[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GetRowByIndex(System.Double)", + "id": 0, + "name": "GetRowByIndex(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GetRowByIndex(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "IgbRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GetRowByIndexAsync(System.Double)", + "id": 0, + "name": "GetRowByIndexAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GetRowByIndexAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the IgxGridRow by index. const myRow = grid.getRowByIndex(1); index" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<IgbRowType>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbRowType>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GetRowByKey(System.Object)", + "id": 0, + "name": "GetRowByKey(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GetRowByKey(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GetRowByKeyAsync(System.Object)", + "id": 0, + "name": "GetRowByKeyAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GetRowByKeyAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns IgxGridRow object by the specified primary key. Requires that the primaryKey property is set. const myRow = this.grid1.getRowByKey(&quot;cell5&quot;); keyValue" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<IgbRowType>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbRowType>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GetSelectedCells", + "id": 0, + "name": "GetSelectedCells()", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GetSelectedCells()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCellType[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellType[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GetSelectedCellsAsync", + "id": 0, + "name": "GetSelectedCellsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GetSelectedCellsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbCellType[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbCellType[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GetSelectedData(System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSelectedData(Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GetSelectedData(System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "formatters", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "headers", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GetSelectedDataAsync(System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSelectedDataAsync(Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GetSelectedDataAsync(System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "formatters", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "headers", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Object[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GroupBy(IgniteUI.Blazor.Controls.IgbGroupingExpression[])", + "id": 0, + "name": "GroupBy(IgbGroupingExpression[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GroupBy(IgniteUI.Blazor.Controls.IgbGroupingExpression[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbGroupingExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupingExpression[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GroupByAsync(IgniteUI.Blazor.Controls.IgbGroupingExpression[])", + "id": 0, + "name": "GroupByAsync(IgbGroupingExpression[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GroupByAsync(IgniteUI.Blazor.Controls.IgbGroupingExpression[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbGroupingExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupingExpression[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GroupByRowSelectorTemplate", + "id": 0, + "name": "GroupByRowSelectorTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GroupByRowSelectorTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the group by row selector template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGroupByRowSelectorTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GroupByRowSelectorTemplateScript", + "id": 0, + "name": "GroupByRowSelectorTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GroupByRowSelectorTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting GroupByRowSelectorTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GroupingDone", + "id": 0, + "name": "GroupingDone", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GroupingDone", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGroupingDoneEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GroupingDoneScript", + "id": 0, + "name": "GroupingDoneScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GroupingDoneScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GroupingExpansionState", + "id": 0, + "name": "GroupingExpansionState", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GroupingExpansionState", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGroupByExpandState[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByExpandState[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GroupingExpansionStateChange", + "id": 0, + "name": "GroupingExpansionStateChange", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GroupingExpansionStateChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGroupByExpandStateEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGroupByExpandStateEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GroupingExpansionStateChangeScript", + "id": 0, + "name": "GroupingExpansionStateChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GroupingExpansionStateChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GroupingExpressions", + "id": 0, + "name": "GroupingExpressions", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GroupingExpressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGroupingExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupingExpression[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GroupingExpressionsChange", + "id": 0, + "name": "GroupingExpressionsChange", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GroupingExpressionsChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGroupingExpressionEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGroupingExpressionEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GroupingExpressionsChangeScript", + "id": 0, + "name": "GroupingExpressionsChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GroupingExpressionsChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GroupRowTemplate", + "id": 0, + "name": "GroupRowTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GroupRowTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the template reference for the group row. const groupRowTemplate = this.grid.groupRowTemplate; this.grid.groupRowTemplate = myRowTemplate;" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGroupByRowTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGroupByRowTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GroupRowTemplateScript", + "id": 0, + "name": "GroupRowTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GroupRowTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting GroupRowTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GroupsExpanded", + "id": 0, + "name": "GroupsExpanded", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GroupsExpanded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.GroupStrategy", + "id": 0, + "name": "GroupStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.GroupStrategy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridGroupingStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridGroupingStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.HideGroupedColumns", + "id": 0, + "name": "HideGroupedColumns", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.HideGroupedColumns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.Id", + "id": 0, + "name": "Id", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.Id", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.IsExpandedGroup(IgniteUI.Blazor.Controls.IgbGroupByRecord)", + "id": 0, + "name": "IsExpandedGroup(IgbGroupByRecord)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.IsExpandedGroup(IgniteUI.Blazor.Controls.IgbGroupByRecord)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "group", + "type": "IgbGroupByRecord", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByRecord" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.IsExpandedGroupAsync(IgniteUI.Blazor.Controls.IgbGroupByRecord)", + "id": 0, + "name": "IsExpandedGroupAsync(IgbGroupByRecord)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.IsExpandedGroupAsync(IgniteUI.Blazor.Controls.IgbGroupByRecord)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns if a group is expanded or not. group The group record. public groupRow: IGroupByRecord; const expandedGroup = this.grid.isExpandedGroup(this.groupRow);" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "group", + "type": "IgbGroupByRecord", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByRecord" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.PinRow(System.Object,System.Double)", + "id": 0, + "name": "PinRow(Object, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.PinRow(System.Object, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.PinRowAsync(System.Object,System.Double)", + "id": 0, + "name": "PinRowAsync(Object, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.PinRowAsync(System.Object, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.SelectRowsInGroup(IgniteUI.Blazor.Controls.IgbGroupByRecord,System.Boolean)", + "id": 0, + "name": "SelectRowsInGroup(IgbGroupByRecord, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.SelectRowsInGroup(IgniteUI.Blazor.Controls.IgbGroupByRecord, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "groupRow", + "type": "IgbGroupByRecord", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByRecord" + }, + { + "name": "clearPrevSelection", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.SelectRowsInGroupAsync(IgniteUI.Blazor.Controls.IgbGroupByRecord,System.Boolean)", + "id": 0, + "name": "SelectRowsInGroupAsync(IgbGroupByRecord, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.SelectRowsInGroupAsync(IgniteUI.Blazor.Controls.IgbGroupByRecord, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "groupRow", + "type": "IgbGroupByRecord", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByRecord" + }, + { + "name": "clearPrevSelection", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.ShowGroupArea", + "id": 0, + "name": "ShowGroupArea", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.ShowGroupArea", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.ToggleAllGroupRows", + "id": 0, + "name": "ToggleAllGroupRows()", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.ToggleAllGroupRows()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.ToggleAllGroupRowsAsync", + "id": 0, + "name": "ToggleAllGroupRowsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.ToggleAllGroupRowsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Toggles the expansion state of all group rows recursively. this.grid.toggleAllGroupRows;" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.ToggleGroup(IgniteUI.Blazor.Controls.IgbGroupByRecord)", + "id": 0, + "name": "ToggleGroup(IgbGroupByRecord)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.ToggleGroup(IgniteUI.Blazor.Controls.IgbGroupByRecord)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "groupRow", + "type": "IgbGroupByRecord", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByRecord" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.ToggleGroupAsync(IgniteUI.Blazor.Controls.IgbGroupByRecord)", + "id": 0, + "name": "ToggleGroupAsync(IgbGroupByRecord)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.ToggleGroupAsync(IgniteUI.Blazor.Controls.IgbGroupByRecord)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Toggles the expansion state of a group. groupRow The group record to toggle. public groupRow: IGroupByRecord; const toggleExpGroup = this.grid.toggleGroup(this.groupRow);" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "groupRow", + "type": "IgbGroupByRecord", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByRecord" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.TotalItemCount", + "id": 0, + "name": "TotalItemCount", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.TotalItemCount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the total number of records in the data source. This property is required for remote grid virtualization to function when it is bound to remote data. const itemCount = this.grid1.totalItemCount; this.grid1.totalItemCount = 55;" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.UnpinRow(System.Object)", + "id": 0, + "name": "UnpinRow(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.UnpinRow(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGrid.UnpinRowAsync(System.Object)", + "id": 0, + "name": "UnpinRowAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGrid.UnpinRowAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective", + "id": 0, + "name": "IgbGridActionsBaseDirective", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective.#ctor", + "id": 0, + "name": "IgbGridActionsBaseDirective()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective.IgbGridActionsBaseDirective()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective.ActionStripParent", + "id": 0, + "name": "ActionStripParent", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective.ActionStripParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective.AsMenuItems", + "id": 0, + "name": "AsMenuItems", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective.AsMenuItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirectiveCollection", + "id": 0, + "name": "IgbGridActionsBaseDirectiveCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirectiveCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective}", + "id": 0, + "name": "BaseCollection<IgbGridActionsBaseDirective>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirectiveCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbGridActionsBaseDirectiveCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirectiveCollection.IgbGridActionsBaseDirectiveCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirectiveModule", + "id": 0, + "name": "IgbGridActionsBaseDirectiveModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirectiveModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirectiveModule.#ctor", + "id": 0, + "name": "IgbGridActionsBaseDirectiveModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirectiveModule.IgbGridActionsBaseDirectiveModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirectiveModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirectiveModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirectiveModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirectiveModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirectiveModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirectiveModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActiveCellChangedEventArgs", + "id": 0, + "name": "IgbGridActiveCellChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActiveCellChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the change to the selected cells in the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActiveCellChangedEventArgs.#ctor", + "id": 0, + "name": "IgbGridActiveCellChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActiveCellChangedEventArgs.IgbGridActiveCellChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActiveCellChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActiveCellChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActiveCellChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActiveCellChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActiveCellChangedEventArgs.NewActiveCell", + "id": 0, + "name": "NewActiveCell", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActiveCellChangedEventArgs.NewActiveCell", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The new active cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridCellPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridCellPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActiveCellChangedEventArgs.OldActiveCell", + "id": 0, + "name": "OldActiveCell", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActiveCellChangedEventArgs.OldActiveCell", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The old active cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridCellPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridCellPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActiveCellChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActiveCellChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActiveCellChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridActiveCellChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings", + "id": 0, + "name": "IgbGridAnimationPhaseSettings", + "fullName": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "This class is used to group the settings to define an animation phase." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings.#ctor", + "id": 0, + "name": "IgbGridAnimationPhaseSettings()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings.IgbGridAnimationPhaseSettings()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings.DesiredSubItemDurationMilliseconds", + "id": 0, + "name": "DesiredSubItemDurationMilliseconds", + "fullName": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings.DesiredSubItemDurationMilliseconds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The desired amount of time each item animating should take, in milliseconds" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings.DurationMilliseconds", + "id": 0, + "name": "DurationMilliseconds", + "fullName": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings.DurationMilliseconds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The duration of an animation, in milliseconds" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings.EasingFunctionType", + "id": 0, + "name": "EasingFunctionType", + "fullName": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings.EasingFunctionType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Configures the Easing function used to animate the individual items" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridEasingFunctionType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridEasingFunctionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings.HoldInitialMilliseconds", + "id": 0, + "name": "HoldInitialMilliseconds", + "fullName": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings.HoldInitialMilliseconds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The amount of time to delay an animation, in milliseconds." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings.PerItemDelayMilliseconds", + "id": 0, + "name": "PerItemDelayMilliseconds", + "fullName": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings.PerItemDelayMilliseconds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The amount of time to delay each item animating, in milliseconds" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings.ShouldItemsFinishSimultaneously", + "id": 0, + "name": "ShouldItemsFinishSimultaneously", + "fullName": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings.ShouldItemsFinishSimultaneously", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Configures whether all items animating should finish simultaneously" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings.SubItemDurationMilliseconds", + "id": 0, + "name": "SubItemDurationMilliseconds", + "fullName": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings.SubItemDurationMilliseconds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The amount of time each item animating should take, in milliseconds" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridAnimationPhaseSettings.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridAnimationSettings", + "id": 0, + "name": "IgbGridAnimationSettings", + "fullName": "IgniteUI.Blazor.Controls.IgbGridAnimationSettings", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Animation settings for the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridAnimationSettings.#ctor", + "id": 0, + "name": "IgbGridAnimationSettings()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridAnimationSettings.IgbGridAnimationSettings()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridAnimationSettings.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridAnimationSettings.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridAnimationSettings.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridAnimationSettings.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective", + "id": 0, + "name": "IgbGridBaseDirective", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.#ctor", + "id": 0, + "name": "IgbGridBaseDirective()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.IgbGridBaseDirective()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ActionStripComponents", + "id": 0, + "name": "ActionStripComponents", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ActionStripComponents", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbActionStripCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbActionStripCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ActiveNodeChange", + "id": 0, + "name": "ActiveNodeChange", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ActiveNodeChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbActiveNodeChangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ActiveNodeChangeScript", + "id": 0, + "name": "ActiveNodeChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ActiveNodeChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ActualActionStripComponents", + "id": 0, + "name": "ActualActionStripComponents", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ActualActionStripComponents", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbActionStripCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbActionStripCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ActualColumnList", + "id": 0, + "name": "ActualColumnList", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ActualColumnList", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ActualPaginationComponents", + "id": 0, + "name": "ActualPaginationComponents", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ActualPaginationComponents", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPaginatorCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPaginatorCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ActualStateComponents", + "id": 0, + "name": "ActualStateComponents", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ActualStateComponents", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbStateCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbStateCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ActualToolbar", + "id": 0, + "name": "ActualToolbar", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ActualToolbar", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridToolbarCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridToolbarCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AddRow(System.Object)", + "id": 0, + "name": "AddRow(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AddRow(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Adds a new row to the grid. If the grid is bound to RemoteJson or LocalJson then you must provide a dictionary or json string with the row data to add." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AddRowAsync(System.Object)", + "id": 0, + "name": "AddRowAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AddRowAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Adds a new row to the grid. If the grid is bound to RemoteJson or LocalJson then you must provide a dictionary or json string with the row data to add." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AddRowEmptyTemplate", + "id": 0, + "name": "AddRowEmptyTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AddRowEmptyTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<Object>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AddRowEmptyTemplateScript", + "id": 0, + "name": "AddRowEmptyTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AddRowEmptyTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting AddRowEmptyTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AdvancedFilteringExpressionsTree", + "id": 0, + "name": "AdvancedFilteringExpressionsTree", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AdvancedFilteringExpressionsTree", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the advanced filtering state. let advancedFilteringExpressionsTree = this.grid.advancedFilteringExpressionsTree; this.grid.advancedFilteringExpressionsTree = logic;" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringExpressionsTree", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AdvancedFilteringExpressionsTreeChange", + "id": 0, + "name": "AdvancedFilteringExpressionsTreeChange", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AdvancedFilteringExpressionsTreeChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFilteringExpressionsTreeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AdvancedFilteringExpressionsTreeChangeScript", + "id": 0, + "name": "AdvancedFilteringExpressionsTreeChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AdvancedFilteringExpressionsTreeChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AllowAdvancedFiltering", + "id": 0, + "name": "AllowAdvancedFiltering", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AllowAdvancedFiltering", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AllowFiltering", + "id": 0, + "name": "AllowFiltering", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AllowFiltering", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AutoGenerate", + "id": 0, + "name": "AutoGenerate", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AutoGenerate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AutoGenerateExclude", + "id": 0, + "name": "AutoGenerateExclude", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.AutoGenerateExclude", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.BatchEditing", + "id": 0, + "name": "BatchEditing", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.BatchEditing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.BeginAddRowById(System.Object,System.Boolean)", + "id": 0, + "name": "BeginAddRowById(Object, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.BeginAddRowById(System.Object, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "asChild", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.BeginAddRowByIdAsync(System.Object,System.Boolean)", + "id": 0, + "name": "BeginAddRowByIdAsync(Object, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.BeginAddRowByIdAsync(System.Object, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "asChild", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CellClick", + "id": 0, + "name": "CellClick", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CellClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridCellEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridCellEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CellClickScript", + "id": 0, + "name": "CellClickScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CellClickScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CellEdit", + "id": 0, + "name": "CellEdit", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CellEdit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridEditEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridEditEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CellEditDone", + "id": 0, + "name": "CellEditDone", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CellEditDone", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbGridEditDoneEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CellEditEnter", + "id": 0, + "name": "CellEditEnter", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CellEditEnter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridEditEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridEditEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CellEditEnterScript", + "id": 0, + "name": "CellEditEnterScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CellEditEnterScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CellEditExit", + "id": 0, + "name": "CellEditExit", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CellEditExit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridEditDoneEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CellEditExitScript", + "id": 0, + "name": "CellEditExitScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CellEditExitScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CellEditScript", + "id": 0, + "name": "CellEditScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CellEditScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CellSelection", + "id": 0, + "name": "CellSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CellSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets cell selection mode. By default the cell selection mode is multiple selectionMode: GridSelectionMode" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ClearCellSelection", + "id": 0, + "name": "ClearCellSelection()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ClearCellSelection()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ClearCellSelectionAsync", + "id": 0, + "name": "ClearCellSelectionAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ClearCellSelectionAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Deselect selected cells. this.grid.clearCellSelection();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ClearFilter(System.String)", + "id": 0, + "name": "ClearFilter(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ClearFilter(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ClearFilterAsync(System.String)", + "id": 0, + "name": "ClearFilterAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ClearFilterAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If name is provided, clears the filtering state of the corresponding IgxColumnComponent. Otherwise clears the filtering state of all IgxColumnComponents. this.grid.clearFilter(); name" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ClearSearch", + "id": 0, + "name": "ClearSearch()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ClearSearch()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ClearSearchAsync", + "id": 0, + "name": "ClearSearchAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ClearSearchAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes all the highlights in the cell. this.grid.clearSearch();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ClearSort(System.String)", + "id": 0, + "name": "ClearSort(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ClearSort(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ClearSortAsync(System.String)", + "id": 0, + "name": "ClearSortAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ClearSortAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If name is provided, clears the sorting state of the corresponding IgxColumnComponent. otherwise clears the sorting state of all IgxColumnComponent. this.grid.clearSort(); name" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ClipboardOptions", + "id": 0, + "name": "ClipboardOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ClipboardOptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Controls the copy behavior of the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbClipboardOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbClipboardOptions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CloseAdvancedFilteringDialog(System.Boolean)", + "id": 0, + "name": "CloseAdvancedFilteringDialog(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CloseAdvancedFilteringDialog(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "applyChanges", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CloseAdvancedFilteringDialogAsync(System.Boolean)", + "id": 0, + "name": "CloseAdvancedFilteringDialogAsync(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CloseAdvancedFilteringDialogAsync(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Closes the advanced filtering dialog. applyChanges indicates whether the changes should be applied" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "applyChanges", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CollapseAll", + "id": 0, + "name": "CollapseAll()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CollapseAll()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CollapseAllAsync", + "id": 0, + "name": "CollapseAllAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CollapseAllAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Collapses all rows. this.grid.collapseAll();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CollapseRow(System.Object)", + "id": 0, + "name": "CollapseRow(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CollapseRow(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CollapseRowAsync(System.Object)", + "id": 0, + "name": "CollapseRowAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.CollapseRowAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Collapses the row by its id. ID is either the primaryKey value or the data record instance. this.grid.collapseRow(rowID); rowID The row id - primaryKey value or the data record instance." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnInit", + "id": 0, + "name": "ColumnInit", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnInit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColumnComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColumnComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnInitScript", + "id": 0, + "name": "ColumnInitScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnInitScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnList", + "id": 0, + "name": "ColumnList", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnList", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnMoving", + "id": 0, + "name": "ColumnMoving", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnMoving", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColumnMovingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColumnMovingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnMovingEnd", + "id": 0, + "name": "ColumnMovingEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnMovingEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColumnMovingEndEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnMovingEndScript", + "id": 0, + "name": "ColumnMovingEndScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnMovingEndScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnMovingScript", + "id": 0, + "name": "ColumnMovingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnMovingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnMovingStart", + "id": 0, + "name": "ColumnMovingStart", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnMovingStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColumnMovingStartEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnMovingStartScript", + "id": 0, + "name": "ColumnMovingStartScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnMovingStartScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnPin", + "id": 0, + "name": "ColumnPin", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnPin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPinColumnCancellableEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnPinned", + "id": 0, + "name": "ColumnPinned", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnPinned", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPinColumnEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPinColumnEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnPinnedScript", + "id": 0, + "name": "ColumnPinnedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnPinnedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnPinScript", + "id": 0, + "name": "ColumnPinScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnPinScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnResized", + "id": 0, + "name": "ColumnResized", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnResized", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColumnResizeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColumnResizeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnResizedScript", + "id": 0, + "name": "ColumnResizedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnResizedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnsAutogenerated", + "id": 0, + "name": "ColumnsAutogenerated", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnsAutogenerated", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColumnsAutoGeneratedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnsAutogeneratedScript", + "id": 0, + "name": "ColumnsAutogeneratedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnsAutogeneratedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnSelection", + "id": 0, + "name": "ColumnSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets column selection mode By default the row selection mode is none selectionMode: GridSelectionMode" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnSelectionChanging", + "id": 0, + "name": "ColumnSelectionChanging", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnSelectionChanging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColumnSelectionEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnSelectionChangingScript", + "id": 0, + "name": "ColumnSelectionChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnSelectionChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnVisibilityChanged", + "id": 0, + "name": "ColumnVisibilityChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnVisibilityChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColumnVisibilityChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnVisibilityChangedScript", + "id": 0, + "name": "ColumnVisibilityChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnVisibilityChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnVisibilityChanging", + "id": 0, + "name": "ColumnVisibilityChanging", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnVisibilityChanging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColumnVisibilityChangingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnVisibilityChangingScript", + "id": 0, + "name": "ColumnVisibilityChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnVisibilityChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnWidth", + "id": 0, + "name": "ColumnWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ColumnWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ContentActionStripComponents", + "id": 0, + "name": "ContentActionStripComponents", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ContentActionStripComponents", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbActionStripCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbActionStripCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ContentColumnList", + "id": 0, + "name": "ContentColumnList", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ContentColumnList", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ContentPaginationComponents", + "id": 0, + "name": "ContentPaginationComponents", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ContentPaginationComponents", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPaginatorCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPaginatorCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ContentStateComponents", + "id": 0, + "name": "ContentStateComponents", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ContentStateComponents", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbStateCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbStateCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ContentToolbar", + "id": 0, + "name": "ContentToolbar", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ContentToolbar", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridToolbarCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridToolbarCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ContextMenu", + "id": 0, + "name": "ContextMenu", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ContextMenu", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridContextMenuEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ContextMenuScript", + "id": 0, + "name": "ContextMenuScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ContextMenuScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DataChanged", + "id": 0, + "name": "DataChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DataChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbForOfDataChangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DataChangedScript", + "id": 0, + "name": "DataChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DataChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DataChanging", + "id": 0, + "name": "DataChanging", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DataChanging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbForOfDataChangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DataChangingScript", + "id": 0, + "name": "DataChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DataChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DataCloneStrategy", + "id": 0, + "name": "DataCloneStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DataCloneStrategy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataCloneStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataCloneStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DeleteRow(System.Object)", + "id": 0, + "name": "DeleteRow(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DeleteRow(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Deletes a row from the grid." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowSelector", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DeleteRowAsync(System.Object)", + "id": 0, + "name": "DeleteRowAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DeleteRowAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Deletes a row from the grid." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowSelector", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DeselectAllColumns", + "id": 0, + "name": "DeselectAllColumns()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DeselectAllColumns()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DeselectAllColumnsAsync", + "id": 0, + "name": "DeselectAllColumnsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DeselectAllColumnsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Deselects all columns this.grid.deselectAllColumns();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DeselectAllRows(System.Boolean)", + "id": 0, + "name": "DeselectAllRows(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DeselectAllRows(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "onlyFilterData", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DeselectAllRowsAsync(System.Boolean)", + "id": 0, + "name": "DeselectAllRowsAsync(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DeselectAllRowsAsync(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Deselects all rows By default if filtering is in place, selectAllRows() and deselectAllRows() select/deselect all filtered rows. If you set the parameter onlyFilterData to false that will deselect all rows in the grid exept deleted rows. this.grid.deselectAllRows(); onlyFilterData" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "onlyFilterData", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DeselectColumns(System.String[])", + "id": 0, + "name": "DeselectColumns(String[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DeselectColumns(System.String[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columns", + "type": "String[]", + "fullTypeName": "System.String[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DeselectColumnsAsync(System.String[])", + "id": 0, + "name": "DeselectColumnsAsync(String[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DeselectColumnsAsync(System.String[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columns", + "type": "String[]", + "fullTypeName": "System.String[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DeselectRows(System.Object[])", + "id": 0, + "name": "DeselectRows(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DeselectRows(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIDs", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DeselectRowsAsync(System.Object[])", + "id": 0, + "name": "DeselectRowsAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DeselectRowsAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIDs", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DisableSummaries(System.Object[])", + "id": 0, + "name": "DisableSummaries(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DisableSummaries(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rest", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DisableSummariesAsync(System.Object[])", + "id": 0, + "name": "DisableSummariesAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DisableSummariesAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rest", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DoubleClick", + "id": 0, + "name": "DoubleClick", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DoubleClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridCellEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridCellEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DoubleClickScript", + "id": 0, + "name": "DoubleClickScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DoubleClickScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DragGhostCustomTemplate", + "id": 0, + "name": "DragGhostCustomTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DragGhostCustomTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the custom template, if any, used for row drag ghost." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridRowDragGhostContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DragGhostCustomTemplateScript", + "id": 0, + "name": "DragGhostCustomTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DragGhostCustomTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DragGhostCustomTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DragIndicatorIconTemplate", + "id": 0, + "name": "DragIndicatorIconTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DragIndicatorIconTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The custom template, if any, that should be used when rendering the row drag indicator icon" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridEmptyTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridEmptyTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DragIndicatorIconTemplateScript", + "id": 0, + "name": "DragIndicatorIconTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.DragIndicatorIconTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DragIndicatorIconTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.EmptyFilteredGridMessage", + "id": 0, + "name": "EmptyFilteredGridMessage", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.EmptyFilteredGridMessage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.EmptyGridMessage", + "id": 0, + "name": "EmptyGridMessage", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.EmptyGridMessage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.EmptyGridTemplate", + "id": 0, + "name": "EmptyGridTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.EmptyGridTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.EmptyGridTemplateScript", + "id": 0, + "name": "EmptyGridTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.EmptyGridTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting EmptyGridTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.EnableSummaries(System.Object[])", + "id": 0, + "name": "EnableSummaries(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.EnableSummaries(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rest", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.EnableSummariesAsync(System.Object[])", + "id": 0, + "name": "EnableSummariesAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.EnableSummariesAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rest", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ExcelStyleHeaderIconTemplate", + "id": 0, + "name": "ExcelStyleHeaderIconTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ExcelStyleHeaderIconTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the excel style header icon." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridHeaderTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ExcelStyleHeaderIconTemplateScript", + "id": 0, + "name": "ExcelStyleHeaderIconTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ExcelStyleHeaderIconTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ExcelStyleHeaderIconTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ExpandAll", + "id": 0, + "name": "ExpandAll()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ExpandAll()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ExpandAllAsync", + "id": 0, + "name": "ExpandAllAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ExpandAllAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Expands all rows. this.grid.expandAll();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ExpandRow(System.Object)", + "id": 0, + "name": "ExpandRow(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ExpandRow(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ExpandRowAsync(System.Object)", + "id": 0, + "name": "ExpandRowAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ExpandRowAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Expands the row by its id. ID is either the primaryKey value or the data record instance. this.grid.expandRow(rowID); rowID The row id - primaryKey value or the data record instance." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Filter(System.String,System.Object,IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation,System.Boolean)", + "id": 0, + "name": "Filter(String, Object, IgbFilteringExpressionsTreeOrFilteringOperation, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Filter(System.String, System.Object, IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "conditionOrExpressionTree", + "type": "IgbFilteringExpressionsTreeOrFilteringOperation", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation" + }, + { + "name": "ignoreCase", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilterAsync(System.String,System.Object,IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation,System.Boolean)", + "id": 0, + "name": "FilterAsync(String, Object, IgbFilteringExpressionsTreeOrFilteringOperation, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilterAsync(System.String, System.Object, IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "conditionOrExpressionTree", + "type": "IgbFilteringExpressionsTreeOrFilteringOperation", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation" + }, + { + "name": "ignoreCase", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilterGlobal(System.Object,System.Object,System.Object)", + "id": 0, + "name": "FilterGlobal(Object, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilterGlobal(System.Object, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "condition", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "ignoreCase", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilterGlobalAsync(System.Object,System.Object,System.Object)", + "id": 0, + "name": "FilterGlobalAsync(Object, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilterGlobalAsync(System.Object, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "condition", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "ignoreCase", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Filtering", + "id": 0, + "name": "Filtering", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Filtering", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFilteringEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFilteringEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilteringDone", + "id": 0, + "name": "FilteringDone", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilteringDone", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFilteringExpressionsTreeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilteringDoneScript", + "id": 0, + "name": "FilteringDoneScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilteringDoneScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilteringExpressionsTree", + "id": 0, + "name": "FilteringExpressionsTree", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilteringExpressionsTree", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringExpressionsTree", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilteringExpressionsTreeChange", + "id": 0, + "name": "FilteringExpressionsTreeChange", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilteringExpressionsTreeChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFilteringExpressionsTreeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilteringExpressionsTreeChangeScript", + "id": 0, + "name": "FilteringExpressionsTreeChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilteringExpressionsTreeChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilteringLogic", + "id": 0, + "name": "FilteringLogic", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilteringLogic", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilteringLogic", + "fullTypeName": "IgniteUI.Blazor.Controls.FilteringLogic" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilteringScript", + "id": 0, + "name": "FilteringScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilteringScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilterMode", + "id": 0, + "name": "FilterMode", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilterMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterMode", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilterStrategy", + "id": 0, + "name": "FilterStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FilterStrategy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FindNext(System.String,System.Boolean,System.Boolean)", + "id": 0, + "name": "FindNext(String, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FindNext(System.String, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "text", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "caseSensitive", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "exactMatch", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FindNextAsync(System.String,System.Boolean,System.Boolean)", + "id": 0, + "name": "FindNextAsync(String, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FindNextAsync(System.String, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "text", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "caseSensitive", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "exactMatch", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FindPrev(System.String,System.Boolean,System.Boolean)", + "id": 0, + "name": "FindPrev(String, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FindPrev(System.String, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "text", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "caseSensitive", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "exactMatch", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FindPrevAsync(System.String,System.Boolean,System.Boolean)", + "id": 0, + "name": "FindPrevAsync(String, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FindPrevAsync(System.String, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "text", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "caseSensitive", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "exactMatch", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FormGroupCreated", + "id": 0, + "name": "FormGroupCreated", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FormGroupCreated", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridFormGroupCreatedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FormGroupCreatedScript", + "id": 0, + "name": "FormGroupCreatedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.FormGroupCreatedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetColumnByName(System.String)", + "id": 0, + "name": "GetColumnByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetColumnByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetColumnByNameAsync(System.String)", + "id": 0, + "name": "GetColumnByNameAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetColumnByNameAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the IgxColumnComponent by field name. const myCol = this.grid1.getColumnByName(&quot;ID&quot;); name" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<IgbColumn>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbColumn>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetColumnByVisibleIndex(System.Double)", + "id": 0, + "name": "GetColumnByVisibleIndex(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetColumnByVisibleIndex(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetColumnByVisibleIndexAsync(System.Double)", + "id": 0, + "name": "GetColumnByVisibleIndexAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetColumnByVisibleIndexAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<IgbColumn>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbColumn>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetColumns", + "id": 0, + "name": "GetColumns()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetColumns()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetColumnsAsync", + "id": 0, + "name": "GetColumnsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetColumnsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbColumn[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbColumn[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetCurrentActualColumnList", + "id": 0, + "name": "GetCurrentActualColumnList()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetCurrentActualColumnList()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetCurrentActualColumnListAsync", + "id": 0, + "name": "GetCurrentActualColumnListAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetCurrentActualColumnListAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbColumnCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbColumnCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetCurrentSelectedRows", + "id": 0, + "name": "GetCurrentSelectedRows()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetCurrentSelectedRows()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetCurrentSelectedRowsAsync", + "id": 0, + "name": "GetCurrentSelectedRowsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetCurrentSelectedRowsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetData", + "id": 0, + "name": "GetData()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetDataView", + "id": 0, + "name": "GetDataView()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetDataView()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetDataViewAsync", + "id": 0, + "name": "GetDataViewAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetDataViewAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetDefaultHeaderGroupMinWidth", + "id": 0, + "name": "GetDefaultHeaderGroupMinWidth()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetDefaultHeaderGroupMinWidth()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetDefaultHeaderGroupMinWidthAsync", + "id": 0, + "name": "GetDefaultHeaderGroupMinWidthAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetDefaultHeaderGroupMinWidthAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetDefaultRowHeight", + "id": 0, + "name": "GetDefaultRowHeight()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetDefaultRowHeight()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetDefaultRowHeightAsync", + "id": 0, + "name": "GetDefaultRowHeightAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetDefaultRowHeightAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetFilteredData", + "id": 0, + "name": "GetFilteredData()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetFilteredData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetFilteredDataAsync", + "id": 0, + "name": "GetFilteredDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetFilteredDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetFilteredSortedData", + "id": 0, + "name": "GetFilteredSortedData()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetFilteredSortedData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetFilteredSortedDataAsync", + "id": 0, + "name": "GetFilteredSortedDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetFilteredSortedDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetHeaderGroupWidth(IgniteUI.Blazor.Controls.IgbColumn)", + "id": 0, + "name": "GetHeaderGroupWidth(IgbColumn)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetHeaderGroupWidth(IgniteUI.Blazor.Controls.IgbColumn)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetHeaderGroupWidthAsync(IgniteUI.Blazor.Controls.IgbColumn)", + "id": 0, + "name": "GetHeaderGroupWidthAsync(IgbColumn)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetHeaderGroupWidthAsync(IgniteUI.Blazor.Controls.IgbColumn)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the width to be set on IgxGridHeaderGroupComponent." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetHiddenColumnsCount", + "id": 0, + "name": "GetHiddenColumnsCount()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetHiddenColumnsCount()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetHiddenColumnsCountAsync", + "id": 0, + "name": "GetHiddenColumnsCountAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetHiddenColumnsCountAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetLastSearchInfo", + "id": 0, + "name": "GetLastSearchInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetLastSearchInfo()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSearchInfo", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSearchInfo" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetLastSearchInfoAsync", + "id": 0, + "name": "GetLastSearchInfoAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetLastSearchInfoAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbSearchInfo>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbSearchInfo>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetNextCell(System.Double,System.Double,System.Object)", + "id": 0, + "name": "GetNextCell(Double, Double, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetNextCell(System.Double, System.Double, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "currRowIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "curVisibleColIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "callback", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbCellPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetNextCellAsync(System.Double,System.Double,System.Object)", + "id": 0, + "name": "GetNextCellAsync(Double, Double, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetNextCellAsync(System.Double, System.Double, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "currRowIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "curVisibleColIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "callback", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<IgbCellPosition>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbCellPosition>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetPinnedColumns", + "id": 0, + "name": "GetPinnedColumns()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetPinnedColumns()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetPinnedColumnsAsync", + "id": 0, + "name": "GetPinnedColumnsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetPinnedColumnsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbColumn[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbColumn[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetPinnedColumnsCount", + "id": 0, + "name": "GetPinnedColumnsCount()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetPinnedColumnsCount()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetPinnedColumnsCountAsync", + "id": 0, + "name": "GetPinnedColumnsCountAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetPinnedColumnsCountAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetPinnedWidth(System.Boolean)", + "id": 0, + "name": "GetPinnedWidth(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetPinnedWidth(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "takeHidden", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetPinnedWidthAsync(System.Boolean)", + "id": 0, + "name": "GetPinnedWidthAsync(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetPinnedWidthAsync(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets calculated width of the pinned area. const pinnedWidth = this.grid.getPinnedWidth(); takeHidden If we should take into account the hidden columns in the pinned area." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "takeHidden", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetPreviousCell(System.Double,System.Double,System.Object)", + "id": 0, + "name": "GetPreviousCell(Double, Double, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetPreviousCell(System.Double, System.Double, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "currRowIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "curVisibleColIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "callback", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbCellPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetPreviousCellAsync(System.Double,System.Double,System.Object)", + "id": 0, + "name": "GetPreviousCellAsync(Double, Double, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetPreviousCellAsync(System.Double, System.Double, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "currRowIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "curVisibleColIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "callback", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<IgbCellPosition>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbCellPosition>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetRowData(System.Object)", + "id": 0, + "name": "GetRowData(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetRowData(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowSelector", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetRowDataAsync(System.Object)", + "id": 0, + "name": "GetRowDataAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetRowDataAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the data that is contained in the row component. If the primary key is not specified the row selector match the row data. const data = grid.getRowData(94741); rowSelector correspond to rowID" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowSelector", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetSelectedColumnsData(System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSelectedColumnsData(Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetSelectedColumnsData(System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "formatters", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "headers", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetSelectedColumnsDataAsync(System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSelectedColumnsDataAsync(Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetSelectedColumnsDataAsync(System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "formatters", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "headers", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetSelectedData(System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSelectedData(Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetSelectedData(System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "formatters", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "headers", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetSelectedDataAsync(System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSelectedDataAsync(Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetSelectedDataAsync(System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "formatters", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "headers", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetSelectedRanges", + "id": 0, + "name": "GetSelectedRanges()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetSelectedRanges()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectionRange[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectionRange[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetSelectedRangesAsync", + "id": 0, + "name": "GetSelectedRangesAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetSelectedRangesAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Get the currently selected ranges in the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbGridSelectionRange[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbGridSelectionRange[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetUnpinnedColumns", + "id": 0, + "name": "GetUnpinnedColumns()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetUnpinnedColumns()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetUnpinnedColumnsAsync", + "id": 0, + "name": "GetUnpinnedColumnsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetUnpinnedColumnsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbColumn[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbColumn[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetVirtualizationState", + "id": 0, + "name": "GetVirtualizationState()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetVirtualizationState()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbForOfState", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbForOfState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetVirtualizationStateAsync", + "id": 0, + "name": "GetVirtualizationStateAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetVirtualizationStateAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbForOfState>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbForOfState>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetVisibleColumns", + "id": 0, + "name": "GetVisibleColumns()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetVisibleColumns()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetVisibleColumnsAsync", + "id": 0, + "name": "GetVisibleColumnsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GetVisibleColumnsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbColumn[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbColumn[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GridCopy", + "id": 0, + "name": "GridCopy", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GridCopy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridClipboardEventEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridClipboardEventEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GridCopyScript", + "id": 0, + "name": "GridCopyScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GridCopyScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GridKeydown", + "id": 0, + "name": "GridKeydown", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GridKeydown", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridKeydownEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridKeydownEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GridKeydownScript", + "id": 0, + "name": "GridKeydownScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GridKeydownScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GridScroll", + "id": 0, + "name": "GridScroll", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GridScroll", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridScrollEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridScrollEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GridScrollScript", + "id": 0, + "name": "GridScrollScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.GridScrollScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.HeaderCollapsedIndicatorTemplate", + "id": 0, + "name": "HeaderCollapsedIndicatorTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.HeaderCollapsedIndicatorTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row collapse indicator template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.HeaderCollapsedIndicatorTemplateScript", + "id": 0, + "name": "HeaderCollapsedIndicatorTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.HeaderCollapsedIndicatorTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting HeaderCollapsedIndicatorTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.HeaderExpandedIndicatorTemplate", + "id": 0, + "name": "HeaderExpandedIndicatorTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.HeaderExpandedIndicatorTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the header expand indicator template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.HeaderExpandedIndicatorTemplateScript", + "id": 0, + "name": "HeaderExpandedIndicatorTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.HeaderExpandedIndicatorTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting HeaderExpandedIndicatorTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.HeadSelectorTemplate", + "id": 0, + "name": "HeadSelectorTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.HeadSelectorTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the header row selector template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbHeadSelectorTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.HeadSelectorTemplateScript", + "id": 0, + "name": "HeadSelectorTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.HeadSelectorTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting HeadSelectorTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.HideRowSelectors", + "id": 0, + "name": "HideRowSelectors", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.HideRowSelectors", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets if the row selectors are hidden. By default row selectors are shown" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.IsLoading", + "id": 0, + "name": "IsLoading", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.IsLoading", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.IsRecordPinnedByIndex(System.Double)", + "id": 0, + "name": "IsRecordPinnedByIndex(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.IsRecordPinnedByIndex(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.IsRecordPinnedByIndexAsync(System.Double)", + "id": 0, + "name": "IsRecordPinnedByIndexAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.IsRecordPinnedByIndexAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns whether the record is pinned or not. rowIndex Index of the record in the filteredSortedData collection." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ItemRequested", + "id": 0, + "name": "ItemRequested", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ItemRequested", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbItemRequestedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbItemRequestedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.LoadingGridTemplate", + "id": 0, + "name": "LoadingGridTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.LoadingGridTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.LoadingGridTemplateScript", + "id": 0, + "name": "LoadingGridTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.LoadingGridTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting LoadingGridTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Locale", + "id": 0, + "name": "Locale", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Locale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the locale. If not set, returns browser's language." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.MarkForCheck", + "id": 0, + "name": "MarkForCheck()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.MarkForCheck()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.MarkForCheckAsync", + "id": 0, + "name": "MarkForCheckAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.MarkForCheckAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Triggers change detection for the IgxGridComponent. Calling markForCheck also triggers the grid pipes explicitly, resulting in all updates being processed. May degrade performance if used when not needed, or if misused: // DON&apos;Ts: // don&apos;t call markForCheck from inside a loop // don&apos;t call markForCheck when a primitive has changed grid.data.forEach(rec => { rec = newValue; grid.markForCheck(); }); // DOs // call markForCheck after updating a nested property grid.data.forEach(rec => { rec.nestedProp1.nestedProp2 = newValue; }); grid.markForCheck(); grid.markForCheck();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.MoveColumn(IgniteUI.Blazor.Controls.IgbColumn,IgniteUI.Blazor.Controls.IgbColumn,IgniteUI.Blazor.Controls.DropPosition)", + "id": 0, + "name": "MoveColumn(IgbColumn, IgbColumn, DropPosition)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.MoveColumn(IgniteUI.Blazor.Controls.IgbColumn, IgniteUI.Blazor.Controls.IgbColumn, IgniteUI.Blazor.Controls.DropPosition)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + }, + { + "name": "target", + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + }, + { + "name": "pos", + "type": "DropPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DropPosition" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.MoveColumnAsync(IgniteUI.Blazor.Controls.IgbColumn,IgniteUI.Blazor.Controls.IgbColumn,IgniteUI.Blazor.Controls.DropPosition)", + "id": 0, + "name": "MoveColumnAsync(IgbColumn, IgbColumn, DropPosition)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.MoveColumnAsync(IgniteUI.Blazor.Controls.IgbColumn, IgniteUI.Blazor.Controls.IgbColumn, IgniteUI.Blazor.Controls.DropPosition)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + }, + { + "name": "target", + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + }, + { + "name": "pos", + "type": "DropPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DropPosition" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Moving", + "id": 0, + "name": "Moving", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Moving", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Controls whether columns moving is enabled in the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.NavigateTo(System.Double,System.Double,System.Object)", + "id": 0, + "name": "NavigateTo(Double, Double, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.NavigateTo(System.Double, System.Double, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "visibleColIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "cb", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.NavigateToAsync(System.Double,System.Double,System.Object)", + "id": 0, + "name": "NavigateToAsync(Double, Double, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.NavigateToAsync(System.Double, System.Double, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "visibleColIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "cb", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.NeedsDynamicContent", + "id": 0, + "name": "NeedsDynamicContent", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.NeedsDynamicContent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.OnRowAddedOverride(IgniteUI.Blazor.Controls.IgbRowDataEventArgs)", + "id": 0, + "name": "OnRowAddedOverride(IgbRowDataEventArgs)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.OnRowAddedOverride(IgniteUI.Blazor.Controls.IgbRowDataEventArgs)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "args", + "type": "IgbRowDataEventArgs", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowDataEventArgs" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.OpenAdvancedFilteringDialog(IgniteUI.Blazor.Controls.IgbOverlaySettings)", + "id": 0, + "name": "OpenAdvancedFilteringDialog(IgbOverlaySettings)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.OpenAdvancedFilteringDialog(IgniteUI.Blazor.Controls.IgbOverlaySettings)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "overlaySettings", + "type": "IgbOverlaySettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbOverlaySettings" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.OpenAdvancedFilteringDialogAsync(IgniteUI.Blazor.Controls.IgbOverlaySettings)", + "id": 0, + "name": "OpenAdvancedFilteringDialogAsync(IgbOverlaySettings)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.OpenAdvancedFilteringDialogAsync(IgniteUI.Blazor.Controls.IgbOverlaySettings)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Opens the advanced filtering dialog." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "overlaySettings", + "type": "IgbOverlaySettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbOverlaySettings" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Outlet", + "id": 0, + "name": "Outlet", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Outlet", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the outlet used to attach the grid's overlays to. If set, returns the outlet defined outside the grid. Otherwise returns the grid's internal outlet directive." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbOverlayOutletDirective", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbOverlayOutletDirective" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.PaginationComponents", + "id": 0, + "name": "PaginationComponents", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.PaginationComponents", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPaginatorCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPaginatorCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.PagingMode", + "id": 0, + "name": "PagingMode", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.PagingMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridPagingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridPagingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.PinColumn(System.String,System.Double)", + "id": 0, + "name": "PinColumn(String, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.PinColumn(System.String, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columnName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.PinColumnAsync(System.String,System.Double)", + "id": 0, + "name": "PinColumnAsync(String, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.PinColumnAsync(System.String, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columnName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Pinning", + "id": 0, + "name": "Pinning", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Pinning", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPinningConfig", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPinningConfig" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.PrimaryKey", + "id": 0, + "name": "PrimaryKey", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.PrimaryKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.PropagateValues(System.Object,System.Collections.Generic.Dictionary{System.String,System.Object},System.Boolean)", + "id": 0, + "name": "PropagateValues(Object, Dictionary<String, Object>, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.PropagateValues(System.Object, System.Collections.Generic.Dictionary<System.String, System.Object>, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "props", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + }, + { + "name": "createNewIfPossible", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RangeSelected", + "id": 0, + "name": "RangeSelected", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RangeSelected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridSelectionRangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridSelectionRangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RangeSelectedScript", + "id": 0, + "name": "RangeSelectedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RangeSelectedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RecalculateAutoSizes", + "id": 0, + "name": "RecalculateAutoSizes()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RecalculateAutoSizes()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RecalculateAutoSizesAsync", + "id": 0, + "name": "RecalculateAutoSizesAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RecalculateAutoSizesAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Recalculates all widths of columns that have size set to auto. this.grid1.recalculateAutoSizes();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Reflow", + "id": 0, + "name": "Reflow()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Reflow()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ReflowAsync", + "id": 0, + "name": "ReflowAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ReflowAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Recalculates grid width/height dimensions. Should be run when changing DOM elements dimentions manually that affect the grid's size. this.grid.reflow();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RefreshSearch(System.Boolean,System.Boolean)", + "id": 0, + "name": "RefreshSearch(Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RefreshSearch(System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "updateActiveInfo", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "endEdit", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RefreshSearchAsync(System.Boolean,System.Boolean)", + "id": 0, + "name": "RefreshSearchAsync(Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RefreshSearchAsync(System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "updateActiveInfo", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "endEdit", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Rendered", + "id": 0, + "name": "Rendered", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Rendered", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentBoolValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RenderedScript", + "id": 0, + "name": "RenderedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RenderedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ResourceStrings", + "id": 0, + "name": "ResourceStrings", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ResourceStrings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the resource strings. By default it uses EN resources." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridResourceStrings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ResumeNotifications", + "id": 0, + "name": "ResumeNotifications()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ResumeNotifications()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Resumes data change notifications." + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowAdd", + "id": 0, + "name": "RowAdd", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowAdd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbRowDataCancelableEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowAdded", + "id": 0, + "name": "RowAdded", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowAdded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbRowDataEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbRowDataEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowAddScript", + "id": 0, + "name": "RowAddScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowAddScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowAddTextTemplate", + "id": 0, + "name": "RowAddTextTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowAddTextTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row add text template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridEmptyTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridEmptyTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowAddTextTemplateScript", + "id": 0, + "name": "RowAddTextTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowAddTextTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowAddTextTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowClasses", + "id": 0, + "name": "RowClasses", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowClasses", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowClassesScript", + "id": 0, + "name": "RowClassesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowClassesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowClasses in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowClick", + "id": 0, + "name": "RowClick", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridRowEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridRowEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowClickScript", + "id": 0, + "name": "RowClickScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowClickScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowCollapsedIndicatorTemplate", + "id": 0, + "name": "RowCollapsedIndicatorTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowCollapsedIndicatorTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row collapse indicator template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridRowTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridRowTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowCollapsedIndicatorTemplateScript", + "id": 0, + "name": "RowCollapsedIndicatorTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowCollapsedIndicatorTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowCollapsedIndicatorTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowDelete", + "id": 0, + "name": "RowDelete", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowDelete", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbRowDataCancelableEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowDeleted", + "id": 0, + "name": "RowDeleted", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowDeleted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbRowDataEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbRowDataEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowDeleteScript", + "id": 0, + "name": "RowDeleteScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowDeleteScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowDragEnd", + "id": 0, + "name": "RowDragEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowDragEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbRowDragEndEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbRowDragEndEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowDragEndScript", + "id": 0, + "name": "RowDragEndScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowDragEndScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowDraggable", + "id": 0, + "name": "RowDraggable", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowDraggable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowDragStart", + "id": 0, + "name": "RowDragStart", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowDragStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbRowDragStartEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbRowDragStartEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowDragStartScript", + "id": 0, + "name": "RowDragStartScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowDragStartScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEdit", + "id": 0, + "name": "RowEdit", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEdit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridEditEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridEditEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditable", + "id": 0, + "name": "RowEditable", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditActionsTemplate", + "id": 0, + "name": "RowEditActionsTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditActionsTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row edit actions template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridRowEditActionsTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridRowEditActionsTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditActionsTemplateScript", + "id": 0, + "name": "RowEditActionsTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditActionsTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowEditActionsTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditDone", + "id": 0, + "name": "RowEditDone", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditDone", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridEditDoneEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditDoneScript", + "id": 0, + "name": "RowEditDoneScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditDoneScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditEnter", + "id": 0, + "name": "RowEditEnter", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditEnter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridEditEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridEditEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditEnterScript", + "id": 0, + "name": "RowEditEnterScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditEnterScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditExit", + "id": 0, + "name": "RowEditExit", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditExit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridEditDoneEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditExitScript", + "id": 0, + "name": "RowEditExitScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditExitScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditScript", + "id": 0, + "name": "RowEditScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditTextTemplate", + "id": 0, + "name": "RowEditTextTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditTextTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row edit text template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridRowEditTextTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridRowEditTextTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditTextTemplateScript", + "id": 0, + "name": "RowEditTextTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowEditTextTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowEditTextTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowExpandedIndicatorTemplate", + "id": 0, + "name": "RowExpandedIndicatorTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowExpandedIndicatorTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row expand indicator template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridRowTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridRowTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowExpandedIndicatorTemplateScript", + "id": 0, + "name": "RowExpandedIndicatorTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowExpandedIndicatorTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowExpandedIndicatorTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowHeight", + "id": 0, + "name": "RowHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowPinned", + "id": 0, + "name": "RowPinned", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowPinned", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPinRowEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPinRowEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowPinnedScript", + "id": 0, + "name": "RowPinnedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowPinnedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowPinning", + "id": 0, + "name": "RowPinning", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowPinning", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPinRowEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPinRowEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowPinningScript", + "id": 0, + "name": "RowPinningScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowPinningScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowSelection", + "id": 0, + "name": "RowSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets row selection mode By default the row selection mode is 'none' Note that in IgxGrid and IgxHierarchicalGrid 'multipleCascade' behaves like 'multiple'" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowSelectionChanging", + "id": 0, + "name": "RowSelectionChanging", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowSelectionChanging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbRowSelectionEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbRowSelectionEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowSelectionChangingScript", + "id": 0, + "name": "RowSelectionChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowSelectionChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowSelectorTemplate", + "id": 0, + "name": "RowSelectorTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowSelectorTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row selector template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbRowSelectorTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbRowSelectorTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowSelectorTemplateScript", + "id": 0, + "name": "RowSelectorTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowSelectorTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowSelectorTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowStyles", + "id": 0, + "name": "RowStyles", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowStyles", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowStylesScript", + "id": 0, + "name": "RowStylesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowStylesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowStyles in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowToggle", + "id": 0, + "name": "RowToggle", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowToggle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbRowToggleEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbRowToggleEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowToggleScript", + "id": 0, + "name": "RowToggleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.RowToggleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectAllColumns", + "id": 0, + "name": "SelectAllColumns()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectAllColumns()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectAllColumnsAsync", + "id": 0, + "name": "SelectAllColumnsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectAllColumnsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Selects all columns this.grid.deselectAllColumns();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectAllRows(System.Boolean)", + "id": 0, + "name": "SelectAllRows(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectAllRows(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "onlyFilterData", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectAllRowsAsync(System.Boolean)", + "id": 0, + "name": "SelectAllRowsAsync(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectAllRowsAsync(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Selects all rows By default if filtering is in place, selectAllRows() and deselectAllRows() select/deselect all filtered rows. If you set the parameter onlyFilterData to false that will select all rows in the grid exept deleted rows. this.grid.selectAllRows(); this.grid.selectAllRows(false); onlyFilterData" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "onlyFilterData", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectColumns(System.String[],System.Boolean)", + "id": 0, + "name": "SelectColumns(String[], Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectColumns(System.String[], System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columns", + "type": "String[]", + "fullTypeName": "System.String[]" + }, + { + "name": "clearCurrentSelection", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectColumnsAsync(System.String[],System.Boolean)", + "id": 0, + "name": "SelectColumnsAsync(String[], Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectColumnsAsync(System.String[], System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columns", + "type": "String[]", + "fullTypeName": "System.String[]" + }, + { + "name": "clearCurrentSelection", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Selected", + "id": 0, + "name": "Selected", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Selected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridCellEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridCellEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectedColumns", + "id": 0, + "name": "SelectedColumns()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectedColumns()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectedColumnsAsync", + "id": 0, + "name": "SelectedColumnsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectedColumnsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Get current selected columns. Returns an array with selected columns const selectedColumns = this.grid.selectedColumns();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbColumn[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbColumn[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectedRows", + "id": 0, + "name": "SelectedRows", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectedRows", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectedRowsChange", + "id": 0, + "name": "SelectedRowsChange", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectedRowsChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentArrayDataValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentArrayDataValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectedRowsChanged", + "id": 0, + "name": "SelectedRowsChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectedRowsChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<Object[]>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.Object[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectedRowsChangeScript", + "id": 0, + "name": "SelectedRowsChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectedRowsChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectedScript", + "id": 0, + "name": "SelectedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectRange(IgniteUI.Blazor.Controls.IgbGridSelectionRange[])", + "id": 0, + "name": "SelectRange(IgbGridSelectionRange[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectRange(IgniteUI.Blazor.Controls.IgbGridSelectionRange[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "arg", + "type": "IgbGridSelectionRange[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectionRange[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectRangeAsync(IgniteUI.Blazor.Controls.IgbGridSelectionRange[])", + "id": 0, + "name": "SelectRangeAsync(IgbGridSelectionRange[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectRangeAsync(IgniteUI.Blazor.Controls.IgbGridSelectionRange[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "arg", + "type": "IgbGridSelectionRange[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectionRange[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectRowOnClick", + "id": 0, + "name": "SelectRowOnClick", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectRowOnClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets whether clicking over a row should select/deselect it By default it is set to true enabled: boolean" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectRows(System.Object[],System.Boolean)", + "id": 0, + "name": "SelectRows(Object[], Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectRows(System.Object[], System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIDs", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "clearCurrentSelection", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectRowsAsync(System.Object[],System.Boolean)", + "id": 0, + "name": "SelectRowsAsync(Object[], Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SelectRowsAsync(System.Object[], System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIDs", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "clearCurrentSelection", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ShouldGenerate", + "id": 0, + "name": "ShouldGenerate", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ShouldGenerate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets whether the columns should be auto-generated once again after the initialization of the grid" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ShowSummaryOnCollapse", + "id": 0, + "name": "ShowSummaryOnCollapse", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ShowSummaryOnCollapse", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SnackbarDisplayTime", + "id": 0, + "name": "SnackbarDisplayTime", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SnackbarDisplayTime", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the display time for the row adding snackbar notification. By default it is 6000ms." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Sort(IgniteUI.Blazor.Controls.IgbSortingExpression[])", + "id": 0, + "name": "Sort(IgbSortingExpression[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Sort(IgniteUI.Blazor.Controls.IgbSortingExpression[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbSortingExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSortingExpression[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortAscendingHeaderIconTemplate", + "id": 0, + "name": "SortAscendingHeaderIconTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortAscendingHeaderIconTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The custom template, if any, that should be used when rendering a header sorting indicator when columns are sorted in asc order." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridHeaderTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortAscendingHeaderIconTemplateScript", + "id": 0, + "name": "SortAscendingHeaderIconTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortAscendingHeaderIconTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting SortAscendingHeaderIconTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortAsync(IgniteUI.Blazor.Controls.IgbSortingExpression[])", + "id": 0, + "name": "SortAsync(IgbSortingExpression[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortAsync(IgniteUI.Blazor.Controls.IgbSortingExpression[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbSortingExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSortingExpression[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortDescendingHeaderIconTemplate", + "id": 0, + "name": "SortDescendingHeaderIconTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortDescendingHeaderIconTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The custom template, if any, that should be used when rendering a header sorting indicator when columns are sorted in desc order." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridHeaderTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortDescendingHeaderIconTemplateScript", + "id": 0, + "name": "SortDescendingHeaderIconTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortDescendingHeaderIconTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting SortDescendingHeaderIconTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortHeaderIconTemplate", + "id": 0, + "name": "SortHeaderIconTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortHeaderIconTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets custom template, if any, that should be used when rendering a header sorting indicator when columns are not sorted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridHeaderTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortHeaderIconTemplateScript", + "id": 0, + "name": "SortHeaderIconTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortHeaderIconTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting SortHeaderIconTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Sorting", + "id": 0, + "name": "Sorting", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Sorting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSortingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSortingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortingDone", + "id": 0, + "name": "SortingDone", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortingDone", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSortingExpressionEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSortingExpressionEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortingDoneScript", + "id": 0, + "name": "SortingDoneScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortingDoneScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortingExpressions", + "id": 0, + "name": "SortingExpressions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortingExpressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSortingExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSortingExpression[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortingExpressionsChange", + "id": 0, + "name": "SortingExpressionsChange", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortingExpressionsChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSortingExpressionEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSortingExpressionEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortingExpressionsChangeScript", + "id": 0, + "name": "SortingExpressionsChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortingExpressionsChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortingOptions", + "id": 0, + "name": "SortingOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortingOptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSortingOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSortingOptions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortingScript", + "id": 0, + "name": "SortingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortStrategy", + "id": 0, + "name": "SortStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SortStrategy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSortingStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSortingStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.StateComponents", + "id": 0, + "name": "StateComponents", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.StateComponents", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbStateCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbStateCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SummaryCalculationMode", + "id": 0, + "name": "SummaryCalculationMode", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SummaryCalculationMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSummaryCalculationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSummaryCalculationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SummaryPosition", + "id": 0, + "name": "SummaryPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SummaryPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSummaryPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSummaryPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SummaryRowHeight", + "id": 0, + "name": "SummaryRowHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SummaryRowHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Get/Set IgxSummaryRow height" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SuspendNotifications", + "id": 0, + "name": "SuspendNotifications()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.SuspendNotifications()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Prevents data change notifications from be propagated to the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ToggleColumnVisibility(IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs)", + "id": 0, + "name": "ToggleColumnVisibility(IgbColumnVisibilityChangedEventArgs)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ToggleColumnVisibility(IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "args", + "type": "IgbColumnVisibilityChangedEventArgs", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ToggleColumnVisibilityAsync(IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs)", + "id": 0, + "name": "ToggleColumnVisibilityAsync(IgbColumnVisibilityChangedEventArgs)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ToggleColumnVisibilityAsync(IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Toggles the specified column's visibility. this.grid1.toggleColumnVisibility({ column: this.grid1.columns[0], newValue: true });" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "args", + "type": "IgbColumnVisibilityChangedEventArgs", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ToggleRow(System.Object)", + "id": 0, + "name": "ToggleRow(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ToggleRow(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ToggleRowAsync(System.Object)", + "id": 0, + "name": "ToggleRowAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ToggleRowAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Toggles the row by its id. ID is either the primaryKey value or the data record instance. this.grid.toggleRow(rowID); rowID The row id - primaryKey value or the data record instance." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Toolbar", + "id": 0, + "name": "Toolbar", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Toolbar", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridToolbarCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridToolbarCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ToolbarExporting", + "id": 0, + "name": "ToolbarExporting", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ToolbarExporting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridToolbarExportEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ToolbarExportingScript", + "id": 0, + "name": "ToolbarExportingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ToolbarExportingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.TotalRecords", + "id": 0, + "name": "TotalRecords", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.TotalRecords", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the total number of records. Only functions when paging is enabled. const totalRecords = this.grid.totalRecords;" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.UnpinColumn(System.String,System.Double)", + "id": 0, + "name": "UnpinColumn(String, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.UnpinColumn(System.String, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columnName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.UnpinColumnAsync(System.String,System.Double)", + "id": 0, + "name": "UnpinColumnAsync(String, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.UnpinColumnAsync(System.String, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columnName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.UpdateCell(System.Object,System.Object,System.String)", + "id": 0, + "name": "UpdateCell(Object, Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.UpdateCell(System.Object, System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Updates the cell value at the specified location." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "rowSelector", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.UpdateCellAsync(System.Object,System.Object,System.String)", + "id": 0, + "name": "UpdateCellAsync(Object, Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.UpdateCellAsync(System.Object, System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Updates the cell value at the specified location." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "rowSelector", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "column", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.UpdateProperty(System.Object,System.String,System.Object)", + "id": 0, + "name": "UpdateProperty(Object, String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.UpdateProperty(System.Object, System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.UpdateRow(System.Collections.Generic.Dictionary{System.String,System.Object},System.Object)", + "id": 0, + "name": "UpdateRow(Dictionary<String, Object>, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.UpdateRow(System.Collections.Generic.Dictionary<System.String, System.Object>, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Updates the data in a row." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + }, + { + "name": "rowSelector", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.UpdateRowAsync(System.Collections.Generic.Dictionary{System.String,System.Object},System.Object)", + "id": 0, + "name": "UpdateRowAsync(Dictionary<String, Object>, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.UpdateRowAsync(System.Collections.Generic.Dictionary<System.String, System.Object>, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Updates the data in a row." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + }, + { + "name": "rowSelector", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ValidationStatusChange", + "id": 0, + "name": "ValidationStatusChange", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ValidationStatusChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridValidationStatusEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ValidationStatusChangeScript", + "id": 0, + "name": "ValidationStatusChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ValidationStatusChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ValidationTrigger", + "id": 0, + "name": "ValidationTrigger", + "fullName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective.ValidationTrigger", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridValidationTrigger", + "fullTypeName": "IgniteUI.Blazor.Controls.GridValidationTrigger" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs", + "id": 0, + "name": "IgbGridCellEditEndedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs.#ctor", + "id": 0, + "name": "IgbGridCellEditEndedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs.IgbGridCellEditEndedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the column of the cell that ended editing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGridColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs.Row", + "id": 0, + "name": "Row", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs.Row", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row index of the cell that ended editing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEditEndedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs", + "id": 0, + "name": "IgbGridCellEditStartedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs.#ctor", + "id": 0, + "name": "IgbGridCellEditStartedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs.IgbGridCellEditStartedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the column of the cell that started editing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGridColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs.Row", + "id": 0, + "name": "Row", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs.Row", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row index of the cell that started editing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEditStartedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEventArgs", + "id": 0, + "name": "IgbGridCellEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an event argument related to grid cell interactions." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEventArgs.#ctor", + "id": 0, + "name": "IgbGridCellEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEventArgs.IgbGridCellEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridCellEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridCellEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEventArgsDetail", + "id": 0, + "name": "IgbGridCellEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an event argument related to grid cell interactions." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEventArgsDetail.#ctor", + "id": 0, + "name": "IgbGridCellEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEventArgsDetail.IgbGridCellEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEventArgsDetail.Cell", + "id": 0, + "name": "Cell", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEventArgsDetail.Cell", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the grid cell that triggered the event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCellType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier", + "id": 0, + "name": "IgbGridCellIdentifier", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier.#ctor", + "id": 0, + "name": "IgbGridCellIdentifier()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier.IgbGridCellIdentifier()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier.ColumnID", + "id": 0, + "name": "ColumnID", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier.ColumnID", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier.RowID", + "id": 0, + "name": "RowID", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier.RowID", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier.RowIndex", + "id": 0, + "name": "RowIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier.RowIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellPosition", + "id": 0, + "name": "IgbGridCellPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellPosition.#ctor", + "id": 0, + "name": "IgbGridCellPosition()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellPosition.IgbGridCellPosition()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellPosition.ColumnUniqueKey", + "id": 0, + "name": "ColumnUniqueKey", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellPosition.ColumnUniqueKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the column position of the cell. Can be null for spanning elements like section headers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellPosition.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellPosition.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellPosition.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellPosition.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellPosition.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellPosition.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellPosition.RowIndex", + "id": 0, + "name": "RowIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellPosition.RowIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the row position of the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellPosition.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellPosition.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellPosition.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellPosition.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellPositionModule", + "id": 0, + "name": "IgbGridCellPositionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellPositionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellPositionModule.#ctor", + "id": 0, + "name": "IgbGridCellPositionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellPositionModule.IgbGridCellPositionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellPositionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellPositionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellPositionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellPositionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellPositionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellPositionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs", + "id": 0, + "name": "IgbGridCellValueChangingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event arguments for the CellValueChanging event" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.#ctor", + "id": 0, + "name": "IgbGridCellValueChangingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.IgbGridCellValueChangingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.CellInfo", + "id": 0, + "name": "CellInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.CellInfo", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the cell that was edited." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCellInfo", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellInfo" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the column the cell belongs to." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGridColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.EditID", + "id": 0, + "name": "EditID", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.EditID", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the edit ID for this value change." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row item associated with the change." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.NewValue", + "id": 0, + "name": "NewValue", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.NewValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the new cell value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.OldValue", + "id": 0, + "name": "OldValue", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.OldValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the old cell value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCellValueChangingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEvent", + "id": 0, + "name": "IgbGridClipboardEvent", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEvent", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The event arguments when data from a grid is being copied." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEvent.#ctor", + "id": 0, + "name": "IgbGridClipboardEvent()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEvent.IgbGridClipboardEvent()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEvent.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEvent.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "cancel returns whether an external event has intercepted the copying If the value becomes "true", it returns/exits from the method, instantiating the interface" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEvent.Data", + "id": 0, + "name": "Data", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEvent.Data", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "data can be of any type and refers to the data that is being copied/stored to the clipboard" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEvent.DataScript", + "id": 0, + "name": "DataScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEvent.DataScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Data in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEvent.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEvent.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEvent.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEvent.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEvent.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEvent.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEvent.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEvent.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail", + "id": 0, + "name": "IgbGridClipboardEventDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The event arguments when data from a grid is being copied." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail.#ctor", + "id": 0, + "name": "IgbGridClipboardEventDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail.IgbGridClipboardEventDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "cancel returns whether an external event has intercepted the copying If the value becomes "true", it returns/exits from the method, instantiating the interface" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail.Data", + "id": 0, + "name": "Data", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail.Data", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "data can be of any type and refers to the data that is being copied/stored to the clipboard" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail.DataScript", + "id": 0, + "name": "DataScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail.DataScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Data in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEventEventArgs", + "id": 0, + "name": "IgbGridClipboardEventEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEventEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEventEventArgs.#ctor", + "id": 0, + "name": "IgbGridClipboardEventEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEventEventArgs.IgbGridClipboardEventEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEventEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEventEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridClipboardEventDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridClipboardEventDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEventEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEventEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEventEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEventEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEventEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEventEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridClipboardEventEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridClipboardEventEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnAnimationSettings", + "id": 0, + "name": "IgbGridColumnAnimationSettings", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnAnimationSettings", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Column animation settings for the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnAnimationSettings.#ctor", + "id": 0, + "name": "IgbGridColumnAnimationSettings()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnAnimationSettings.IgbGridColumnAnimationSettings()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnAnimationSettings.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnAnimationSettings.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnAnimationSettings.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnAnimationSettings.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions", + "id": 0, + "name": "IgbGridColumnButtonOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase", + "id": 0, + "name": "IgbGridColumnOptionsBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase", + "id": 0, + "name": "IgbGridColumnOptionsSectionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions.#ctor", + "id": 0, + "name": "IgbGridColumnButtonOptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions.IgbGridColumnButtonOptions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions.ApplyButtonCaption", + "id": 0, + "name": "ApplyButtonCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions.ApplyButtonCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions.ApplyButtonClick", + "id": 0, + "name": "ApplyButtonClick", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions.ApplyButtonClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbApplyButtonClickEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbApplyButtonClickEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions.ApplyButtonClickScript", + "id": 0, + "name": "ApplyButtonClickScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions.ApplyButtonClickScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions.CancelButtonCaption", + "id": 0, + "name": "CancelButtonCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions.CancelButtonCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions.CancelButtonClick", + "id": 0, + "name": "CancelButtonClick", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions.CancelButtonClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbCancelButtonClickEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbCancelButtonClickEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions.CancelButtonClickScript", + "id": 0, + "name": "CancelButtonClickScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions.CancelButtonClickScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptionsModule", + "id": 0, + "name": "IgbGridColumnButtonOptionsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptionsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptionsModule.#ctor", + "id": 0, + "name": "IgbGridColumnButtonOptionsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptionsModule.IgbGridColumnButtonOptionsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnButtonOptionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnCollection", + "id": 0, + "name": "IgbGridColumnCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbDataGridColumn}", + "id": 0, + "name": "BaseCollection<IgbDataGridColumn>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbGridColumnCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnCollection.IgbGridColumnCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions", + "id": 0, + "name": "IgbGridColumnFilterOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase", + "id": 0, + "name": "IgbGridColumnOptionsBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase", + "id": 0, + "name": "IgbGridColumnOptionsSectionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.#ctor", + "id": 0, + "name": "IgbGridColumnFilterOptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.IgbGridColumnFilterOptions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.ActualFilterListDensity", + "id": 0, + "name": "ActualFilterListDensity", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.ActualFilterListDensity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual display filterListDensity to use for the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.ClearColumnFiltersCaption", + "id": 0, + "name": "ClearColumnFiltersCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.ClearColumnFiltersCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.FilterListDensity", + "id": 0, + "name": "FilterListDensity", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.FilterListDensity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display Density to use for the buttons in the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.FilterListPlaceholderText", + "id": 0, + "name": "FilterListPlaceholderText", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.FilterListPlaceholderText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.OnApply", + "id": 0, + "name": "OnApply()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.OnApply()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.OnApplyAsync", + "id": 0, + "name": "OnApplyAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.OnApplyAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.TextFilterCaption", + "id": 0, + "name": "TextFilterCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.TextFilterCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptionsModule", + "id": 0, + "name": "IgbGridColumnFilterOptionsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptionsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptionsModule.#ctor", + "id": 0, + "name": "IgbGridColumnFilterOptionsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptionsModule.IgbGridColumnFilterOptionsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnFilterOptionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnGroupOptions", + "id": 0, + "name": "IgbGridColumnGroupOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnGroupOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase", + "id": 0, + "name": "IgbGridColumnOptionsBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase", + "id": 0, + "name": "IgbGridColumnOptionsSectionBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSimpleSectionBase", + "id": 0, + "name": "IgbGridColumnOptionsSimpleSectionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnGroupOptions.#ctor", + "id": 0, + "name": "IgbGridColumnGroupOptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnGroupOptions.IgbGridColumnGroupOptions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnGroupOptions.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnGroupOptions.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnGroupOptions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnGroupOptions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnGroupOptions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnGroupOptions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnGroupOptionsModule", + "id": 0, + "name": "IgbGridColumnGroupOptionsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnGroupOptionsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnGroupOptionsModule.#ctor", + "id": 0, + "name": "IgbGridColumnGroupOptionsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnGroupOptionsModule.IgbGridColumnGroupOptionsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnGroupOptionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnGroupOptionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnGroupOptionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnGroupOptionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnGroupOptionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnGroupOptionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnHideOptions", + "id": 0, + "name": "IgbGridColumnHideOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnHideOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase", + "id": 0, + "name": "IgbGridColumnOptionsBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase", + "id": 0, + "name": "IgbGridColumnOptionsSectionBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSimpleSectionBase", + "id": 0, + "name": "IgbGridColumnOptionsSimpleSectionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnHideOptions.#ctor", + "id": 0, + "name": "IgbGridColumnHideOptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnHideOptions.IgbGridColumnHideOptions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnHideOptions.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnHideOptions.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnHideOptions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnHideOptions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnHideOptions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnHideOptions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnHideOptionsModule", + "id": 0, + "name": "IgbGridColumnHideOptionsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnHideOptionsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnHideOptionsModule.#ctor", + "id": 0, + "name": "IgbGridColumnHideOptionsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnHideOptionsModule.IgbGridColumnHideOptionsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnHideOptionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnHideOptionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnHideOptionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnHideOptionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnHideOptionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnHideOptionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptions", + "id": 0, + "name": "IgbGridColumnMoveOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase", + "id": 0, + "name": "IgbGridColumnOptionsBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase", + "id": 0, + "name": "IgbGridColumnOptionsSectionBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSimpleSectionBase", + "id": 0, + "name": "IgbGridColumnOptionsSimpleSectionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptions.#ctor", + "id": 0, + "name": "IgbGridColumnMoveOptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptions.IgbGridColumnMoveOptions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptions.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptions.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptions.MoveLeftCaption", + "id": 0, + "name": "MoveLeftCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptions.MoveLeftCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptions.MoveRightCaption", + "id": 0, + "name": "MoveRightCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptions.MoveRightCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptionsModule", + "id": 0, + "name": "IgbGridColumnMoveOptionsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptionsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptionsModule.#ctor", + "id": 0, + "name": "IgbGridColumnMoveOptionsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptionsModule.IgbGridColumnMoveOptionsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnMoveOptionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions", + "id": 0, + "name": "IgbGridColumnOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase", + "id": 0, + "name": "IgbGridColumnOptionsBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.#ctor", + "id": 0, + "name": "IgbGridColumnOptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.IgbGridColumnOptions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.ActualFilterListDensity", + "id": 0, + "name": "ActualFilterListDensity", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.ActualFilterListDensity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual display filterListDensity to use for the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.ActualSummaryListDensity", + "id": 0, + "name": "ActualSummaryListDensity", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.ActualSummaryListDensity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual display density used for the summary list menu." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.ApplyButtonClick", + "id": 0, + "name": "ApplyButtonClick", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.ApplyButtonClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbApplyButtonClickEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbApplyButtonClickEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.ApplyButtonClickScript", + "id": 0, + "name": "ApplyButtonClickScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.ApplyButtonClickScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.ApplyFiltersButtonCaption", + "id": 0, + "name": "ApplyFiltersButtonCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.ApplyFiltersButtonCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.CancelButtonClick", + "id": 0, + "name": "CancelButtonClick", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.CancelButtonClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbCancelButtonClickEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbCancelButtonClickEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.CancelButtonClickScript", + "id": 0, + "name": "CancelButtonClickScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.CancelButtonClickScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.CancelFiltersButtonCaption", + "id": 0, + "name": "CancelFiltersButtonCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.CancelFiltersButtonCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.ClearColumnFiltersCaption", + "id": 0, + "name": "ClearColumnFiltersCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.ClearColumnFiltersCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.ColumnNameFontFamily", + "id": 0, + "name": "ColumnNameFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.ColumnNameFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.ColumnNameFontSize", + "id": 0, + "name": "ColumnNameFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.ColumnNameFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.ColumnNameFontStyle", + "id": 0, + "name": "ColumnNameFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.ColumnNameFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.ColumnNameFontWeight", + "id": 0, + "name": "ColumnNameFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.ColumnNameFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.FilterListDensity", + "id": 0, + "name": "FilterListDensity", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.FilterListDensity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display Density to use for the buttons in the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.FilterListPlaceholderText", + "id": 0, + "name": "FilterListPlaceholderText", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.FilterListPlaceholderText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.FilterOptionsVisible", + "id": 0, + "name": "FilterOptionsVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.FilterOptionsVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.GroupOptionsVisible", + "id": 0, + "name": "GroupOptionsVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.GroupOptionsVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.HeaderVisible", + "id": 0, + "name": "HeaderVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.HeaderVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.HideOptionsVisible", + "id": 0, + "name": "HideOptionsVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.HideOptionsVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.MoveHeaderCaption", + "id": 0, + "name": "MoveHeaderCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.MoveHeaderCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.MoveLeftCaption", + "id": 0, + "name": "MoveLeftCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.MoveLeftCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.MoveOptionsVisible", + "id": 0, + "name": "MoveOptionsVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.MoveOptionsVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.MoveRightCaption", + "id": 0, + "name": "MoveRightCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.MoveRightCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.PaddingBottom", + "id": 0, + "name": "PaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.PaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of left padding to use for the bottom edge of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.PaddingLeft", + "id": 0, + "name": "PaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.PaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of left padding to use for the left edge of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.PaddingRight", + "id": 0, + "name": "PaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.PaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of left padding to use for the right edge of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.PaddingTop", + "id": 0, + "name": "PaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.PaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of left padding to use for the top edge of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.PinHeaderCaption", + "id": 0, + "name": "PinHeaderCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.PinHeaderCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.PinLeftCaption", + "id": 0, + "name": "PinLeftCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.PinLeftCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.PinOptionsVisible", + "id": 0, + "name": "PinOptionsVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.PinOptionsVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.PinRightCaption", + "id": 0, + "name": "PinRightCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.PinRightCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.SortAscendingCaption", + "id": 0, + "name": "SortAscendingCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.SortAscendingCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.SortDescendingCaption", + "id": 0, + "name": "SortDescendingCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.SortDescendingCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.SortHeaderCaption", + "id": 0, + "name": "SortHeaderCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.SortHeaderCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.SortOptionsVisible", + "id": 0, + "name": "SortOptionsVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.SortOptionsVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.SummaryListBackground", + "id": 0, + "name": "SummaryListBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.SummaryListBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color for the summary options menu." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.SummaryListDensity", + "id": 0, + "name": "SummaryListDensity", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.SummaryListDensity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display density to use for the summary list menu." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.SummaryListTextColor", + "id": 0, + "name": "SummaryListTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.SummaryListTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color for the summary options menu." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.SummaryOptionsVisible", + "id": 0, + "name": "SummaryOptionsVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.SummaryOptionsVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase", + "id": 0, + "name": "IgbGridColumnOptionsBase", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.#ctor", + "id": 0, + "name": "IgbGridColumnOptionsBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.IgbGridColumnOptionsBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.ActualBaseTheme", + "id": 0, + "name": "ActualBaseTheme", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.ActualBaseTheme", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual display baseTheme to use for the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.ActualButtonDensity", + "id": 0, + "name": "ActualButtonDensity", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.ActualButtonDensity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual display buttonDensity to use for the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.ActualDensity", + "id": 0, + "name": "ActualDensity", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.ActualDensity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual display density to use for the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.AutoSize", + "id": 0, + "name": "AutoSize", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.AutoSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the autoSize for which this AutoSizeOptions will apply." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.BackgroundColor", + "id": 0, + "name": "BackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.BackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the background of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.BaseTheme", + "id": 0, + "name": "BaseTheme", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.BaseTheme", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the base built in theme to use for the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.ButtonDensity", + "id": 0, + "name": "ButtonDensity", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.ButtonDensity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display Density to use for the buttons in the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.ButtonFontFamily", + "id": 0, + "name": "ButtonFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.ButtonFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.ButtonFontSize", + "id": 0, + "name": "ButtonFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.ButtonFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.ButtonFontStyle", + "id": 0, + "name": "ButtonFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.ButtonFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.ButtonFontWeight", + "id": 0, + "name": "ButtonFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.ButtonFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the column for which this ColumnOptions will apply." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGridColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.Density", + "id": 0, + "name": "Density", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.Density", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display density to use for the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.LabelFontFamily", + "id": 0, + "name": "LabelFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.LabelFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.LabelFontSize", + "id": 0, + "name": "LabelFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.LabelFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.LabelFontStyle", + "id": 0, + "name": "LabelFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.LabelFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.LabelFontWeight", + "id": 0, + "name": "LabelFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.LabelFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the text of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsModule", + "id": 0, + "name": "IgbGridColumnOptionsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsModule.#ctor", + "id": 0, + "name": "IgbGridColumnOptionsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsModule.IgbGridColumnOptionsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase", + "id": 0, + "name": "IgbGridColumnOptionsSectionBase", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase", + "id": 0, + "name": "IgbGridColumnOptionsBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase.#ctor", + "id": 0, + "name": "IgbGridColumnOptionsSectionBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase.IgbGridColumnOptionsSectionBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase.OnApply", + "id": 0, + "name": "OnApply()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase.OnApply()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase.OnApplyAsync", + "id": 0, + "name": "OnApplyAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase.OnApplyAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase.OnCancel", + "id": 0, + "name": "OnCancel()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase.OnCancel()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase.OnCancelAsync", + "id": 0, + "name": "OnCancelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase.OnCancelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSimpleSectionBase", + "id": 0, + "name": "IgbGridColumnOptionsSimpleSectionBase", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSimpleSectionBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase", + "id": 0, + "name": "IgbGridColumnOptionsBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase", + "id": 0, + "name": "IgbGridColumnOptionsSectionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSimpleSectionBase.#ctor", + "id": 0, + "name": "IgbGridColumnOptionsSimpleSectionBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSimpleSectionBase.IgbGridColumnOptionsSimpleSectionBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSimpleSectionBase.Caption", + "id": 0, + "name": "Caption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSimpleSectionBase.Caption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSimpleSectionBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSimpleSectionBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSimpleSectionBase.ShowCaption", + "id": 0, + "name": "ShowCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSimpleSectionBase.ShowCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSimpleSectionBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSimpleSectionBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptions", + "id": 0, + "name": "IgbGridColumnPinOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase", + "id": 0, + "name": "IgbGridColumnOptionsBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase", + "id": 0, + "name": "IgbGridColumnOptionsSectionBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSimpleSectionBase", + "id": 0, + "name": "IgbGridColumnOptionsSimpleSectionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptions.#ctor", + "id": 0, + "name": "IgbGridColumnPinOptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptions.IgbGridColumnPinOptions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptions.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptions.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptions.PinLeftCaption", + "id": 0, + "name": "PinLeftCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptions.PinLeftCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptions.PinRightCaption", + "id": 0, + "name": "PinRightCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptions.PinRightCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptionsModule", + "id": 0, + "name": "IgbGridColumnPinOptionsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptionsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptionsModule.#ctor", + "id": 0, + "name": "IgbGridColumnPinOptionsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptionsModule.IgbGridColumnPinOptionsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnPinOptionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnsAutoGeneratedEventArgs", + "id": 0, + "name": "IgbGridColumnsAutoGeneratedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnsAutoGeneratedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the generated columns." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnsAutoGeneratedEventArgs.#ctor", + "id": 0, + "name": "IgbGridColumnsAutoGeneratedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnsAutoGeneratedEventArgs.IgbGridColumnsAutoGeneratedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnsAutoGeneratedEventArgs.Columns", + "id": 0, + "name": "Columns", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnsAutoGeneratedEventArgs.Columns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridColumnCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridColumnCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnsAutoGeneratedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnsAutoGeneratedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnsAutoGeneratedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnsAutoGeneratedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnsAutoGeneratedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnsAutoGeneratedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnsAutoGeneratedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnsAutoGeneratedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnsChangedEventArgs", + "id": 0, + "name": "IgbGridColumnsChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnsChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the generated columns." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnsChangedEventArgs.#ctor", + "id": 0, + "name": "IgbGridColumnsChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnsChangedEventArgs.IgbGridColumnsChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnsChangedEventArgs.Columns", + "id": 0, + "name": "Columns", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnsChangedEventArgs.Columns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridColumnCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridColumnCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnsChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnsChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnsChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnsChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptions", + "id": 0, + "name": "IgbGridColumnSortOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase", + "id": 0, + "name": "IgbGridColumnOptionsBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase", + "id": 0, + "name": "IgbGridColumnOptionsSectionBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSimpleSectionBase", + "id": 0, + "name": "IgbGridColumnOptionsSimpleSectionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptions.#ctor", + "id": 0, + "name": "IgbGridColumnSortOptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptions.IgbGridColumnSortOptions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptions.AscendingCaption", + "id": 0, + "name": "AscendingCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptions.AscendingCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptions.DescendingCaption", + "id": 0, + "name": "DescendingCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptions.DescendingCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptions.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptions.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptions.SortDirection", + "id": 0, + "name": "SortDirection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptions.SortDirection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnSortDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnSortDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptionsModule", + "id": 0, + "name": "IgbGridColumnSortOptionsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptionsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptionsModule.#ctor", + "id": 0, + "name": "IgbGridColumnSortOptionsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptionsModule.IgbGridColumnSortOptionsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSortOptionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions", + "id": 0, + "name": "IgbGridColumnSummaryOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsBase", + "id": 0, + "name": "IgbGridColumnOptionsBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnOptionsSectionBase", + "id": 0, + "name": "IgbGridColumnOptionsSectionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.#ctor", + "id": 0, + "name": "IgbGridColumnSummaryOptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.IgbGridColumnSummaryOptions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.ActiveCount", + "id": 0, + "name": "ActiveCount", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.ActiveCount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.ActualSummaryListDensity", + "id": 0, + "name": "ActualSummaryListDensity", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.ActualSummaryListDensity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual display density used for the summary list." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.CloseMenu", + "id": 0, + "name": "CloseMenu()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.CloseMenu()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.CloseMenuAsync", + "id": 0, + "name": "CloseMenuAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.CloseMenuAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.OnApply", + "id": 0, + "name": "OnApply()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.OnApply()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.OnApplyAsync", + "id": 0, + "name": "OnApplyAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.OnApplyAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.OnCancel", + "id": 0, + "name": "OnCancel()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.OnCancel()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.OnCancelAsync", + "id": 0, + "name": "OnCancelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.OnCancelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.SummaryCaption", + "id": 0, + "name": "SummaryCaption", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.SummaryCaption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text inside the summary button." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.SummaryListBackground", + "id": 0, + "name": "SummaryListBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.SummaryListBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.SummaryListDensity", + "id": 0, + "name": "SummaryListDensity", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.SummaryListDensity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display density used for the summary list." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.SummaryListTextColor", + "id": 0, + "name": "SummaryListTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.SummaryListTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptionsModule", + "id": 0, + "name": "IgbGridColumnSummaryOptionsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptionsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptionsModule.#ctor", + "id": 0, + "name": "IgbGridColumnSummaryOptionsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptionsModule.IgbGridColumnSummaryOptionsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnSummaryOptionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnWidthChangedEventArgs", + "id": 0, + "name": "IgbGridColumnWidthChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnWidthChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event arguments for the GridColumnWidthChanged event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnWidthChangedEventArgs.#ctor", + "id": 0, + "name": "IgbGridColumnWidthChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnWidthChangedEventArgs.IgbGridColumnWidthChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnWidthChangedEventArgs.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnWidthChangedEventArgs.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The column whose Width has changed" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGridColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnWidthChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnWidthChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnWidthChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnWidthChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnWidthChangedEventArgs.NewWidth", + "id": 0, + "name": "NewWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnWidthChangedEventArgs.NewWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The new column width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnWidth", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnWidth" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnWidthChangedEventArgs.OldWidth", + "id": 0, + "name": "OldWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnWidthChangedEventArgs.OldWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The old column width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnWidth", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnWidth" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnWidthChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnWidthChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridColumnWidthChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridColumnWidthChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle", + "id": 0, + "name": "IgbGridCompoundConditionalStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle", + "id": 0, + "name": "IgbGridConditionalStyle" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.#ctor", + "id": 0, + "name": "IgbGridCompoundConditionalStyle()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.IgbGridCompoundConditionalStyle()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.ActualNeedsFieldMaximum", + "id": 0, + "name": "ActualNeedsFieldMaximum()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.ActualNeedsFieldMaximum()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.ActualNeedsFieldMaximumAsync", + "id": 0, + "name": "ActualNeedsFieldMaximumAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.ActualNeedsFieldMaximumAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.ActualNeedsFieldMinimum", + "id": 0, + "name": "ActualNeedsFieldMinimum()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.ActualNeedsFieldMinimum()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.ActualNeedsFieldMinimumAsync", + "id": 0, + "name": "ActualNeedsFieldMinimumAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.ActualNeedsFieldMinimumAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.ActualNeedsFieldSum", + "id": 0, + "name": "ActualNeedsFieldSum()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.ActualNeedsFieldSum()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.ActualNeedsFieldSumAsync", + "id": 0, + "name": "ActualNeedsFieldSumAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.ActualNeedsFieldSumAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.GetSubStyles", + "id": 0, + "name": "GetSubStyles()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.GetSubStyles()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridConditionalStyleCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.GetSubStylesAsync", + "id": 0, + "name": "GetSubStylesAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.GetSubStylesAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbGridConditionalStyleCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbGridConditionalStyleCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle", + "id": 0, + "name": "IgbGridConditionalStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.#ctor", + "id": 0, + "name": "IgbGridConditionalStyle()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.IgbGridConditionalStyle()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.ActualNeedsFieldMaximum", + "id": 0, + "name": "ActualNeedsFieldMaximum()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.ActualNeedsFieldMaximum()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.ActualNeedsFieldMaximumAsync", + "id": 0, + "name": "ActualNeedsFieldMaximumAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.ActualNeedsFieldMaximumAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.ActualNeedsFieldMinimum", + "id": 0, + "name": "ActualNeedsFieldMinimum()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.ActualNeedsFieldMinimum()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.ActualNeedsFieldMinimumAsync", + "id": 0, + "name": "ActualNeedsFieldMinimumAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.ActualNeedsFieldMinimumAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.ActualNeedsFieldSum", + "id": 0, + "name": "ActualNeedsFieldSum()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.ActualNeedsFieldSum()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.ActualNeedsFieldSumAsync", + "id": 0, + "name": "ActualNeedsFieldSumAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.ActualNeedsFieldSumAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.ActualProperties", + "id": 0, + "name": "ActualProperties", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.ActualProperties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridConditionalStylePropertyCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridConditionalStylePropertyCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.Condition", + "id": 0, + "name": "Condition", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.Condition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.ConditionString", + "id": 0, + "name": "ConditionString", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.ConditionString", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.ContentProperties", + "id": 0, + "name": "ContentProperties", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.ContentProperties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridConditionalStylePropertyCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridConditionalStylePropertyCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.FilterStringErrorsParsing", + "id": 0, + "name": "FilterStringErrorsParsing", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.FilterStringErrorsParsing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridConditionFilterStringErrorsParsingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridConditionFilterStringErrorsParsingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.FilterStringErrorsParsingScript", + "id": 0, + "name": "FilterStringErrorsParsingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.FilterStringErrorsParsingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.IsFieldMaximumNeeded", + "id": 0, + "name": "IsFieldMaximumNeeded", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.IsFieldMaximumNeeded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.IsFieldMinimumNeeded", + "id": 0, + "name": "IsFieldMinimumNeeded", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.IsFieldMinimumNeeded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.IsFieldSumNeeded", + "id": 0, + "name": "IsFieldSumNeeded", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.IsFieldSumNeeded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.IsTransitionInEnabled", + "id": 0, + "name": "IsTransitionInEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.IsTransitionInEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.Properties", + "id": 0, + "name": "Properties", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.Properties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridConditionalStylePropertyCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridConditionalStylePropertyCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.PropertyUpdated", + "id": 0, + "name": "PropertyUpdated", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.PropertyUpdated", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPropertyUpdatedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.PropertyUpdatedScript", + "id": 0, + "name": "PropertyUpdatedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.PropertyUpdatedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.RequiresGlobalValues", + "id": 0, + "name": "RequiresGlobalValues()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.RequiresGlobalValues()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.RequiresGlobalValuesAsync", + "id": 0, + "name": "RequiresGlobalValuesAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.RequiresGlobalValuesAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.StyleKey", + "id": 0, + "name": "StyleKey", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.StyleKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleCollection", + "id": 0, + "name": "IgbGridConditionalStyleCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbGridConditionalStyle}", + "id": 0, + "name": "BaseCollection<IgbGridConditionalStyle>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbGridConditionalStyleCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleCollection.IgbGridConditionalStyleCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfo", + "id": 0, + "name": "IgbGridConditionalStyleFontInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfo.#ctor", + "id": 0, + "name": "IgbGridConditionalStyleFontInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfo.IgbGridConditionalStyleFontInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfo.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfo.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfo.FontFamily", + "id": 0, + "name": "FontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfo.FontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfo.FontSize", + "id": 0, + "name": "FontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfo.FontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfo.FontStyle", + "id": 0, + "name": "FontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfo.FontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfo.FontWeight", + "id": 0, + "name": "FontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfo.FontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfoModule", + "id": 0, + "name": "IgbGridConditionalStyleFontInfoModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfoModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfoModule.#ctor", + "id": 0, + "name": "IgbGridConditionalStyleFontInfoModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfoModule.IgbGridConditionalStyleFontInfoModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfoModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfoModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfoModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfoModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfoModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfoModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleModule", + "id": 0, + "name": "IgbGridConditionalStyleModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleModule.#ctor", + "id": 0, + "name": "IgbGridConditionalStyleModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleModule.IgbGridConditionalStyleModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty", + "id": 0, + "name": "IgbGridConditionalStyleProperty", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.#ctor", + "id": 0, + "name": "IgbGridConditionalStyleProperty()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.IgbGridConditionalStyleProperty()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.ActualInputValueExpression", + "id": 0, + "name": "ActualInputValueExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.ActualInputValueExpression", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.ActualMaximumInputValueExpression", + "id": 0, + "name": "ActualMaximumInputValueExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.ActualMaximumInputValueExpression", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.ActualMinimumInputValueExpression", + "id": 0, + "name": "ActualMinimumInputValueExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.ActualMinimumInputValueExpression", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.ActualSumInputValueExpression", + "id": 0, + "name": "ActualSumInputValueExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.ActualSumInputValueExpression", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.BoolValue", + "id": 0, + "name": "BoolValue", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.BoolValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.BrushValue", + "id": 0, + "name": "BrushValue", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.BrushValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.ColorCollection", + "id": 0, + "name": "ColorCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.ColorCollection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.DateValue", + "id": 0, + "name": "DateValue", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.DateValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.DoubleValue", + "id": 0, + "name": "DoubleValue", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.DoubleValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.FilterStringErrorsParsing", + "id": 0, + "name": "FilterStringErrorsParsing", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.FilterStringErrorsParsing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridConditionFilterStringErrorsParsingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridConditionFilterStringErrorsParsingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.FilterStringErrorsParsingScript", + "id": 0, + "name": "FilterStringErrorsParsingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.FilterStringErrorsParsingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.FontValue", + "id": 0, + "name": "FontValue", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.FontValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridConditionalStyleFontInfo", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleFontInfo" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.InputValueExpression", + "id": 0, + "name": "InputValueExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.InputValueExpression", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.InputValueExpressionString", + "id": 0, + "name": "InputValueExpressionString", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.InputValueExpressionString", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.IntValue", + "id": 0, + "name": "IntValue", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.IntValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MaximumColor", + "id": 0, + "name": "MaximumColor", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MaximumColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MaximumInputValue", + "id": 0, + "name": "MaximumInputValue", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MaximumInputValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MaximumInputValueExpression", + "id": 0, + "name": "MaximumInputValueExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MaximumInputValueExpression", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MaximumInputValueExpressionString", + "id": 0, + "name": "MaximumInputValueExpressionString", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MaximumInputValueExpressionString", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MaximumInputValueScript", + "id": 0, + "name": "MaximumInputValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MaximumInputValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting MaximumInputValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MaximumType", + "id": 0, + "name": "MaximumType", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MaximumType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridConditionalStyleBoundType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridConditionalStyleBoundType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MinimumColor", + "id": 0, + "name": "MinimumColor", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MinimumColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MinimumInputValue", + "id": 0, + "name": "MinimumInputValue", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MinimumInputValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MinimumInputValueExpression", + "id": 0, + "name": "MinimumInputValueExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MinimumInputValueExpression", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MinimumInputValueExpressionString", + "id": 0, + "name": "MinimumInputValueExpressionString", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MinimumInputValueExpressionString", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MinimumInputValueScript", + "id": 0, + "name": "MinimumInputValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MinimumInputValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting MinimumInputValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MinimumType", + "id": 0, + "name": "MinimumType", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.MinimumType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridConditionalStyleBoundType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridConditionalStyleBoundType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.ObjectValue", + "id": 0, + "name": "ObjectValue", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.ObjectValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.PropertyName", + "id": 0, + "name": "PropertyName", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.PropertyName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.ShouldSetValue", + "id": 0, + "name": "ShouldSetValue", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.ShouldSetValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.StringValue", + "id": 0, + "name": "StringValue", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.StringValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.StylingType", + "id": 0, + "name": "StylingType", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.StylingType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridConditionalStylePropertyStylingType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridConditionalStylePropertyStylingType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.SumInputValue", + "id": 0, + "name": "SumInputValue", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.SumInputValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.SumInputValueExpression", + "id": 0, + "name": "SumInputValueExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.SumInputValueExpression", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.SumInputValueExpressionString", + "id": 0, + "name": "SumInputValueExpressionString", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.SumInputValueExpressionString", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.SumInputValueScript", + "id": 0, + "name": "SumInputValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.SumInputValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting SumInputValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.ValueCollection", + "id": 0, + "name": "ValueCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.ValueCollection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.ValueCollectionScript", + "id": 0, + "name": "ValueCollectionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty.ValueCollectionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ValueCollection in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStylePropertyCollection", + "id": 0, + "name": "IgbGridConditionalStylePropertyCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStylePropertyCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbGridConditionalStyleProperty}", + "id": 0, + "name": "BaseCollection<IgbGridConditionalStyleProperty>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStylePropertyCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbGridConditionalStylePropertyCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStylePropertyCollection.IgbGridConditionalStylePropertyCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStylePropertyModule", + "id": 0, + "name": "IgbGridConditionalStylePropertyModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStylePropertyModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStylePropertyModule.#ctor", + "id": 0, + "name": "IgbGridConditionalStylePropertyModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStylePropertyModule.IgbGridConditionalStylePropertyModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStylePropertyModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStylePropertyModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStylePropertyModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStylePropertyModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStylePropertyModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionalStylePropertyModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionFilterStringErrorsParsingEventArgs", + "id": 0, + "name": "IgbGridConditionFilterStringErrorsParsingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionFilterStringErrorsParsingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments for when there are errors parsing the filter string" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionFilterStringErrorsParsingEventArgs.#ctor", + "id": 0, + "name": "IgbGridConditionFilterStringErrorsParsingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionFilterStringErrorsParsingEventArgs.IgbGridConditionFilterStringErrorsParsingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionFilterStringErrorsParsingEventArgs.Errors", + "id": 0, + "name": "Errors", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionFilterStringErrorsParsingEventArgs.Errors", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the errors from parsing the filter string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionFilterStringErrorsParsingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionFilterStringErrorsParsingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionFilterStringErrorsParsingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionFilterStringErrorsParsingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionFilterStringErrorsParsingEventArgs.PropertyName", + "id": 0, + "name": "PropertyName", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionFilterStringErrorsParsingEventArgs.PropertyName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionFilterStringErrorsParsingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionFilterStringErrorsParsingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionFilterStringErrorsParsingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridConditionFilterStringErrorsParsingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgs", + "id": 0, + "name": "IgbGridContextMenuEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an event argument for the grid contextMenu output" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgs.#ctor", + "id": 0, + "name": "IgbGridContextMenuEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgs.IgbGridContextMenuEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridContextMenuEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail", + "id": 0, + "name": "IgbGridContextMenuEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an event argument for the grid contextMenu output" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail.#ctor", + "id": 0, + "name": "IgbGridContextMenuEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail.IgbGridContextMenuEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail.Cell", + "id": 0, + "name": "Cell", + "fullName": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail.Cell", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the grid cell that triggered the event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCellType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail.Row", + "id": 0, + "name": "Row", + "fullName": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail.Row", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the grid row that triggered the event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgs", + "id": 0, + "name": "IgbGridCreatedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgs.#ctor", + "id": 0, + "name": "IgbGridCreatedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgs.IgbGridCreatedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridCreatedEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail", + "id": 0, + "name": "IgbGridCreatedEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail.#ctor", + "id": 0, + "name": "IgbGridCreatedEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail.IgbGridCreatedEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail.Grid", + "id": 0, + "name": "Grid", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail.Grid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbHierarchicalGrid", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail.Owner", + "id": 0, + "name": "Owner", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail.Owner", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowIsland", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowIsland" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail.ParentID", + "id": 0, + "name": "ParentID", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail.ParentID", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail.ParentRowData", + "id": 0, + "name": "ParentRowData", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail.ParentRowData", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCreatedEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs", + "id": 0, + "name": "IgbGridCustomFilterRequestedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.#ctor", + "id": 0, + "name": "IgbGridCustomFilterRequestedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.IgbGridCustomFilterRequestedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The column that requested the filter." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGridColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.Expression", + "id": 0, + "name": "Expression", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.Expression", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the filter expression to be used." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.Filter", + "id": 0, + "name": "Filter", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.Filter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The custom filter that was chosen." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterOperand" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.FilterFactory", + "id": 0, + "name": "FilterFactory", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.FilterFactory", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the FilterFactory to assists in building filters." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterFactory", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterFactory" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The value that was provided in the editor for the filter." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.ValueScript", + "id": 0, + "name": "ValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridCustomFilterRequestedEventArgs.ValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Value in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridDataCommittedEventArgs", + "id": 0, + "name": "IgbGridDataCommittedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridDataCommittedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event arguments for the DataCommitted event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridDataCommittedEventArgs.#ctor", + "id": 0, + "name": "IgbGridDataCommittedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridDataCommittedEventArgs.IgbGridDataCommittedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridDataCommittedEventArgs.Changes", + "id": 0, + "name": "Changes", + "fullName": "IgniteUI.Blazor.Controls.IgbGridDataCommittedEventArgs.Changes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a list of the changes that were committed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataSourceAggregatedResult[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridDataCommittedEventArgs.CommitID", + "id": 0, + "name": "CommitID", + "fullName": "IgniteUI.Blazor.Controls.IgbGridDataCommittedEventArgs.CommitID", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the ID for this commit." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridDataCommittedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridDataCommittedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridDataCommittedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridDataCommittedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridDataCommittedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridDataCommittedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridDataCommittedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridDataCommittedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridDataCommittingEventArgs", + "id": 0, + "name": "IgbGridDataCommittingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridDataCommittingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event arguments for the DataCommitting event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridDataCommittingEventArgs.#ctor", + "id": 0, + "name": "IgbGridDataCommittingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridDataCommittingEventArgs.IgbGridDataCommittingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridDataCommittingEventArgs.Changes", + "id": 0, + "name": "Changes", + "fullName": "IgniteUI.Blazor.Controls.IgbGridDataCommittingEventArgs.Changes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a list of changes that are about to be committed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataSourceAggregatedResult[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataSourceAggregatedResult[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridDataCommittingEventArgs.CommitID", + "id": 0, + "name": "CommitID", + "fullName": "IgniteUI.Blazor.Controls.IgbGridDataCommittingEventArgs.CommitID", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The ID for the commit. Use this as the argument for the AcceptCommit or RejectCommit methods." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridDataCommittingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridDataCommittingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridDataCommittingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridDataCommittingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridDataCommittingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridDataCommittingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridDataCommittingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridDataCommittingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs", + "id": 0, + "name": "IgbGridEditDoneEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments related to grid editing completion." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs.#ctor", + "id": 0, + "name": "IgbGridEditDoneEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs.IgbGridEditDoneEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridEditDoneEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail", + "id": 0, + "name": "IgbGridEditDoneEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments related to grid editing completion." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.#ctor", + "id": 0, + "name": "IgbGridEditDoneEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.IgbGridEditDoneEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.CellID", + "id": 0, + "name": "CellID", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.CellID", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridCellIdentifier", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Represents the column information of the edited cell" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.IsAddRow", + "id": 0, + "name": "IsAddRow", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.IsAddRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Indicates if the editing consists of adding a new row" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.NewValue", + "id": 0, + "name": "NewValue", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.NewValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Represents the value, that is being entered in the edited cell When there is no newValue and the event has ended, the value of the cell returns to the oldValue" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.OldValue", + "id": 0, + "name": "OldValue", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.OldValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the previous (before editing) value of the edited cell. It's used when the event has been stopped/exited." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.Owner", + "id": 0, + "name": "Owner", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.Owner", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Represents the grid instance that owns the edit event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridBaseDirective", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.PrimaryKey", + "id": 0, + "name": "PrimaryKey", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.PrimaryKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.RowData", + "id": 0, + "name": "RowData", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.RowData", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "rowData represents the updated/committed data of the row after the edit (newValue) The only case rowData (of the current object) is used directly, is when there is no rowEditing or transactions enabled" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.RowID", + "id": 0, + "name": "RowID", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.RowID", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.RowKey", + "id": 0, + "name": "RowKey", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.RowKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.Valid", + "id": 0, + "name": "Valid", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgsDetail.Valid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Indicates if the new value would be valid. It can be set to return the result of the methods for validation of the grid" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgs", + "id": 0, + "name": "IgbGridEditEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments related to grid editing. The event is cancelable It contains information about the row and the column, as well as the old and nwe value of the element/cell" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgs.#ctor", + "id": 0, + "name": "IgbGridEditEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgs.IgbGridEditEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridEditEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail", + "id": 0, + "name": "IgbGridEditEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments related to grid editing. The event is cancelable It contains information about the row and the column, as well as the old and nwe value of the element/cell" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.#ctor", + "id": 0, + "name": "IgbGridEditEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.IgbGridEditEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides the ability to cancel the event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.CellID", + "id": 0, + "name": "CellID", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.CellID", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridCellIdentifier", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Represents the column information of the edited cell" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.IsAddRow", + "id": 0, + "name": "IsAddRow", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.IsAddRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Indicates if the editing consists of adding a new row" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.NewValue", + "id": 0, + "name": "NewValue", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.NewValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Represents the value, that is being entered in the edited cell When there is no newValue and the event has ended, the value of the cell returns to the oldValue" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.OldValue", + "id": 0, + "name": "OldValue", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.OldValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the previous (before editing) value of the edited cell. It's used when the event has been stopped/exited." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.Owner", + "id": 0, + "name": "Owner", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.Owner", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Represents the grid instance that owns the edit event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridBaseDirective", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.PrimaryKey", + "id": 0, + "name": "PrimaryKey", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.PrimaryKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.RowData", + "id": 0, + "name": "RowData", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.RowData", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "rowData represents the updated/committed data of the row after the edit (newValue) The only case rowData (of the current object) is used directly, is when there is no rowEditing or transactions enabled" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.RowID", + "id": 0, + "name": "RowID", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.RowID", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.RowKey", + "id": 0, + "name": "RowKey", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.RowKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.Valid", + "id": 0, + "name": "Valid", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditEventArgsDetail.Valid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Indicates if the new value would be valid. It can be set to return the result of the methods for validation of the grid" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditingActions", + "id": 0, + "name": "IgbGridEditingActions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditingActions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Grid Editing Actions for the Action Strip IgxActionStripComponent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective", + "id": 0, + "name": "IgbGridActionsBaseDirective" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditingActions.#ctor", + "id": 0, + "name": "IgbGridEditingActions()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditingActions.IgbGridEditingActions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditingActions.AddChild", + "id": 0, + "name": "AddChild", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditingActions.AddChild", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "An input to enable/disable action strip child row adding button" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditingActions.AddRow", + "id": 0, + "name": "AddRow", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditingActions.AddRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "An input to enable/disable action strip row adding button" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditingActions.DeleteRow", + "id": 0, + "name": "DeleteRow", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditingActions.DeleteRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "An input to enable/disable action strip row deleting button" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditingActions.EditRow", + "id": 0, + "name": "EditRow", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditingActions.EditRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "An input to enable/disable action strip row editing button" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditingActions.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditingActions.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditingActions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditingActions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditingActions.StartEdit(System.Object)", + "id": 0, + "name": "StartEdit(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditingActions.StartEdit(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "evt", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditingActions.StartEditAsync(System.Object)", + "id": 0, + "name": "StartEditAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditingActions.StartEditAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Enter row or cell edit mode depending the grid rowEditable option this.gridEditingActions.startEdit();" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "evt", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditingActions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditingActions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditingActionsModule", + "id": 0, + "name": "IgbGridEditingActionsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditingActionsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditingActionsModule.#ctor", + "id": 0, + "name": "IgbGridEditingActionsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditingActionsModule.IgbGridEditingActionsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditingActionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditingActionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditingActionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditingActionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEditingActionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEditingActionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEmptyTemplateContext", + "id": 0, + "name": "IgbGridEmptyTemplateContext", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEmptyTemplateContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEmptyTemplateContext.#ctor", + "id": 0, + "name": "IgbGridEmptyTemplateContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEmptyTemplateContext.IgbGridEmptyTemplateContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEmptyTemplateContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEmptyTemplateContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEmptyTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEmptyTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEmptyTemplateContext.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEmptyTemplateContext.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEmptyTemplateContext.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEmptyTemplateContext.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEmptyTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEmptyTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridEmptyTemplateContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridEmptyTemplateContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogFilterChangeEventArgs", + "id": 0, + "name": "IgbGridFilterDialogFilterChangeEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogFilterChangeEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogFilterChangeEventArgs.#ctor", + "id": 0, + "name": "IgbGridFilterDialogFilterChangeEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogFilterChangeEventArgs.IgbGridFilterDialogFilterChangeEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogFilterChangeEventArgs.Filter", + "id": 0, + "name": "Filter", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogFilterChangeEventArgs.Filter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnFilterCondition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnFilterCondition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogFilterChangeEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogFilterChangeEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogFilterChangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogFilterChangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogFilterChangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogFilterChangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogFilterChangeEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogFilterChangeEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogOpeningEventArgs", + "id": 0, + "name": "IgbGridFilterDialogOpeningEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogOpeningEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogOpeningEventArgs.#ctor", + "id": 0, + "name": "IgbGridFilterDialogOpeningEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogOpeningEventArgs.IgbGridFilterDialogOpeningEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogOpeningEventArgs.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogOpeningEventArgs.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGridColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogOpeningEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogOpeningEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogOpeningEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogOpeningEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogOpeningEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogOpeningEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogOpeningEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogOpeningEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel", + "id": 0, + "name": "IgbGridFilterDialogViewModel", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.#ctor", + "id": 0, + "name": "IgbGridFilterDialogViewModel()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.IgbGridFilterDialogViewModel()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.AddNewRow", + "id": 0, + "name": "AddNewRow()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.AddNewRow()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.AddNewRowAsync", + "id": 0, + "name": "AddNewRowAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.AddNewRowAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.CanGroupRange(System.Int32,System.Int32)", + "id": 0, + "name": "CanGroupRange(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.CanGroupRange(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "endIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.CanGroupRangeAsync(System.Int32,System.Int32)", + "id": 0, + "name": "CanGroupRangeAsync(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.CanGroupRangeAsync(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "endIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.GroupRange(System.Int32,System.Int32,System.Boolean)", + "id": 0, + "name": "GroupRange(Int32, Int32, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.GroupRange(System.Int32, System.Int32, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "endIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "isOrGrouping", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.GroupRangeAsync(System.Int32,System.Int32,System.Boolean)", + "id": 0, + "name": "GroupRangeAsync(Int32, Int32, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.GroupRangeAsync(System.Int32, System.Int32, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "endIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "isOrGrouping", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.IsTopLevelOr", + "id": 0, + "name": "IsTopLevelOr", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.IsTopLevelOr", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.MaxGroupingLevels", + "id": 0, + "name": "MaxGroupingLevels", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.MaxGroupingLevels", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.PropertyType", + "id": 0, + "name": "PropertyType", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.PropertyType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSchemaPropertyType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchemaPropertyType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.Rows", + "id": 0, + "name": "Rows", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.Rows", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridFilterDialogViewModelRowCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRowCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.TargetingRange(System.Int32,System.Int32)", + "id": 0, + "name": "TargetingRange(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.TargetingRange(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "endIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.TargetingRangeAsync(System.Int32,System.Int32)", + "id": 0, + "name": "TargetingRangeAsync(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.TargetingRangeAsync(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "endIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.ToggleRange(System.Int32,System.Int32)", + "id": 0, + "name": "ToggleRange(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.ToggleRange(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "endIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.ToggleRangeAsync(System.Int32,System.Int32)", + "id": 0, + "name": "ToggleRangeAsync(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.ToggleRangeAsync(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "endIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.UngroupRange(System.Int32,System.Int32)", + "id": 0, + "name": "UngroupRange(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.UngroupRange(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "endIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.UngroupRangeAsync(System.Int32,System.Int32)", + "id": 0, + "name": "UngroupRangeAsync(Int32, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModel.UngroupRangeAsync(System.Int32, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "startIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "endIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGrouping", + "id": 0, + "name": "IgbGridFilterDialogViewModelGrouping", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGrouping", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGrouping.#ctor", + "id": 0, + "name": "IgbGridFilterDialogViewModelGrouping()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGrouping.IgbGridFilterDialogViewModelGrouping()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGrouping.EndIndex", + "id": 0, + "name": "EndIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGrouping.EndIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGrouping.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGrouping.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGrouping.IsOrGrouping", + "id": 0, + "name": "IsOrGrouping", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGrouping.IsOrGrouping", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGrouping.StartIndex", + "id": 0, + "name": "StartIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGrouping.StartIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGrouping.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGrouping.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGroupingLevel", + "id": 0, + "name": "IgbGridFilterDialogViewModelGroupingLevel", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGroupingLevel", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGrouping}", + "id": 0, + "name": "BaseCollection<IgbGridFilterDialogViewModelGrouping>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGroupingLevel.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbGridFilterDialogViewModelGroupingLevel(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGroupingLevel.IgbGridFilterDialogViewModelGroupingLevel(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGroupingLevelCollection", + "id": 0, + "name": "IgbGridFilterDialogViewModelGroupingLevelCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGroupingLevelCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGroupingLevel}", + "id": 0, + "name": "BaseCollection<IgbGridFilterDialogViewModelGroupingLevel>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGroupingLevelCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbGridFilterDialogViewModelGroupingLevelCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelGroupingLevelCollection.IgbGridFilterDialogViewModelGroupingLevelCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow", + "id": 0, + "name": "IgbGridFilterDialogViewModelRow", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow.#ctor", + "id": 0, + "name": "IgbGridFilterDialogViewModelRow()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow.IgbGridFilterDialogViewModelRow()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow.CurrentOperator", + "id": 0, + "name": "CurrentOperator", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow.CurrentOperator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow.Operand1", + "id": 0, + "name": "Operand1", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow.Operand1", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow.Operand1Script", + "id": 0, + "name": "Operand1Script", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow.Operand1Script", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Operand1 in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow.Operand2", + "id": 0, + "name": "Operand2", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow.Operand2", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow.Operand2Script", + "id": 0, + "name": "Operand2Script", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow.Operand2Script", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Operand2 in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow.OperandNumber", + "id": 0, + "name": "OperandNumber", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow.OperandNumber", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32[]", + "fullTypeName": "System.Int32[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow.Operators", + "id": 0, + "name": "Operators", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow.Operators", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRowCollection", + "id": 0, + "name": "IgbGridFilterDialogViewModelRowCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRowCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRow}", + "id": 0, + "name": "BaseCollection<IgbGridFilterDialogViewModelRow>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRowCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbGridFilterDialogViewModelRowCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterDialogViewModelRowCollection.IgbGridFilterDialogViewModelRowCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterExpressionsEventArgs", + "id": 0, + "name": "IgbGridFilterExpressionsEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterExpressionsEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterExpressionsEventArgs.#ctor", + "id": 0, + "name": "IgbGridFilterExpressionsEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterExpressionsEventArgs.IgbGridFilterExpressionsEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterExpressionsEventArgs.FilterExpressions", + "id": 0, + "name": "FilterExpressions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterExpressionsEventArgs.FilterExpressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpressionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpressionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterExpressionsEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterExpressionsEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterExpressionsEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterExpressionsEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterExpressionsEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterExpressionsEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterExpressionsEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterExpressionsEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterOperandsCollection", + "id": 0, + "name": "IgbGridFilterOperandsCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterOperandsCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbFilterOperand}", + "id": 0, + "name": "BaseCollection<IgbFilterOperand>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFilterOperandsCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbGridFilterOperandsCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFilterOperandsCollection.IgbGridFilterOperandsCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgs", + "id": 0, + "name": "IgbGridFormGroupCreatedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Interface representing the event arguments when a form group is created in the grid. formGroup: The form group that is created. owner: The grid instance that owns the form group." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgs.#ctor", + "id": 0, + "name": "IgbGridFormGroupCreatedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgs.IgbGridFormGroupCreatedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridFormGroupCreatedEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgsDetail", + "id": 0, + "name": "IgbGridFormGroupCreatedEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Interface representing the event arguments when a form group is created in the grid. formGroup: The form group that is created. owner: The grid instance that owns the form group." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgsDetail.#ctor", + "id": 0, + "name": "IgbGridFormGroupCreatedEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgsDetail.IgbGridFormGroupCreatedEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgsDetail.Owner", + "id": 0, + "name": "Owner", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgsDetail.Owner", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridBaseDirective", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridGroupDescriptionsChangedEventArgs", + "id": 0, + "name": "IgbGridGroupDescriptionsChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridGroupDescriptionsChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the current grouping applied to the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridGroupDescriptionsChangedEventArgs.#ctor", + "id": 0, + "name": "IgbGridGroupDescriptionsChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridGroupDescriptionsChangedEventArgs.IgbGridGroupDescriptionsChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridGroupDescriptionsChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridGroupDescriptionsChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridGroupDescriptionsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridGroupDescriptionsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridGroupDescriptionsChangedEventArgs.GroupDescriptions", + "id": 0, + "name": "GroupDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridGroupDescriptionsChangedEventArgs.GroupDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnGroupDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnGroupDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridGroupDescriptionsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridGroupDescriptionsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridGroupDescriptionsChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridGroupDescriptionsChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridGroupingStrategy", + "id": 0, + "name": "IgbGridGroupingStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbGridGroupingStrategy", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a grouping strategy for the grid data, extending the Sorting Strategy interface (contains a sorting method)." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSortingStrategy", + "id": 0, + "name": "IgbGridSortingStrategy" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridGroupingStrategy.#ctor", + "id": 0, + "name": "IgbGridGroupingStrategy()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridGroupingStrategy.IgbGridGroupingStrategy()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridGroupingStrategy.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridGroupingStrategy.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridGroupingStrategy.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridGroupingStrategy.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext", + "id": 0, + "name": "IgbGridHeaderTemplateContext", + "fullName": "IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext.#ctor", + "id": 0, + "name": "IgbGridHeaderTemplateContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext.IgbGridHeaderTemplateContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext.Implicit", + "id": 0, + "name": "Implicit", + "fullName": "IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext.Implicit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbHeaderType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbHeaderType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgs", + "id": 0, + "name": "IgbGridKeydownEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an event, emitted when keydown is triggered over element inside grid's body This event is fired only if the key combination is supported in the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgs.#ctor", + "id": 0, + "name": "IgbGridKeydownEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgs.IgbGridKeydownEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridKeydownEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgsDetail", + "id": 0, + "name": "IgbGridKeydownEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an event, emitted when keydown is triggered over element inside grid's body This event is fired only if the key combination is supported in the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgsDetail.#ctor", + "id": 0, + "name": "IgbGridKeydownEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgsDetail.IgbGridKeydownEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgsDetail.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgsDetail.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The event is cancelable cancel returns whether the event has been intercepted and stopped If the value becomes "true", it returns/exits from the method, instantiating the interface" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgsDetail.Target", + "id": 0, + "name": "Target", + "fullName": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgsDetail.Target", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the information and details of the object itself" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgsDetail.TargetType", + "id": 0, + "name": "TargetType", + "fullName": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgsDetail.TargetType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The targetType represents the type of the targeted object. For example a cell or a row" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridKeydownTargetType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridKeydownTargetType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridKeydownEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridMasterDetailContext", + "id": 0, + "name": "IgbGridMasterDetailContext", + "fullName": "IgniteUI.Blazor.Controls.IgbGridMasterDetailContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridMasterDetailContext.#ctor", + "id": 0, + "name": "IgbGridMasterDetailContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridMasterDetailContext.IgbGridMasterDetailContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridMasterDetailContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridMasterDetailContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridMasterDetailContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridMasterDetailContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridMasterDetailContext.Implicit", + "id": 0, + "name": "Implicit", + "fullName": "IgniteUI.Blazor.Controls.IgbGridMasterDetailContext.Implicit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridMasterDetailContext.Index", + "id": 0, + "name": "Index", + "fullName": "IgniteUI.Blazor.Controls.IgbGridMasterDetailContext.Index", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridMasterDetailContext.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridMasterDetailContext.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridMasterDetailContext.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridMasterDetailContext.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridMasterDetailContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridMasterDetailContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridMasterDetailContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridMasterDetailContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridModule", + "id": 0, + "name": "IgbGridModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridModule.#ctor", + "id": 0, + "name": "IgbGridModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridModule.IgbGridModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPaginatorTemplateContext", + "id": 0, + "name": "IgbGridPaginatorTemplateContext", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPaginatorTemplateContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPaginatorTemplateContext.#ctor", + "id": 0, + "name": "IgbGridPaginatorTemplateContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPaginatorTemplateContext.IgbGridPaginatorTemplateContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPaginatorTemplateContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPaginatorTemplateContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPaginatorTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPaginatorTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPaginatorTemplateContext.Implicit", + "id": 0, + "name": "Implicit", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPaginatorTemplateContext.Implicit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridBaseDirective", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPaginatorTemplateContext.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPaginatorTemplateContext.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPaginatorTemplateContext.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPaginatorTemplateContext.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPaginatorTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPaginatorTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPaginatorTemplateContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPaginatorTemplateContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPinningActions", + "id": 0, + "name": "IgbGridPinningActions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPinningActions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Grid Pinning Actions for the Action Strip IgxActionStripComponent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridActionsBaseDirective", + "id": 0, + "name": "IgbGridActionsBaseDirective" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPinningActions.#ctor", + "id": 0, + "name": "IgbGridPinningActions()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPinningActions.IgbGridPinningActions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPinningActions.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPinningActions.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPinningActions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPinningActions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPinningActions.Pin(System.Object)", + "id": 0, + "name": "Pin(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPinningActions.Pin(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "evt", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPinningActions.PinAsync(System.Object)", + "id": 0, + "name": "PinAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPinningActions.PinAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Pin the row according to the context. this.gridPinningActions.pin();" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "evt", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPinningActions.ScrollToRow(System.Object)", + "id": 0, + "name": "ScrollToRow(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPinningActions.ScrollToRow(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "evt", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPinningActions.ScrollToRowAsync(System.Object)", + "id": 0, + "name": "ScrollToRowAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPinningActions.ScrollToRowAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "evt", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPinningActions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPinningActions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPinningActions.Unpin(System.Object)", + "id": 0, + "name": "Unpin(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPinningActions.Unpin(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "evt", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPinningActions.UnpinAsync(System.Object)", + "id": 0, + "name": "UnpinAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPinningActions.UnpinAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Unpin the row according to the context. this.gridPinningActions.unpin();" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "evt", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPinningActionsModule", + "id": 0, + "name": "IgbGridPinningActionsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPinningActionsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPinningActionsModule.#ctor", + "id": 0, + "name": "IgbGridPinningActionsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPinningActionsModule.IgbGridPinningActionsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPinningActionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPinningActionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPinningActionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPinningActionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridPinningActionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridPinningActionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings", + "id": 0, + "name": "IgbGridResourceStrings", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.#ctor", + "id": 0, + "name": "IgbGridResourceStrings()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.IgbGridResourceStrings()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_actions_add_child_label", + "id": 0, + "name": "Igx_grid_actions_add_child_label", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_actions_add_child_label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_actions_add_label", + "id": 0, + "name": "Igx_grid_actions_add_label", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_actions_add_label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_actions_delete_label", + "id": 0, + "name": "Igx_grid_actions_delete_label", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_actions_delete_label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_actions_edit_label", + "id": 0, + "name": "Igx_grid_actions_edit_label", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_actions_edit_label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_actions_jumpDown_label", + "id": 0, + "name": "Igx_grid_actions_jumpDown_label", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_actions_jumpDown_label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_actions_jumpUp_label", + "id": 0, + "name": "Igx_grid_actions_jumpUp_label", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_actions_jumpUp_label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_actions_pin_label", + "id": 0, + "name": "Igx_grid_actions_pin_label", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_actions_pin_label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_actions_unpin_label", + "id": 0, + "name": "Igx_grid_actions_unpin_label", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_actions_unpin_label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_add_row_label", + "id": 0, + "name": "Igx_grid_add_row_label", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_add_row_label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_add_condition", + "id": 0, + "name": "Igx_grid_advanced_filter_add_condition", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_add_condition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_and_group", + "id": 0, + "name": "Igx_grid_advanced_filter_and_group", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_and_group", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_and_label", + "id": 0, + "name": "Igx_grid_advanced_filter_and_label", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_and_label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_column_placeholder", + "id": 0, + "name": "Igx_grid_advanced_filter_column_placeholder", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_column_placeholder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_create_and_group", + "id": 0, + "name": "Igx_grid_advanced_filter_create_and_group", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_create_and_group", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_create_or_group", + "id": 0, + "name": "Igx_grid_advanced_filter_create_or_group", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_create_or_group", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_delete", + "id": 0, + "name": "Igx_grid_advanced_filter_delete", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_delete", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_delete_filters", + "id": 0, + "name": "Igx_grid_advanced_filter_delete_filters", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_delete_filters", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_end_group", + "id": 0, + "name": "Igx_grid_advanced_filter_end_group", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_end_group", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_initial_text", + "id": 0, + "name": "Igx_grid_advanced_filter_initial_text", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_initial_text", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_or_group", + "id": 0, + "name": "Igx_grid_advanced_filter_or_group", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_or_group", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_or_label", + "id": 0, + "name": "Igx_grid_advanced_filter_or_label", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_or_label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_title", + "id": 0, + "name": "Igx_grid_advanced_filter_title", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_title", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_ungroup", + "id": 0, + "name": "Igx_grid_advanced_filter_ungroup", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_ungroup", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_value_placeholder", + "id": 0, + "name": "Igx_grid_advanced_filter_value_placeholder", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_advanced_filter_value_placeholder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_complex_filter", + "id": 0, + "name": "Igx_grid_complex_filter", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_complex_filter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_email_validation_error", + "id": 0, + "name": "Igx_grid_email_validation_error", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_email_validation_error", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_emptyFilteredGrid_message", + "id": 0, + "name": "Igx_grid_emptyFilteredGrid_message", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_emptyFilteredGrid_message", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_emptyGrid_message", + "id": 0, + "name": "Igx_grid_emptyGrid_message", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_emptyGrid_message", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_add_to_filter", + "id": 0, + "name": "Igx_grid_excel_add_to_filter", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_add_to_filter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_apply", + "id": 0, + "name": "Igx_grid_excel_apply", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_apply", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_blanks", + "id": 0, + "name": "Igx_grid_excel_blanks", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_blanks", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_boolean_filter", + "id": 0, + "name": "Igx_grid_excel_boolean_filter", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_boolean_filter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_cancel", + "id": 0, + "name": "Igx_grid_excel_cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_currency_filter", + "id": 0, + "name": "Igx_grid_excel_currency_filter", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_currency_filter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_custom_dialog_add", + "id": 0, + "name": "Igx_grid_excel_custom_dialog_add", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_custom_dialog_add", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_custom_dialog_clear", + "id": 0, + "name": "Igx_grid_excel_custom_dialog_clear", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_custom_dialog_clear", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_custom_dialog_header", + "id": 0, + "name": "Igx_grid_excel_custom_dialog_header", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_custom_dialog_header", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_custom_filter", + "id": 0, + "name": "Igx_grid_excel_custom_filter", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_custom_filter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_date_filter", + "id": 0, + "name": "Igx_grid_excel_date_filter", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_date_filter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_deselect", + "id": 0, + "name": "Igx_grid_excel_deselect", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_deselect", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_clear", + "id": 0, + "name": "Igx_grid_excel_filter_clear", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_clear", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_moving_header", + "id": 0, + "name": "Igx_grid_excel_filter_moving_header", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_moving_header", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_moving_left", + "id": 0, + "name": "Igx_grid_excel_filter_moving_left", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_moving_left", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_moving_left_short", + "id": 0, + "name": "Igx_grid_excel_filter_moving_left_short", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_moving_left_short", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_moving_right", + "id": 0, + "name": "Igx_grid_excel_filter_moving_right", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_moving_right", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_moving_right_short", + "id": 0, + "name": "Igx_grid_excel_filter_moving_right_short", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_moving_right_short", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_sorting_asc", + "id": 0, + "name": "Igx_grid_excel_filter_sorting_asc", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_sorting_asc", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_sorting_asc_short", + "id": 0, + "name": "Igx_grid_excel_filter_sorting_asc_short", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_sorting_asc_short", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_sorting_desc", + "id": 0, + "name": "Igx_grid_excel_filter_sorting_desc", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_sorting_desc", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_sorting_desc_short", + "id": 0, + "name": "Igx_grid_excel_filter_sorting_desc_short", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_sorting_desc_short", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_sorting_header", + "id": 0, + "name": "Igx_grid_excel_filter_sorting_header", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_filter_sorting_header", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_hide", + "id": 0, + "name": "Igx_grid_excel_hide", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_hide", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_matches_count", + "id": 0, + "name": "Igx_grid_excel_matches_count", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_matches_count", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_no_matches", + "id": 0, + "name": "Igx_grid_excel_no_matches", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_no_matches", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_number_filter", + "id": 0, + "name": "Igx_grid_excel_number_filter", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_number_filter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_pin", + "id": 0, + "name": "Igx_grid_excel_pin", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_pin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_search_placeholder", + "id": 0, + "name": "Igx_grid_excel_search_placeholder", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_search_placeholder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_select", + "id": 0, + "name": "Igx_grid_excel_select", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_select", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_select_all", + "id": 0, + "name": "Igx_grid_excel_select_all", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_select_all", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_select_all_search_results", + "id": 0, + "name": "Igx_grid_excel_select_all_search_results", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_select_all_search_results", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_show", + "id": 0, + "name": "Igx_grid_excel_show", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_show", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_text_filter", + "id": 0, + "name": "Igx_grid_excel_text_filter", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_text_filter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_unpin", + "id": 0, + "name": "Igx_grid_excel_unpin", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_excel_unpin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter", + "id": 0, + "name": "Igx_grid_filter", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_after", + "id": 0, + "name": "Igx_grid_filter_after", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_after", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_all", + "id": 0, + "name": "Igx_grid_filter_all", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_all", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_at", + "id": 0, + "name": "Igx_grid_filter_at", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_at", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_at_after", + "id": 0, + "name": "Igx_grid_filter_at_after", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_at_after", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_at_before", + "id": 0, + "name": "Igx_grid_filter_at_before", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_at_before", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_before", + "id": 0, + "name": "Igx_grid_filter_before", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_before", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_condition_placeholder", + "id": 0, + "name": "Igx_grid_filter_condition_placeholder", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_condition_placeholder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_contains", + "id": 0, + "name": "Igx_grid_filter_contains", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_contains", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_doesNotContain", + "id": 0, + "name": "Igx_grid_filter_doesNotContain", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_doesNotContain", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_doesNotEqual", + "id": 0, + "name": "Igx_grid_filter_doesNotEqual", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_doesNotEqual", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_empty", + "id": 0, + "name": "Igx_grid_filter_empty", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_empty", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_endsWith", + "id": 0, + "name": "Igx_grid_filter_endsWith", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_endsWith", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_equals", + "id": 0, + "name": "Igx_grid_filter_equals", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_equals", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_false", + "id": 0, + "name": "Igx_grid_filter_false", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_false", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_greaterThan", + "id": 0, + "name": "Igx_grid_filter_greaterThan", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_greaterThan", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_greaterThanOrEqualTo", + "id": 0, + "name": "Igx_grid_filter_greaterThanOrEqualTo", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_greaterThanOrEqualTo", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_lastMonth", + "id": 0, + "name": "Igx_grid_filter_lastMonth", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_lastMonth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_lastYear", + "id": 0, + "name": "Igx_grid_filter_lastYear", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_lastYear", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_lessThan", + "id": 0, + "name": "Igx_grid_filter_lessThan", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_lessThan", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_lessThanOrEqualTo", + "id": 0, + "name": "Igx_grid_filter_lessThanOrEqualTo", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_lessThanOrEqualTo", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_nextMonth", + "id": 0, + "name": "Igx_grid_filter_nextMonth", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_nextMonth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_nextYear", + "id": 0, + "name": "Igx_grid_filter_nextYear", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_nextYear", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_not_at", + "id": 0, + "name": "Igx_grid_filter_not_at", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_not_at", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_notEmpty", + "id": 0, + "name": "Igx_grid_filter_notEmpty", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_notEmpty", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_notNull", + "id": 0, + "name": "Igx_grid_filter_notNull", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_notNull", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_null", + "id": 0, + "name": "Igx_grid_filter_null", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_null", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_operator_and", + "id": 0, + "name": "Igx_grid_filter_operator_and", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_operator_and", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_operator_or", + "id": 0, + "name": "Igx_grid_filter_operator_or", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_operator_or", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_row_boolean_placeholder", + "id": 0, + "name": "Igx_grid_filter_row_boolean_placeholder", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_row_boolean_placeholder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_row_close", + "id": 0, + "name": "Igx_grid_filter_row_close", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_row_close", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_row_date_placeholder", + "id": 0, + "name": "Igx_grid_filter_row_date_placeholder", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_row_date_placeholder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_row_placeholder", + "id": 0, + "name": "Igx_grid_filter_row_placeholder", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_row_placeholder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_row_reset", + "id": 0, + "name": "Igx_grid_filter_row_reset", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_row_reset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_row_time_placeholder", + "id": 0, + "name": "Igx_grid_filter_row_time_placeholder", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_row_time_placeholder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_startsWith", + "id": 0, + "name": "Igx_grid_filter_startsWith", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_startsWith", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_thisMonth", + "id": 0, + "name": "Igx_grid_filter_thisMonth", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_thisMonth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_thisYear", + "id": 0, + "name": "Igx_grid_filter_thisYear", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_thisYear", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_today", + "id": 0, + "name": "Igx_grid_filter_today", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_today", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_true", + "id": 0, + "name": "Igx_grid_filter_true", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_true", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_yesterday", + "id": 0, + "name": "Igx_grid_filter_yesterday", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_filter_yesterday", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_groupByArea_deselect_message", + "id": 0, + "name": "Igx_grid_groupByArea_deselect_message", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_groupByArea_deselect_message", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_groupByArea_message", + "id": 0, + "name": "Igx_grid_groupByArea_message", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_groupByArea_message", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_groupByArea_select_message", + "id": 0, + "name": "Igx_grid_groupByArea_select_message", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_groupByArea_select_message", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_hiding_check_all_label", + "id": 0, + "name": "Igx_grid_hiding_check_all_label", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_hiding_check_all_label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_hiding_uncheck_all_label", + "id": 0, + "name": "Igx_grid_hiding_uncheck_all_label", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_hiding_uncheck_all_label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_max_length_validation_error", + "id": 0, + "name": "Igx_grid_max_length_validation_error", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_max_length_validation_error", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_max_validation_error", + "id": 0, + "name": "Igx_grid_max_validation_error", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_max_validation_error", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_min_length_validation_error", + "id": 0, + "name": "Igx_grid_min_length_validation_error", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_min_length_validation_error", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_min_validation_error", + "id": 0, + "name": "Igx_grid_min_validation_error", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_min_validation_error", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pattern_validation_error", + "id": 0, + "name": "Igx_grid_pattern_validation_error", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pattern_validation_error", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pinned_row_indicator", + "id": 0, + "name": "Igx_grid_pinned_row_indicator", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pinned_row_indicator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pinning_check_all_label", + "id": 0, + "name": "Igx_grid_pinning_check_all_label", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pinning_check_all_label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pinning_uncheck_all_label", + "id": 0, + "name": "Igx_grid_pinning_uncheck_all_label", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pinning_uncheck_all_label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_aggregate_avg", + "id": 0, + "name": "Igx_grid_pivot_aggregate_avg", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_aggregate_avg", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_aggregate_count", + "id": 0, + "name": "Igx_grid_pivot_aggregate_count", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_aggregate_count", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_aggregate_date_earliest", + "id": 0, + "name": "Igx_grid_pivot_aggregate_date_earliest", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_aggregate_date_earliest", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_aggregate_date_latest", + "id": 0, + "name": "Igx_grid_pivot_aggregate_date_latest", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_aggregate_date_latest", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_aggregate_max", + "id": 0, + "name": "Igx_grid_pivot_aggregate_max", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_aggregate_max", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_aggregate_min", + "id": 0, + "name": "Igx_grid_pivot_aggregate_min", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_aggregate_min", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_aggregate_sum", + "id": 0, + "name": "Igx_grid_pivot_aggregate_sum", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_aggregate_sum", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_aggregate_time_earliest", + "id": 0, + "name": "Igx_grid_pivot_aggregate_time_earliest", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_aggregate_time_earliest", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_aggregate_time_latest", + "id": 0, + "name": "Igx_grid_pivot_aggregate_time_latest", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_aggregate_time_latest", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_column_drop_chip", + "id": 0, + "name": "Igx_grid_pivot_column_drop_chip", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_column_drop_chip", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_date_dimension_total", + "id": 0, + "name": "Igx_grid_pivot_date_dimension_total", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_date_dimension_total", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_empty_column_drop_area", + "id": 0, + "name": "Igx_grid_pivot_empty_column_drop_area", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_empty_column_drop_area", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_empty_filter_drop_area", + "id": 0, + "name": "Igx_grid_pivot_empty_filter_drop_area", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_empty_filter_drop_area", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_empty_message", + "id": 0, + "name": "Igx_grid_pivot_empty_message", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_empty_message", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_empty_row_drop_area", + "id": 0, + "name": "Igx_grid_pivot_empty_row_drop_area", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_empty_row_drop_area", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_empty_value_drop_area", + "id": 0, + "name": "Igx_grid_pivot_empty_value_drop_area", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_empty_value_drop_area", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_filter_drop_chip", + "id": 0, + "name": "Igx_grid_pivot_filter_drop_chip", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_filter_drop_chip", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_row_drop_chip", + "id": 0, + "name": "Igx_grid_pivot_row_drop_chip", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_row_drop_chip", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_selector_columns", + "id": 0, + "name": "Igx_grid_pivot_selector_columns", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_selector_columns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_selector_filters", + "id": 0, + "name": "Igx_grid_pivot_selector_filters", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_selector_filters", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_selector_panel_empty", + "id": 0, + "name": "Igx_grid_pivot_selector_panel_empty", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_selector_panel_empty", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_selector_rows", + "id": 0, + "name": "Igx_grid_pivot_selector_rows", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_selector_rows", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_selector_values", + "id": 0, + "name": "Igx_grid_pivot_selector_values", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_selector_values", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_value_drop_chip", + "id": 0, + "name": "Igx_grid_pivot_value_drop_chip", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_pivot_value_drop_chip", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_required_validation_error", + "id": 0, + "name": "Igx_grid_required_validation_error", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_required_validation_error", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_row_edit_btn_cancel", + "id": 0, + "name": "Igx_grid_row_edit_btn_cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_row_edit_btn_cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_row_edit_btn_done", + "id": 0, + "name": "Igx_grid_row_edit_btn_done", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_row_edit_btn_done", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_row_edit_text", + "id": 0, + "name": "Igx_grid_row_edit_text", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_row_edit_text", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_snackbar_addrow_actiontext", + "id": 0, + "name": "Igx_grid_snackbar_addrow_actiontext", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_snackbar_addrow_actiontext", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_snackbar_addrow_label", + "id": 0, + "name": "Igx_grid_snackbar_addrow_label", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_snackbar_addrow_label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_summary_average", + "id": 0, + "name": "Igx_grid_summary_average", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_summary_average", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_summary_count", + "id": 0, + "name": "Igx_grid_summary_count", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_summary_count", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_summary_earliest", + "id": 0, + "name": "Igx_grid_summary_earliest", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_summary_earliest", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_summary_latest", + "id": 0, + "name": "Igx_grid_summary_latest", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_summary_latest", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_summary_max", + "id": 0, + "name": "Igx_grid_summary_max", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_summary_max", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_summary_min", + "id": 0, + "name": "Igx_grid_summary_min", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_summary_min", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_summary_sum", + "id": 0, + "name": "Igx_grid_summary_sum", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_summary_sum", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_actions_filter_prompt", + "id": 0, + "name": "Igx_grid_toolbar_actions_filter_prompt", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_actions_filter_prompt", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_advanced_filtering_button_label", + "id": 0, + "name": "Igx_grid_toolbar_advanced_filtering_button_label", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_advanced_filtering_button_label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_advanced_filtering_button_tooltip", + "id": 0, + "name": "Igx_grid_toolbar_advanced_filtering_button_tooltip", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_advanced_filtering_button_tooltip", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_exporter_button_label", + "id": 0, + "name": "Igx_grid_toolbar_exporter_button_label", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_exporter_button_label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_exporter_button_tooltip", + "id": 0, + "name": "Igx_grid_toolbar_exporter_button_tooltip", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_exporter_button_tooltip", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_exporter_csv_entry_text", + "id": 0, + "name": "Igx_grid_toolbar_exporter_csv_entry_text", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_exporter_csv_entry_text", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_exporter_excel_entry_text", + "id": 0, + "name": "Igx_grid_toolbar_exporter_excel_entry_text", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_exporter_excel_entry_text", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_hiding_button_tooltip", + "id": 0, + "name": "Igx_grid_toolbar_hiding_button_tooltip", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_hiding_button_tooltip", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_hiding_title", + "id": 0, + "name": "Igx_grid_toolbar_hiding_title", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_hiding_title", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_pinning_button_tooltip", + "id": 0, + "name": "Igx_grid_toolbar_pinning_button_tooltip", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_pinning_button_tooltip", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_pinning_title", + "id": 0, + "name": "Igx_grid_toolbar_pinning_title", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Igx_grid_toolbar_pinning_title", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRow", + "id": 0, + "name": "IgbGridRow", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRow", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective", + "id": 0, + "name": "IgbRowDirective" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRow.#ctor", + "id": 0, + "name": "IgbGridRow()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRow.IgbGridRow()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRow.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRow.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRow.GetContext(System.Object,System.Object)", + "id": 0, + "name": "GetContext(Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRow.GetContext(System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "col", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "row", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRow.GetContextAsync(System.Object,System.Object)", + "id": 0, + "name": "GetContextAsync(Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRow.GetContextAsync(System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "col", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "row", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRow.GetContextMRL(System.Object,System.Object)", + "id": 0, + "name": "GetContextMRL(Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRow.GetContextMRL(System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "pinnedCols", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "row", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRow.GetContextMRLAsync(System.Object,System.Object)", + "id": 0, + "name": "GetContextMRLAsync(Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRow.GetContextMRLAsync(System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "pinnedCols", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "row", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRow.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRow.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext", + "id": 0, + "name": "IgbGridRowDragGhostContext", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext.#ctor", + "id": 0, + "name": "IgbGridRowDragGhostContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext.IgbGridRowDragGhostContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext.Data", + "id": 0, + "name": "Data", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext.Data", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext.Grid", + "id": 0, + "name": "Grid", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext.Grid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridBaseDirective", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext.Implicit", + "id": 0, + "name": "Implicit", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext.Implicit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditActionsTemplateContext", + "id": 0, + "name": "IgbGridRowEditActionsTemplateContext", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditActionsTemplateContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditActionsTemplateContext.#ctor", + "id": 0, + "name": "IgbGridRowEditActionsTemplateContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditActionsTemplateContext.IgbGridRowEditActionsTemplateContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditActionsTemplateContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditActionsTemplateContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditActionsTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditActionsTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditActionsTemplateContext.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditActionsTemplateContext.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditActionsTemplateContext.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditActionsTemplateContext.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditActionsTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditActionsTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditActionsTemplateContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditActionsTemplateContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditEndedEventArgs", + "id": 0, + "name": "IgbGridRowEditEndedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditEndedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditEndedEventArgs.#ctor", + "id": 0, + "name": "IgbGridRowEditEndedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditEndedEventArgs.IgbGridRowEditEndedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditEndedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditEndedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditEndedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditEndedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditEndedEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditEndedEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditEndedEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditEndedEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditEndedEventArgs.Row", + "id": 0, + "name": "Row", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditEndedEventArgs.Row", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row that ended editing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditEndedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditEndedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditEndedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditEndedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditStartedEventArgs", + "id": 0, + "name": "IgbGridRowEditStartedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditStartedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditStartedEventArgs.#ctor", + "id": 0, + "name": "IgbGridRowEditStartedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditStartedEventArgs.IgbGridRowEditStartedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditStartedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditStartedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditStartedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditStartedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditStartedEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditStartedEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditStartedEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditStartedEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditStartedEventArgs.Row", + "id": 0, + "name": "Row", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditStartedEventArgs.Row", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row that started editing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditStartedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditStartedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditStartedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditStartedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditTextTemplateContext", + "id": 0, + "name": "IgbGridRowEditTextTemplateContext", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditTextTemplateContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditTextTemplateContext.#ctor", + "id": 0, + "name": "IgbGridRowEditTextTemplateContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditTextTemplateContext.IgbGridRowEditTextTemplateContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditTextTemplateContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditTextTemplateContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditTextTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditTextTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditTextTemplateContext.Implicit", + "id": 0, + "name": "Implicit", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditTextTemplateContext.Implicit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditTextTemplateContext.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditTextTemplateContext.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditTextTemplateContext.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditTextTemplateContext.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditTextTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditTextTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEditTextTemplateContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEditTextTemplateContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEventArgs", + "id": 0, + "name": "IgbGridRowEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an event argument related to grid row interactions." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEventArgs.#ctor", + "id": 0, + "name": "IgbGridRowEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEventArgs.IgbGridRowEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridRowEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridRowEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEventArgsDetail", + "id": 0, + "name": "IgbGridRowEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an event argument related to grid row interactions." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEventArgsDetail.#ctor", + "id": 0, + "name": "IgbGridRowEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEventArgsDetail.IgbGridRowEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEventArgsDetail.Event", + "id": 0, + "name": "Event", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEventArgsDetail.Event", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the original event that occurred Examples of such events include: selecting, clicking, double clicking, etc." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEventArgsDetail.Row", + "id": 0, + "name": "Row", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEventArgsDetail.Row", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the grid row that triggered the event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowTemplateContext", + "id": 0, + "name": "IgbGridRowTemplateContext", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowTemplateContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowTemplateContext.#ctor", + "id": 0, + "name": "IgbGridRowTemplateContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowTemplateContext.IgbGridRowTemplateContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowTemplateContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowTemplateContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowTemplateContext.Implicit", + "id": 0, + "name": "Implicit", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowTemplateContext.Implicit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowTemplateContext.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowTemplateContext.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowTemplateContext.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowTemplateContext.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridRowTemplateContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridRowTemplateContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgs", + "id": 0, + "name": "IgbGridScrollEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event emitted when a grid is scrolled." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgs.#ctor", + "id": 0, + "name": "IgbGridScrollEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgs.IgbGridScrollEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridScrollEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgsDetail", + "id": 0, + "name": "IgbGridScrollEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event emitted when a grid is scrolled." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgsDetail.#ctor", + "id": 0, + "name": "IgbGridScrollEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgsDetail.IgbGridScrollEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgsDetail.Direction", + "id": 0, + "name": "Direction", + "fullName": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgsDetail.Direction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The scroll direction - vertical or horizontal." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgsDetail.ScrollPosition", + "id": 0, + "name": "ScrollPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgsDetail.ScrollPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The new scroll position" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridScrollEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs", + "id": 0, + "name": "IgbGridSelectedCellRangesChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the change to the selected cell ranges in the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs.#ctor", + "id": 0, + "name": "IgbGridSelectedCellRangesChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs.IgbGridSelectedCellRangesChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs.AddedRanges", + "id": 0, + "name": "AddedRanges", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs.AddedRanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The cell ranges added to the selection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedCellRangesCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs.CurrentRanges", + "id": 0, + "name": "CurrentRanges", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs.CurrentRanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The cell ranges currently in the selection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedCellRangesCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs.RemovedRanges", + "id": 0, + "name": "RemovedRanges", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs.RemovedRanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The cell ranges removed from the selection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedCellRangesCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs.UpdatedRanges", + "id": 0, + "name": "UpdatedRanges", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesChangedEventArgs.UpdatedRanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The cell ranges that have been updated by the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedCellRangesCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesCollection" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesCollection", + "id": 0, + "name": "IgbGridSelectedCellRangesCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbCellRange}", + "id": 0, + "name": "BaseCollection<IgbCellRange>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbGridSelectedCellRangesCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellRangesCollection.IgbGridSelectedCellRangesCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsChangedEventArgs", + "id": 0, + "name": "IgbGridSelectedCellsChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the change to the selected cells in the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsChangedEventArgs.#ctor", + "id": 0, + "name": "IgbGridSelectedCellsChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsChangedEventArgs.IgbGridSelectedCellsChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsChangedEventArgs.AddedCells", + "id": 0, + "name": "AddedCells", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsChangedEventArgs.AddedCells", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The cells added to the selection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedCellsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsChangedEventArgs.CurrentCells", + "id": 0, + "name": "CurrentCells", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsChangedEventArgs.CurrentCells", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The current cells in the selection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedCellsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsChangedEventArgs.RemovedCells", + "id": 0, + "name": "RemovedCells", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsChangedEventArgs.RemovedCells", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The cells removed from the selection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedCellsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsCollection", + "id": 0, + "name": "IgbGridSelectedCellsCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbCellKey}", + "id": 0, + "name": "BaseCollection<IgbCellKey>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbGridSelectedCellsCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedCellsCollection.IgbGridSelectedCellsCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsChangedEventArgs", + "id": 0, + "name": "IgbGridSelectedItemsChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the changing selected items in the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsChangedEventArgs.#ctor", + "id": 0, + "name": "IgbGridSelectedItemsChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsChangedEventArgs.IgbGridSelectedItemsChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsChangedEventArgs.AddedItems", + "id": 0, + "name": "AddedItems", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsChangedEventArgs.AddedItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The items added to the selection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedItemsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsChangedEventArgs.CurrentItems", + "id": 0, + "name": "CurrentItems", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsChangedEventArgs.CurrentItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The items added to the selection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedItemsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsChangedEventArgs.RemovedItems", + "id": 0, + "name": "RemovedItems", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsChangedEventArgs.RemovedItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The items removed from the selection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedItemsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsCollection", + "id": 0, + "name": "IgbGridSelectedItemsCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{System.Object}", + "id": 0, + "name": "BaseCollection<Object>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbGridSelectedItemsCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedItemsCollection.IgbGridSelectedItemsCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysChangedEventArgs", + "id": 0, + "name": "IgbGridSelectedKeysChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the change to the selected keys in the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysChangedEventArgs.#ctor", + "id": 0, + "name": "IgbGridSelectedKeysChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysChangedEventArgs.IgbGridSelectedKeysChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysChangedEventArgs.AddedKeys", + "id": 0, + "name": "AddedKeys", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysChangedEventArgs.AddedKeys", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The keys added to the selection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedKeysCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysChangedEventArgs.CurrentKeys", + "id": 0, + "name": "CurrentKeys", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysChangedEventArgs.CurrentKeys", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "All keys in the selection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedKeysCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysChangedEventArgs.RemovedKeys", + "id": 0, + "name": "RemovedKeys", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysChangedEventArgs.RemovedKeys", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The keys removed from the selection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectedKeysCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysCollection", + "id": 0, + "name": "IgbGridSelectedKeysCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbPrimaryKeyValue}", + "id": 0, + "name": "BaseCollection<IgbPrimaryKeyValue>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbGridSelectedKeysCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectedKeysCollection.IgbGridSelectedKeysCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionChangedEventArgs", + "id": 0, + "name": "IgbGridSelectionChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event arguments for the SelectionChanged event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionChangedEventArgs.#ctor", + "id": 0, + "name": "IgbGridSelectionChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionChangedEventArgs.IgbGridSelectionChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRange", + "id": 0, + "name": "IgbGridSelectionRange", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRange", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a range selection between certain rows and columns of the grid. Range selection can be made either through drag selection or through keyboard selection." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.#ctor", + "id": 0, + "name": "IgbGridSelectionRange()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.IgbGridSelectionRange()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.ColumnEnd", + "id": 0, + "name": "ColumnEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.ColumnEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The identifier or index of the ending column of the selection range. It can be either a string representing the column's field name or a numeric index." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.ColumnStart", + "id": 0, + "name": "ColumnStart", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.ColumnStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The identifier or index of the starting column of the selection range. It can be either a string representing the column's field name or a numeric index." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.RowEnd", + "id": 0, + "name": "RowEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.RowEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The index of the ending row of the selection range." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.RowStart", + "id": 0, + "name": "RowStart", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.RowStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The index of the starting row of the selection range." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRange.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail", + "id": 0, + "name": "IgbGridSelectionRangeDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a range selection between certain rows and columns of the grid. Range selection can be made either through drag selection or through keyboard selection." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.#ctor", + "id": 0, + "name": "IgbGridSelectionRangeDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.IgbGridSelectionRangeDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.ColumnEnd", + "id": 0, + "name": "ColumnEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.ColumnEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The identifier or index of the ending column of the selection range. It can be either a string representing the column's field name or a numeric index." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.ColumnStart", + "id": 0, + "name": "ColumnStart", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.ColumnStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The identifier or index of the starting column of the selection range. It can be either a string representing the column's field name or a numeric index." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.RowEnd", + "id": 0, + "name": "RowEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.RowEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The index of the ending row of the selection range." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.RowStart", + "id": 0, + "name": "RowStart", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.RowStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The index of the starting row of the selection range." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeEventArgs", + "id": 0, + "name": "IgbGridSelectionRangeEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeEventArgs.#ctor", + "id": 0, + "name": "IgbGridSelectionRangeEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeEventArgs.IgbGridSelectionRangeEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectionRangeDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSelectionRangeEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSizeChangedEventArgs", + "id": 0, + "name": "IgbGridSizeChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSizeChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event arguments for the SizeChanged event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSizeChangedEventArgs.#ctor", + "id": 0, + "name": "IgbGridSizeChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSizeChangedEventArgs.IgbGridSizeChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSizeChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSizeChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSizeChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSizeChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSizeChangedEventArgs.Height", + "id": 0, + "name": "Height", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSizeChangedEventArgs.Height", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The new height." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSizeChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSizeChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSizeChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSizeChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSizeChangedEventArgs.Width", + "id": 0, + "name": "Width", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSizeChangedEventArgs.Width", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The new width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSortDescriptionsChangedEventArgs", + "id": 0, + "name": "IgbGridSortDescriptionsChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSortDescriptionsChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the current sorting applied to the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSortDescriptionsChangedEventArgs.#ctor", + "id": 0, + "name": "IgbGridSortDescriptionsChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSortDescriptionsChangedEventArgs.IgbGridSortDescriptionsChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSortDescriptionsChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSortDescriptionsChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSortDescriptionsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSortDescriptionsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSortDescriptionsChangedEventArgs.SortDescriptions", + "id": 0, + "name": "SortDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSortDescriptionsChangedEventArgs.SortDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnSortDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnSortDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSortDescriptionsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSortDescriptionsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSortDescriptionsChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSortDescriptionsChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSortingStrategy", + "id": 0, + "name": "IgbGridSortingStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSortingStrategy", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a sorting strategy for the grid data Contains a single method sort that sorts the provided data based on the given sorting expressions" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSortingStrategy.#ctor", + "id": 0, + "name": "IgbGridSortingStrategy()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSortingStrategy.IgbGridSortingStrategy()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSortingStrategy.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSortingStrategy.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSortingStrategy.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSortingStrategy.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSortingStrategy.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSortingStrategy.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSortingStrategy.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSortingStrategy.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridState", + "id": 0, + "name": "IgbGridState", + "fullName": "IgniteUI.Blazor.Controls.IgbGridState", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "State component allows saving and restoring the state of the grid features. IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxPivotGridComponent, *" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirective", + "id": 0, + "name": "IgbGridStateBaseDirective" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridState.#ctor", + "id": 0, + "name": "IgbGridState()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridState.IgbGridState()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridState.ApplyState(IgniteUI.Blazor.Controls.IgbGridStateInfo,System.String[])", + "id": 0, + "name": "ApplyState(IgbGridStateInfo, String[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGridState.ApplyState(IgniteUI.Blazor.Controls.IgbGridStateInfo, System.String[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "state", + "type": "IgbGridStateInfo", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridStateInfo" + }, + { + "name": "features", + "type": "String[]", + "fullTypeName": "System.String[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridState.ApplyStateAsync(IgniteUI.Blazor.Controls.IgbGridStateInfo,System.String[])", + "id": 0, + "name": "ApplyStateAsync(IgbGridStateInfo, String[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGridState.ApplyStateAsync(IgniteUI.Blazor.Controls.IgbGridStateInfo, System.String[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "state", + "type": "IgbGridStateInfo", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridStateInfo" + }, + { + "name": "features", + "type": "String[]", + "fullTypeName": "System.String[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridState.ApplyStateFromString(System.String,System.String[])", + "id": 0, + "name": "ApplyStateFromString(String, String[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGridState.ApplyStateFromString(System.String, System.String[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "state", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "features", + "type": "String[]", + "fullTypeName": "System.String[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridState.ApplyStateFromStringAsync(System.String,System.String[])", + "id": 0, + "name": "ApplyStateFromStringAsync(String, String[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGridState.ApplyStateFromStringAsync(System.String, System.String[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "state", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "features", + "type": "String[]", + "fullTypeName": "System.String[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridState.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridState.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridState.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridState.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridState.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridState.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridState.GetState(System.String[])", + "id": 0, + "name": "GetState(String[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGridState.GetState(System.String[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "features", + "type": "String[]", + "fullTypeName": "System.String[]" + } + ], + "return": { + "type": "IgbGridStateInfo", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridStateInfo" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridState.GetStateAsString(System.String[])", + "id": 0, + "name": "GetStateAsString(String[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGridState.GetStateAsString(System.String[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "features", + "type": "String[]", + "fullTypeName": "System.String[]" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridState.GetStateAsStringAsync(System.String[])", + "id": 0, + "name": "GetStateAsStringAsync(String[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGridState.GetStateAsStringAsync(System.String[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "features", + "type": "String[]", + "fullTypeName": "System.String[]" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridState.GetStateAsync(System.String[])", + "id": 0, + "name": "GetStateAsync(String[])", + "fullName": "IgniteUI.Blazor.Controls.IgbGridState.GetStateAsync(System.String[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "features", + "type": "String[]", + "fullTypeName": "System.String[]" + } + ], + "return": { + "type": "Task<IgbGridStateInfo>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbGridStateInfo>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridState.GridBaseDirectiveParent", + "id": 0, + "name": "GridBaseDirectiveParent", + "fullName": "IgniteUI.Blazor.Controls.IgbGridState.GridBaseDirectiveParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridState.HierarchicalGridParent", + "id": 0, + "name": "HierarchicalGridParent", + "fullName": "IgniteUI.Blazor.Controls.IgbGridState.HierarchicalGridParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridState.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridState.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridState.StateParsed", + "id": 0, + "name": "StateParsed", + "fullName": "IgniteUI.Blazor.Controls.IgbGridState.StateParsed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridStateInfoEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridStateInfoEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridState.StateParsedScript", + "id": 0, + "name": "StateParsedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridState.StateParsedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridState.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridState.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirective", + "id": 0, + "name": "IgbGridStateBaseDirective", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirective", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirective.#ctor", + "id": 0, + "name": "IgbGridStateBaseDirective()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirective.IgbGridStateBaseDirective()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirective.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirective.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirective.Options", + "id": 0, + "name": "Options", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirective.Options", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridStateOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridStateOptions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirective.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirective.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirective.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirective.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirective.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirective.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirectiveModule", + "id": 0, + "name": "IgbGridStateBaseDirectiveModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirectiveModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirectiveModule.#ctor", + "id": 0, + "name": "IgbGridStateBaseDirectiveModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirectiveModule.IgbGridStateBaseDirectiveModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirectiveModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirectiveModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirectiveModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirectiveModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirectiveModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateBaseDirectiveModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateCollection", + "id": 0, + "name": "IgbGridStateCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateCollection.#ctor", + "id": 0, + "name": "IgbGridStateCollection()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateCollection.IgbGridStateCollection()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateCollection.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateCollection.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateCollection.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateCollection.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateCollection.Id", + "id": 0, + "name": "Id", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateCollection.Id", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateCollection.ParentRowID", + "id": 0, + "name": "ParentRowID", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateCollection.ParentRowID", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateCollection.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateCollection.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateCollection.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateCollection.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateCollection.State", + "id": 0, + "name": "State", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateCollection.State", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridState", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateCollection.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateCollection.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateCollection.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateCollection.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo", + "id": 0, + "name": "IgbGridStateInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.#ctor", + "id": 0, + "name": "IgbGridStateInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.IgbGridStateInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.AdvancedFiltering", + "id": 0, + "name": "AdvancedFiltering", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.AdvancedFiltering", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringExpressionsTree", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.CellSelection", + "id": 0, + "name": "CellSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.CellSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectionRange[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectionRange[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.Columns", + "id": 0, + "name": "Columns", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.Columns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnState[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnState[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.ColumnSelection", + "id": 0, + "name": "ColumnSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.ColumnSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.Expansion", + "id": 0, + "name": "Expansion", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.Expansion", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.ExpansionScript", + "id": 0, + "name": "ExpansionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.ExpansionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Expansion in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.Filtering", + "id": 0, + "name": "Filtering", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.Filtering", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringExpressionsTree", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.GroupBy", + "id": 0, + "name": "GroupBy", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.GroupBy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGroupingState", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupingState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.Id", + "id": 0, + "name": "Id", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.Id", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.Moving", + "id": 0, + "name": "Moving", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.Moving", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.Paging", + "id": 0, + "name": "Paging", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.Paging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPagingState", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPagingState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.PinningConfig", + "id": 0, + "name": "PinningConfig", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.PinningConfig", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPinningConfig", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPinningConfig" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.PivotConfiguration", + "id": 0, + "name": "PivotConfiguration", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.PivotConfiguration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotConfiguration", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotConfiguration" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.RowIslands", + "id": 0, + "name": "RowIslands", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.RowIslands", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridStateCollection[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridStateCollection[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.RowPinning", + "id": 0, + "name": "RowPinning", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.RowPinning", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.RowPinningScript", + "id": 0, + "name": "RowPinningScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.RowPinningScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowPinning in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.RowSelection", + "id": 0, + "name": "RowSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.RowSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.RowSelectionScript", + "id": 0, + "name": "RowSelectionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.RowSelectionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowSelection in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.Sorting", + "id": 0, + "name": "Sorting", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.Sorting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSortingExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSortingExpression[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail", + "id": 0, + "name": "IgbGridStateInfoDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.#ctor", + "id": 0, + "name": "IgbGridStateInfoDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.IgbGridStateInfoDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.AdvancedFiltering", + "id": 0, + "name": "AdvancedFiltering", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.AdvancedFiltering", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringExpressionsTree", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.CellSelection", + "id": 0, + "name": "CellSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.CellSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectionRange[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectionRange[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.Columns", + "id": 0, + "name": "Columns", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.Columns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnState[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnState[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.ColumnSelection", + "id": 0, + "name": "ColumnSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.ColumnSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.Expansion", + "id": 0, + "name": "Expansion", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.Expansion", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.ExpansionScript", + "id": 0, + "name": "ExpansionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.ExpansionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Expansion in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.Filtering", + "id": 0, + "name": "Filtering", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.Filtering", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringExpressionsTree", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.GroupBy", + "id": 0, + "name": "GroupBy", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.GroupBy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGroupingState", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupingState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.Id", + "id": 0, + "name": "Id", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.Id", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.Moving", + "id": 0, + "name": "Moving", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.Moving", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.Paging", + "id": 0, + "name": "Paging", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.Paging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPagingState", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPagingState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.PinningConfig", + "id": 0, + "name": "PinningConfig", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.PinningConfig", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPinningConfig", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPinningConfig" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.PivotConfiguration", + "id": 0, + "name": "PivotConfiguration", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.PivotConfiguration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotConfiguration", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotConfiguration" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.RowIslands", + "id": 0, + "name": "RowIslands", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.RowIslands", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridStateCollection[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridStateCollection[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.RowPinning", + "id": 0, + "name": "RowPinning", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.RowPinning", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.RowPinningScript", + "id": 0, + "name": "RowPinningScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.RowPinningScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowPinning in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.RowSelection", + "id": 0, + "name": "RowSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.RowSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.RowSelectionScript", + "id": 0, + "name": "RowSelectionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.RowSelectionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowSelection in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.Sorting", + "id": 0, + "name": "Sorting", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.Sorting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSortingExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSortingExpression[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoEventArgs", + "id": 0, + "name": "IgbGridStateInfoEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoEventArgs.#ctor", + "id": 0, + "name": "IgbGridStateInfoEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoEventArgs.IgbGridStateInfoEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridStateInfoDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridStateInfoDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateInfoEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateInfoEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateModule", + "id": 0, + "name": "IgbGridStateModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateModule.#ctor", + "id": 0, + "name": "IgbGridStateModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateModule.IgbGridStateModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions", + "id": 0, + "name": "IgbGridStateOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions.#ctor", + "id": 0, + "name": "IgbGridStateOptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions.IgbGridStateOptions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions.AdvancedFiltering", + "id": 0, + "name": "AdvancedFiltering", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions.AdvancedFiltering", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions.CellSelection", + "id": 0, + "name": "CellSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions.CellSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions.Columns", + "id": 0, + "name": "Columns", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions.Columns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions.ColumnSelection", + "id": 0, + "name": "ColumnSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions.ColumnSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions.Expansion", + "id": 0, + "name": "Expansion", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions.Expansion", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions.Filtering", + "id": 0, + "name": "Filtering", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions.Filtering", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions.GroupBy", + "id": 0, + "name": "GroupBy", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions.GroupBy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions.Moving", + "id": 0, + "name": "Moving", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions.Moving", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions.Paging", + "id": 0, + "name": "Paging", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions.Paging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions.PinningConfig", + "id": 0, + "name": "PinningConfig", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions.PinningConfig", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions.PivotConfiguration", + "id": 0, + "name": "PivotConfiguration", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions.PivotConfiguration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions.RowIslands", + "id": 0, + "name": "RowIslands", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions.RowIslands", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions.RowPinning", + "id": 0, + "name": "RowPinning", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions.RowPinning", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions.RowSelection", + "id": 0, + "name": "RowSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions.RowSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions.Sorting", + "id": 0, + "name": "Sorting", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions.Sorting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridStateOptions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridStateOptions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSummaryDescriptionsChangedEventArgs", + "id": 0, + "name": "IgbGridSummaryDescriptionsChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSummaryDescriptionsChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the current summaries applied to the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSummaryDescriptionsChangedEventArgs.#ctor", + "id": 0, + "name": "IgbGridSummaryDescriptionsChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSummaryDescriptionsChangedEventArgs.IgbGridSummaryDescriptionsChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSummaryDescriptionsChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSummaryDescriptionsChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSummaryDescriptionsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSummaryDescriptionsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSummaryDescriptionsChangedEventArgs.SummaryDescriptions", + "id": 0, + "name": "SummaryDescriptions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSummaryDescriptionsChangedEventArgs.SummaryDescriptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnSummaryDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnSummaryDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSummaryDescriptionsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSummaryDescriptionsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridSummaryDescriptionsChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridSummaryDescriptionsChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridTemplateContext", + "id": 0, + "name": "IgbGridTemplateContext", + "fullName": "IgniteUI.Blazor.Controls.IgbGridTemplateContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridTemplateContext.#ctor", + "id": 0, + "name": "IgbGridTemplateContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridTemplateContext.IgbGridTemplateContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridTemplateContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridTemplateContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridTemplateContext.Implicit", + "id": 0, + "name": "Implicit", + "fullName": "IgniteUI.Blazor.Controls.IgbGridTemplateContext.Implicit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridBaseDirective", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridTemplateContext.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridTemplateContext.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridTemplateContext.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridTemplateContext.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridTemplateContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridTemplateContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbar", + "id": 0, + "name": "IgbGridToolbar", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbar", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a context-aware container component for UI operations for the grid components. IgxGridToolbarModule IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxPivotGridComponent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbar.#ctor", + "id": 0, + "name": "IgbGridToolbar()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbar.IgbGridToolbar()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbar.ActualTools", + "id": 0, + "name": "ActualTools", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbar.ActualTools", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridToolbarContentCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridToolbarContentCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbar.ContentTools", + "id": 0, + "name": "ContentTools", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbar.ContentTools", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridToolbarContentCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridToolbarContentCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbar.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbar.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbar.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbar.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbar.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbar.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbar.Grid", + "id": 0, + "name": "Grid", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbar.Grid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets the grid component for the toolbar component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridBaseDirective", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbar.GridBaseDirectiveParent", + "id": 0, + "name": "GridBaseDirectiveParent", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbar.GridBaseDirectiveParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbar.HierarchicalGridParent", + "id": 0, + "name": "HierarchicalGridParent", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbar.HierarchicalGridParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbar.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbar.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbar.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbar.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbar.RowIslandParent", + "id": 0, + "name": "RowIslandParent", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbar.RowIslandParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbar.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbar.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbar.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbar.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbar.ShowProgress", + "id": 0, + "name": "ShowProgress", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbar.ShowProgress", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "When enabled, shows the indeterminate progress bar. By default this will be toggled, when the default exporter component is present and an exporting is in progress." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbar.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbar.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbar.Tools", + "id": 0, + "name": "Tools", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbar.Tools", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridToolbarContentCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridToolbarContentCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbar.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbar.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarActions", + "id": 0, + "name": "IgbGridToolbarActions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarActions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a way to template the action portion of the toolbar in the grid. IgxGridToolbarModule IgxGridToolbarComponent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarContent", + "id": 0, + "name": "IgbGridToolbarContent" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarActions.#ctor", + "id": 0, + "name": "IgbGridToolbarActions()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarActions.IgbGridToolbarActions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarActions.Actions", + "id": 0, + "name": "Actions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarActions.Actions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridToolbarBaseActionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseActionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarActions.ActualActions", + "id": 0, + "name": "ActualActions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarActions.ActualActions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridToolbarBaseActionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseActionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarActions.ContentActions", + "id": 0, + "name": "ContentActions", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarActions.ContentActions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridToolbarBaseActionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseActionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarActions.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarActions.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarActions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarActions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarActions.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarActions.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarActions.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarActions.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarActions.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarActions.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarActions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarActions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarActionsModule", + "id": 0, + "name": "IgbGridToolbarActionsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarActionsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarActionsModule.#ctor", + "id": 0, + "name": "IgbGridToolbarActionsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarActionsModule.IgbGridToolbarActionsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarActionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarActionsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarActionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarActionsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarActionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarActionsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFiltering", + "id": 0, + "name": "IgbGridToolbarAdvancedFiltering", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFiltering", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a pre-configured button to open the advanced filtering dialog of the grid. IgxGridToolbarModule IgxGridToolbarComponent, IgxGridToolbarActionsComponent Custom text" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction", + "id": 0, + "name": "IgbGridToolbarBaseAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFiltering.#ctor", + "id": 0, + "name": "IgbGridToolbarAdvancedFiltering()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFiltering.IgbGridToolbarAdvancedFiltering()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFiltering.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFiltering.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFiltering.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFiltering.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFiltering.OverlaySettings", + "id": 0, + "name": "OverlaySettings", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFiltering.OverlaySettings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbOverlaySettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbOverlaySettings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFiltering.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFiltering.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFiltering.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFiltering.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFiltering.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFiltering.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFiltering.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFiltering.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFiltering.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFiltering.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFilteringModule", + "id": 0, + "name": "IgbGridToolbarAdvancedFilteringModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFilteringModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFilteringModule.#ctor", + "id": 0, + "name": "IgbGridToolbarAdvancedFilteringModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFilteringModule.IgbGridToolbarAdvancedFilteringModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFilteringModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFilteringModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFilteringModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFilteringModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFilteringModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarAdvancedFilteringModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction", + "id": 0, + "name": "IgbGridToolbarBaseAction", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction.#ctor", + "id": 0, + "name": "IgbGridToolbarBaseAction()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction.IgbGridToolbarBaseAction()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction.GridToolbarActionsParent", + "id": 0, + "name": "GridToolbarActionsParent", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction.GridToolbarActionsParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseActionCollection", + "id": 0, + "name": "IgbGridToolbarBaseActionCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseActionCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction}", + "id": 0, + "name": "BaseCollection<IgbGridToolbarBaseAction>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseActionCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbGridToolbarBaseActionCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseActionCollection.IgbGridToolbarBaseActionCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarCollection", + "id": 0, + "name": "IgbGridToolbarCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbGridToolbar}", + "id": 0, + "name": "BaseCollection<IgbGridToolbar>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbGridToolbarCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarCollection.IgbGridToolbarCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarContent", + "id": 0, + "name": "IgbGridToolbarContent", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarContent", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarContent.#ctor", + "id": 0, + "name": "IgbGridToolbarContent()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarContent.IgbGridToolbarContent()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarContent.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarContent.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarContent.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarContent.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarContent.GridToolbarParent", + "id": 0, + "name": "GridToolbarParent", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarContent.GridToolbarParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarContent.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarContent.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarContent.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarContent.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarContentCollection", + "id": 0, + "name": "IgbGridToolbarContentCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarContentCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbGridToolbarContent}", + "id": 0, + "name": "BaseCollection<IgbGridToolbarContent>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarContentCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbGridToolbarContentCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarContentCollection.IgbGridToolbarContentCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter", + "id": 0, + "name": "IgbGridToolbarExporter", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a pre-configured exporter component for the grid. This component still needs the actual exporter service(s) provided in the DI chain in order to export something. IgxGridToolbarModule IgxGridToolbarComponent, IgxGridToolbarActionsComponent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction", + "id": 0, + "name": "IgbGridToolbarBaseAction" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective", + "id": 0, + "name": "IgbBaseToolbarDirective" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.#ctor", + "id": 0, + "name": "IgbGridToolbarExporter()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.IgbGridToolbarExporter()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.ExportCSV", + "id": 0, + "name": "ExportCSV", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.ExportCSV", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Show entry for CSV export." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.ExportEnded", + "id": 0, + "name": "ExportEnded", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.ExportEnded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.ExportEndedScript", + "id": 0, + "name": "ExportEndedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.ExportEndedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.ExportExcel", + "id": 0, + "name": "ExportExcel", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.ExportExcel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Show entry for Excel export." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.ExportGrid(IgniteUI.Blazor.Controls.GridToolbarExporterType)", + "id": 0, + "name": "ExportGrid(GridToolbarExporterType)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.ExportGrid(IgniteUI.Blazor.Controls.GridToolbarExporterType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "type", + "type": "GridToolbarExporterType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridToolbarExporterType" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.ExportGridAsync(IgniteUI.Blazor.Controls.GridToolbarExporterType)", + "id": 0, + "name": "ExportGridAsync(GridToolbarExporterType)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.ExportGridAsync(IgniteUI.Blazor.Controls.GridToolbarExporterType)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Export the grid's data type File type to export" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "type", + "type": "GridToolbarExporterType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridToolbarExporterType" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.ExportStarted", + "id": 0, + "name": "ExportStarted", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.ExportStarted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbExporterEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbExporterEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.ExportStartedScript", + "id": 0, + "name": "ExportStartedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.ExportStartedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.Filename", + "id": 0, + "name": "Filename", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.Filename", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name for the exported file." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporter.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporterModule", + "id": 0, + "name": "IgbGridToolbarExporterModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporterModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporterModule.#ctor", + "id": 0, + "name": "IgbGridToolbarExporterModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporterModule.IgbGridToolbarExporterModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporterModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporterModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporterModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporterModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExporterModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExporterModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgs", + "id": 0, + "name": "IgbGridToolbarExportEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the arguments for the grid toolbar export event. It provides information about the grid instance, exporter service, export options, and allows the event to be canceled." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgs.#ctor", + "id": 0, + "name": "IgbGridToolbarExportEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgs.IgbGridToolbarExportEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridToolbarExportEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail", + "id": 0, + "name": "IgbGridToolbarExportEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the arguments for the grid toolbar export event. It provides information about the grid instance, exporter service, export options, and allows the event to be canceled." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail.#ctor", + "id": 0, + "name": "IgbGridToolbarExportEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail.IgbGridToolbarExportEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "cancel returns whether the event has been intercepted and stopped If the value becomes "true", it returns/exits from the method, instantiating the interface" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail.Exporter", + "id": 0, + "name": "Exporter", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail.Exporter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The exporter is a base service. The type (an abstract class IgxBaseExporter) has it's own properties and methods It is used to define the format and options of the export, the exported element and methods for preparing the data from the elements for exporting" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbBaseExporter", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbBaseExporter" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail.Grid", + "id": 0, + "name": "Grid", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail.Grid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "grid represents a reference to the instance of the grid te event originated from" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridBaseDirective", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail.Options", + "id": 0, + "name": "Options", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail.Options", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the different settings, that can be given to an export The type (an abstract class IgxExporterOptionsBase) has properties for column settings (whether they should be ignored) as well as method for generating a file name" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbExporterOptionsBase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbExporterOptionsBase" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarHiding", + "id": 0, + "name": "IgbGridToolbarHiding", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarHiding", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a pre-configured column hiding component for the grid. IgxGridToolbarModule IgxGridToolbarComponent, IgxGridToolbarActionsComponent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction", + "id": 0, + "name": "IgbGridToolbarBaseAction" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective", + "id": 0, + "name": "IgbBaseToolbarDirective" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirective", + "id": 0, + "name": "IgbBaseToolbarColumnActionsDirective" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarHiding.#ctor", + "id": 0, + "name": "IgbGridToolbarHiding()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarHiding.IgbGridToolbarHiding()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarHiding.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarHiding.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarHiding.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarHiding.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarHiding.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarHiding.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarHidingModule", + "id": 0, + "name": "IgbGridToolbarHidingModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarHidingModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarHidingModule.#ctor", + "id": 0, + "name": "IgbGridToolbarHidingModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarHidingModule.IgbGridToolbarHidingModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarHidingModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarHidingModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarHidingModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarHidingModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarHidingModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarHidingModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarModule", + "id": 0, + "name": "IgbGridToolbarModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarModule.#ctor", + "id": 0, + "name": "IgbGridToolbarModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarModule.IgbGridToolbarModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarPinning", + "id": 0, + "name": "IgbGridToolbarPinning", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarPinning", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a pre-configured column pinning component for the grid. IgxGridToolbarModule IgxGridToolbarComponent, IgxGridToolbarActionsComponent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarBaseAction", + "id": 0, + "name": "IgbGridToolbarBaseAction" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarDirective", + "id": 0, + "name": "IgbBaseToolbarDirective" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseToolbarColumnActionsDirective", + "id": 0, + "name": "IgbBaseToolbarColumnActionsDirective" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarPinning.#ctor", + "id": 0, + "name": "IgbGridToolbarPinning()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarPinning.IgbGridToolbarPinning()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarPinning.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarPinning.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarPinning.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarPinning.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarPinning.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarPinning.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarPinningModule", + "id": 0, + "name": "IgbGridToolbarPinningModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarPinningModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarPinningModule.#ctor", + "id": 0, + "name": "IgbGridToolbarPinningModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarPinningModule.IgbGridToolbarPinningModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarPinningModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarPinningModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarPinningModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarPinningModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarPinningModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarPinningModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTemplateContext", + "id": 0, + "name": "IgbGridToolbarTemplateContext", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTemplateContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTemplateContext.#ctor", + "id": 0, + "name": "IgbGridToolbarTemplateContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTemplateContext.IgbGridToolbarTemplateContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTemplateContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTemplateContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTemplateContext.Implicit", + "id": 0, + "name": "Implicit", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTemplateContext.Implicit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridBaseDirective", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTemplateContext.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTemplateContext.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTemplateContext.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTemplateContext.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTemplateContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTemplateContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTitle", + "id": 0, + "name": "IgbGridToolbarTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTitle", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a way to template the title portion of the toolbar in the grid. IgxGridToolbarModule IgxGridToolbarComponent My custom title" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarContent", + "id": 0, + "name": "IgbGridToolbarContent" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTitle.#ctor", + "id": 0, + "name": "IgbGridToolbarTitle()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTitle.IgbGridToolbarTitle()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTitle.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTitle.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTitle.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTitle.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTitle.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTitle.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTitle.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTitle.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTitle.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTitle.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTitle.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTitle.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTitle.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTitle.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTitleModule", + "id": 0, + "name": "IgbGridToolbarTitleModule", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTitleModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTitleModule.#ctor", + "id": 0, + "name": "IgbGridToolbarTitleModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTitleModule.IgbGridToolbarTitleModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTitleModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTitleModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTitleModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTitleModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridToolbarTitleModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridToolbarTitleModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationState", + "id": 0, + "name": "IgbGridValidationState", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationState", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Interface representing the validation state of a grid. status: The validation status ('VALID' or 'INVALID'). errors: The validation errors if any." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationState.#ctor", + "id": 0, + "name": "IgbGridValidationState()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationState.IgbGridValidationState()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationState.Errors", + "id": 0, + "name": "Errors", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationState.Errors", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbValidationErrors", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbValidationErrors" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationState.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationState.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationState.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationState.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationState.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationState.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationState.Status", + "id": 0, + "name": "Status", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationState.Status", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ValidationStatus", + "fullTypeName": "IgniteUI.Blazor.Controls.ValidationStatus" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationState.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationState.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgs", + "id": 0, + "name": "IgbGridValidationStatusEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Interface representing the event arguments for the grid validation status change event. status: The validation status ('VALID' or 'INVALID'). owner: The grid instance that owns the validation state." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgs.#ctor", + "id": 0, + "name": "IgbGridValidationStatusEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgs.IgbGridValidationStatusEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridValidationStatusEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail", + "id": 0, + "name": "IgbGridValidationStatusEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Interface representing the event arguments for the grid validation status change event. status: The validation status ('VALID' or 'INVALID'). owner: The grid instance that owns the validation state." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail.#ctor", + "id": 0, + "name": "IgbGridValidationStatusEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail.IgbGridValidationStatusEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail.Owner", + "id": 0, + "name": "Owner", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail.Owner", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridBaseDirective", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail.Status", + "id": 0, + "name": "Status", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail.Status", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ValidationStatus", + "fullTypeName": "IgniteUI.Blazor.Controls.ValidationStatus" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByExpandState", + "id": 0, + "name": "IgbGroupByExpandState", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByExpandState", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByExpandState.#ctor", + "id": 0, + "name": "IgbGroupByExpandState()", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByExpandState.IgbGroupByExpandState()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByExpandState.Expanded", + "id": 0, + "name": "Expanded", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByExpandState.Expanded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByExpandState.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByExpandState.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByExpandState.Hierarchy", + "id": 0, + "name": "Hierarchy", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByExpandState.Hierarchy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGroupByKey[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByKey[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByExpandState.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByExpandState.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByExpandState.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByExpandState.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByExpandState.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByExpandState.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByExpandStateEventArgs", + "id": 0, + "name": "IgbGroupByExpandStateEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByExpandStateEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByExpandStateEventArgs.#ctor", + "id": 0, + "name": "IgbGroupByExpandStateEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByExpandStateEventArgs.IgbGroupByExpandStateEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByExpandStateEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByExpandStateEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGroupByExpandState[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByExpandState[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByExpandStateEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByExpandStateEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByExpandStateEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByExpandStateEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByExpandStateEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByExpandStateEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByExpandStateEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByExpandStateEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByKey", + "id": 0, + "name": "IgbGroupByKey", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByKey", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByKey.#ctor", + "id": 0, + "name": "IgbGroupByKey()", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByKey.IgbGroupByKey()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByKey.FieldName", + "id": 0, + "name": "FieldName", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByKey.FieldName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByKey.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByKey.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByKey.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByKey.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByKey.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByKey.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByKey.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByKey.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByKey.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByKey.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRecord", + "id": 0, + "name": "IgbGroupByRecord", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRecord", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRecord.#ctor", + "id": 0, + "name": "IgbGroupByRecord()", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRecord.IgbGroupByRecord()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRecord.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRecord.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRecord.Expression", + "id": 0, + "name": "Expression", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRecord.Expression", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSortingExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSortingExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRecord.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRecord.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRecord.GroupParent", + "id": 0, + "name": "GroupParent", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRecord.GroupParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGroupByRecord", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByRecord" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRecord.Groups", + "id": 0, + "name": "Groups", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRecord.Groups", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGroupByRecord[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByRecord[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRecord.Height", + "id": 0, + "name": "Height", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRecord.Height", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRecord.Level", + "id": 0, + "name": "Level", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRecord.Level", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRecord.Records", + "id": 0, + "name": "Records", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRecord.Records", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRecord.RecordsScript", + "id": 0, + "name": "RecordsScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRecord.RecordsScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Records in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRecord.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRecord.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRecord.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRecord.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRecord.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRecord.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRecord.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRecord.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByResult", + "id": 0, + "name": "IgbGroupByResult", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByResult", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByResult.#ctor", + "id": 0, + "name": "IgbGroupByResult()", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByResult.IgbGroupByResult()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByResult.Data", + "id": 0, + "name": "Data", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByResult.Data", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByResult.DataScript", + "id": 0, + "name": "DataScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByResult.DataScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Data in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByResult.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByResult.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByResult.Metadata", + "id": 0, + "name": "Metadata", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByResult.Metadata", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGroupByRecord[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByRecord[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByResult.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByResult.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByResult.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByResult.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByResult.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByResult.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateContext", + "id": 0, + "name": "IgbGroupByRowSelectorTemplateContext", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateContext.#ctor", + "id": 0, + "name": "IgbGroupByRowSelectorTemplateContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateContext.IgbGroupByRowSelectorTemplateContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateContext.Implicit", + "id": 0, + "name": "Implicit", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateContext.Implicit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGroupByRowSelectorTemplateDetails", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateDetails" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateContext.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateContext.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateContext.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateContext.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateDetails", + "id": 0, + "name": "IgbGroupByRowSelectorTemplateDetails", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateDetails", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateDetails.#ctor", + "id": 0, + "name": "IgbGroupByRowSelectorTemplateDetails()", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateDetails.IgbGroupByRowSelectorTemplateDetails()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateDetails.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateDetails.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateDetails.GroupRow", + "id": 0, + "name": "GroupRow", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateDetails.GroupRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGroupByRecord", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByRecord" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateDetails.SelectedCount", + "id": 0, + "name": "SelectedCount", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateDetails.SelectedCount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateDetails.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateDetails.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateDetails.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateDetails.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateDetails.TotalCount", + "id": 0, + "name": "TotalCount", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateDetails.TotalCount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateDetails.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowSelectorTemplateDetails.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowTemplateContext", + "id": 0, + "name": "IgbGroupByRowTemplateContext", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowTemplateContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowTemplateContext.#ctor", + "id": 0, + "name": "IgbGroupByRowTemplateContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowTemplateContext.IgbGroupByRowTemplateContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowTemplateContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowTemplateContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowTemplateContext.Implicit", + "id": 0, + "name": "Implicit", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowTemplateContext.Implicit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGroupByRecord", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByRecord" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowTemplateContext.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowTemplateContext.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowTemplateContext.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowTemplateContext.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupByRowTemplateContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupByRowTemplateContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupData", + "id": 0, + "name": "IgbGroupData", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupData", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Object used to store group information for group headers." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupData.#ctor", + "id": 0, + "name": "IgbGroupData()", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupData.IgbGroupData()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupData.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupData.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupData.FormattedText", + "id": 0, + "name": "FormattedText", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupData.FormattedText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The value as formatted text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupData.GroupName", + "id": 0, + "name": "GroupName", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupData.GroupName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The grouping key." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupData.GroupValue", + "id": 0, + "name": "GroupValue", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupData.GroupValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The group value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupData.GroupValueScript", + "id": 0, + "name": "GroupValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupData.GroupValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting GroupValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupData.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupData.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgs", + "id": 0, + "name": "IgbGroupingDoneEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgs.#ctor", + "id": 0, + "name": "IgbGroupingDoneEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgs.IgbGroupingDoneEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGroupingDoneEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgsDetail", + "id": 0, + "name": "IgbGroupingDoneEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgsDetail.#ctor", + "id": 0, + "name": "IgbGroupingDoneEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgsDetail.IgbGroupingDoneEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgsDetail.Expressions", + "id": 0, + "name": "Expressions", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgsDetail.Expressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSortingExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSortingExpression[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgsDetail.GroupedColumns", + "id": 0, + "name": "GroupedColumns", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgsDetail.GroupedColumns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgsDetail.UngroupedColumns", + "id": 0, + "name": "UngroupedColumns", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingDoneEventArgsDetail.UngroupedColumns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn[]" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingExpression", + "id": 0, + "name": "IgbGroupingExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgs", + "id": 0, + "name": "IgbBaseEventArgs" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingExpression", + "id": 0, + "name": "IgbSortingExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingExpression.#ctor", + "id": 0, + "name": "IgbGroupingExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingExpression.IgbGroupingExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingExpressionEventArgs", + "id": 0, + "name": "IgbGroupingExpressionEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingExpressionEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingExpressionEventArgs.#ctor", + "id": 0, + "name": "IgbGroupingExpressionEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingExpressionEventArgs.IgbGroupingExpressionEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingExpressionEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingExpressionEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGroupingExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupingExpression[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingExpressionEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingExpressionEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingExpressionEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingExpressionEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingExpressionEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingExpressionEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingExpressionEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingExpressionEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingState", + "id": 0, + "name": "IgbGroupingState", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingState", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingState.#ctor", + "id": 0, + "name": "IgbGroupingState()", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingState.IgbGroupingState()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingState.DefaultExpanded", + "id": 0, + "name": "DefaultExpanded", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingState.DefaultExpanded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingState.Expansion", + "id": 0, + "name": "Expansion", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingState.Expansion", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGroupByExpandState[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByExpandState[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingState.Expressions", + "id": 0, + "name": "Expressions", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingState.Expressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGroupingExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupingExpression[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingState.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingState.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingState.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingState.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingState.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingState.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingState.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingState.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingState.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingState.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGroupingState.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbGroupingState.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeader", + "id": 0, + "name": "IgbHeader", + "fullName": "IgniteUI.Blazor.Controls.IgbHeader", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a base class used to configure the appearance of the column header cells." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHeader.#ctor", + "id": 0, + "name": "IgbHeader()", + "fullName": "IgniteUI.Blazor.Controls.IgbHeader.IgbHeader()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeader.ActualSortIndicatorColor", + "id": 0, + "name": "ActualSortIndicatorColor", + "fullName": "IgniteUI.Blazor.Controls.IgbHeader.ActualSortIndicatorColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual background color that is used for the cells when they are selected" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeader.ActualSortIndicatorStyle", + "id": 0, + "name": "ActualSortIndicatorStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbHeader.ActualSortIndicatorStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortIndicatorStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.SortIndicatorStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeader.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeader.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeader.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeader.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeader.PaddingBottom", + "id": 0, + "name": "PaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbHeader.PaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of bottom padding to use for the cell content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeader.PaddingLeft", + "id": 0, + "name": "PaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbHeader.PaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of left padding to use for the cell content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeader.PaddingRight", + "id": 0, + "name": "PaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbHeader.PaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of right padding to use for the cell content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeader.PaddingTop", + "id": 0, + "name": "PaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbHeader.PaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of top padding to use for the cell content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeader.SortIndicatorColor", + "id": 0, + "name": "SortIndicatorColor", + "fullName": "IgniteUI.Blazor.Controls.IgbHeader.SortIndicatorColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the sort indicator icon" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeader.SortIndicatorStyle", + "id": 0, + "name": "SortIndicatorStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbHeader.SortIndicatorStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortIndicatorStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.SortIndicatorStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeader.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeader.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeader.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbHeader.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparator", + "id": 0, + "name": "IgbHeaderRowSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a Header Row separator. This is used to visually separate the header row from the rest of the rows in a grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparator.#ctor", + "id": 0, + "name": "IgbHeaderRowSeparator()", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparator.IgbHeaderRowSeparator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparatorModule", + "id": 0, + "name": "IgbHeaderRowSeparatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparatorModule.#ctor", + "id": 0, + "name": "IgbHeaderRowSeparatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparatorModule.IgbHeaderRowSeparatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderRowSeparatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderSeparator", + "id": 0, + "name": "IgbHeaderSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderSeparator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderSeparator.#ctor", + "id": 0, + "name": "IgbHeaderSeparator()", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderSeparator.IgbHeaderSeparator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderSeparator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderSeparator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderSeparator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderSeparator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderSeparator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderSeparator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderSeparatorModule", + "id": 0, + "name": "IgbHeaderSeparatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderSeparatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderSeparatorModule.#ctor", + "id": 0, + "name": "IgbHeaderSeparatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderSeparatorModule.IgbHeaderSeparatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderSeparatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderSeparatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderSeparatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderSeparatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderSeparatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderSeparatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderType", + "id": 0, + "name": "IgbHeaderType", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Interface representing a header cell in the grid. It is essentially the blueprint to a header cell object. Contains definitions of properties, relevant to the header" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderType.#ctor", + "id": 0, + "name": "IgbHeaderType()", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderType.IgbHeaderType()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderType.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderType.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The column that the header cell represents." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderType.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderType.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderType.Selectable", + "id": 0, + "name": "Selectable", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderType.Selectable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates whether the cell can be selected" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderType.Selected", + "id": 0, + "name": "Selected", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderType.Selected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates whether the cell is currently selected" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderType.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderType.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderType.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderType.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderType.SortDirection", + "id": 0, + "name": "SortDirection", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderType.SortDirection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the sorting direction of the column (ascending, descending or none)." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortingDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SortingDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderType.Sorted", + "id": 0, + "name": "Sorted", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderType.Sorted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates whether the column is currently sorted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderType.Title", + "id": 0, + "name": "Title", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderType.Title", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates whether the column header is a title cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeaderType.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbHeaderType.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateContext", + "id": 0, + "name": "IgbHeadSelectorTemplateContext", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateContext.#ctor", + "id": 0, + "name": "IgbHeadSelectorTemplateContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateContext.IgbHeadSelectorTemplateContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateContext.Implicit", + "id": 0, + "name": "Implicit", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateContext.Implicit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbHeadSelectorTemplateDetails", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateContext.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateContext.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateContext.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateContext.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails", + "id": 0, + "name": "IgbHeadSelectorTemplateDetails", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.#ctor", + "id": 0, + "name": "IgbHeadSelectorTemplateDetails()", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.IgbHeadSelectorTemplateDetails()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.DeselectAll", + "id": 0, + "name": "DeselectAll()", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.DeselectAll()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.DeselectAllAsync", + "id": 0, + "name": "DeselectAllAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.DeselectAllAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.SelectAll", + "id": 0, + "name": "SelectAll()", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.SelectAll()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.SelectAllAsync", + "id": 0, + "name": "SelectAllAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.SelectAllAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.SelectedCount", + "id": 0, + "name": "SelectedCount", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.SelectedCount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.TotalCount", + "id": 0, + "name": "TotalCount", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.TotalCount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateDetails.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator", + "id": 0, + "name": "IgbHeatTileGenerator", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileGenerator", + "id": 0, + "name": "IgbTileGenerator" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.#ctor", + "id": 0, + "name": "IgbHeatTileGenerator()", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.IgbHeatTileGenerator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.BlurRadius", + "id": 0, + "name": "BlurRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.BlurRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.Destroy", + "id": 0, + "name": "Destroy()", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.Destroy()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.DestroyAsync", + "id": 0, + "name": "DestroyAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.DestroyAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.LogarithmBase", + "id": 0, + "name": "LogarithmBase", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.LogarithmBase", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.MaxBlurRadius", + "id": 0, + "name": "MaxBlurRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.MaxBlurRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.MaximumColor", + "id": 0, + "name": "MaximumColor", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.MaximumColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.MaximumValue", + "id": 0, + "name": "MaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.MaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.MinimumColor", + "id": 0, + "name": "MinimumColor", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.MinimumColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.MinimumValue", + "id": 0, + "name": "MinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.MinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.ScaleColorOffsets", + "id": 0, + "name": "ScaleColorOffsets", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.ScaleColorOffsets", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.ScaleColors", + "id": 0, + "name": "ScaleColors", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.ScaleColors", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Color[]", + "fullTypeName": "IgniteUI.Blazor.Controls.Color[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.UseBlurRadiusAdjustedForZoom", + "id": 0, + "name": "UseBlurRadiusAdjustedForZoom", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.UseBlurRadiusAdjustedForZoom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.UseGlobalMinMax", + "id": 0, + "name": "UseGlobalMinMax", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.UseGlobalMinMax", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.UseGlobalMinMaxAdjustedForZoom", + "id": 0, + "name": "UseGlobalMinMaxAdjustedForZoom", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.UseGlobalMinMaxAdjustedForZoom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.UseLogarithmicScale", + "id": 0, + "name": "UseLogarithmicScale", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.UseLogarithmicScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.UseWebWorkers", + "id": 0, + "name": "UseWebWorkers", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.UseWebWorkers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.Values", + "id": 0, + "name": "Values", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.Values", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.WebWorkerInstance", + "id": 0, + "name": "WebWorkerInstance", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.WebWorkerInstance", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.WebWorkerInstanceScript", + "id": 0, + "name": "WebWorkerInstanceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.WebWorkerInstanceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting WebWorkerInstance in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.WebWorkerScriptPath", + "id": 0, + "name": "WebWorkerScriptPath", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.WebWorkerScriptPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.XValues", + "id": 0, + "name": "XValues", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.XValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.YValues", + "id": 0, + "name": "YValues", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGenerator.YValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGeneratorModule", + "id": 0, + "name": "IgbHeatTileGeneratorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGeneratorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGeneratorModule.#ctor", + "id": 0, + "name": "IgbHeatTileGeneratorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGeneratorModule.IgbHeatTileGeneratorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGeneratorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGeneratorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGeneratorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGeneratorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeatTileGeneratorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHeatTileGeneratorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid", + "id": 0, + "name": "IgbHierarchicalGrid", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hierarchical grid IgxHierarchicalGridModule" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective", + "id": 0, + "name": "IgbGridBaseDirective" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGridBaseDirective", + "id": 0, + "name": "IgbHierarchicalGridBaseDirective" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.#ctor", + "id": 0, + "name": "IgbHierarchicalGrid()", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.IgbHierarchicalGrid()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.ActualChildLayoutList", + "id": 0, + "name": "ActualChildLayoutList", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.ActualChildLayoutList", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowIslandCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowIslandCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.ChildLayoutList", + "id": 0, + "name": "ChildLayoutList", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.ChildLayoutList", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowIslandCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowIslandCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.ContentChildLayoutList", + "id": 0, + "name": "ContentChildLayoutList", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.ContentChildLayoutList", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowIslandCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowIslandCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.Data", + "id": 0, + "name": "Data", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.Data", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.DataScript", + "id": 0, + "name": "DataScript", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.DataScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Data in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.ExpandChildren", + "id": 0, + "name": "ExpandChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.ExpandChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetCellByColumn(System.Double,System.String)", + "id": 0, + "name": "GetCellByColumn(Double, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetCellByColumn(System.Double, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "columnField", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbCellType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetCellByColumnAsync(System.Double,System.String)", + "id": 0, + "name": "GetCellByColumnAsync(Double, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetCellByColumnAsync(System.Double, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "columnField", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<IgbCellType>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbCellType>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetCellByKey(System.Object,System.String)", + "id": 0, + "name": "GetCellByKey(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetCellByKey(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowSelector", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "columnField", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbCellType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetCellByKeyAsync(System.Object,System.String)", + "id": 0, + "name": "GetCellByKeyAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetCellByKeyAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowSelector", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "columnField", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<IgbCellType>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbCellType>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetDefaultExpandState(System.Object)", + "id": 0, + "name": "GetDefaultExpandState(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetDefaultExpandState(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "record", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetDefaultExpandStateAsync(System.Object)", + "id": 0, + "name": "GetDefaultExpandStateAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetDefaultExpandStateAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "record", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetForeignKey", + "id": 0, + "name": "GetForeignKey()", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetForeignKey()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetForeignKeyAsync", + "id": 0, + "name": "GetForeignKeyAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetForeignKeyAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetRowByIndex(System.Double)", + "id": 0, + "name": "GetRowByIndex(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetRowByIndex(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "IgbRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetRowByIndexAsync(System.Double)", + "id": 0, + "name": "GetRowByIndexAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetRowByIndexAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the RowType by index. const myRow = this.grid1.getRowByIndex(1); index" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<IgbRowType>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbRowType>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetRowByKey(System.Object)", + "id": 0, + "name": "GetRowByKey(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetRowByKey(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetRowByKeyAsync(System.Object)", + "id": 0, + "name": "GetRowByKeyAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetRowByKeyAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the RowType by key. const myRow = this.grid1.getRowByKey(1); key" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<IgbRowType>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbRowType>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetSelectedCells", + "id": 0, + "name": "GetSelectedCells()", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetSelectedCells()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCellType[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellType[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetSelectedCellsAsync", + "id": 0, + "name": "GetSelectedCellsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.GetSelectedCellsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbCellType[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbCellType[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.Id", + "id": 0, + "name": "Id", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.Id", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.PinRow(System.Object,System.Double)", + "id": 0, + "name": "PinRow(Object, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.PinRow(System.Object, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.PinRowAsync(System.Object,System.Double)", + "id": 0, + "name": "PinRowAsync(Object, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.PinRowAsync(System.Object, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.TotalItemCount", + "id": 0, + "name": "TotalItemCount", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.TotalItemCount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the total number of records in the data source. This property is required for remote grid virtualization to function when it is bound to remote data. const itemCount = this.grid1.totalItemCount; this.grid1.totalItemCount = 55;" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.UnpinRow(System.Object)", + "id": 0, + "name": "UnpinRow(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.UnpinRow(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.UnpinRowAsync(System.Object)", + "id": 0, + "name": "UnpinRowAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGrid.UnpinRowAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGridBaseDirective", + "id": 0, + "name": "IgbHierarchicalGridBaseDirective", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGridBaseDirective", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective", + "id": 0, + "name": "IgbGridBaseDirective" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGridBaseDirective.#ctor", + "id": 0, + "name": "IgbHierarchicalGridBaseDirective()", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGridBaseDirective.IgbHierarchicalGridBaseDirective()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGridBaseDirective.DataPreLoad", + "id": 0, + "name": "DataPreLoad", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGridBaseDirective.DataPreLoad", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbForOfStateEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbForOfStateEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGridBaseDirective.DataPreLoadScript", + "id": 0, + "name": "DataPreLoadScript", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGridBaseDirective.DataPreLoadScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGridBaseDirective.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGridBaseDirective.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGridBaseDirective.HasChildrenKey", + "id": 0, + "name": "HasChildrenKey", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGridBaseDirective.HasChildrenKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGridBaseDirective.RootGrid", + "id": 0, + "name": "RootGrid", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGridBaseDirective.RootGrid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridBaseDirective", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGridBaseDirective.ShowExpandAll", + "id": 0, + "name": "ShowExpandAll", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGridBaseDirective.ShowExpandAll", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGridBaseDirective.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGridBaseDirective.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGridModule", + "id": 0, + "name": "IgbHierarchicalGridModule", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGridModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGridModule.#ctor", + "id": 0, + "name": "IgbHierarchicalGridModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGridModule.IgbHierarchicalGridModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGridModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGridModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGridModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGridModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalGridModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalGridModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeries", + "id": 0, + "name": "IgbHierarchicalRingSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDoughnutChart hierarchical series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase", + "id": 0, + "name": "IgbRingSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeries.#ctor", + "id": 0, + "name": "IgbHierarchicalRingSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeries.IgbHierarchicalRingSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeries.ChildrenMemberPath", + "id": 0, + "name": "ChildrenMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeries.ChildrenMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the property name that contains the children items collection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeriesModule", + "id": 0, + "name": "IgbHierarchicalRingSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeriesModule.#ctor", + "id": 0, + "name": "IgbHierarchicalRingSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeriesModule.IgbHierarchicalRingSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHierarchicalRingSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries", + "id": 0, + "name": "IgbHighDensityScatterSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart series where a high volume of scatter points can be displayed." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.#ctor", + "id": 0, + "name": "IgbHighDensityScatterSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.IgbHighDensityScatterSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "id": 0, + "name": "BindAxes(IgbAxis[])", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Axes", + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.CanUseAsXAxis(System.Object)", + "id": 0, + "name": "CanUseAsXAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.CanUseAsXAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.CanUseAsXAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsXAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.CanUseAsXAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as XAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.CanUseAsYAxis(System.Object)", + "id": 0, + "name": "CanUseAsYAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.CanUseAsYAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.CanUseAsYAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsYAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.CanUseAsYAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as YAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.GetItem(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItem(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.GetItem(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item that is the best match for the specified world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.GetItemValue(System.Object,System.String)", + "id": 0, + "name": "GetItemValue(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.GetItemValue(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.GetItemValueAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemValueAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.GetItemValueAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.GetMemberPathValue(System.String)", + "id": 0, + "name": "GetMemberPathValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.GetMemberPathValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.GetMemberPathValueAsync(System.String)", + "id": 0, + "name": "GetMemberPathValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.GetMemberPathValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value of a requested member path from the series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.HeatMaximum", + "id": 0, + "name": "HeatMaximum", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.HeatMaximum", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value that maps to the maximum heat color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.HeatMaximumColor", + "id": 0, + "name": "HeatMaximumColor", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.HeatMaximumColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the maximum end of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.HeatMinimum", + "id": 0, + "name": "HeatMinimum", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.HeatMinimum", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the density value that maps to the minimum heat color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.HeatMinimumColor", + "id": 0, + "name": "HeatMinimumColor", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.HeatMinimumColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the minimum end of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.PointExtent", + "id": 0, + "name": "PointExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.PointExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the the pixel extent of the square data points that are rendered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.ProgressiveLoad", + "id": 0, + "name": "ProgressiveLoad", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.ProgressiveLoad", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the whether to progressively load the data into the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.ProgressiveLoadStatusChanged", + "id": 0, + "name": "ProgressiveLoadStatusChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.ProgressiveLoadStatusChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbProgressiveLoadStatusEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbProgressiveLoadStatusEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.ProgressiveLoadStatusChangedScript", + "id": 0, + "name": "ProgressiveLoadStatusChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.ProgressiveLoadStatusChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.ProgressiveStatus", + "id": 0, + "name": "ProgressiveStatus", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.ProgressiveStatus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.ScrollIntoView(System.Object)", + "id": 0, + "name": "ScrollIntoView(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.ScrollIntoView(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.ScrollIntoViewAsync(System.Object)", + "id": 0, + "name": "ScrollIntoViewAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.ScrollIntoViewAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls the series to display the item for the specified data item." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.UseBruteForce", + "id": 0, + "name": "UseBruteForce", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.UseBruteForce", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the whether to use use brute force mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.XAxis", + "id": 0, + "name": "XAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.XAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the effective x-axis for the current object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbNumericXAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbNumericXAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.XAxisName", + "id": 0, + "name": "XAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.XAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve xAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.XAxisScript", + "id": 0, + "name": "XAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.XAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting XAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.XMemberAsLegendLabel", + "id": 0, + "name": "XMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.XMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series X value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.XMemberAsLegendUnit", + "id": 0, + "name": "XMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.XMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit after displayed after series X value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.XMemberPath", + "id": 0, + "name": "XMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.XMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the x value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.YAxis", + "id": 0, + "name": "YAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.YAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the effective y-axis for the current object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbNumericYAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbNumericYAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.YAxisName", + "id": 0, + "name": "YAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.YAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve yAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.YAxisScript", + "id": 0, + "name": "YAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.YAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting YAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.YMemberAsLegendLabel", + "id": 0, + "name": "YMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.YMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series Y value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.YMemberAsLegendUnit", + "id": 0, + "name": "YMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.YMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit after displayed after series Y value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.YMemberPath", + "id": 0, + "name": "YMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeries.YMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the y value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeriesModule", + "id": 0, + "name": "IgbHighDensityScatterSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeriesModule.#ctor", + "id": 0, + "name": "IgbHighDensityScatterSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeriesModule.IgbHighDensityScatterSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHighDensityScatterSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighlightingInfo", + "id": 0, + "name": "IgbHighlightingInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbHighlightingInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Contains contextual information about a highlighting." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.#ctor", + "id": 0, + "name": "IgbHighlightingInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.IgbHighlightingInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.Context", + "id": 0, + "name": "Context", + "fullName": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.Context", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The context for the highlight." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.ContextScript", + "id": 0, + "name": "ContextScript", + "fullName": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.ContextScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Context in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.EndIndex", + "id": 0, + "name": "EndIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.EndIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The index of the last highlighted item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.IsExclusive", + "id": 0, + "name": "IsExclusive", + "fullName": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.IsExclusive", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "TODO" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.IsFullRange", + "id": 0, + "name": "IsFullRange", + "fullName": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.IsFullRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "True if this HighlightingInfo represents a full selection of the data." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.IsMarker", + "id": 0, + "name": "IsMarker", + "fullName": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.IsMarker", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "True if this HighlightingInfo represents a marker highlighting." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.Progress", + "id": 0, + "name": "Progress", + "fullName": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.Progress", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A number between 0 and 1 representing the progress of the highlighting." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.StartIndex", + "id": 0, + "name": "StartIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.StartIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The index of the first highlighted item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.State", + "id": 0, + "name": "State", + "fullName": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.State", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The state of the highlighting." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HighlightingState", + "fullTypeName": "IgniteUI.Blazor.Controls.HighlightingState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbHighlightingInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHoleDimensionsChangedEventArgs", + "id": 0, + "name": "IgbHoleDimensionsChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbHoleDimensionsChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "EventArgs class holding information about the dimensions of a hole in a doughnut chart." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHoleDimensionsChangedEventArgs.#ctor", + "id": 0, + "name": "IgbHoleDimensionsChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbHoleDimensionsChangedEventArgs.IgbHoleDimensionsChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHoleDimensionsChangedEventArgs.Center", + "id": 0, + "name": "Center", + "fullName": "IgniteUI.Blazor.Controls.IgbHoleDimensionsChangedEventArgs.Center", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The center point of the hole." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHoleDimensionsChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHoleDimensionsChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHoleDimensionsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbHoleDimensionsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHoleDimensionsChangedEventArgs.Radius", + "id": 0, + "name": "Radius", + "fullName": "IgniteUI.Blazor.Controls.IgbHoleDimensionsChangedEventArgs.Radius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The radius of the hole." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHoleDimensionsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbHoleDimensionsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHoleDimensionsChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbHoleDimensionsChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeries", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Base class for anchored category series with a category x-axis and a numeric y-axis." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.#ctor", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.IgbHorizontalAnchoredCategorySeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "id": 0, + "name": "BindAxes(IgbAxis[])", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Axes", + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.CanUseAsXAxis(System.Object)", + "id": 0, + "name": "CanUseAsXAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.CanUseAsXAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.CanUseAsXAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsXAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.CanUseAsXAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as XAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.CanUseAsYAxis(System.Object)", + "id": 0, + "name": "CanUseAsYAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.CanUseAsYAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.CanUseAsYAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsYAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.CanUseAsYAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as YAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetCategoryWidth", + "id": 0, + "name": "GetCategoryWidth()", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetCategoryWidth()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetCategoryWidthAsync", + "id": 0, + "name": "GetCategoryWidthAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetCategoryWidthAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the width of the category grouping this series is in." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetOffsetValue", + "id": 0, + "name": "GetOffsetValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetOffsetValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetOffsetValueAsync", + "id": 0, + "name": "GetOffsetValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetOffsetValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the offset value for this series if grouped on a category axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetSeriesValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetSeriesValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetSeriesValueMarkerBoundingBox(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueMarkerBoundingBox(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetSeriesValueMarkerBoundingBox(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetSeriesValueMarkerBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueMarkerBoundingBoxAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetSeriesValueMarkerBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If possible, will return the best available value marker bounding box within the series that has the best value match for the world position provided." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.XAxis", + "id": 0, + "name": "XAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.XAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the effective x-axis for this series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCategoryAxisBase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.XAxisName", + "id": 0, + "name": "XAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.XAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve xAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.XAxisScript", + "id": 0, + "name": "XAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.XAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting XAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.YAxis", + "id": 0, + "name": "YAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.YAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the effective y-axis for this series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbNumericYAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbNumericYAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.YAxisName", + "id": 0, + "name": "YAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.YAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve yAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.YAxisScript", + "id": 0, + "name": "YAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries.YAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting YAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeriesProxyModule", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeriesProxyModule", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeriesProxyModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeriesProxyModule.#ctor", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeriesProxyModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeriesProxyModule.IgbHorizontalAnchoredCategorySeriesProxyModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeriesProxyModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeriesProxyModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeriesProxyModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeriesProxyModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeriesProxyModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeriesProxyModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalPropertyEditorDataSource", + "id": 0, + "name": "IgbHorizontalPropertyEditorDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalPropertyEditorDataSource", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription}", + "id": 0, + "name": "BaseCollection<IgbPropertyEditorPropertyDescription>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalPropertyEditorDataSource.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbHorizontalPropertyEditorDataSource(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalPropertyEditorDataSource.IgbHorizontalPropertyEditorDataSource(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries", + "id": 0, + "name": "IgbHorizontalRangeCategorySeries", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Base class for ranged category series with a category X-axis and a numeric Y-axis." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries", + "id": 0, + "name": "IgbRangeCategorySeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.#ctor", + "id": 0, + "name": "IgbHorizontalRangeCategorySeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.IgbHorizontalRangeCategorySeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "id": 0, + "name": "BindAxes(IgbAxis[])", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Axes", + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.CanUseAsXAxis(System.Object)", + "id": 0, + "name": "CanUseAsXAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.CanUseAsXAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.CanUseAsXAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsXAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.CanUseAsXAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as XAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.CanUseAsYAxis(System.Object)", + "id": 0, + "name": "CanUseAsYAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.CanUseAsYAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.CanUseAsYAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsYAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.CanUseAsYAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as YAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetCategoryWidth", + "id": 0, + "name": "GetCategoryWidth()", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetCategoryWidth()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetCategoryWidthAsync", + "id": 0, + "name": "GetCategoryWidthAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetCategoryWidthAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the width of the category grouping this series is in." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetOffsetValue", + "id": 0, + "name": "GetOffsetValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetOffsetValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetOffsetValueAsync", + "id": 0, + "name": "GetOffsetValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetOffsetValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the offset value for this series if grouped on a category axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesHighValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesHighValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesHighValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesHighValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesHighValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesHighValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesHighValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesHighValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesHighValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesHighValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesHighValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesHighValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesLowValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesLowValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesLowValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesLowValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesLowValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesLowValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesLowValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesLowValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesLowValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesLowValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesLowValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesLowValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.HighMemberAsLegendLabel", + "id": 0, + "name": "HighMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.HighMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series' High value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.HighMemberAsLegendUnit", + "id": 0, + "name": "HighMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.HighMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit displayed after series' High value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.LowMemberAsLegendLabel", + "id": 0, + "name": "LowMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.LowMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series' Low value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.LowMemberAsLegendUnit", + "id": 0, + "name": "LowMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.LowMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit displayed after series' Low value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.XAxis", + "id": 0, + "name": "XAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.XAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the effective x-axis for the current CategorySeries object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCategoryAxisBase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.XAxisName", + "id": 0, + "name": "XAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.XAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve xAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.XAxisScript", + "id": 0, + "name": "XAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.XAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting XAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.YAxis", + "id": 0, + "name": "YAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.YAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the effective y-axis for the current CategorySeries object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbNumericYAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbNumericYAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.YAxisName", + "id": 0, + "name": "YAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.YAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve yAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.YAxisScript", + "id": 0, + "name": "YAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries.YAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting YAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeriesProxyModule", + "id": 0, + "name": "IgbHorizontalRangeCategorySeriesProxyModule", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeriesProxyModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeriesProxyModule.#ctor", + "id": 0, + "name": "IgbHorizontalRangeCategorySeriesProxyModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeriesProxyModule.IgbHorizontalRangeCategorySeriesProxyModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeriesProxyModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeriesProxyModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeriesProxyModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeriesProxyModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeriesProxyModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeriesProxyModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase", + "id": 0, + "name": "IgbHorizontalStackedSeriesBase", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Base class for stacked series with a category x-axis and a numeric y-axis." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase", + "id": 0, + "name": "IgbStackedSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.#ctor", + "id": 0, + "name": "IgbHorizontalStackedSeriesBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.IgbHorizontalStackedSeriesBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "id": 0, + "name": "BindAxes(IgbAxis[])", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Axes", + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.CanUseAsXAxis(System.Object)", + "id": 0, + "name": "CanUseAsXAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.CanUseAsXAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.CanUseAsXAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsXAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.CanUseAsXAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as XAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.CanUseAsYAxis(System.Object)", + "id": 0, + "name": "CanUseAsYAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.CanUseAsYAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.CanUseAsYAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsYAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.CanUseAsYAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as YAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.GetCategoryWidth", + "id": 0, + "name": "GetCategoryWidth()", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.GetCategoryWidth()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.GetCategoryWidthAsync", + "id": 0, + "name": "GetCategoryWidthAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.GetCategoryWidthAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the width of the category grouping this series is in." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.GetOffsetValue", + "id": 0, + "name": "GetOffsetValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.GetOffsetValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.GetOffsetValueAsync", + "id": 0, + "name": "GetOffsetValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.GetOffsetValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the offset value for this series if grouped on a category axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.XAxis", + "id": 0, + "name": "XAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.XAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the effective x-axis for this series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCategoryAxisBase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.XAxisName", + "id": 0, + "name": "XAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.XAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve xAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.XAxisScript", + "id": 0, + "name": "XAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.XAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting XAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.YAxis", + "id": 0, + "name": "YAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.YAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the effective y-axis for this series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbNumericYAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbNumericYAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.YAxisName", + "id": 0, + "name": "YAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.YAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve yAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.YAxisScript", + "id": 0, + "name": "YAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase.YAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting YAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon", + "id": 0, + "name": "IgbIcon", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The icon component allows visualizing collections of pre-registered SVG icons." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.#ctor", + "id": 0, + "name": "IgbIcon()", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.IgbIcon()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.Collection", + "id": 0, + "name": "Collection", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.Collection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the registered collection for look up of icons. Defaults to default." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.ConnectedCallback", + "id": 0, + "name": "ConnectedCallback()", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.ConnectedCallback()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.ConnectedCallbackAsync", + "id": 0, + "name": "ConnectedCallbackAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.ConnectedCallbackAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.DisconnectedCallback", + "id": 0, + "name": "DisconnectedCallback()", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.DisconnectedCallback()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.DisconnectedCallbackAsync", + "id": 0, + "name": "DisconnectedCallbackAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.DisconnectedCallbackAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.IconName", + "id": 0, + "name": "IconName", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.IconName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the icon glyph to draw." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.Mirrored", + "id": 0, + "name": "Mirrored", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.Mirrored", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether to flip the icon. Useful for RTL layouts." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.RegisterIcon(System.String,System.String,System.String)", + "id": 0, + "name": "RegisterIcon(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.RegisterIcon(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "url", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "collection", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.RegisterIconAsync(System.String,System.String,System.String)", + "id": 0, + "name": "RegisterIconAsync(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.RegisterIconAsync(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "url", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "collection", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.RegisterIconFromText(System.String,System.String,System.String)", + "id": 0, + "name": "RegisterIconFromText(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.RegisterIconFromText(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconText", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "collection", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.RegisterIconFromTextAsync(System.String,System.String,System.String)", + "id": 0, + "name": "RegisterIconFromTextAsync(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.RegisterIconFromTextAsync(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconText", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "collection", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.SetIconRef(System.String,System.String,IgniteUI.Blazor.Controls.IgbIconMeta)", + "id": 0, + "name": "SetIconRef(String, String, IgbIconMeta)", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.SetIconRef(System.String, System.String, IgniteUI.Blazor.Controls.IgbIconMeta)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "collection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "icon", + "type": "IgbIconMeta", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbIconMeta" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.SetIconRefAsync(System.String,System.String,IgniteUI.Blazor.Controls.IgbIconMeta)", + "id": 0, + "name": "SetIconRefAsync(String, String, IgbIconMeta)", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.SetIconRefAsync(System.String, System.String, IgniteUI.Blazor.Controls.IgbIconMeta)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "collection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "icon", + "type": "IgbIconMeta", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbIconMeta" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIcon.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbIcon.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButton", + "id": 0, + "name": "IgbIconButton", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButton", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbButtonBase", + "id": 0, + "name": "IgbButtonBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButton.#ctor", + "id": 0, + "name": "IgbIconButton()", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButton.IgbIconButton()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButton.Collection", + "id": 0, + "name": "Collection", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButton.Collection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the icon collection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButton.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButton.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButton.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButton.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButton.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButton.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButton.IconName", + "id": 0, + "name": "IconName", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButton.IconName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the icon." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButton.Mirrored", + "id": 0, + "name": "Mirrored", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButton.Mirrored", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether to flip the icon button. Useful for RTL layouts." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButton.RegisterIcon(System.String,System.String,System.String)", + "id": 0, + "name": "RegisterIcon(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButton.RegisterIcon(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "url", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "collection", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButton.RegisterIconAsync(System.String,System.String,System.String)", + "id": 0, + "name": "RegisterIconAsync(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButton.RegisterIconAsync(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "url", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "collection", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButton.RegisterIconFromText(System.String,System.String,System.String)", + "id": 0, + "name": "RegisterIconFromText(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButton.RegisterIconFromText(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconText", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "collection", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButton.RegisterIconFromTextAsync(System.String,System.String,System.String)", + "id": 0, + "name": "RegisterIconFromTextAsync(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButton.RegisterIconFromTextAsync(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconText", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "collection", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButton.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButton.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButton.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButton.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButton.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButton.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButton.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButton.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButton.Variant", + "id": 0, + "name": "Variant", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButton.Variant", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The visual variant of the icon button." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IconButtonVariant", + "fullTypeName": "IgniteUI.Blazor.Controls.IconButtonVariant" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButtonModule", + "id": 0, + "name": "IgbIconButtonModule", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButtonModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButtonModule.#ctor", + "id": 0, + "name": "IgbIconButtonModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButtonModule.IgbIconButtonModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButtonModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButtonModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButtonModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButtonModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconButtonModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbIconButtonModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconMeta", + "id": 0, + "name": "IgbIconMeta", + "fullName": "IgniteUI.Blazor.Controls.IgbIconMeta", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbIconMeta.#ctor", + "id": 0, + "name": "IgbIconMeta()", + "fullName": "IgniteUI.Blazor.Controls.IgbIconMeta.IgbIconMeta()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconMeta.Collection", + "id": 0, + "name": "Collection", + "fullName": "IgniteUI.Blazor.Controls.IgbIconMeta.Collection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconMeta.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbIconMeta.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconMeta.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbIconMeta.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconMeta.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbIconMeta.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconMeta.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbIconMeta.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconModule", + "id": 0, + "name": "IgbIconModule", + "fullName": "IgniteUI.Blazor.Controls.IgbIconModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbIconModule.#ctor", + "id": 0, + "name": "IgbIconModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbIconModule.IgbIconModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbIconModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbIconModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIconModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbIconModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs", + "id": 0, + "name": "IgbImageCapturedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs.#ctor", + "id": 0, + "name": "IgbImageCapturedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs.IgbImageCapturedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs.Base64Data", + "id": 0, + "name": "Base64Data", + "fullName": "IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs.Base64Data", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the captured image as Base64." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs.Image", + "id": 0, + "name": "Image", + "fullName": "IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs.Image", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the captured image." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs.ImageScript", + "id": 0, + "name": "ImageScript", + "fullName": "IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs.ImageScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Image in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs.Settings", + "id": 0, + "name": "Settings", + "fullName": "IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs.Settings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the settings used to capture the image." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCaptureImageSettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCaptureImageSettings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageCellInfo", + "id": 0, + "name": "IgbImageCellInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbImageCellInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Backing information for an image cell in the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo", + "id": 0, + "name": "IgbCellInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbImageCellInfo.#ctor", + "id": 0, + "name": "IgbImageCellInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbImageCellInfo.IgbImageCellInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageCellInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbImageCellInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbImageCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageCellInfo.ImagePath", + "id": 0, + "name": "ImagePath", + "fullName": "IgniteUI.Blazor.Controls.IgbImageCellInfo.ImagePath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the resource path to use to get the image for the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageCellInfo.ImageResourceType", + "id": 0, + "name": "ImageResourceType", + "fullName": "IgniteUI.Blazor.Controls.IgbImageCellInfo.ImageResourceType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the image resource type. Indicates which type of resource should be fetched and how ImagePath should be interpreted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ImageResourceType", + "fullTypeName": "IgniteUI.Blazor.Controls.ImageResourceType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageCellInfo.ImageStretchOption", + "id": 0, + "name": "ImageStretchOption", + "fullName": "IgniteUI.Blazor.Controls.IgbImageCellInfo.ImageStretchOption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the image stretching behavior for the image." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ImageStretchOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.ImageStretchOptions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbImageCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageCellInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbImageCellInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageColumn", + "id": 0, + "name": "IgbImageColumn", + "fullName": "IgniteUI.Blazor.Controls.IgbImageColumn", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an Image grid column, used to allow the developer to display an image in a cell." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn", + "id": 0, + "name": "IgbDataGridColumn" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbImageColumn.#ctor", + "id": 0, + "name": "IgbImageColumn()", + "fullName": "IgniteUI.Blazor.Controls.IgbImageColumn.IgbImageColumn()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageColumn.ActualEditorDataSource", + "id": 0, + "name": "ActualEditorDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbImageColumn.ActualEditorDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbBaseDataSource", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbBaseDataSource" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageColumn.EditorDataSource", + "id": 0, + "name": "EditorDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbImageColumn.EditorDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ComboBox data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageColumn.EditorDataSourceScript", + "id": 0, + "name": "EditorDataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbImageColumn.EditorDataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting EditorDataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageColumn.EditorTextField", + "id": 0, + "name": "EditorTextField", + "fullName": "IgniteUI.Blazor.Controls.IgbImageColumn.EditorTextField", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ComboBox text field." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageColumn.EditorType", + "id": 0, + "name": "EditorType", + "fullName": "IgniteUI.Blazor.Controls.IgbImageColumn.EditorType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the editor type used for editing cells in this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EditorType", + "fullTypeName": "IgniteUI.Blazor.Controls.EditorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageColumn.EditorValueField", + "id": 0, + "name": "EditorValueField", + "fullName": "IgniteUI.Blazor.Controls.IgbImageColumn.EditorValueField", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ComboBox value field." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageColumn.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbImageColumn.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageColumn.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbImageColumn.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageColumn.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbImageColumn.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageColumn.ImageStretchOption", + "id": 0, + "name": "ImageStretchOption", + "fullName": "IgniteUI.Blazor.Controls.IgbImageColumn.ImageStretchOption", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stretch option to use when rendering images" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ImageStretchOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.ImageStretchOptions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageColumn.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbImageColumn.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageColumn.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbImageColumn.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageColumn.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbImageColumn.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageColumnModule", + "id": 0, + "name": "IgbImageColumnModule", + "fullName": "IgniteUI.Blazor.Controls.IgbImageColumnModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbImageColumnModule.#ctor", + "id": 0, + "name": "IgbImageColumnModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbImageColumnModule.IgbImageColumnModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageColumnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbImageColumnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageColumnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbImageColumnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageColumnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbImageColumnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImagesChangedEventArgs", + "id": 0, + "name": "IgbImagesChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbImagesChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbImagesChangedEventArgs.#ctor", + "id": 0, + "name": "IgbImagesChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbImagesChangedEventArgs.IgbImagesChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImagesChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbImagesChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImagesChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbImagesChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImagesChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbImagesChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImagesChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbImagesChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageTilesReadyEventArgs", + "id": 0, + "name": "IgbImageTilesReadyEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbImageTilesReadyEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbImageTilesReadyEventArgs.#ctor", + "id": 0, + "name": "IgbImageTilesReadyEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbImageTilesReadyEventArgs.IgbImageTilesReadyEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageTilesReadyEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbImageTilesReadyEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageTilesReadyEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbImageTilesReadyEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageTilesReadyEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbImageTilesReadyEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbImageTilesReadyEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbImageTilesReadyEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIndexCollection", + "id": 0, + "name": "IgbIndexCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbIndexCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{System.Int32}", + "id": 0, + "name": "BaseCollection<Int32>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbIndexCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbIndexCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbIndexCollection.IgbIndexCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIndicatorDisplayTypeCollection", + "id": 0, + "name": "IgbIndicatorDisplayTypeCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbIndicatorDisplayTypeCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IndicatorDisplayType}", + "id": 0, + "name": "BaseCollection<IndicatorDisplayType>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbIndicatorDisplayTypeCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbIndicatorDisplayTypeCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbIndicatorDisplayTypeCollection.IgbIndicatorDisplayTypeCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIndicatorProxyModule", + "id": 0, + "name": "IgbIndicatorProxyModule", + "fullName": "IgniteUI.Blazor.Controls.IgbIndicatorProxyModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbIndicatorProxyModule.#ctor", + "id": 0, + "name": "IgbIndicatorProxyModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbIndicatorProxyModule.IgbIndicatorProxyModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIndicatorProxyModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbIndicatorProxyModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIndicatorProxyModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbIndicatorProxyModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIndicatorProxyModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbIndicatorProxyModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIndicatorsModule", + "id": 0, + "name": "IgbIndicatorsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbIndicatorsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbIndicatorsModule.#ctor", + "id": 0, + "name": "IgbIndicatorsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbIndicatorsModule.IgbIndicatorsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIndicatorsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbIndicatorsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIndicatorsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbIndicatorsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbIndicatorsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbIndicatorsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput", + "id": 0, + "name": "IgbInput", + "fullName": "IgniteUI.Blazor.Controls.IgbInput", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase", + "id": 0, + "name": "IgbInputBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.#ctor", + "id": 0, + "name": "IgbInput()", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.IgbInput()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.Autocomplete", + "id": 0, + "name": "Autocomplete", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.Autocomplete", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The autocomplete attribute of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.Autofocus", + "id": 0, + "name": "Autofocus", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.Autofocus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The autofocus attribute of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.Change", + "id": 0, + "name": "Change", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.Change", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.ChangeScript", + "id": 0, + "name": "ChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.ChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.DisplayType", + "id": 0, + "name": "DisplayType", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.DisplayType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The type attribute of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InputType", + "fullTypeName": "IgniteUI.Blazor.Controls.InputType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.GetCurrentValue", + "id": 0, + "name": "GetCurrentValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.GetCurrentValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.GetCurrentValueAsync", + "id": 0, + "name": "GetCurrentValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.GetCurrentValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.InputMode", + "id": 0, + "name": "InputMode", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.InputMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The input mode attribute of the control. See relevant MDN article" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.Max", + "id": 0, + "name": "Max", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.Max", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The max attribute of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Nullable<Double>", + "fullTypeName": "System.Nullable<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.MaxLength", + "id": 0, + "name": "MaxLength", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.MaxLength", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The maximum string length of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Nullable<Double>", + "fullTypeName": "System.Nullable<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.Min", + "id": 0, + "name": "Min", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.Min", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The min attribute of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Nullable<Double>", + "fullTypeName": "System.Nullable<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.MinLength", + "id": 0, + "name": "MinLength", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.MinLength", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The minimum string length required by the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Nullable<Double>", + "fullTypeName": "System.Nullable<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.Pattern", + "id": 0, + "name": "Pattern", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.Pattern", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The pattern attribute of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.Select", + "id": 0, + "name": "Select()", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.Select()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.SelectAsync", + "id": 0, + "name": "SelectAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.SelectAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Selects all text within the input." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView)", + "id": 0, + "name": "SetParametersAsync(ParameterView)", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parameters", + "type": "ParameterView", + "fullTypeName": "Microsoft.AspNetCore.Components.ParameterView" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.Step", + "id": 0, + "name": "Step", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.Step", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The step attribute of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Nullable<Double>", + "fullTypeName": "System.Nullable<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.StepDown(System.Double)", + "id": 0, + "name": "StepDown(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.StepDown(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "n", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.StepDownAsync(System.Double)", + "id": 0, + "name": "StepDownAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.StepDownAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Decrements the numeric value of the input by one or more steps." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "n", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.StepUp(System.Double)", + "id": 0, + "name": "StepUp(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.StepUp(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "n", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.StepUpAsync(System.Double)", + "id": 0, + "name": "StepUpAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.StepUpAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Increments the numeric value of the input by one or more steps." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "n", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.ValidateOnly", + "id": 0, + "name": "ValidateOnly", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.ValidateOnly", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Enables validation rules to be evaluated without restricting user input. This applies to the maxLength property for string-type inputs or allows spin buttons to exceed the predefined min/max limits for number-type inputs." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The value of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInput.ValueChanged", + "id": 0, + "name": "ValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbInput.ValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<String>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.String>" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase", + "id": 0, + "name": "IgbInputBase", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.#ctor", + "id": 0, + "name": "IgbInputBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.IgbInputBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.Blur", + "id": 0, + "name": "Blur", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.Blur", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.BlurComponent", + "id": 0, + "name": "BlurComponent()", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.BlurComponent()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.BlurComponentAsync", + "id": 0, + "name": "BlurComponentAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.BlurComponentAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes focus from the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.BlurScript", + "id": 0, + "name": "BlurScript", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.BlurScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.CheckValidity", + "id": 0, + "name": "CheckValidity()", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.CheckValidity()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.CheckValidityAsync", + "id": 0, + "name": "CheckValidityAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.CheckValidityAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Checks for validity of the control and emits the invalid event if it invalid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The disabled state of the component" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.Focus", + "id": 0, + "name": "Focus", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.Focus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.FocusComponent(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "id": 0, + "name": "FocusComponent(IgbFocusOptions)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.FocusComponent(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "options", + "type": "IgbFocusOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFocusOptions" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.FocusComponentAsync(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "id": 0, + "name": "FocusComponentAsync(IgbFocusOptions)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.FocusComponentAsync(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets focus on the control." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "options", + "type": "IgbFocusOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFocusOptions" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.FocusScript", + "id": 0, + "name": "FocusScript", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.FocusScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.InputOcurred", + "id": 0, + "name": "InputOcurred", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.InputOcurred", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.InputOcurredScript", + "id": 0, + "name": "InputOcurredScript", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.InputOcurredScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.Invalid", + "id": 0, + "name": "Invalid", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.Invalid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Control the validity of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The label for the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.Outlined", + "id": 0, + "name": "Outlined", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.Outlined", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the control will have outlined appearance." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.Placeholder", + "id": 0, + "name": "Placeholder", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.Placeholder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The placeholder attribute of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.ReadOnly", + "id": 0, + "name": "ReadOnly", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.ReadOnly", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Makes the control a readonly field." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.ReportValidity", + "id": 0, + "name": "ReportValidity()", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.ReportValidity()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.ReportValidityAsync", + "id": 0, + "name": "ReportValidityAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.ReportValidityAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Checks for validity of the control and shows the browser message if it invalid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.Required", + "id": 0, + "name": "Required", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.Required", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Makes the control a required field in a form context." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.SetCustomValidity(System.String)", + "id": 0, + "name": "SetCustomValidity(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.SetCustomValidity(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "message", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.SetCustomValidityAsync(System.String)", + "id": 0, + "name": "SetCustomValidityAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.SetCustomValidityAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets a custom validation message for the control. As long as message is not empty, the control is considered invalid." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "message", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView)", + "id": 0, + "name": "SetParametersAsync(ParameterView)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parameters", + "type": "ParameterView", + "fullTypeName": "Microsoft.AspNetCore.Components.ParameterView" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.SetRangeText(System.String,System.Double,System.Double,IgniteUI.Blazor.Controls.RangeTextSelectMode)", + "id": 0, + "name": "SetRangeText(String, Double, Double, RangeTextSelectMode)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.SetRangeText(System.String, System.Double, System.Double, IgniteUI.Blazor.Controls.RangeTextSelectMode)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "replacement", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "start", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "end", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "selectMode", + "type": "RangeTextSelectMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RangeTextSelectMode" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.SetRangeTextAsync(System.String,System.Double,System.Double,IgniteUI.Blazor.Controls.RangeTextSelectMode)", + "id": 0, + "name": "SetRangeTextAsync(String, Double, Double, RangeTextSelectMode)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.SetRangeTextAsync(System.String, System.Double, System.Double, IgniteUI.Blazor.Controls.RangeTextSelectMode)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "replacement", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "start", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "end", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "selectMode", + "type": "RangeTextSelectMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RangeTextSelectMode" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.SetSelectionRange(System.Double,System.Double,IgniteUI.Blazor.Controls.SelectionRangeDirection)", + "id": 0, + "name": "SetSelectionRange(Double, Double, SelectionRangeDirection)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.SetSelectionRange(System.Double, System.Double, IgniteUI.Blazor.Controls.SelectionRangeDirection)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "start", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "end", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "direction", + "type": "SelectionRangeDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SelectionRangeDirection" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.SetSelectionRangeAsync(System.Double,System.Double,IgniteUI.Blazor.Controls.SelectionRangeDirection)", + "id": 0, + "name": "SetSelectionRangeAsync(Double, Double, SelectionRangeDirection)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.SetSelectionRangeAsync(System.Double, System.Double, IgniteUI.Blazor.Controls.SelectionRangeDirection)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "start", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "end", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "direction", + "type": "SelectionRangeDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SelectionRangeDirection" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase.ValueChanging", + "id": 0, + "name": "ValueChanging", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBase.ValueChanging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<String>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.String>" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBaseModule", + "id": 0, + "name": "IgbInputBaseModule", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBaseModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBaseModule.#ctor", + "id": 0, + "name": "IgbInputBaseModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBaseModule.IgbInputBaseModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBaseModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBaseModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBaseModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBaseModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBaseModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputBaseModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputChangeEventArgs", + "id": 0, + "name": "IgbInputChangeEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbInputChangeEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbInputChangeEventArgs.#ctor", + "id": 0, + "name": "IgbInputChangeEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbInputChangeEventArgs.IgbInputChangeEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputChangeEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputChangeEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputChangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputChangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputChangeEventArgs.IsCompositionInProgress", + "id": 0, + "name": "IsCompositionInProgress", + "fullName": "IgniteUI.Blazor.Controls.IgbInputChangeEventArgs.IsCompositionInProgress", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputChangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputChangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputChangeEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbInputChangeEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputChangeEventArgs.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbInputChangeEventArgs.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputModule", + "id": 0, + "name": "IgbInputModule", + "fullName": "IgniteUI.Blazor.Controls.IgbInputModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbInputModule.#ctor", + "id": 0, + "name": "IgbInputModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbInputModule.IgbInputModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbInputModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemLegend", + "id": 0, + "name": "IgbItemLegend", + "fullName": "IgniteUI.Blazor.Controls.IgbItemLegend", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a legend that displays an item for each point in the series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase", + "id": 0, + "name": "IgbLegendBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbItemLegend.#ctor", + "id": 0, + "name": "IgbItemLegend()", + "fullName": "IgniteUI.Blazor.Controls.IgbItemLegend.IgbItemLegend()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemLegend.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbItemLegend.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemLegend.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbItemLegend.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemLegend.Orientation", + "id": 0, + "name": "Orientation", + "fullName": "IgniteUI.Blazor.Controls.IgbItemLegend.Orientation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the current Legend object's orientation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemLegend.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbItemLegend.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemLegend.TextStyle", + "id": 0, + "name": "TextStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbItemLegend.TextStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets style of text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemLegend.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbItemLegend.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemLegendModule", + "id": 0, + "name": "IgbItemLegendModule", + "fullName": "IgniteUI.Blazor.Controls.IgbItemLegendModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbItemLegendModule.#ctor", + "id": 0, + "name": "IgbItemLegendModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbItemLegendModule.IgbItemLegendModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemLegendModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbItemLegendModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemLegendModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbItemLegendModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemLegendModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbItemLegendModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemRequestedEventArgs", + "id": 0, + "name": "IgbItemRequestedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbItemRequestedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbItemRequestedEventArgs.#ctor", + "id": 0, + "name": "IgbItemRequestedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbItemRequestedEventArgs.IgbItemRequestedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemRequestedEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbItemRequestedEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the item being requested." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemRequestedEventArgs.Values", + "id": 0, + "name": "Values", + "fullName": "IgniteUI.Blazor.Controls.IgbItemRequestedEventArgs.Values", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the values that will be propagated to the requested item when the event is complete." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemRequestedEventArgs.ValuesPropagated", + "id": 0, + "name": "ValuesPropagated", + "fullName": "IgniteUI.Blazor.Controls.IgbItemRequestedEventArgs.ValuesPropagated", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the values have already been propagated to the item. Set this to true if you do not want the values propagated after the event is completed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer", + "id": 0, + "name": "IgbItemToolTipLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an annotation layer that displays tooltips for all target series individually." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "id": 0, + "name": "IgbAnnotationLayer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.#ctor", + "id": 0, + "name": "IgbItemToolTipLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.IgbItemToolTipLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.HideToolTips", + "id": 0, + "name": "HideToolTips()", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.HideToolTips()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.HideToolTipsAsync", + "id": 0, + "name": "HideToolTipsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.HideToolTipsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hides any tooltips presented by the layer, if any." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.HideToolTipsImmediate", + "id": 0, + "name": "HideToolTipsImmediate()", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.HideToolTipsImmediate()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.HideToolTipsImmediateAsync", + "id": 0, + "name": "HideToolTipsImmediateAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.HideToolTipsImmediateAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hides any tooltips presented by the layer, if any." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.SkipUnknownValues", + "id": 0, + "name": "SkipUnknownValues", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.SkipUnknownValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to skip past unknown values when searching for series values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.TargetSeries", + "id": 0, + "name": "TargetSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.TargetSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series to target this annotation to. If null, this annotation targets all series simultaneously." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.TargetSeriesName", + "id": 0, + "name": "TargetSeriesName", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.TargetSeriesName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name of the series series to target this annotation to. If null, this annotation targets all series simultaneously." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.TargetSeriesScript", + "id": 0, + "name": "TargetSeriesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.TargetSeriesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TargetSeries in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.ToolTipBackground", + "id": 0, + "name": "ToolTipBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.ToolTipBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background of the tooltip containers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.ToolTipBorderBrush", + "id": 0, + "name": "ToolTipBorderBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.ToolTipBorderBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border color of the tooltip containers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.ToolTipBorderThickness", + "id": 0, + "name": "ToolTipBorderThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.ToolTipBorderThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border thickness of the tooltip containers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.UseInterpolation", + "id": 0, + "name": "UseInterpolation", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayer.UseInterpolation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use value interpolation when drawing the tooltips." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayerModule", + "id": 0, + "name": "IgbItemToolTipLayerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayerModule.#ctor", + "id": 0, + "name": "IgbItemToolTipLayerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayerModule.IgbItemToolTipLayerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemToolTipLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbItemToolTipLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemwiseStrategyBasedIndicator", + "id": 0, + "name": "IgbItemwiseStrategyBasedIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbItemwiseStrategyBasedIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Financial indicator base class for doing calculating an itemwize indicator." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbItemwiseStrategyBasedIndicator.#ctor", + "id": 0, + "name": "IgbItemwiseStrategyBasedIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbItemwiseStrategyBasedIndicator.IgbItemwiseStrategyBasedIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemwiseStrategyBasedIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbItemwiseStrategyBasedIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemwiseStrategyBasedIndicator.ResolveIsItemwise", + "id": 0, + "name": "ResolveIsItemwise()", + "fullName": "IgniteUI.Blazor.Controls.IgbItemwiseStrategyBasedIndicator.ResolveIsItemwise()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemwiseStrategyBasedIndicator.ResolveIsItemwiseAsync", + "id": 0, + "name": "ResolveIsItemwiseAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbItemwiseStrategyBasedIndicator.ResolveIsItemwiseAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "This is a marker method to distinguish this from a public api perspective on some platforms compared to the base strategy based indicators." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemwiseStrategyBasedIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbItemwiseStrategyBasedIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyBindingHandler", + "id": 0, + "name": "IgbKeyBindingHandler", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyBindingHandler", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyBindingHandler.#ctor", + "id": 0, + "name": "IgbKeyBindingHandler()", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyBindingHandler.IgbKeyBindingHandler()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyBindingHandler.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyBindingHandler.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyBindingHandler.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyBindingHandler.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyBindingOptions", + "id": 0, + "name": "IgbKeyBindingOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyBindingOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyBindingOptions.#ctor", + "id": 0, + "name": "IgbKeyBindingOptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyBindingOptions.IgbKeyBindingOptions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyBindingOptions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyBindingOptions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyBindingOptions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyBindingOptions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyEventArgs", + "id": 0, + "name": "IgbKeyEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event args for KeyUp and KeyDown events." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.#ctor", + "id": 0, + "name": "IgbKeyEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.IgbKeyEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.Alt", + "id": 0, + "name": "Alt", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.Alt", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a value indicating whether the ALT key was pressed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.Ctrl", + "id": 0, + "name": "Ctrl", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.Ctrl", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a value indicating whether the CTRL key was pressed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.DefaultPrevented", + "id": 0, + "name": "DefaultPrevented", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.DefaultPrevented", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the PreventDefault method was called." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.KeyCode", + "id": 0, + "name": "KeyCode", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.KeyCode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the keyboard code for a KeyDown or KeyUp event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.Modifiers", + "id": 0, + "name": "Modifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.Modifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the modifier flags for a KeyDown or KeyUp event. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ModifierKeys", + "fullTypeName": "IgniteUI.Blazor.Controls.ModifierKeys" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.OriginalEvent", + "id": 0, + "name": "OriginalEvent", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.OriginalEvent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.OriginalEventScript", + "id": 0, + "name": "OriginalEventScript", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.OriginalEventScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting OriginalEvent in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.PreventDefault", + "id": 0, + "name": "PreventDefault()", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.PreventDefault()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.PreventDefaultAsync", + "id": 0, + "name": "PreventDefaultAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.PreventDefaultAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Tells the user agent that if the event does not get explicitly handled, its default action should not be taken as it normally would be." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.Shift", + "id": 0, + "name": "Shift", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.Shift", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a value indicating whether the SHIFT key was pressed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.StopPropagation", + "id": 0, + "name": "StopPropagation()", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.StopPropagation()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.StopPropagationAsync", + "id": 0, + "name": "StopPropagationAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.StopPropagationAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Prevent the event from bubbling up." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbKeyEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLabelClickEventArgs", + "id": 0, + "name": "IgbLabelClickEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbLabelClickEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Contains PieChart label click event data." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLabelClickEventArgs.#ctor", + "id": 0, + "name": "IgbLabelClickEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbLabelClickEventArgs.IgbLabelClickEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLabelClickEventArgs.AllowSliceClick", + "id": 0, + "name": "AllowSliceClick", + "fullName": "IgniteUI.Blazor.Controls.IgbLabelClickEventArgs.AllowSliceClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets and sets whether or not the owning pie chart should fire its SliceClick event" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLabelClickEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLabelClickEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLabelClickEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLabelClickEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLabelClickEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbLabelClickEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the slice data context." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLabelClickEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbLabelClickEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLabelClickEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLabelClickEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLabelClickEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLabelClickEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLastMonthExpression", + "id": 0, + "name": "IgbLastMonthExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbLastMonthExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Requests an expression for the LastMonth filter." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLastMonthExpression.#ctor", + "id": 0, + "name": "IgbLastMonthExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbLastMonthExpression.IgbLastMonthExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLastMonthExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLastMonthExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLastMonthExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLastMonthExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLastMonthExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLastMonthExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLastMonthExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLastMonthExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLastQuarterExpression", + "id": 0, + "name": "IgbLastQuarterExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbLastQuarterExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an expression for the LastQuarter filter." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLastQuarterExpression.#ctor", + "id": 0, + "name": "IgbLastQuarterExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbLastQuarterExpression.IgbLastQuarterExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLastQuarterExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLastQuarterExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLastQuarterExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLastQuarterExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLastQuarterExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLastQuarterExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLastQuarterExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLastQuarterExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLastWeekExpression", + "id": 0, + "name": "IgbLastWeekExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbLastWeekExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Requests an expression for the LastWeek filter." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOffsettableWeekExpression", + "id": 0, + "name": "IgbOffsettableWeekExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLastWeekExpression.#ctor", + "id": 0, + "name": "IgbLastWeekExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbLastWeekExpression.IgbLastWeekExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLastWeekExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLastWeekExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLastWeekExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLastWeekExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLastWeekExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLastWeekExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLastWeekExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLastWeekExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLastYearExpression", + "id": 0, + "name": "IgbLastYearExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbLastYearExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Requests an expression for the LastYear filter." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLastYearExpression.#ctor", + "id": 0, + "name": "IgbLastYearExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbLastYearExpression.IgbLastYearExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLastYearExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLastYearExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLastYearExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLastYearExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLastYearExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLastYearExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLastYearExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLastYearExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutChangeEventArgs", + "id": 0, + "name": "IgbLayoutChangeEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutChangeEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutChangeEventArgs.#ctor", + "id": 0, + "name": "IgbLayoutChangeEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutChangeEventArgs.IgbLayoutChangeEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutChangeEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutChangeEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockManagerLayout", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerLayout" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutChangeEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutChangeEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutChangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutChangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutChangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutChangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutChangeEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutChangeEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValue", + "id": 0, + "name": "IgbLayoutPrimaryKeyValue", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValue", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A primary key value." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValue.#ctor", + "id": 0, + "name": "IgbLayoutPrimaryKeyValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValue.IgbLayoutPrimaryKeyValue()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValue.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValue.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValue.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValue.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValue.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValue.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValue.Key", + "id": 0, + "name": "Key", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValue.Key", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The primary key associated with this value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValue.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValue.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValue.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValue.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValue.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValue.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The value of the keys for this primary key value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValueModule", + "id": 0, + "name": "IgbLayoutPrimaryKeyValueModule", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValueModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValueModule.#ctor", + "id": 0, + "name": "IgbLayoutPrimaryKeyValueModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValueModule.IgbLayoutPrimaryKeyValueModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValueModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValueModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValueModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValueModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValueModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValueModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutSelectedItemsCollection", + "id": 0, + "name": "IgbLayoutSelectedItemsCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutSelectedItemsCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{System.Object}", + "id": 0, + "name": "BaseCollection<Object>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutSelectedItemsCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbLayoutSelectedItemsCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutSelectedItemsCollection.IgbLayoutSelectedItemsCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutSelectedKeysCollection", + "id": 0, + "name": "IgbLayoutSelectedKeysCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutSelectedKeysCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbLayoutPrimaryKeyValue}", + "id": 0, + "name": "BaseCollection<IgbLayoutPrimaryKeyValue>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLayoutSelectedKeysCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbLayoutSelectedKeysCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLayoutSelectedKeysCollection.IgbLayoutSelectedKeysCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegend", + "id": 0, + "name": "IgbLegend", + "fullName": "IgniteUI.Blazor.Controls.IgbLegend", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a legend in a IgbDataChart control." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase", + "id": 0, + "name": "IgbLegendBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLegend.#ctor", + "id": 0, + "name": "IgbLegend()", + "fullName": "IgniteUI.Blazor.Controls.IgbLegend.IgbLegend()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegend.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbLegend.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegend.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLegend.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegend.Orientation", + "id": 0, + "name": "Orientation", + "fullName": "IgniteUI.Blazor.Controls.IgbLegend.Orientation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the current Legend object's orientation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegend.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbLegend.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegend.TextStyle", + "id": 0, + "name": "TextStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbLegend.TextStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets style of text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegend.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLegend.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase", + "id": 0, + "name": "IgbLegendBase", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the base class for a legend in IgbDataChart." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase.#ctor", + "id": 0, + "name": "IgbLegendBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase.IgbLegendBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase.ExportSerializedVisualData", + "id": 0, + "name": "ExportSerializedVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase.ExportSerializedVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase.ExportSerializedVisualDataAsync", + "id": 0, + "name": "ExportSerializedVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase.ExportSerializedVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the legend visuals expressed as a serialized string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase.FlushTextContentChangedCheck", + "id": 0, + "name": "FlushTextContentChangedCheck()", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase.FlushTextContentChangedCheck()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase.FlushTextContentChangedCheckAsync", + "id": 0, + "name": "FlushTextContentChangedCheckAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase.FlushTextContentChangedCheckAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Use to force the Legend to check for differences in text content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendItemMouseEnter", + "id": 0, + "name": "LegendItemMouseEnter", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendItemMouseEnter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbLegendMouseEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendItemMouseEnterScript", + "id": 0, + "name": "LegendItemMouseEnterScript", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendItemMouseEnterScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendItemMouseLeave", + "id": 0, + "name": "LegendItemMouseLeave", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendItemMouseLeave", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbLegendMouseEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendItemMouseLeaveScript", + "id": 0, + "name": "LegendItemMouseLeaveScript", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendItemMouseLeaveScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendItemMouseLeftButtonDown", + "id": 0, + "name": "LegendItemMouseLeftButtonDown", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendItemMouseLeftButtonDown", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbLegendMouseButtonEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendItemMouseLeftButtonDownScript", + "id": 0, + "name": "LegendItemMouseLeftButtonDownScript", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendItemMouseLeftButtonDownScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendItemMouseLeftButtonUp", + "id": 0, + "name": "LegendItemMouseLeftButtonUp", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendItemMouseLeftButtonUp", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbLegendMouseButtonEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendItemMouseLeftButtonUpScript", + "id": 0, + "name": "LegendItemMouseLeftButtonUpScript", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendItemMouseLeftButtonUpScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendItemMouseMove", + "id": 0, + "name": "LegendItemMouseMove", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendItemMouseMove", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbLegendMouseEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendItemMouseMoveScript", + "id": 0, + "name": "LegendItemMouseMoveScript", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendItemMouseMoveScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendTextContentChanged", + "id": 0, + "name": "LegendTextContentChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendTextContentChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbLegendTextContentChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbLegendTextContentChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendTextContentChangedScript", + "id": 0, + "name": "LegendTextContentChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase.LegendTextContentChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendModule", + "id": 0, + "name": "IgbLegendModule", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendModule.#ctor", + "id": 0, + "name": "IgbLegendModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendModule.IgbLegendModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs", + "id": 0, + "name": "IgbLegendMouseButtonEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for legend mouse button related events." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.#ctor", + "id": 0, + "name": "IgbLegendMouseButtonEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.IgbLegendMouseButtonEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.Handled", + "id": 0, + "name": "Handled", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.Handled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the ItemsSource item associated with the current event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.LegendItem", + "id": 0, + "name": "LegendItem", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.LegendItem", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The legend item that was the target of the mouse event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.LegendItemScript", + "id": 0, + "name": "LegendItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.LegendItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting LegendItem in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.OriginalSource", + "id": 0, + "name": "OriginalSource", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.OriginalSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a reference to the object that raised the event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.OriginalSourceScript", + "id": 0, + "name": "OriginalSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.OriginalSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting OriginalSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseButtonEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs", + "id": 0, + "name": "IgbLegendMouseEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for legend mouse button related events." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.#ctor", + "id": 0, + "name": "IgbLegendMouseEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.IgbLegendMouseEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the ItemsSource item associated with the current event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.LegendItem", + "id": 0, + "name": "LegendItem", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.LegendItem", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The legend item in context." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.LegendItemScript", + "id": 0, + "name": "LegendItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.LegendItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting LegendItem in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.OriginalSource", + "id": 0, + "name": "OriginalSource", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.OriginalSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a reference to the object that raised the event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.OriginalSourceScript", + "id": 0, + "name": "OriginalSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.OriginalSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting OriginalSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendMouseEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendTextContentChangedEventArgs", + "id": 0, + "name": "IgbLegendTextContentChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendTextContentChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for legend's text content changed event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendTextContentChangedEventArgs.#ctor", + "id": 0, + "name": "IgbLegendTextContentChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendTextContentChangedEventArgs.IgbLegendTextContentChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendTextContentChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendTextContentChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendTextContentChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendTextContentChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendTextContentChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendTextContentChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendTextContentChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLegendTextContentChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolver", + "id": 0, + "name": "IgbLinearContourValueResolver", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolver", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "ContourValueResolver class which resolves contour lines to be distributed at linear intervals from the data minimum to the data maximum." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbContourValueResolver", + "id": 0, + "name": "IgbContourValueResolver" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolver.#ctor", + "id": 0, + "name": "IgbLinearContourValueResolver()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolver.IgbLinearContourValueResolver()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolver.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolver.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolver.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolver.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolver.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolver.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolver.ValueCount", + "id": 0, + "name": "ValueCount", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolver.ValueCount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how many contour values to return." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolverModule", + "id": 0, + "name": "IgbLinearContourValueResolverModule", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolverModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolverModule.#ctor", + "id": 0, + "name": "IgbLinearContourValueResolverModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolverModule.IgbLinearContourValueResolverModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolverModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolverModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolverModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolverModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolverModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearContourValueResolverModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge", + "id": 0, + "name": "IgbLinearGauge", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A linear gauge for displaying a single value on a defined scale." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.#ctor", + "id": 0, + "name": "IgbLinearGauge()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.IgbLinearGauge()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualHighlightValueDisplayMode", + "id": 0, + "name": "ActualHighlightValueDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualHighlightValueDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether and how to display the highlighted value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HighlightedValueDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualHighlightValueOpacity", + "id": 0, + "name": "ActualHighlightValueOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualHighlightValueOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity of the primary needle while highlighting" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualLabelFormatSpecifiers", + "id": 0, + "name": "ActualLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualMaximumValue", + "id": 0, + "name": "ActualMaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualMaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the resolved maximum value of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualMaximumValueChanged", + "id": 0, + "name": "ActualMaximumValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualMaximumValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<Double>", + "fullTypeName": "System.Action<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualMaximumValueChangedScript", + "id": 0, + "name": "ActualMaximumValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualMaximumValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualMinimumValue", + "id": 0, + "name": "ActualMinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualMinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the resolved minimum value of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualMinimumValueChanged", + "id": 0, + "name": "ActualMinimumValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualMinimumValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<Double>", + "fullTypeName": "System.Action<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualMinimumValueChangedScript", + "id": 0, + "name": "ActualMinimumValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualMinimumValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualPixelScalingRatio", + "id": 0, + "name": "ActualPixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualPixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual pixel scaling ratio used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualRanges", + "id": 0, + "name": "ActualRanges", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ActualRanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbLinearGraphRangeCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbLinearGraphRangeCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.AlignLabel", + "id": 0, + "name": "AlignLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.AlignLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbAlignLinearGraphLabelEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbAlignLinearGraphLabelEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.AlignLabelScript", + "id": 0, + "name": "AlignLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.AlignLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.BackingBrush", + "id": 0, + "name": "BackingBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.BackingBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use to fill the backing of the linear gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.BackingInnerExtent", + "id": 0, + "name": "BackingInnerExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.BackingInnerExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the inner extent of the linear gauge backing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.BackingOuterExtent", + "id": 0, + "name": "BackingOuterExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.BackingOuterExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the outer extent of the linear gauge backing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.BackingOutline", + "id": 0, + "name": "BackingOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.BackingOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for the outline of the backing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.BackingStrokeThickness", + "id": 0, + "name": "BackingStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.BackingStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness of the backing outline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ContainerResized", + "id": 0, + "name": "ContainerResized()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ContainerResized()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ContainerResizedAsync", + "id": 0, + "name": "ContainerResizedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ContainerResizedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ContentLabelFormatSpecifiers", + "id": 0, + "name": "ContentLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ContentLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ContentRanges", + "id": 0, + "name": "ContentRanges", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ContentRanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbLinearGraphRangeCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbLinearGraphRangeCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ExportSerializedVisualData", + "id": 0, + "name": "ExportSerializedVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ExportSerializedVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ExportSerializedVisualDataAsync", + "id": 0, + "name": "ExportSerializedVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ExportSerializedVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns visuals as a serialized string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.Flush", + "id": 0, + "name": "Flush()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.Flush()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.FlushAsync", + "id": 0, + "name": "FlushAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.FlushAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Use to force the linear gauge to finish any deferred work before printing or evaluating its visual." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.Font", + "id": 0, + "name": "Font", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.Font", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the font." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.FontBrush", + "id": 0, + "name": "FontBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.FontBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for the label font." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.FormatLabel", + "id": 0, + "name": "FormatLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.FormatLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFormatLinearGraphLabelEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFormatLinearGraphLabelEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.FormatLabelScript", + "id": 0, + "name": "FormatLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.FormatLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.GetCurrentActualMaximumValue", + "id": 0, + "name": "GetCurrentActualMaximumValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.GetCurrentActualMaximumValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.GetCurrentActualMaximumValueAsync", + "id": 0, + "name": "GetCurrentActualMaximumValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.GetCurrentActualMaximumValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.GetCurrentActualMinimumValue", + "id": 0, + "name": "GetCurrentActualMinimumValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.GetCurrentActualMinimumValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.GetCurrentActualMinimumValueAsync", + "id": 0, + "name": "GetCurrentActualMinimumValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.GetCurrentActualMinimumValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.GetCurrentHighlightValue", + "id": 0, + "name": "GetCurrentHighlightValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.GetCurrentHighlightValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.GetCurrentHighlightValueAsync", + "id": 0, + "name": "GetCurrentHighlightValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.GetCurrentHighlightValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.GetCurrentValue", + "id": 0, + "name": "GetCurrentValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.GetCurrentValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.GetCurrentValueAsync", + "id": 0, + "name": "GetCurrentValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.GetCurrentValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.GetValueForPoint(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetValueForPoint(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.GetValueForPoint(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.GetValueForPointAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetValueForPointAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.GetValueForPointAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value for the main scale of the gauge for a given point within the bounds of the gauge." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.HighlightNeedleContainsPoint(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "HighlightNeedleContainsPoint(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.HighlightNeedleContainsPoint(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "isFinger", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.HighlightNeedleContainsPointAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "HighlightNeedleContainsPointAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.HighlightNeedleContainsPointAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "isFinger", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.HighlightValue", + "id": 0, + "name": "HighlightValue", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.HighlightValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlight value at which to point the secondary needle of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.HighlightValueChanged", + "id": 0, + "name": "HighlightValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.HighlightValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbDoubleValueChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbDoubleValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.HighlightValueChangedScript", + "id": 0, + "name": "HighlightValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.HighlightValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.HighlightValueDisplayMode", + "id": 0, + "name": "HighlightValueDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.HighlightValueDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether and how to display the highlighted value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HighlightedValueDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.HighlightValueOpacity", + "id": 0, + "name": "HighlightValueOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.HighlightValueOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity of the primary needle while highlighting" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.Interval", + "id": 0, + "name": "Interval", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.Interval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the interval to use for the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.IsHighlightNeedleDraggingEnabled", + "id": 0, + "name": "IsHighlightNeedleDraggingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.IsHighlightNeedleDraggingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether highlight needle dragging is enabled or not." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.IsNeedleDraggingEnabled", + "id": 0, + "name": "IsNeedleDraggingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.IsNeedleDraggingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether needle dragging is enabled or not." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.IsScaleInverted", + "id": 0, + "name": "IsScaleInverted", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.IsScaleInverted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a value indicating whether the scale is inverted. When the scale is inverted the direction in which the scale values increase is right to left." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.LabelExtent", + "id": 0, + "name": "LabelExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.LabelExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to put the labels as a value from 0 to 1, measured from the bottom of the scale. Values further from zero than 1 can be used to hide the labels of the linear gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.LabelFormat", + "id": 0, + "name": "LabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.LabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label composite format used when creating label values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.LabelFormatSpecifiers", + "id": 0, + "name": "LabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.LabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the LabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.LabelInterval", + "id": 0, + "name": "LabelInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.LabelInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the interval to use for rendering labels. This defaults to be the same interval as the tickmarks on the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.LabelsPostInitial", + "id": 0, + "name": "LabelsPostInitial", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.LabelsPostInitial", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A value to start adding labels, added to the scale's MinimumValue." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.LabelsPreTerminal", + "id": 0, + "name": "LabelsPreTerminal", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.LabelsPreTerminal", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A value to stop adding labels, subtracted from the scale's MaximumValue." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.LabelsVisible", + "id": 0, + "name": "LabelsVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.LabelsVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the labels are visible in the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.MaximumValue", + "id": 0, + "name": "MaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.MaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum value of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.MergeViewports", + "id": 0, + "name": "MergeViewports", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.MergeViewports", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the scale viewport will be merged with backing viewport." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.MinimumValue", + "id": 0, + "name": "MinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.MinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the minimum value of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.MinorTickBrush", + "id": 0, + "name": "MinorTickBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.MinorTickBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for the minor tickmarks." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.MinorTickCount", + "id": 0, + "name": "MinorTickCount", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.MinorTickCount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the number of minor tickmarks to place between major tickmarks." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.MinorTickEndExtent", + "id": 0, + "name": "MinorTickEndExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.MinorTickEndExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to stop rendering the minor tickmarks as a value from 0 to 1, measured from the front/bottom of the linear gauge. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.MinorTickStartExtent", + "id": 0, + "name": "MinorTickStartExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.MinorTickStartExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to start rendering the minor tickmarks as a value from 0 to 1, measured from the front/bottom of the linear gauge. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.MinorTickStrokeThickness", + "id": 0, + "name": "MinorTickStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.MinorTickStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness to use when rendering minor ticks." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleBreadth", + "id": 0, + "name": "NeedleBreadth", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleBreadth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the needle breadth." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleBrush", + "id": 0, + "name": "NeedleBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for needle element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleContainsPoint(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "NeedleContainsPoint(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleContainsPoint(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "isFinger", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleContainsPointAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "NeedleContainsPointAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleContainsPointAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "isFinger", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleInnerBaseWidth", + "id": 0, + "name": "NeedleInnerBaseWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleInnerBaseWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width of the needle's inner base." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleInnerExtent", + "id": 0, + "name": "NeedleInnerExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleInnerExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to start rendering the needle geometry, measured from the front/bottom of the linear gauge as a value from 0 to 1. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleInnerPointExtent", + "id": 0, + "name": "NeedleInnerPointExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleInnerPointExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the extent of the needle's inner point." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleInnerPointWidth", + "id": 0, + "name": "NeedleInnerPointWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleInnerPointWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width of the needle's inner point." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleName", + "id": 0, + "name": "NeedleName", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name used for needle." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleOuterBaseWidth", + "id": 0, + "name": "NeedleOuterBaseWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleOuterBaseWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width of the needle's outer base." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleOuterExtent", + "id": 0, + "name": "NeedleOuterExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleOuterExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to stop rendering the needle geometry as a value from 0 to 1 measured from the front/bottom of the linear gauge. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleOuterPointExtent", + "id": 0, + "name": "NeedleOuterPointExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleOuterPointExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the extent of the needle's outer point." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleOuterPointWidth", + "id": 0, + "name": "NeedleOuterPointWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleOuterPointWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width of the needle's outer point." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleOutline", + "id": 0, + "name": "NeedleOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for the outline of needle element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleShape", + "id": 0, + "name": "NeedleShape", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleShape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the shape to use when rendering the needle from a number of options." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LinearGraphNeedleShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LinearGraphNeedleShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleStrokeThickness", + "id": 0, + "name": "NeedleStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.NeedleStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness to use when rendering single actual value element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.Orientation", + "id": 0, + "name": "Orientation", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.Orientation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the orientation of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LinearScaleOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.LinearScaleOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.PixelScalingRatio", + "id": 0, + "name": "PixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.PixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scaling value used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ProvideContainer(System.Object)", + "id": 0, + "name": "ProvideContainer(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ProvideContainer(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ProvideContainerAsync(System.Object)", + "id": 0, + "name": "ProvideContainerAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ProvideContainerAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called by the UI framework to provide a UI container for rendering this control." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.RangeBrushes", + "id": 0, + "name": "RangeBrushes", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.RangeBrushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a collection of brushes to be used as the palette for linear gauge ranges." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.RangeInnerExtent", + "id": 0, + "name": "RangeInnerExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.RangeInnerExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to start rendering the ranges, measured from the front/bottom of the control as a value from 0 to 1. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.RangeOuterExtent", + "id": 0, + "name": "RangeOuterExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.RangeOuterExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to stop rendering the range as a value from 0 to 1 measured from the front/bottom of the linear gauge. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.RangeOutlines", + "id": 0, + "name": "RangeOutlines", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.RangeOutlines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a collection of brushes to be used as the palette for linear gauge outlines." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.Ranges", + "id": 0, + "name": "Ranges", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.Ranges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scale ranges to render on the linear gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbLinearGraphRangeCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbLinearGraphRangeCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ScaleBrush", + "id": 0, + "name": "ScaleBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ScaleBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use to fill the scale of the linear gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ScaleEndExtent", + "id": 0, + "name": "ScaleEndExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ScaleEndExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to stop rendering the scale as a value from 0 to 1, measured from the front/bottom of the linear gauge. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ScaleInnerExtent", + "id": 0, + "name": "ScaleInnerExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ScaleInnerExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to start rendering the scale, measured from the bottom/front (when orientation is horizontal/vertical) of the control as a value from 0 to 1. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ScaleOuterExtent", + "id": 0, + "name": "ScaleOuterExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ScaleOuterExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to stop rendering the scale as a value from 0 to 1 measured from the bottom/front (when orientation is horizontal/vertical) of the linear gauge. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ScaleOutline", + "id": 0, + "name": "ScaleOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ScaleOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for the outline of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ScaleStartExtent", + "id": 0, + "name": "ScaleStartExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ScaleStartExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to start rendering the scale, measured from the front/bottom of the linear gauge as a value from 0 to 1. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ScaleStrokeThickness", + "id": 0, + "name": "ScaleStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ScaleStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness of the scale outline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ShowToolTip", + "id": 0, + "name": "ShowToolTip", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ShowToolTip", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a value indicating whether tooltips are enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ShowToolTipTimeout", + "id": 0, + "name": "ShowToolTipTimeout", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ShowToolTipTimeout", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the time in milliseconds that tooltip appearance is delayed with." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.StyleUpdated", + "id": 0, + "name": "StyleUpdated()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.StyleUpdated()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.StyleUpdatedAsync", + "id": 0, + "name": "StyleUpdatedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.StyleUpdatedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.TickBrush", + "id": 0, + "name": "TickBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.TickBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for the major tickmarks." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.TickEndExtent", + "id": 0, + "name": "TickEndExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.TickEndExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to stop rendering the major tickmarks as a value from 0 to 1, measured from the front/bottom of the linear gauge. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.TicksPostInitial", + "id": 0, + "name": "TicksPostInitial", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.TicksPostInitial", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A value to start adding tickmarks, added to the scale's MinimumValue." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.TicksPreTerminal", + "id": 0, + "name": "TicksPreTerminal", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.TicksPreTerminal", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A value to stop adding tickmarks, subtracted from the scale's MaximumValue." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.TickStartExtent", + "id": 0, + "name": "TickStartExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.TickStartExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to start rendering the major tickmarks as a value from 0 to 1, measured from the front/bottom of the linear gauge. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.TickStrokeThickness", + "id": 0, + "name": "TickStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.TickStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness to use when rendering ticks." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.TransitionDuration", + "id": 0, + "name": "TransitionDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.TransitionDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the number of milliseconds over which changes to the linear gauge should be animated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.TransitionProgress", + "id": 0, + "name": "TransitionProgress", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.TransitionProgress", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the transition progress of the animation when the control is animating." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value at which the needle is positioned." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ValueChanged", + "id": 0, + "name": "ValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbDoubleValueChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbDoubleValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGauge.ValueChangedScript", + "id": 0, + "name": "ValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGauge.ValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGaugeCoreModule", + "id": 0, + "name": "IgbLinearGaugeCoreModule", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGaugeCoreModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGaugeCoreModule.#ctor", + "id": 0, + "name": "IgbLinearGaugeCoreModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGaugeCoreModule.IgbLinearGaugeCoreModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGaugeCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGaugeCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGaugeCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGaugeCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGaugeCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGaugeCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGaugeDashboardTileModule", + "id": 0, + "name": "IgbLinearGaugeDashboardTileModule", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGaugeDashboardTileModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGaugeDashboardTileModule.#ctor", + "id": 0, + "name": "IgbLinearGaugeDashboardTileModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGaugeDashboardTileModule.IgbLinearGaugeDashboardTileModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGaugeDashboardTileModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGaugeDashboardTileModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGaugeDashboardTileModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGaugeDashboardTileModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGaugeDashboardTileModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGaugeDashboardTileModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGaugeModule", + "id": 0, + "name": "IgbLinearGaugeModule", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGaugeModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGaugeModule.#ctor", + "id": 0, + "name": "IgbLinearGaugeModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGaugeModule.IgbLinearGaugeModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGaugeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGaugeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGaugeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGaugeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGaugeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGaugeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRange", + "id": 0, + "name": "IgbLinearGraphRange", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRange", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a range in the IgbBulletGraph and IgbLinearGauge controls." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.#ctor", + "id": 0, + "name": "IgbLinearGraphRange()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.IgbLinearGraphRange()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.Brush", + "id": 0, + "name": "Brush", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.Brush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use to fill the range." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.EndValue", + "id": 0, + "name": "EndValue", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.EndValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value at which the range ends along the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.InnerEndExtent", + "id": 0, + "name": "InnerEndExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.InnerEndExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to end rendering the inner edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.InnerStartExtent", + "id": 0, + "name": "InnerStartExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.InnerStartExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to start rendering the inner edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.LinearGraphParent", + "id": 0, + "name": "LinearGraphParent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.LinearGraphParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.OuterEndExtent", + "id": 0, + "name": "OuterEndExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.OuterEndExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to end rendering the outer edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.OuterStartExtent", + "id": 0, + "name": "OuterStartExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.OuterStartExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to start rendering the outer edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.Outline", + "id": 0, + "name": "Outline", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.Outline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the outline to use when rendering the range." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.StartValue", + "id": 0, + "name": "StartValue", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.StartValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value at which the range starts along the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.StrokeThickness", + "id": 0, + "name": "StrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.StrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness to use when rendering this range's outline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRange.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRangeCollection", + "id": 0, + "name": "IgbLinearGraphRangeCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRangeCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbLinearGraphRange}", + "id": 0, + "name": "BaseCollection<IgbLinearGraphRange>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRangeCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbLinearGraphRangeCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRangeCollection.IgbLinearGraphRangeCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRangeModule", + "id": 0, + "name": "IgbLinearGraphRangeModule", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRangeModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRangeModule.#ctor", + "id": 0, + "name": "IgbLinearGraphRangeModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRangeModule.IgbLinearGraphRangeModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRangeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRangeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRangeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRangeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearGraphRangeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearGraphRangeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearProgress", + "id": 0, + "name": "IgbLinearProgress", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearProgress", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A linear progress indicator used to express unspecified wait time or display the length of a process." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBase", + "id": 0, + "name": "IgbProgressBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearProgress.#ctor", + "id": 0, + "name": "IgbLinearProgress()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearProgress.IgbLinearProgress()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearProgress.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearProgress.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearProgress.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearProgress.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearProgress.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearProgress.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearProgress.LabelAlign", + "id": 0, + "name": "LabelAlign", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearProgress.LabelAlign", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The position for the default label of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LinearProgressLabelAlign", + "fullTypeName": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearProgress.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearProgress.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearProgress.Striped", + "id": 0, + "name": "Striped", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearProgress.Striped", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the striped look of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearProgress.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearProgress.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearProgress.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearProgress.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearProgress.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearProgress.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearProgressModule", + "id": 0, + "name": "IgbLinearProgressModule", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearProgressModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearProgressModule.#ctor", + "id": 0, + "name": "IgbLinearProgressModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearProgressModule.IgbLinearProgressModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearProgressModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearProgressModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearProgressModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearProgressModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLinearProgressModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLinearProgressModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLineFragment", + "id": 0, + "name": "IgbLineFragment", + "fullName": "IgniteUI.Blazor.Controls.IgbLineFragment", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents one part of a StackedLineSeries." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFragmentBase", + "id": 0, + "name": "IgbFragmentBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLineFragment.#ctor", + "id": 0, + "name": "IgbLineFragment()", + "fullName": "IgniteUI.Blazor.Controls.IgbLineFragment.IgbLineFragment()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLineFragment.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbLineFragment.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLineFragment.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLineFragment.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLineFragment.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLineFragment.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLineFragmentModule", + "id": 0, + "name": "IgbLineFragmentModule", + "fullName": "IgniteUI.Blazor.Controls.IgbLineFragmentModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLineFragmentModule.#ctor", + "id": 0, + "name": "IgbLineFragmentModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbLineFragmentModule.IgbLineFragmentModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLineFragmentModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLineFragmentModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLineFragmentModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLineFragmentModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLineFragmentModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLineFragmentModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLineSeries", + "id": 0, + "name": "IgbLineSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbLineSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart line series. Displays trend over time or ordered categories. Useful when there are many data points and the order is important." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLineSeries.#ctor", + "id": 0, + "name": "IgbLineSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbLineSeries.IgbLineSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLineSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbLineSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLineSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLineSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLineSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLineSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLineSeries.UnknownValuePlotting", + "id": 0, + "name": "UnknownValuePlotting", + "fullName": "IgniteUI.Blazor.Controls.IgbLineSeries.UnknownValuePlotting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines how unknown values will be plotted on the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "UnknownValuePlotting", + "fullTypeName": "IgniteUI.Blazor.Controls.UnknownValuePlotting" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLineSeriesModule", + "id": 0, + "name": "IgbLineSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbLineSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLineSeriesModule.#ctor", + "id": 0, + "name": "IgbLineSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbLineSeriesModule.IgbLineSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbList", + "id": 0, + "name": "IgbList", + "fullName": "IgniteUI.Blazor.Controls.IgbList", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Displays a collection of data items in a templatable list format." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbList.#ctor", + "id": 0, + "name": "IgbList()", + "fullName": "IgniteUI.Blazor.Controls.IgbList.IgbList()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbList.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbList.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbList.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbList.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbList.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbList.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbList.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbList.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbList.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbList.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbList.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbList.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbList.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbList.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbList.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbList.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbList.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbList.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbList.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbList.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListHeader", + "id": 0, + "name": "IgbListHeader", + "fullName": "IgniteUI.Blazor.Controls.IgbListHeader", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Header list item." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListHeader.#ctor", + "id": 0, + "name": "IgbListHeader()", + "fullName": "IgniteUI.Blazor.Controls.IgbListHeader.IgbListHeader()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListHeader.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbListHeader.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListHeader.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbListHeader.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListHeader.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbListHeader.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListHeader.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbListHeader.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListHeader.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbListHeader.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListHeader.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbListHeader.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListHeader.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbListHeader.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListHeader.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbListHeader.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListHeader.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbListHeader.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListHeader.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbListHeader.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListHeaderModule", + "id": 0, + "name": "IgbListHeaderModule", + "fullName": "IgniteUI.Blazor.Controls.IgbListHeaderModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListHeaderModule.#ctor", + "id": 0, + "name": "IgbListHeaderModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbListHeaderModule.IgbListHeaderModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListHeaderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbListHeaderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListHeaderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbListHeaderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListHeaderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbListHeaderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListItem", + "id": 0, + "name": "IgbListItem", + "fullName": "IgniteUI.Blazor.Controls.IgbListItem", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The list-item component is a container intended for row items in the list component." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListItem.#ctor", + "id": 0, + "name": "IgbListItem()", + "fullName": "IgniteUI.Blazor.Controls.IgbListItem.IgbListItem()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListItem.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbListItem.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListItem.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbListItem.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListItem.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbListItem.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListItem.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbListItem.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListItem.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbListItem.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListItem.Selected", + "id": 0, + "name": "Selected", + "fullName": "IgniteUI.Blazor.Controls.IgbListItem.Selected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Defines if the list item is selected or not." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListItem.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbListItem.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListItem.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbListItem.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListItem.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbListItem.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListItem.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbListItem.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListItem.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbListItem.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListItemModule", + "id": 0, + "name": "IgbListItemModule", + "fullName": "IgniteUI.Blazor.Controls.IgbListItemModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListItemModule.#ctor", + "id": 0, + "name": "IgbListItemModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbListItemModule.IgbListItemModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListItemModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbListItemModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListItemModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbListItemModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListItemModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbListItemModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListModule", + "id": 0, + "name": "IgbListModule", + "fullName": "IgniteUI.Blazor.Controls.IgbListModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListModule.#ctor", + "id": 0, + "name": "IgbListModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbListModule.IgbListModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbListModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbListModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbListModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel", + "id": 0, + "name": "IgbListPanel", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.#ctor", + "id": 0, + "name": "IgbListPanel()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.IgbListPanel()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ActivationBorder", + "id": 0, + "name": "ActivationBorder", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ActivationBorder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the activation border color to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ActivationBorderBottomWidth", + "id": 0, + "name": "ActivationBorderBottomWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ActivationBorderBottomWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of bottom activation border to use for the cell content of this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ActivationBorderLeftWidth", + "id": 0, + "name": "ActivationBorderLeftWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ActivationBorderLeftWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of left activation border to use for the cell content for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ActivationBorderRightWidth", + "id": 0, + "name": "ActivationBorderRightWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ActivationBorderRightWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of right activation border to use for the cell content of this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ActivationBorderTopWidth", + "id": 0, + "name": "ActivationBorderTopWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ActivationBorderTopWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of top activation border to use for the cell content for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ActivationMode", + "id": 0, + "name": "ActivationMode", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ActivationMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the grid selection mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ListPanelActivationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ListPanelActivationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ActiveRow", + "id": 0, + "name": "ActiveRow", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ActiveRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position of the active row." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ActiveRowChanged", + "id": 0, + "name": "ActiveRowChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ActiveRowChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbListPanelActiveRowChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbListPanelActiveRowChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ActiveRowChangedScript", + "id": 0, + "name": "ActiveRowChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ActiveRowChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ActualPrimaryKey", + "id": 0, + "name": "ActualPrimaryKey", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ActualPrimaryKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets either the inferred primary key from the data source, or the user provided primary key, if present. Represents the actual primary key that the grid will use in operations that require it." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ActualPrimaryKeyChanged", + "id": 0, + "name": "ActualPrimaryKeyChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ActualPrimaryKeyChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<String[]>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.String[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ActualPrimaryKeyChangedScript", + "id": 0, + "name": "ActualPrimaryKeyChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ActualPrimaryKeyChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ActualRowHeight", + "id": 0, + "name": "ActualRowHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ActualRowHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.BackgroundColor", + "id": 0, + "name": "BackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.BackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the background of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.CellFontFamily", + "id": 0, + "name": "CellFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.CellFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.CellFontSize", + "id": 0, + "name": "CellFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.CellFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.CellFontStyle", + "id": 0, + "name": "CellFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.CellFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.CellFontWeight", + "id": 0, + "name": "CellFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.CellFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ContentRefreshed", + "id": 0, + "name": "ContentRefreshed", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ContentRefreshed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbListPanelContentRefreshedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbListPanelContentRefreshedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ContentRefreshedScript", + "id": 0, + "name": "ContentRefreshedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ContentRefreshedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.DataIndexOfItem(System.Object)", + "id": 0, + "name": "DataIndexOfItem(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.DataIndexOfItem(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.DataIndexOfItemAsync(System.Object)", + "id": 0, + "name": "DataIndexOfItemAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.DataIndexOfItemAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the data index of an item within the bound data source." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data to which to bind the grid. This can be some type of array or list, or it can be an IDataSource instance." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.DeselectAllRows", + "id": 0, + "name": "DeselectAllRows()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.DeselectAllRows()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.DeselectAllRowsAsync", + "id": 0, + "name": "DeselectAllRowsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.DeselectAllRowsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Deselects all currently selected rows." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ExportSerializedVisualData", + "id": 0, + "name": "ExportSerializedVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ExportSerializedVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ExportSerializedVisualDataAsync", + "id": 0, + "name": "ExportSerializedVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ExportSerializedVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ExportVisualData", + "id": 0, + "name": "ExportVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ExportVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ExportVisualDataAsync", + "id": 0, + "name": "ExportVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ExportVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.GetCurrentActiveRow", + "id": 0, + "name": "GetCurrentActiveRow()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.GetCurrentActiveRow()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.GetCurrentActiveRowAsync", + "id": 0, + "name": "GetCurrentActiveRowAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.GetCurrentActiveRowAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.GetCurrentActualPrimaryKey", + "id": 0, + "name": "GetCurrentActualPrimaryKey()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.GetCurrentActualPrimaryKey()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.GetCurrentActualPrimaryKeyAsync", + "id": 0, + "name": "GetCurrentActualPrimaryKeyAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.GetCurrentActualPrimaryKeyAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.String[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.GetCurrentSelectedItems", + "id": 0, + "name": "GetCurrentSelectedItems()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.GetCurrentSelectedItems()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbListPanelSelectedItemsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.GetCurrentSelectedItemsAsync", + "id": 0, + "name": "GetCurrentSelectedItemsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.GetCurrentSelectedItemsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbListPanelSelectedItemsCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.GetCurrentSelectedKeys", + "id": 0, + "name": "GetCurrentSelectedKeys()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.GetCurrentSelectedKeys()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbListPanelSelectedKeysCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.GetCurrentSelectedKeysAsync", + "id": 0, + "name": "GetCurrentSelectedKeysAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.GetCurrentSelectedKeysAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbListPanelSelectedKeysCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.GetFirstVisibleIndex", + "id": 0, + "name": "GetFirstVisibleIndex()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.GetFirstVisibleIndex()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.GetFirstVisibleIndexAsync", + "id": 0, + "name": "GetFirstVisibleIndexAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.GetFirstVisibleIndexAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the first visible index in the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.GetItemKey(System.String[],System.Object)", + "id": 0, + "name": "GetItemKey(String[], Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.GetItemKey(System.String[], System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "primaryKey", + "type": "String[]", + "fullTypeName": "System.String[]" + }, + { + "name": "item_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbListPanelPrimaryKeyValue", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.GetItemKeyAsync(System.String[],System.Object)", + "id": 0, + "name": "GetItemKeyAsync(String[], Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.GetItemKeyAsync(System.String[], System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "primaryKey", + "type": "String[]", + "fullTypeName": "System.String[]" + }, + { + "name": "item_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<IgbListPanelPrimaryKeyValue>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.GetLastVisibleIndex", + "id": 0, + "name": "GetLastVisibleIndex()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.GetLastVisibleIndex()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.GetLastVisibleIndexAsync", + "id": 0, + "name": "GetLastVisibleIndexAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.GetLastVisibleIndexAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the last visible index in the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.GetRowKey(System.String[],System.Int32)", + "id": 0, + "name": "GetRowKey(String[], Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.GetRowKey(System.String[], System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "primaryKey", + "type": "String[]", + "fullTypeName": "System.String[]" + }, + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "IgbListPanelPrimaryKeyValue", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.GetRowKeyAsync(System.String[],System.Int32)", + "id": 0, + "name": "GetRowKeyAsync(String[], Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.GetRowKeyAsync(System.String[], System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "primaryKey", + "type": "String[]", + "fullTypeName": "System.String[]" + }, + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<IgbListPanelPrimaryKeyValue>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.InvalidateVisibleItems", + "id": 0, + "name": "InvalidateVisibleItems()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.InvalidateVisibleItems()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.InvalidateVisibleItemsAsync", + "id": 0, + "name": "InvalidateVisibleItemsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.InvalidateVisibleItemsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Invalidates the bound data for the rows currently visible." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.IsActiveRowStyleEnabled", + "id": 0, + "name": "IsActiveRowStyleEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.IsActiveRowStyleEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the active row style will be applied to rows when made active." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.IsCustomRowHeightEnabled", + "id": 0, + "name": "IsCustomRowHeightEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.IsCustomRowHeightEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the background of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ItemClicked", + "id": 0, + "name": "ItemClicked", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ItemClicked", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbListPanelItemEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ItemClickedScript", + "id": 0, + "name": "ItemClickedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ItemClickedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ItemHeightRequested", + "id": 0, + "name": "ItemHeightRequested", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ItemHeightRequested", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbListPanelTemplateHeightRequestedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ItemHeightRequestedScript", + "id": 0, + "name": "ItemHeightRequestedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ItemHeightRequestedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ItemRebind", + "id": 0, + "name": "ItemRebind", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ItemRebind", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbListPanelContentRebindEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbListPanelContentRebindEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ItemRebindScript", + "id": 0, + "name": "ItemRebindScript", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ItemRebindScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ItemRecycled", + "id": 0, + "name": "ItemRecycled", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ItemRecycled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbListPanelContentRecycledEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbListPanelContentRecycledEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ItemRecycledScript", + "id": 0, + "name": "ItemRecycledScript", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ItemRecycledScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ItemSpacing", + "id": 0, + "name": "ItemSpacing", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ItemSpacing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the spacing between items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ItemWidthRequested", + "id": 0, + "name": "ItemWidthRequested", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ItemWidthRequested", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbListPanelTemplateWidthRequestedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ItemWidthRequestedScript", + "id": 0, + "name": "ItemWidthRequestedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ItemWidthRequestedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.NormalBackground", + "id": 0, + "name": "NormalBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.NormalBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.NotifyOnAllSelectionChanges", + "id": 0, + "name": "NotifyOnAllSelectionChanges", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.NotifyOnAllSelectionChanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the grid should notify on programmatic selection changes as well as changes from the UI." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.Orientation", + "id": 0, + "name": "Orientation", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.Orientation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the background of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ListPanelOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ListPanelOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.PrimaryKey", + "id": 0, + "name": "PrimaryKey", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.PrimaryKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the user provided primary key to assume for the data. Certain functionality of the grid requires a way to uniquely identify items in order to work correctly. If a primary key cannot be inferred from the data source, you may need to provide one here." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.RowHeight", + "id": 0, + "name": "RowHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.RowHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.RowUpdating", + "id": 0, + "name": "RowUpdating", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.RowUpdating", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbListPanelTemplateItemUpdatingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.RowUpdatingScript", + "id": 0, + "name": "RowUpdatingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.RowUpdatingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.SchemaIncludedProperties", + "id": 0, + "name": "SchemaIncludedProperties", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.SchemaIncludedProperties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets either the filtered properties to include in the schema of the data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ScrollbarBackground", + "id": 0, + "name": "ScrollbarBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ScrollbarBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scrollbar background color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ScrollbarStyle", + "id": 0, + "name": "ScrollbarStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ScrollbarStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the style of scrollbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScrollbarStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.ScrollbarStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ScrollToLastRowByIndex(System.Double)", + "id": 0, + "name": "ScrollToLastRowByIndex(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ScrollToLastRowByIndex(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowNumber", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ScrollToLastRowByIndexAsync(System.Double)", + "id": 0, + "name": "ScrollToLastRowByIndexAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ScrollToLastRowByIndexAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls the grid so that a row is the last visible, by index." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowNumber", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ScrollToRowByIndex(System.Double)", + "id": 0, + "name": "ScrollToRowByIndex(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ScrollToRowByIndex(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowNumber", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.ScrollToRowByIndexAsync(System.Double)", + "id": 0, + "name": "ScrollToRowByIndexAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.ScrollToRowByIndexAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls the grid to given row, by index" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowNumber", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.SelectAllRows", + "id": 0, + "name": "SelectAllRows()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.SelectAllRows()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.SelectAllRowsAsync", + "id": 0, + "name": "SelectAllRowsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.SelectAllRowsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Selects all of the rows in the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.SelectedBackground", + "id": 0, + "name": "SelectedBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.SelectedBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color to use for the cells when they are selected" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.SelectedItems", + "id": 0, + "name": "SelectedItems", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.SelectedItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets which items are currently selected in the grid. Collection can be updated to programatically select items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbListPanelSelectedItemsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.SelectedItemsChanged", + "id": 0, + "name": "SelectedItemsChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.SelectedItemsChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbListPanelSelectedItemsChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.SelectedItemsChangedScript", + "id": 0, + "name": "SelectedItemsChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.SelectedItemsChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.SelectedKeys", + "id": 0, + "name": "SelectedKeys", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.SelectedKeys", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets which primary key values are currently selected in the grid. Collection can be updated to programatically select items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbListPanelSelectedKeysCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.SelectedKeysChanged", + "id": 0, + "name": "SelectedKeysChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.SelectedKeysChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbListPanelSelectedKeysChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.SelectedKeysChangedScript", + "id": 0, + "name": "SelectedKeysChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.SelectedKeysChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.SelectionBehavior", + "id": 0, + "name": "SelectionBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.SelectionBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets how selection behaves in the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ListPanelSelectionBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ListPanelSelectionBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.SelectionChanged", + "id": 0, + "name": "SelectionChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.SelectionChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbListPanelSelectionChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbListPanelSelectionChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.SelectionChangedScript", + "id": 0, + "name": "SelectionChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.SelectionChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.SelectionMode", + "id": 0, + "name": "SelectionMode", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.SelectionMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the grid selection mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ListPanelSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ListPanelSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the text of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanel.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanel.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelActiveRowChangedEventArgs", + "id": 0, + "name": "IgbListPanelActiveRowChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelActiveRowChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the change to the selected cells in the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelActiveRowChangedEventArgs.#ctor", + "id": 0, + "name": "IgbListPanelActiveRowChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelActiveRowChangedEventArgs.IgbListPanelActiveRowChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelActiveRowChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelActiveRowChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelActiveRowChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelActiveRowChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelActiveRowChangedEventArgs.NewActiveRow", + "id": 0, + "name": "NewActiveRow", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelActiveRowChangedEventArgs.NewActiveRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The new active row." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelActiveRowChangedEventArgs.OldActiveRow", + "id": 0, + "name": "OldActiveRow", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelActiveRowChangedEventArgs.OldActiveRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The old active row." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelActiveRowChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelActiveRowChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelActiveRowChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelActiveRowChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRebindEventArgs", + "id": 0, + "name": "IgbListPanelContentRebindEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRebindEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about list item content that was just rebound." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRebindEventArgs.#ctor", + "id": 0, + "name": "IgbListPanelContentRebindEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRebindEventArgs.IgbListPanelContentRebindEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRebindEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRebindEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRebindEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRebindEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRebindEventArgs.RowObject", + "id": 0, + "name": "RowObject", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRebindEventArgs.RowObject", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The model that is rebinding." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRebindEventArgs.RowObjectScript", + "id": 0, + "name": "RowObjectScript", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRebindEventArgs.RowObjectScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowObject in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRebindEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRebindEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRebindEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRebindEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRecycledEventArgs", + "id": 0, + "name": "IgbListPanelContentRecycledEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRecycledEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about list item content that was just recycled." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRecycledEventArgs.#ctor", + "id": 0, + "name": "IgbListPanelContentRecycledEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRecycledEventArgs.IgbListPanelContentRecycledEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRecycledEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRecycledEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRecycledEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRecycledEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRecycledEventArgs.RowObject", + "id": 0, + "name": "RowObject", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRecycledEventArgs.RowObject", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The model that was recycled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRecycledEventArgs.RowObjectScript", + "id": 0, + "name": "RowObjectScript", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRecycledEventArgs.RowObjectScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowObject in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRecycledEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRecycledEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRecycledEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRecycledEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRefreshedEventArgs", + "id": 0, + "name": "IgbListPanelContentRefreshedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRefreshedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRefreshedEventArgs.#ctor", + "id": 0, + "name": "IgbListPanelContentRefreshedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRefreshedEventArgs.IgbListPanelContentRefreshedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRefreshedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRefreshedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRefreshedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRefreshedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRefreshedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRefreshedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelContentRefreshedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelContentRefreshedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs", + "id": 0, + "name": "IgbListPanelItemEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event arguments for the SelectionChanged event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs.#ctor", + "id": 0, + "name": "IgbListPanelItemEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs.IgbListPanelItemEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs.IsDoubleClick", + "id": 0, + "name": "IsDoubleClick", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs.IsDoubleClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs.IsLeftButton", + "id": 0, + "name": "IsLeftButton", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs.IsLeftButton", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs.ItemInfo", + "id": 0, + "name": "ItemInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs.ItemInfo", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbListPanelItemModel", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbListPanelItemModel" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs.ListPanel", + "id": 0, + "name": "ListPanel", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs.ListPanel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbListPanel", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbListPanel" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemModel", + "id": 0, + "name": "IgbListPanelItemModel", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemModel", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.#ctor", + "id": 0, + "name": "IgbListPanelItemModel()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.IgbListPanelItemModel()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.DataRow", + "id": 0, + "name": "DataRow", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.DataRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.IsActivated", + "id": 0, + "name": "IsActivated", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.IsActivated", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.IsActivationSupported", + "id": 0, + "name": "IsActivationSupported", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.IsActivationSupported", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.IsModelDirty", + "id": 0, + "name": "IsModelDirty", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.IsModelDirty", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.IsSelected", + "id": 0, + "name": "IsSelected", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.IsSelected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.Left", + "id": 0, + "name": "Left", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.Left", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.RowHeight", + "id": 0, + "name": "RowHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.RowHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.RowObject", + "id": 0, + "name": "RowObject", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.RowObject", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.RowObjectScript", + "id": 0, + "name": "RowObjectScript", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.RowObjectScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowObject in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.Top", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelItemModel.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelModule", + "id": 0, + "name": "IgbListPanelModule", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelModule.#ctor", + "id": 0, + "name": "IgbListPanelModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelModule.IgbListPanelModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue", + "id": 0, + "name": "IgbListPanelPrimaryKeyValue", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A primary key value." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue.#ctor", + "id": 0, + "name": "IgbListPanelPrimaryKeyValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue.IgbListPanelPrimaryKeyValue()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue.Key", + "id": 0, + "name": "Key", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue.Key", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The primary key associated with this value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The value of the keys for this primary key value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValueModule", + "id": 0, + "name": "IgbListPanelPrimaryKeyValueModule", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValueModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValueModule.#ctor", + "id": 0, + "name": "IgbListPanelPrimaryKeyValueModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValueModule.IgbListPanelPrimaryKeyValueModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValueModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValueModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValueModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValueModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValueModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValueModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsChangedEventArgs", + "id": 0, + "name": "IgbListPanelSelectedItemsChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the changing selected items in the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsChangedEventArgs.#ctor", + "id": 0, + "name": "IgbListPanelSelectedItemsChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsChangedEventArgs.IgbListPanelSelectedItemsChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsChangedEventArgs.AddedItems", + "id": 0, + "name": "AddedItems", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsChangedEventArgs.AddedItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The items added to the selection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbListPanelSelectedItemsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsChangedEventArgs.CurrentItems", + "id": 0, + "name": "CurrentItems", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsChangedEventArgs.CurrentItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The items added to the selection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbListPanelSelectedItemsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsChangedEventArgs.RemovedItems", + "id": 0, + "name": "RemovedItems", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsChangedEventArgs.RemovedItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The items removed from the selection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbListPanelSelectedItemsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsCollection", + "id": 0, + "name": "IgbListPanelSelectedItemsCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{System.Object}", + "id": 0, + "name": "BaseCollection<Object>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbListPanelSelectedItemsCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedItemsCollection.IgbListPanelSelectedItemsCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysChangedEventArgs", + "id": 0, + "name": "IgbListPanelSelectedKeysChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the change to the selected keys in the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysChangedEventArgs.#ctor", + "id": 0, + "name": "IgbListPanelSelectedKeysChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysChangedEventArgs.IgbListPanelSelectedKeysChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysChangedEventArgs.AddedKeys", + "id": 0, + "name": "AddedKeys", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysChangedEventArgs.AddedKeys", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The keys added to the selection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbListPanelSelectedKeysCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysChangedEventArgs.CurrentKeys", + "id": 0, + "name": "CurrentKeys", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysChangedEventArgs.CurrentKeys", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "All keys in the selection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbListPanelSelectedKeysCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysChangedEventArgs.RemovedKeys", + "id": 0, + "name": "RemovedKeys", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysChangedEventArgs.RemovedKeys", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The keys removed from the selection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbListPanelSelectedKeysCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysCollection", + "id": 0, + "name": "IgbListPanelSelectedKeysCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbListPanelPrimaryKeyValue}", + "id": 0, + "name": "BaseCollection<IgbListPanelPrimaryKeyValue>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbListPanelSelectedKeysCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectedKeysCollection.IgbListPanelSelectedKeysCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectionChangedEventArgs", + "id": 0, + "name": "IgbListPanelSelectionChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectionChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event arguments for the SelectionChanged event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectionChangedEventArgs.#ctor", + "id": 0, + "name": "IgbListPanelSelectionChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectionChangedEventArgs.IgbListPanelSelectionChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectionChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectionChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectionChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectionChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectionChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectionChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelSelectionChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelSelectionChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs", + "id": 0, + "name": "IgbListPanelTemplateHeightRequestedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs.#ctor", + "id": 0, + "name": "IgbListPanelTemplateHeightRequestedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs.IgbListPanelTemplateHeightRequestedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs.DataItem", + "id": 0, + "name": "DataItem", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs.DataItem", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs.DataItemScript", + "id": 0, + "name": "DataItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs.DataItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataItem in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs.DataRow", + "id": 0, + "name": "DataRow", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs.DataRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs.Height", + "id": 0, + "name": "Height", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs.Height", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateHeightRequestedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs", + "id": 0, + "name": "IgbListPanelTemplateItemUpdatingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs.#ctor", + "id": 0, + "name": "IgbListPanelTemplateItemUpdatingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs.IgbListPanelTemplateItemUpdatingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs.AvailableWidth", + "id": 0, + "name": "AvailableWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs.AvailableWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs.Content", + "id": 0, + "name": "Content", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs.Content", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs.ContentScript", + "id": 0, + "name": "ContentScript", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs.ContentScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Content in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs.Model", + "id": 0, + "name": "Model", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs.Model", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbListPanelItemModel", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbListPanelItemModel" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateItemUpdatingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs", + "id": 0, + "name": "IgbListPanelTemplateWidthRequestedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs.#ctor", + "id": 0, + "name": "IgbListPanelTemplateWidthRequestedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs.IgbListPanelTemplateWidthRequestedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs.DataItem", + "id": 0, + "name": "DataItem", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs.DataItem", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs.DataItemScript", + "id": 0, + "name": "DataItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs.DataItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataItem in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs.DataRow", + "id": 0, + "name": "DataRow", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs.DataRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs.Width", + "id": 0, + "name": "Width", + "fullName": "IgniteUI.Blazor.Controls.IgbListPanelTemplateWidthRequestedEventArgs.Width", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression", + "id": 0, + "name": "IgbLiteralFilterExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a literal value filter expression." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression.#ctor", + "id": 0, + "name": "IgbLiteralFilterExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression.IgbLiteralFilterExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression.IsLiteral", + "id": 0, + "name": "IsLiteral", + "fullName": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression.IsLiteral", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the expression is a literal value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression.IsNull", + "id": 0, + "name": "IsNull", + "fullName": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression.IsNull", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the expression is a null value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression.LeaveUnquoted", + "id": 0, + "name": "LeaveUnquoted", + "fullName": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression.LeaveUnquoted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the value should be emitted unquoted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression.LiteralValue", + "id": 0, + "name": "LiteralValue", + "fullName": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression.LiteralValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the literal value to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression.Precedence", + "id": 0, + "name": "Precedence", + "fullName": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression.Precedence", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLiteralFilterExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource", + "id": 0, + "name": "IgbLocalDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A local data source which has synchronous access to its data items." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource", + "id": 0, + "name": "IgbBaseDataSource" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.#ctor", + "id": 0, + "name": "IgbLocalDataSource()", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.IgbLocalDataSource()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.ClearPinnedRows", + "id": 0, + "name": "ClearPinnedRows()", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.ClearPinnedRows()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.ClearPinnedRowsAsync", + "id": 0, + "name": "ClearPinnedRowsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.ClearPinnedRowsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.Clone", + "id": 0, + "name": "Clone()", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.Clone()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSource", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSource" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.CloneAsync", + "id": 0, + "name": "CloneAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.CloneAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Clones this data source instance, copying the summary, grouping, filter and sorting settings into the new instance." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<DataSource>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.DataSource>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the backing data for the data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetIsRowExpandedAtIndex(System.Int32)", + "id": 0, + "name": "GetIsRowExpandedAtIndex(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetIsRowExpandedAtIndex(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetIsRowExpandedAtIndexAsync(System.Int32)", + "id": 0, + "name": "GetIsRowExpandedAtIndexAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetIsRowExpandedAtIndexAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetItemAtIndex(System.Int32)", + "id": 0, + "name": "GetItemAtIndex(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetItemAtIndex(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetItemAtIndexAsync(System.Int32)", + "id": 0, + "name": "GetItemAtIndexAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetItemAtIndexAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the item at the specific index in the data source. This index is based on the data source's current view of the data, not the actual underlying indexes of the original source." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetItemFromKey(System.Object[])", + "id": 0, + "name": "GetItemFromKey(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetItemFromKey(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetItemFromKeyAsync(System.Object[])", + "id": 0, + "name": "GetItemFromKeyAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetItemFromKeyAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetItemPropertyAtIndex(System.Int32,System.String)", + "id": 0, + "name": "GetItemPropertyAtIndex(Int32, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetItemPropertyAtIndex(System.Int32, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetItemPropertyAtIndexAsync(System.Int32,System.String)", + "id": 0, + "name": "GetItemPropertyAtIndexAsync(Int32, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetItemPropertyAtIndexAsync(System.Int32, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetRootSummaryResults", + "id": 0, + "name": "GetRootSummaryResults()", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetRootSummaryResults()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGridSummaryResult[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetRootSummaryResultsAsync", + "id": 0, + "name": "GetRootSummaryResultsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetRootSummaryResultsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the summary results for the root level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbDataGridSummaryResult[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetRootSummaryRowCount", + "id": 0, + "name": "GetRootSummaryRowCount()", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetRootSummaryRowCount()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetRootSummaryRowCountAsync", + "id": 0, + "name": "GetRootSummaryRowCountAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetRootSummaryRowCountAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the number of summary rows at the root level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetRowLevel(System.Int32)", + "id": 0, + "name": "GetRowLevel(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetRowLevel(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetRowLevelAsync(System.Int32)", + "id": 0, + "name": "GetRowLevelAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetRowLevelAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetRowType(System.Int32)", + "id": 0, + "name": "GetRowType(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetRowType(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "DataSourceRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetRowTypeAsync(System.Int32)", + "id": 0, + "name": "GetRowTypeAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetRowTypeAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<DataSourceRowType>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.DataSourceRowType>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetSectionSummaryResults(System.Int32)", + "id": 0, + "name": "GetSectionSummaryResults(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetSectionSummaryResults(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "sectionIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "IgbDataGridSummaryResult[][]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[][]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetSectionSummaryResultsAsync(System.Int32)", + "id": 0, + "name": "GetSectionSummaryResultsAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetSectionSummaryResultsAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the summary results for a specific section." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "sectionIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<IgbDataGridSummaryResult[][]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[][]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetStickyRowPriority(System.Int32)", + "id": 0, + "name": "GetStickyRowPriority(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetStickyRowPriority(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetStickyRowPriorityAsync(System.Int32)", + "id": 0, + "name": "GetStickyRowPriorityAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.GetStickyRowPriorityAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.IndexOfItem(System.Object)", + "id": 0, + "name": "IndexOfItem(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.IndexOfItem(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.IndexOfItemAsync(System.Object)", + "id": 0, + "name": "IndexOfItemAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.IndexOfItemAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called to return the index for an item contained in the data source, or -1, if the item can't be found, or this action isn't currently supported." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.IndexOfKey(System.Object[])", + "id": 0, + "name": "IndexOfKey(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.IndexOfKey(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.IndexOfKeyAsync(System.Object[])", + "id": 0, + "name": "IndexOfKeyAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.IndexOfKeyAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.IsExclusivelySticky(System.Int32)", + "id": 0, + "name": "IsExclusivelySticky(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.IsExclusivelySticky(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.IsExclusivelyStickyAsync(System.Int32)", + "id": 0, + "name": "IsExclusivelyStickyAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.IsExclusivelyStickyAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.IsRowPinned(System.Int32)", + "id": 0, + "name": "IsRowPinned(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.IsRowPinned(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.IsRowPinnedAsync(System.Int32)", + "id": 0, + "name": "IsRowPinnedAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.IsRowPinnedAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.PinRow(System.Object[])", + "id": 0, + "name": "PinRow(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.PinRow(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.PinRowAsync(System.Object[])", + "id": 0, + "name": "PinRowAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.PinRowAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.SetIsRowExpandedAtIndex(System.Int32,System.Boolean)", + "id": 0, + "name": "SetIsRowExpandedAtIndex(Int32, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.SetIsRowExpandedAtIndex(System.Int32, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "isExpanded", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.SetIsRowExpandedAtIndexAsync(System.Int32,System.Boolean)", + "id": 0, + "name": "SetIsRowExpandedAtIndexAsync(Int32, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.SetIsRowExpandedAtIndexAsync(System.Int32, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "isExpanded", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.UnpinRow(System.Object[])", + "id": 0, + "name": "UnpinRow(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.UnpinRow(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource.UnpinRowAsync(System.Object[])", + "id": 0, + "name": "UnpinRowAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSource.UnpinRowAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSourceModule", + "id": 0, + "name": "IgbLocalDataSourceModule", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSourceModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSourceModule.#ctor", + "id": 0, + "name": "IgbLocalDataSourceModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSourceModule.IgbLocalDataSourceModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSourceModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSourceModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSourceModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSourceModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSourceModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbLocalDataSourceModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLostFocusEventArgs", + "id": 0, + "name": "IgbLostFocusEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbLostFocusEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbLostFocusEventArgs.#ctor", + "id": 0, + "name": "IgbLostFocusEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbLostFocusEventArgs.IgbLostFocusEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLostFocusEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbLostFocusEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLostFocusEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLostFocusEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLostFocusEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbLostFocusEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLostFocusEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbLostFocusEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the base class for series containing markers." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries.#ctor", + "id": 0, + "name": "IgbMarkerSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbMarkerSeries.IgbMarkerSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries.ActualMarkerBrush", + "id": 0, + "name": "ActualMarkerBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbMarkerSeries.ActualMarkerBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective marker brush for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries.ActualMarkerOutline", + "id": 0, + "name": "ActualMarkerOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbMarkerSeries.ActualMarkerOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective marker outline for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries.ActualMarkerTemplate", + "id": 0, + "name": "ActualMarkerTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbMarkerSeries.ActualMarkerTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective marker template for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries.ActualMarkerTemplateScript", + "id": 0, + "name": "ActualMarkerTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMarkerSeries.ActualMarkerTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ActualMarkerTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries.ActualMarkerType", + "id": 0, + "name": "ActualMarkerType", + "fullName": "IgniteUI.Blazor.Controls.IgbMarkerSeries.ActualMarkerType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the resolved marker type for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMarkerSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries.IsCustomMarkerCircular", + "id": 0, + "name": "IsCustomMarkerCircular", + "fullName": "IgniteUI.Blazor.Controls.IgbMarkerSeries.IsCustomMarkerCircular", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the marker for the current series object should be treated as circular." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries.MarkerBrush", + "id": 0, + "name": "MarkerBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbMarkerSeries.MarkerBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush that specifies how the current series object's marker interiors are painted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries.MarkerFillMode", + "id": 0, + "name": "MarkerFillMode", + "fullName": "IgniteUI.Blazor.Controls.IgbMarkerSeries.MarkerFillMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerFillMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerFillMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries.MarkerOutline", + "id": 0, + "name": "MarkerOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbMarkerSeries.MarkerOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush that specifies how the current series object's marker outlines are painted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries.MarkerOutlineMode", + "id": 0, + "name": "MarkerOutlineMode", + "fullName": "IgniteUI.Blazor.Controls.IgbMarkerSeries.MarkerOutlineMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerOutlineMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerOutlineMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries.MarkerTemplate", + "id": 0, + "name": "MarkerTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbMarkerSeries.MarkerTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the MarkerTemplate for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries.MarkerTemplateScript", + "id": 0, + "name": "MarkerTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMarkerSeries.MarkerTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting MarkerTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries.MarkerThickness", + "id": 0, + "name": "MarkerThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbMarkerSeries.MarkerThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets thickness of the marker outline" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries.MarkerType", + "id": 0, + "name": "MarkerType", + "fullName": "IgniteUI.Blazor.Controls.IgbMarkerSeries.MarkerType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the marker type for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbMarkerSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerTypeCollection", + "id": 0, + "name": "IgbMarkerTypeCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbMarkerTypeCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.MarkerType}", + "id": 0, + "name": "BaseCollection<MarkerType>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerTypeCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbMarkerTypeCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMarkerTypeCollection.IgbMarkerTypeCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarketFacilitationIndexIndicator", + "id": 0, + "name": "IgbMarketFacilitationIndexIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbMarketFacilitationIndexIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Market Facilitation Index indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemwiseStrategyBasedIndicator", + "id": 0, + "name": "IgbItemwiseStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMarketFacilitationIndexIndicator.#ctor", + "id": 0, + "name": "IgbMarketFacilitationIndexIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbMarketFacilitationIndexIndicator.IgbMarketFacilitationIndexIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarketFacilitationIndexIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbMarketFacilitationIndexIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarketFacilitationIndexIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMarketFacilitationIndexIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarketFacilitationIndexIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbMarketFacilitationIndexIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarketFacilitationIndexIndicatorModule", + "id": 0, + "name": "IgbMarketFacilitationIndexIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbMarketFacilitationIndexIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMarketFacilitationIndexIndicatorModule.#ctor", + "id": 0, + "name": "IgbMarketFacilitationIndexIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbMarketFacilitationIndexIndicatorModule.IgbMarketFacilitationIndexIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarketFacilitationIndexIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMarketFacilitationIndexIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarketFacilitationIndexIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMarketFacilitationIndexIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarketFacilitationIndexIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMarketFacilitationIndexIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInput", + "id": 0, + "name": "IgbMaskInput", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInput", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A masked input is an input field where a developer can control user input and format the visible value, based on configurable rules" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase", + "id": 0, + "name": "IgbInputBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputBase", + "id": 0, + "name": "IgbMaskInputBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInput.#ctor", + "id": 0, + "name": "IgbMaskInput()", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInput.IgbMaskInput()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInput.Change", + "id": 0, + "name": "Change", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInput.Change", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInput.ChangeScript", + "id": 0, + "name": "ChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInput.ChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInput.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInput.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInput.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInput.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInput.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInput.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInput.GetCurrentValue", + "id": 0, + "name": "GetCurrentValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInput.GetCurrentValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInput.GetCurrentValueAsync", + "id": 0, + "name": "GetCurrentValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInput.GetCurrentValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInput.Mask", + "id": 0, + "name": "Mask", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInput.Mask", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The mask pattern to apply on the input." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInput.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInput.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInput.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInput.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInput.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInput.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInput.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInput.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInput.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInput.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInput.ValueChanged", + "id": 0, + "name": "ValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInput.ValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<String>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInput.ValueMode", + "id": 0, + "name": "ValueMode", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInput.ValueMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Dictates the behavior when retrieving the value of the control: raw will return the clean user input. withFormatting will return the value with all literals and prompts." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MaskInputValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MaskInputValueMode" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputBase", + "id": 0, + "name": "IgbMaskInputBase", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbInputBase", + "id": 0, + "name": "IgbInputBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputBase.#ctor", + "id": 0, + "name": "IgbMaskInputBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputBase.IgbMaskInputBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputBase.ConnectedCallback", + "id": 0, + "name": "ConnectedCallback()", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputBase.ConnectedCallback()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputBase.ConnectedCallbackAsync", + "id": 0, + "name": "ConnectedCallbackAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputBase.ConnectedCallbackAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputBase.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputBase.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputBase.Prompt", + "id": 0, + "name": "Prompt", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputBase.Prompt", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The prompt symbol to use for unfilled parts of the mask." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputBase.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputBase.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputBase.Select", + "id": 0, + "name": "Select()", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputBase.Select()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputBase.SelectAsync", + "id": 0, + "name": "SelectAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputBase.SelectAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Selects all text within the input." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputBase.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputBase.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputBase.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputBase.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputBaseModule", + "id": 0, + "name": "IgbMaskInputBaseModule", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputBaseModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputBaseModule.#ctor", + "id": 0, + "name": "IgbMaskInputBaseModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputBaseModule.IgbMaskInputBaseModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputBaseModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputBaseModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputBaseModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputBaseModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputBaseModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputBaseModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputModule", + "id": 0, + "name": "IgbMaskInputModule", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputModule.#ctor", + "id": 0, + "name": "IgbMaskInputModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputModule.IgbMaskInputModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMaskInputModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMaskInputModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMassIndexIndicator", + "id": 0, + "name": "IgbMassIndexIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbMassIndexIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Mass Index indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMassIndexIndicator.#ctor", + "id": 0, + "name": "IgbMassIndexIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbMassIndexIndicator.IgbMassIndexIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMassIndexIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbMassIndexIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMassIndexIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMassIndexIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMassIndexIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbMassIndexIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMassIndexIndicatorModule", + "id": 0, + "name": "IgbMassIndexIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbMassIndexIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMassIndexIndicatorModule.#ctor", + "id": 0, + "name": "IgbMassIndexIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbMassIndexIndicatorModule.IgbMassIndexIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMassIndexIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMassIndexIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMassIndexIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMassIndexIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMassIndexIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMassIndexIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMedianPriceIndicator", + "id": 0, + "name": "IgbMedianPriceIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbMedianPriceIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Median Price indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemwiseStrategyBasedIndicator", + "id": 0, + "name": "IgbItemwiseStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMedianPriceIndicator.#ctor", + "id": 0, + "name": "IgbMedianPriceIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbMedianPriceIndicator.IgbMedianPriceIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMedianPriceIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbMedianPriceIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMedianPriceIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMedianPriceIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMedianPriceIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbMedianPriceIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMedianPriceIndicatorModule", + "id": 0, + "name": "IgbMedianPriceIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbMedianPriceIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMedianPriceIndicatorModule.#ctor", + "id": 0, + "name": "IgbMedianPriceIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbMedianPriceIndicatorModule.IgbMedianPriceIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMedianPriceIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMedianPriceIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMedianPriceIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMedianPriceIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMedianPriceIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMedianPriceIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicator", + "id": 0, + "name": "IgbMoneyFlowIndexIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Money Flow Index indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicator.#ctor", + "id": 0, + "name": "IgbMoneyFlowIndexIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicator.IgbMoneyFlowIndexIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicator.Period", + "id": 0, + "name": "Period", + "fullName": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicator.Period", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current MoneyFlowIndexIndicator object. The typical, and initial, value for MoneyFlowIndexIndicator periods is 14." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicatorModule", + "id": 0, + "name": "IgbMoneyFlowIndexIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicatorModule.#ctor", + "id": 0, + "name": "IgbMoneyFlowIndexIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicatorModule.IgbMoneyFlowIndexIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMoneyFlowIndexIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction", + "id": 0, + "name": "IgbMoveFloatingPaneAction", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragAction", + "id": 0, + "name": "IgbPaneDragAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.#ctor", + "id": 0, + "name": "IgbMoveFloatingPaneAction()", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.IgbMoveFloatingPaneAction()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.ActionType", + "id": 0, + "name": "ActionType", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.ActionType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PaneDragActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.PaneDragActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.NewLocation", + "id": 0, + "name": "NewLocation", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.NewLocation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockManagerPoint", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerPoint" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.OldLocation", + "id": 0, + "name": "OldLocation", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.OldLocation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockManagerPoint", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerPoint" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneAction.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneActionModule", + "id": 0, + "name": "IgbMoveFloatingPaneActionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneActionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneActionModule.#ctor", + "id": 0, + "name": "IgbMoveFloatingPaneActionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneActionModule.IgbMoveFloatingPaneActionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneActionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneActionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneActionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveFloatingPaneActionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveTabAction", + "id": 0, + "name": "IgbMoveTabAction", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveTabAction", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragAction", + "id": 0, + "name": "IgbPaneDragAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveTabAction.#ctor", + "id": 0, + "name": "IgbMoveTabAction()", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveTabAction.IgbMoveTabAction()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveTabAction.ActionType", + "id": 0, + "name": "ActionType", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveTabAction.ActionType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PaneDragActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.PaneDragActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveTabAction.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveTabAction.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveTabAction.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveTabAction.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveTabAction.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveTabAction.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveTabAction.NewIndex", + "id": 0, + "name": "NewIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveTabAction.NewIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveTabAction.OldIndex", + "id": 0, + "name": "OldIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveTabAction.OldIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveTabAction.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveTabAction.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveTabAction.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveTabAction.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveTabAction.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveTabAction.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveTabAction.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveTabAction.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveTabActionModule", + "id": 0, + "name": "IgbMoveTabActionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveTabActionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveTabActionModule.#ctor", + "id": 0, + "name": "IgbMoveTabActionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveTabActionModule.IgbMoveTabActionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveTabActionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveTabActionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMoveTabActionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMoveTabActionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicator", + "id": 0, + "name": "IgbMovingAverageConvergenceDivergenceIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Moving Average Convergence/Divergence (MACD) indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicator.#ctor", + "id": 0, + "name": "IgbMovingAverageConvergenceDivergenceIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicator.IgbMovingAverageConvergenceDivergenceIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicator.LongPeriod", + "id": 0, + "name": "LongPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicator.LongPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the long moving average period for the current MovingAverageConvergenceDivergenceIndicator object. The typical, and initial, value for long MACD periods is 30." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicator.ShortPeriod", + "id": 0, + "name": "ShortPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicator.ShortPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the short moving average period for the current MovingAverageConvergenceDivergenceIndicator object. The typical, and initial, value for short MACD periods is 10." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicator.SignalPeriod", + "id": 0, + "name": "SignalPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicator.SignalPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the long moving average period for the current MovingAverageConvergenceDivergenceIndicator object. The typical, and initial, value for long PVO periods is 30." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicatorModule", + "id": 0, + "name": "IgbMovingAverageConvergenceDivergenceIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicatorModule.#ctor", + "id": 0, + "name": "IgbMovingAverageConvergenceDivergenceIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicatorModule.IgbMovingAverageConvergenceDivergenceIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMovingAverageConvergenceDivergenceIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox", + "id": 0, + "name": "IgbMultiColumnComboBox", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.#ctor", + "id": 0, + "name": "IgbMultiColumnComboBox()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.IgbMultiColumnComboBox()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualBackgroundColor", + "id": 0, + "name": "ActualBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity to use for the underline ripple element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualBaseTheme", + "id": 0, + "name": "ActualBaseTheme", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualBaseTheme", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual display baseTheme to use for the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualBorderColor", + "id": 0, + "name": "ActualBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual item background color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualBorderWidth", + "id": 0, + "name": "ActualBorderWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualBorderWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual item border width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualContentPaddingBottom", + "id": 0, + "name": "ActualContentPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualContentPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualContentPaddingLeft", + "id": 0, + "name": "ActualContentPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualContentPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualContentPaddingRight", + "id": 0, + "name": "ActualContentPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualContentPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualContentPaddingTop", + "id": 0, + "name": "ActualContentPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualContentPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualCornerRadiusBottomLeft", + "id": 0, + "name": "ActualCornerRadiusBottomLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualCornerRadiusBottomLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualCornerRadiusBottomRight", + "id": 0, + "name": "ActualCornerRadiusBottomRight", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualCornerRadiusBottomRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualCornerRadiusTopLeft", + "id": 0, + "name": "ActualCornerRadiusTopLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualCornerRadiusTopLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualCornerRadiusTopRight", + "id": 0, + "name": "ActualCornerRadiusTopRight", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualCornerRadiusTopRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualDensity", + "id": 0, + "name": "ActualDensity", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualDensity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual display Density to use for the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualFocusBorderColor", + "id": 0, + "name": "ActualFocusBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualFocusBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual item border color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualFocusBorderWidth", + "id": 0, + "name": "ActualFocusBorderWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualFocusBorderWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual item border width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualFocusUnderlineColor", + "id": 0, + "name": "ActualFocusUnderlineColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualFocusUnderlineColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color to use for the underline element when focused." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualFocusUnderlineOpacity", + "id": 0, + "name": "ActualFocusUnderlineOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualFocusUnderlineOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity to use for the underline element when focused." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualFocusUnderlineRippleOpacity", + "id": 0, + "name": "ActualFocusUnderlineRippleOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualFocusUnderlineRippleOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity to use for the underline ripple element when focused." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualHoverUnderlineColor", + "id": 0, + "name": "ActualHoverUnderlineColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualHoverUnderlineColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualHoverUnderlineOpacity", + "id": 0, + "name": "ActualHoverUnderlineOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualHoverUnderlineOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity to use for the underline element when hovered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualHoverUnderlineWidth", + "id": 0, + "name": "ActualHoverUnderlineWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualHoverUnderlineWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the width to use for the underline element when hovered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualLabelTextColor", + "id": 0, + "name": "ActualLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color to use for the text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualLabelVisible", + "id": 0, + "name": "ActualLabelVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualLabelVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the visibility of the label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualNoMatchesFoundLabel", + "id": 0, + "name": "ActualNoMatchesFoundLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualNoMatchesFoundLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual text to display on the list when no suggested matches are found." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualNoMatchesFoundLabelBackgroundColor", + "id": 0, + "name": "ActualNoMatchesFoundLabelBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualNoMatchesFoundLabelBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color to use for the "no matches found" label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualNoMatchesFoundLabelTextColor", + "id": 0, + "name": "ActualNoMatchesFoundLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualNoMatchesFoundLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color to use for the "no matches found" label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualTextColor", + "id": 0, + "name": "ActualTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color to use for the text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualUnderlineColor", + "id": 0, + "name": "ActualUnderlineColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualUnderlineColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualUnderlineOpacity", + "id": 0, + "name": "ActualUnderlineOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualUnderlineOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualUnderlineRippleColor", + "id": 0, + "name": "ActualUnderlineRippleColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualUnderlineRippleColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color to use for the underline ripple element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualUnderlineRippleOpacity", + "id": 0, + "name": "ActualUnderlineRippleOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualUnderlineRippleOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity to use for the underline ripple element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualUnderlineRippleWidth", + "id": 0, + "name": "ActualUnderlineRippleWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualUnderlineRippleWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual width to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualUnderlineWidth", + "id": 0, + "name": "ActualUnderlineWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualUnderlineWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual width to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualValueField", + "id": 0, + "name": "ActualValueField", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ActualValueField", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual name of the field in the data source will be used as the Value of the MultiColumnComboBox." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.AllowFilter", + "id": 0, + "name": "AllowFilter", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.AllowFilter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether to allow filtering of the combo" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.BackgroundColor", + "id": 0, + "name": "BackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.BackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color to use for the input group." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.BaseTheme", + "id": 0, + "name": "BaseTheme", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.BaseTheme", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the base built in theme to use for the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.BorderColor", + "id": 0, + "name": "BorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.BorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use the border of the input group." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.BorderWidth", + "id": 0, + "name": "BorderWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.BorderWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border width to use for the border of the item group." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.Change", + "id": 0, + "name": "Change", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.Change", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbInputChangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbInputChangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ChangeScript", + "id": 0, + "name": "ChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.Changing", + "id": 0, + "name": "Changing", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.Changing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbInputChangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbInputChangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ChangingScript", + "id": 0, + "name": "ChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.CloseUp", + "id": 0, + "name": "CloseUp()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.CloseUp()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.CloseUpAsync", + "id": 0, + "name": "CloseUpAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.CloseUpAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Programmatically closes the list." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ColumnHeadersVisible", + "id": 0, + "name": "ColumnHeadersVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ColumnHeadersVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the visibility of the drop down button." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ContentPaddingBottom", + "id": 0, + "name": "ContentPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ContentPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ContentPaddingLeft", + "id": 0, + "name": "ContentPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ContentPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ContentPaddingRight", + "id": 0, + "name": "ContentPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ContentPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ContentPaddingTop", + "id": 0, + "name": "ContentPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ContentPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.CornerRadiusBottomLeft", + "id": 0, + "name": "CornerRadiusBottomLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.CornerRadiusBottomLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.CornerRadiusBottomRight", + "id": 0, + "name": "CornerRadiusBottomRight", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.CornerRadiusBottomRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.CornerRadiusTopLeft", + "id": 0, + "name": "CornerRadiusTopLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.CornerRadiusTopLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.CornerRadiusTopRight", + "id": 0, + "name": "CornerRadiusTopRight", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.CornerRadiusTopRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data to which to bind the combo box list. This can be some type of array or list, or it can be an IDataSource instance." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.DataSourceDesiredProperties", + "id": 0, + "name": "DataSourceDesiredProperties", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.DataSourceDesiredProperties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the desired properties for the data source to load. If specified the data source may decide to constrain the properties it fetches to these properties and must make sure that at least those properties are loaded, rather than the default behavior for that data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.DefaultColumnWidth", + "id": 0, + "name": "DefaultColumnWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.DefaultColumnWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.Density", + "id": 0, + "name": "Density", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.Density", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display Density to use for the buttons and dropdown grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.DropDown", + "id": 0, + "name": "DropDown()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.DropDown()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.DropDownAsync", + "id": 0, + "name": "DropDownAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.DropDownAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Programmatically drops down the list." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.DropDownButtonVisible", + "id": 0, + "name": "DropDownButtonVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.DropDownButtonVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the visibility of the drop down button." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ExportSerializedVisualModel", + "id": 0, + "name": "ExportSerializedVisualModel()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ExportSerializedVisualModel()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ExportSerializedVisualModelAsync", + "id": 0, + "name": "ExportSerializedVisualModelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ExportSerializedVisualModelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a serialized copy of the exported visual model" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ExportVisualModel", + "id": 0, + "name": "ExportVisualModel()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ExportVisualModel()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ExportVisualModelAsync", + "id": 0, + "name": "ExportVisualModelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ExportVisualModelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Exports visual information about the current state of the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.Fields", + "id": 0, + "name": "Fields", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.Fields", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the desired properties for the data source to load. If specified the data source may decide to constrain the properties it fetches to these properties and must make sure that at least those properties are loaded, rather than the default behavior for that data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.FocusBorderColor", + "id": 0, + "name": "FocusBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.FocusBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use the hovered background of the inputs in the group." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.FocusBorderWidth", + "id": 0, + "name": "FocusBorderWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.FocusBorderWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border width to use for the border of the item group when focused." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.FocusUnderlineColor", + "id": 0, + "name": "FocusUnderlineColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.FocusUnderlineColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.FocusUnderlineOpacity", + "id": 0, + "name": "FocusUnderlineOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.FocusUnderlineOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.FocusUnderlineRippleOpacity", + "id": 0, + "name": "FocusUnderlineRippleOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.FocusUnderlineRippleOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity to use for the underline ripple element when focused." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.FontFamily", + "id": 0, + "name": "FontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.FontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.FontSize", + "id": 0, + "name": "FontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.FontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.FontStyle", + "id": 0, + "name": "FontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.FontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.FontWeight", + "id": 0, + "name": "FontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.FontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.GetCurrentText", + "id": 0, + "name": "GetCurrentText()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.GetCurrentText()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.GetCurrentTextAsync", + "id": 0, + "name": "GetCurrentTextAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.GetCurrentTextAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.GetCurrentValue", + "id": 0, + "name": "GetCurrentValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.GetCurrentValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.GetCurrentValueAsync", + "id": 0, + "name": "GetCurrentValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.GetCurrentValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.GotFocus", + "id": 0, + "name": "GotFocus", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.GotFocus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGotFocusEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGotFocusEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.GotFocusScript", + "id": 0, + "name": "GotFocusScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.GotFocusScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.HoverUnderlineColor", + "id": 0, + "name": "HoverUnderlineColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.HoverUnderlineColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.HoverUnderlineOpacity", + "id": 0, + "name": "HoverUnderlineOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.HoverUnderlineOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.HoverUnderlineWidth", + "id": 0, + "name": "HoverUnderlineWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.HoverUnderlineWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width to use for the underline element when hovered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.IsFixed", + "id": 0, + "name": "IsFixed", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.IsFixed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates that the dropdown will position itself relative to the window instead of the document." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.KeyDown", + "id": 0, + "name": "KeyDown", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.KeyDown", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbKeyEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbKeyEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.KeyDownScript", + "id": 0, + "name": "KeyDownScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.KeyDownScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The text displayed in the label portion of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.LabelFontFamily", + "id": 0, + "name": "LabelFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.LabelFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.LabelFontSize", + "id": 0, + "name": "LabelFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.LabelFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.LabelFontStyle", + "id": 0, + "name": "LabelFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.LabelFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.LabelFontWeight", + "id": 0, + "name": "LabelFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.LabelFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.LabelTextColor", + "id": 0, + "name": "LabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.LabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.LostFocus", + "id": 0, + "name": "LostFocus", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.LostFocus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbLostFocusEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbLostFocusEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.LostFocusScript", + "id": 0, + "name": "LostFocusScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.LostFocusScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.NoMatchesFoundLabel", + "id": 0, + "name": "NoMatchesFoundLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.NoMatchesFoundLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text to display on the list when no suggested matches are found." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.NoMatchesFoundLabelBackgroundColor", + "id": 0, + "name": "NoMatchesFoundLabelBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.NoMatchesFoundLabelBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the "no matches found" label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.NoMatchesFoundLabelFontFamily", + "id": 0, + "name": "NoMatchesFoundLabelFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.NoMatchesFoundLabelFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.NoMatchesFoundLabelFontSize", + "id": 0, + "name": "NoMatchesFoundLabelFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.NoMatchesFoundLabelFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.NoMatchesFoundLabelFontStyle", + "id": 0, + "name": "NoMatchesFoundLabelFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.NoMatchesFoundLabelFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.NoMatchesFoundLabelFontWeight", + "id": 0, + "name": "NoMatchesFoundLabelFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.NoMatchesFoundLabelFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.NoMatchesFoundLabelTextColor", + "id": 0, + "name": "NoMatchesFoundLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.NoMatchesFoundLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the "no matches found" label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.OpenAsChild", + "id": 0, + "name": "OpenAsChild", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.OpenAsChild", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates that the dropdown should open as a child of the combobox." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.Placeholder", + "id": 0, + "name": "Placeholder", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.Placeholder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Placeholder text which gives the user a hint about what kind of text is expected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.RowSeparatorsVisible", + "id": 0, + "name": "RowSeparatorsVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.RowSeparatorsVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the visibility of the row separators in the drop down." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.Select", + "id": 0, + "name": "Select()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.Select()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.SelectAsync", + "id": 0, + "name": "SelectAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.SelectAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Selects all the text in the combo input area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.SelectedValueChanged", + "id": 0, + "name": "SelectedValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.SelectedValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbMultiColumnComboBoxValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.SelectedValueChangedScript", + "id": 0, + "name": "SelectedValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.SelectedValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ShowClearButton", + "id": 0, + "name": "ShowClearButton", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ShowClearButton", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ShowClearButton property to detirmine if the clear button is shown" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.SortMode", + "id": 0, + "name": "SortMode", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.SortMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns/sets the action to take when a column header is clicked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SortMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.Text", + "id": 0, + "name": "Text", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.Text", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The text displayed in the edit portion of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.TextChanged", + "id": 0, + "name": "TextChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.TextChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<String>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.TextChangedScript", + "id": 0, + "name": "TextChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.TextChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.TextField", + "id": 0, + "name": "TextField", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.TextField", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines the name of the field in the data source will be used as the Text of the MultiColumnComboBox." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.TextValueChanged", + "id": 0, + "name": "TextValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.TextValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbMultiColumnComboBoxTextChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxTextChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.TextValueChangedScript", + "id": 0, + "name": "TextValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.TextValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.UnderlineColor", + "id": 0, + "name": "UnderlineColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.UnderlineColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.UnderlineOpacity", + "id": 0, + "name": "UnderlineOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.UnderlineOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.UnderlineRippleColor", + "id": 0, + "name": "UnderlineRippleColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.UnderlineRippleColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the underline ripple element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.UnderlineRippleOpacity", + "id": 0, + "name": "UnderlineRippleOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.UnderlineRippleOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity to use for the underline ripple element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.UnderlineRippleWidth", + "id": 0, + "name": "UnderlineRippleWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.UnderlineRippleWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.UnderlineWidth", + "id": 0, + "name": "UnderlineWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.UnderlineWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width to use for the underline element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.UseTopLayer", + "id": 0, + "name": "UseTopLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.UseTopLayer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates that the dropdown will place itself into the browser top layer." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Value of the combo." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ValueChanged", + "id": 0, + "name": "ValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<Object>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ValueChangedScript", + "id": 0, + "name": "ValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ValueField", + "id": 0, + "name": "ValueField", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBox.ValueField", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the user provided primary key to assume for the data. Certain functionality of the combo (such as the the current Value) requires a way to uniquely identify items in order to work correctly. If a primary key cannot be inferred from the data source, you may need to provide one here." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxModule", + "id": 0, + "name": "IgbMultiColumnComboBoxModule", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxModule.#ctor", + "id": 0, + "name": "IgbMultiColumnComboBoxModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxModule.IgbMultiColumnComboBoxModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxTextChangedEventArgs", + "id": 0, + "name": "IgbMultiColumnComboBoxTextChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxTextChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxTextChangedEventArgs.#ctor", + "id": 0, + "name": "IgbMultiColumnComboBoxTextChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxTextChangedEventArgs.IgbMultiColumnComboBoxTextChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxTextChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxTextChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxTextChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxTextChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxTextChangedEventArgs.NewText", + "id": 0, + "name": "NewText", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxTextChangedEventArgs.NewText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxTextChangedEventArgs.OldText", + "id": 0, + "name": "OldText", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxTextChangedEventArgs.OldText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxTextChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxTextChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxTextChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxTextChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs", + "id": 0, + "name": "IgbMultiColumnComboBoxValueChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs.#ctor", + "id": 0, + "name": "IgbMultiColumnComboBoxValueChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs.IgbMultiColumnComboBoxValueChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs.NewValue", + "id": 0, + "name": "NewValue", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs.NewValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs.NewValueScript", + "id": 0, + "name": "NewValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs.NewValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting NewValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs.OldValue", + "id": 0, + "name": "OldValue", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs.OldValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs.OldValueScript", + "id": 0, + "name": "OldValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs.OldValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting OldValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiColumnComboBoxValueChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider", + "id": 0, + "name": "IgbMultiSlider", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.#ctor", + "id": 0, + "name": "IgbMultiSlider()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.IgbMultiSlider()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.ActualPixelScalingRatio", + "id": 0, + "name": "ActualPixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.ActualPixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.AreThumbCalloutsEnabled", + "id": 0, + "name": "AreThumbCalloutsEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.AreThumbCalloutsEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.BarBrush", + "id": 0, + "name": "BarBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.BarBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.BarExtent", + "id": 0, + "name": "BarExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.BarExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.BarOutline", + "id": 0, + "name": "BarOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.BarOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.BarStrokeThickness", + "id": 0, + "name": "BarStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.BarStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.CalloutBrush", + "id": 0, + "name": "CalloutBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.CalloutBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.CalloutOutline", + "id": 0, + "name": "CalloutOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.CalloutOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.CalloutStrokeThickness", + "id": 0, + "name": "CalloutStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.CalloutStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.CalloutTextColor", + "id": 0, + "name": "CalloutTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.CalloutTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.EndInset", + "id": 0, + "name": "EndInset", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.EndInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.Flush", + "id": 0, + "name": "Flush()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.Flush()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.FlushAsync", + "id": 0, + "name": "FlushAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.FlushAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.Hide", + "id": 0, + "name": "Hide()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.Hide()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.HideAsync", + "id": 0, + "name": "HideAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.HideAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hides the ZoomSlider." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.Max", + "id": 0, + "name": "Max", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.Max", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.Min", + "id": 0, + "name": "Min", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.Min", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.OnAttachedToUI", + "id": 0, + "name": "OnAttachedToUI()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.OnAttachedToUI()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.OnAttachedToUIAsync", + "id": 0, + "name": "OnAttachedToUIAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.OnAttachedToUIAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.OnDetachedFromUI", + "id": 0, + "name": "OnDetachedFromUI()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.OnDetachedFromUI()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.OnDetachedFromUIAsync", + "id": 0, + "name": "OnDetachedFromUIAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.OnDetachedFromUIAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.Orientation", + "id": 0, + "name": "Orientation", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.Orientation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MultiSliderOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.MultiSliderOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.PixelScalingRatio", + "id": 0, + "name": "PixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.PixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scaling value used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.ProvideContainer(System.Object)", + "id": 0, + "name": "ProvideContainer(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.ProvideContainer(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.ProvideContainerAsync(System.Object)", + "id": 0, + "name": "ProvideContainerAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.ProvideContainerAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called by the UI framework to provide a UI container for rendering this control." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.RangeThumbBrush", + "id": 0, + "name": "RangeThumbBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.RangeThumbBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.RangeThumbOutline", + "id": 0, + "name": "RangeThumbOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.RangeThumbOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.RangeThumbRidgesBrush", + "id": 0, + "name": "RangeThumbRidgesBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.RangeThumbRidgesBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.RangeThumbStrokeThickness", + "id": 0, + "name": "RangeThumbStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.RangeThumbStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.ResolvingToolTipValue", + "id": 0, + "name": "ResolvingToolTipValue", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.ResolvingToolTipValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbMultiSliderResolvingToolTipValueEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbMultiSliderResolvingToolTipValueEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.ResolvingToolTipValueScript", + "id": 0, + "name": "ResolvingToolTipValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.ResolvingToolTipValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.Show", + "id": 0, + "name": "Show()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.Show()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.ShowAsync", + "id": 0, + "name": "ShowAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.ShowAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Shows the ZoomSlider." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.StartInset", + "id": 0, + "name": "StartInset", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.StartInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.Step", + "id": 0, + "name": "Step", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.Step", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbBrush", + "id": 0, + "name": "ThumbBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbCalloutFontFamily", + "id": 0, + "name": "ThumbCalloutFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbCalloutFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbCalloutFontSize", + "id": 0, + "name": "ThumbCalloutFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbCalloutFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbCalloutFontStyle", + "id": 0, + "name": "ThumbCalloutFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbCalloutFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbCalloutFontWeight", + "id": 0, + "name": "ThumbCalloutFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbCalloutFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbHeight", + "id": 0, + "name": "ThumbHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbOutline", + "id": 0, + "name": "ThumbOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbRidgesBrush", + "id": 0, + "name": "ThumbRidgesBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbRidgesBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.Thumbs", + "id": 0, + "name": "Thumbs", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.Thumbs", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the column definitions that are assigned to the grid. This collection can be modified to add or remove columns in the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbMultiSliderThumbCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbStrokeThickness", + "id": 0, + "name": "ThumbStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbValueChanged", + "id": 0, + "name": "ThumbValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbMultiSliderThumbValueChangingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbMultiSliderThumbValueChangingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbValueChangedScript", + "id": 0, + "name": "ThumbValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbValueChanging", + "id": 0, + "name": "ThumbValueChanging", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbValueChanging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbMultiSliderThumbValueChangingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbMultiSliderThumbValueChangingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbValueChangingScript", + "id": 0, + "name": "ThumbValueChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbValueChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbWidth", + "id": 0, + "name": "ThumbWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.ThumbWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.TrackDirty", + "id": 0, + "name": "TrackDirty()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.TrackDirty()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.TrackDirtyAsync", + "id": 0, + "name": "TrackDirtyAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.TrackDirtyAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.TrackEndInset", + "id": 0, + "name": "TrackEndInset", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.TrackEndInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.TrackStartInset", + "id": 0, + "name": "TrackStartInset", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.TrackStartInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.WindowRect", + "id": 0, + "name": "WindowRect", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.WindowRect", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.YMax", + "id": 0, + "name": "YMax", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.YMax", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.YMin", + "id": 0, + "name": "YMin", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.YMin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.YStep", + "id": 0, + "name": "YStep", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.YStep", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.YTrackEndInset", + "id": 0, + "name": "YTrackEndInset", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.YTrackEndInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.YTrackStartInset", + "id": 0, + "name": "YTrackStartInset", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.YTrackStartInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.YValue", + "id": 0, + "name": "YValue", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.YValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.YValueChanged", + "id": 0, + "name": "YValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.YValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbMultiSliderYValueChangingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbMultiSliderYValueChangingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.YValueChangedScript", + "id": 0, + "name": "YValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.YValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.YValueChanging", + "id": 0, + "name": "YValueChanging", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.YValueChanging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbMultiSliderYValueChangingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbMultiSliderYValueChangingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSlider.YValueChangingScript", + "id": 0, + "name": "YValueChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSlider.YValueChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderModule", + "id": 0, + "name": "IgbMultiSliderModule", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderModule.#ctor", + "id": 0, + "name": "IgbMultiSliderModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderModule.IgbMultiSliderModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderResolvingToolTipValueEventArgs", + "id": 0, + "name": "IgbMultiSliderResolvingToolTipValueEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderResolvingToolTipValueEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderResolvingToolTipValueEventArgs.#ctor", + "id": 0, + "name": "IgbMultiSliderResolvingToolTipValueEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderResolvingToolTipValueEventArgs.IgbMultiSliderResolvingToolTipValueEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderResolvingToolTipValueEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderResolvingToolTipValueEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderResolvingToolTipValueEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderResolvingToolTipValueEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderResolvingToolTipValueEventArgs.Position", + "id": 0, + "name": "Position", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderResolvingToolTipValueEventArgs.Position", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderResolvingToolTipValueEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderResolvingToolTipValueEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderResolvingToolTipValueEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderResolvingToolTipValueEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderResolvingToolTipValueEventArgs.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderResolvingToolTipValueEventArgs.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderResolvingToolTipValueEventArgs.ValueScript", + "id": 0, + "name": "ValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderResolvingToolTipValueEventArgs.ValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Value in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb", + "id": 0, + "name": "IgbMultiSliderThumb", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb.#ctor", + "id": 0, + "name": "IgbMultiSliderThumb()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb.IgbMultiSliderThumb()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb.PropertyUpdated", + "id": 0, + "name": "PropertyUpdated", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb.PropertyUpdated", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPropertyUpdatedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb.PropertyUpdatedScript", + "id": 0, + "name": "PropertyUpdatedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb.PropertyUpdatedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb.Push(System.Double)", + "id": 0, + "name": "Push(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb.Push(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "amount", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb.PushAsync(System.Double)", + "id": 0, + "name": "PushAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb.PushAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "amount", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb.Range", + "id": 0, + "name": "Range", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb.Range", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbMultiSliderTrackThumbRange", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb.RangePosition", + "id": 0, + "name": "RangePosition", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb.RangePosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MultiSliderThumbRangePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.MultiSliderThumbRangePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbCollection", + "id": 0, + "name": "IgbMultiSliderThumbCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbMultiSliderThumb}", + "id": 0, + "name": "BaseCollection<IgbMultiSliderThumb>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbMultiSliderThumbCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbCollection.IgbMultiSliderThumbCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbValueChangingEventArgs", + "id": 0, + "name": "IgbMultiSliderThumbValueChangingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbValueChangingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbValueChangingEventArgs.#ctor", + "id": 0, + "name": "IgbMultiSliderThumbValueChangingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbValueChangingEventArgs.IgbMultiSliderThumbValueChangingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbValueChangingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbValueChangingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbValueChangingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbValueChangingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbValueChangingEventArgs.Thumb", + "id": 0, + "name": "Thumb", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbValueChangingEventArgs.Thumb", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbMultiSliderThumb", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbValueChangingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbValueChangingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbValueChangingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbValueChangingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbValueChangingEventArgs.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumbValueChangingEventArgs.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange", + "id": 0, + "name": "IgbMultiSliderTrackThumbRange", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange.#ctor", + "id": 0, + "name": "IgbMultiSliderTrackThumbRange()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange.IgbMultiSliderTrackThumbRange()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange.HigherThumb", + "id": 0, + "name": "HigherThumb", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange.HigherThumb", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbMultiSliderThumb", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange.LowerThumb", + "id": 0, + "name": "LowerThumb", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange.LowerThumb", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbMultiSliderThumb", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbMultiSliderThumb" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange.MaxWidth", + "id": 0, + "name": "MaxWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange.MaxWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange.MinWidth", + "id": 0, + "name": "MinWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange.MinWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange.Position", + "id": 0, + "name": "Position", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange.Position", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange.Width", + "id": 0, + "name": "Width", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderTrackThumbRange.Width", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderYValueChangingEventArgs", + "id": 0, + "name": "IgbMultiSliderYValueChangingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderYValueChangingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderYValueChangingEventArgs.#ctor", + "id": 0, + "name": "IgbMultiSliderYValueChangingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderYValueChangingEventArgs.IgbMultiSliderYValueChangingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderYValueChangingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderYValueChangingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderYValueChangingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderYValueChangingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderYValueChangingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderYValueChangingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderYValueChangingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderYValueChangingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMultiSliderYValueChangingEventArgs.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbMultiSliderYValueChangingEventArgs.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavbar", + "id": 0, + "name": "IgbNavbar", + "fullName": "IgniteUI.Blazor.Controls.IgbNavbar", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A navigation bar component is used to facilitate navigation through a series of hierarchical screens within an app." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNavbar.#ctor", + "id": 0, + "name": "IgbNavbar()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavbar.IgbNavbar()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavbar.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbNavbar.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavbar.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbNavbar.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavbar.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavbar.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavbar.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavbar.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavbar.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavbar.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavbar.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavbar.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavbar.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavbar.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavbar.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbNavbar.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavbar.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbNavbar.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavbar.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbNavbar.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavbarModule", + "id": 0, + "name": "IgbNavbarModule", + "fullName": "IgniteUI.Blazor.Controls.IgbNavbarModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNavbarModule.#ctor", + "id": 0, + "name": "IgbNavbarModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavbarModule.IgbNavbarModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavbarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavbarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavbarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavbarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavbarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavbarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawer", + "id": 0, + "name": "IgbNavDrawer", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a side navigation container that provides quick access between views." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawer.#ctor", + "id": 0, + "name": "IgbNavDrawer()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawer.IgbNavDrawer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawer.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawer.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawer.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawer.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawer.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawer.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawer.Hide", + "id": 0, + "name": "Hide()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawer.Hide()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawer.HideAsync", + "id": 0, + "name": "HideAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawer.HideAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Closes the drawer." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawer.Open", + "id": 0, + "name": "Open", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawer.Open", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the drawer is opened." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawer.Position", + "id": 0, + "name": "Position", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawer.Position", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The position of the drawer." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "NavDrawerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.NavDrawerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawer.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawer.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawer.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawer.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawer.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawer.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawer.Show", + "id": 0, + "name": "Show()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawer.Show()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawer.ShowAsync", + "id": 0, + "name": "ShowAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawer.ShowAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Opens the drawer." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawer.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawer.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawer.Toggle", + "id": 0, + "name": "Toggle()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawer.Toggle()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawer.ToggleAsync", + "id": 0, + "name": "ToggleAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawer.ToggleAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Toggles the open state of the drawer." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawer.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawer.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem", + "id": 0, + "name": "IgbNavDrawerHeaderItem", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A wrapper for navigation drawer's header." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.#ctor", + "id": 0, + "name": "IgbNavDrawerHeaderItem()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.IgbNavDrawerHeaderItem()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItem.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItemModule", + "id": 0, + "name": "IgbNavDrawerHeaderItemModule", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItemModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItemModule.#ctor", + "id": 0, + "name": "IgbNavDrawerHeaderItemModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItemModule.IgbNavDrawerHeaderItemModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItemModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItemModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItemModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItemModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItemModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerHeaderItemModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerItem", + "id": 0, + "name": "IgbNavDrawerItem", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerItem", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a navigation drawer item." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.#ctor", + "id": 0, + "name": "IgbNavDrawerItem()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.IgbNavDrawerItem()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.Active", + "id": 0, + "name": "Active", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.Active", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the drawer is active." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the drawer is disabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerItem.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerItemModule", + "id": 0, + "name": "IgbNavDrawerItemModule", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerItemModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerItemModule.#ctor", + "id": 0, + "name": "IgbNavDrawerItemModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerItemModule.IgbNavDrawerItemModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerItemModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerItemModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerItemModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerItemModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerItemModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerItemModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerModule", + "id": 0, + "name": "IgbNavDrawerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerModule.#ctor", + "id": 0, + "name": "IgbNavDrawerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerModule.IgbNavDrawerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNavDrawerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNavDrawerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNegativeVolumeIndexIndicator", + "id": 0, + "name": "IgbNegativeVolumeIndexIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbNegativeVolumeIndexIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Negative Volume Index indicator (NVI) series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNegativeVolumeIndexIndicator.#ctor", + "id": 0, + "name": "IgbNegativeVolumeIndexIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbNegativeVolumeIndexIndicator.IgbNegativeVolumeIndexIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNegativeVolumeIndexIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbNegativeVolumeIndexIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNegativeVolumeIndexIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbNegativeVolumeIndexIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNegativeVolumeIndexIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbNegativeVolumeIndexIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNegativeVolumeIndexIndicatorModule", + "id": 0, + "name": "IgbNegativeVolumeIndexIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbNegativeVolumeIndexIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNegativeVolumeIndexIndicatorModule.#ctor", + "id": 0, + "name": "IgbNegativeVolumeIndexIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbNegativeVolumeIndexIndicatorModule.IgbNegativeVolumeIndexIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNegativeVolumeIndexIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNegativeVolumeIndexIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNegativeVolumeIndexIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNegativeVolumeIndexIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNegativeVolumeIndexIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNegativeVolumeIndexIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNextMonthExpression", + "id": 0, + "name": "IgbNextMonthExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbNextMonthExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Requests an expression for the NextMonth filter." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNextMonthExpression.#ctor", + "id": 0, + "name": "IgbNextMonthExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbNextMonthExpression.IgbNextMonthExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNextMonthExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbNextMonthExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNextMonthExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbNextMonthExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNextMonthExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbNextMonthExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNextMonthExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbNextMonthExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNextQuarterExpression", + "id": 0, + "name": "IgbNextQuarterExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbNextQuarterExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an expression for the NextQuarter filter." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNextQuarterExpression.#ctor", + "id": 0, + "name": "IgbNextQuarterExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbNextQuarterExpression.IgbNextQuarterExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNextQuarterExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbNextQuarterExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNextQuarterExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbNextQuarterExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNextQuarterExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbNextQuarterExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNextQuarterExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbNextQuarterExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNextWeekExpression", + "id": 0, + "name": "IgbNextWeekExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbNextWeekExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Requests an expression for the NextWeek filter." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOffsettableWeekExpression", + "id": 0, + "name": "IgbOffsettableWeekExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNextWeekExpression.#ctor", + "id": 0, + "name": "IgbNextWeekExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbNextWeekExpression.IgbNextWeekExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNextWeekExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbNextWeekExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNextWeekExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbNextWeekExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNextWeekExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbNextWeekExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNextWeekExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbNextWeekExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNextYearExpression", + "id": 0, + "name": "IgbNextYearExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbNextYearExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Requests an expression for the NextYear filter." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNextYearExpression.#ctor", + "id": 0, + "name": "IgbNextYearExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbNextYearExpression.IgbNextYearExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNextYearExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbNextYearExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNextYearExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbNextYearExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNextYearExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbNextYearExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNextYearExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbNextYearExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberAbbreviatorModule", + "id": 0, + "name": "IgbNumberAbbreviatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberAbbreviatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberAbbreviatorModule.#ctor", + "id": 0, + "name": "IgbNumberAbbreviatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberAbbreviatorModule.IgbNumberAbbreviatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberAbbreviatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberAbbreviatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberAbbreviatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberAbbreviatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberAbbreviatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberAbbreviatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberEventArgs", + "id": 0, + "name": "IgbNumberEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberEventArgs.#ctor", + "id": 0, + "name": "IgbNumberEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberEventArgs.IgbNumberEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier", + "id": 0, + "name": "IgbNumberFormatSpecifier", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFormatSpecifier", + "id": 0, + "name": "IgbFormatSpecifier" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.#ctor", + "id": 0, + "name": "IgbNumberFormatSpecifier()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.IgbNumberFormatSpecifier()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.CompactDisplay", + "id": 0, + "name": "CompactDisplay", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.CompactDisplay", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.Currency", + "id": 0, + "name": "Currency", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.Currency", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.CurrencyCode", + "id": 0, + "name": "CurrencyCode", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.CurrencyCode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.CurrencyDisplay", + "id": 0, + "name": "CurrencyDisplay", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.CurrencyDisplay", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.CurrencySign", + "id": 0, + "name": "CurrencySign", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.CurrencySign", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.Locale", + "id": 0, + "name": "Locale", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.Locale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.LocaleMatcher", + "id": 0, + "name": "LocaleMatcher", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.LocaleMatcher", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.MaximumFractionDigits", + "id": 0, + "name": "MaximumFractionDigits", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.MaximumFractionDigits", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.MaximumSignificantDigits", + "id": 0, + "name": "MaximumSignificantDigits", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.MaximumSignificantDigits", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.MinimumFractionDigits", + "id": 0, + "name": "MinimumFractionDigits", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.MinimumFractionDigits", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.MinimumIntegerDigits", + "id": 0, + "name": "MinimumIntegerDigits", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.MinimumIntegerDigits", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.MinimumSignificantDigits", + "id": 0, + "name": "MinimumSignificantDigits", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.MinimumSignificantDigits", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.Notation", + "id": 0, + "name": "Notation", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.Notation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.NumberingSystem", + "id": 0, + "name": "NumberingSystem", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.NumberingSystem", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.SignDisplay", + "id": 0, + "name": "SignDisplay", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.SignDisplay", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.Style", + "id": 0, + "name": "Style", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.Style", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.Unit", + "id": 0, + "name": "Unit", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.Unit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.UnitDisplay", + "id": 0, + "name": "UnitDisplay", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.UnitDisplay", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.UseGrouping", + "id": 0, + "name": "UseGrouping", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier.UseGrouping", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifierModule", + "id": 0, + "name": "IgbNumberFormatSpecifierModule", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifierModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifierModule.#ctor", + "id": 0, + "name": "IgbNumberFormatSpecifierModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifierModule.IgbNumberFormatSpecifierModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifierModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifierModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifierModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifierModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifierModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifierModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis", + "id": 0, + "name": "IgbNumericAngleAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart angle based axis for polar series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis", + "id": 0, + "name": "IgbAxis" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase", + "id": 0, + "name": "IgbNumericAxisBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.#ctor", + "id": 0, + "name": "IgbNumericAngleAxis()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.IgbNumericAngleAxis()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.CompanionAxisLabelMode", + "id": 0, + "name": "CompanionAxisLabelMode", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.CompanionAxisLabelMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode axis labels will operate for the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisAngleLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisAngleLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.CompanionAxisStartAngleOffset", + "id": 0, + "name": "CompanionAxisStartAngleOffset", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.CompanionAxisStartAngleOffset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets angle in degress that the chart's 0th angle should be offset for the companion axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.GetScaledAngle(System.Double)", + "id": 0, + "name": "GetScaledAngle(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.GetScaledAngle(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledAngle", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.GetScaledAngleAsync(System.Double)", + "id": 0, + "name": "GetScaledAngleAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.GetScaledAngleAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the scaled angle value in radians based on the raw input." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledAngle", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.GetUnscaledAngle(System.Double)", + "id": 0, + "name": "GetUnscaledAngle(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.GetUnscaledAngle(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "scaledAngle", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.GetUnscaledAngleAsync(System.Double)", + "id": 0, + "name": "GetUnscaledAngleAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.GetUnscaledAngleAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the raw axis value back from the angle that would be used on the chart." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "scaledAngle", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.LabelMode", + "id": 0, + "name": "LabelMode", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.LabelMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates the mode axis labels will operate in." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisAngleLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisAngleLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.StartAngleOffset", + "id": 0, + "name": "StartAngleOffset", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.StartAngleOffset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates the angle in degress that the chart's 0th angle should be offset." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAngleAxisModule", + "id": 0, + "name": "IgbNumericAngleAxisModule", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAngleAxisModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAngleAxisModule.#ctor", + "id": 0, + "name": "IgbNumericAngleAxisModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAngleAxisModule.IgbNumericAngleAxisModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAngleAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAngleAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAngleAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAngleAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAngleAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAngleAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase", + "id": 0, + "name": "IgbNumericAxisBase", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the base class for all IgbDataChart numeric axes." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis", + "id": 0, + "name": "IgbAxis" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.#ctor", + "id": 0, + "name": "IgbNumericAxisBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.IgbNumericAxisBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.AbbreviatedLabelFormat", + "id": 0, + "name": "AbbreviatedLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.AbbreviatedLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label format string to use for the label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.AbbreviatedLabelFormatSpecifiers", + "id": 0, + "name": "AbbreviatedLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.AbbreviatedLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the AbbreviatedLabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.AbbreviateLargeNumbers", + "id": 0, + "name": "AbbreviateLargeNumbers", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.AbbreviateLargeNumbers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A boolean indicating whether or not to abbreviate large numbers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualInterval", + "id": 0, + "name": "ActualInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective value for the current Interval." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualIntervalChanged", + "id": 0, + "name": "ActualIntervalChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualIntervalChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<Double>", + "fullTypeName": "System.Action<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualIntervalChangedScript", + "id": 0, + "name": "ActualIntervalChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualIntervalChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualIsLogarithmic", + "id": 0, + "name": "ActualIsLogarithmic", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualIsLogarithmic", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines if the axis has a valid logarithmic scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualMaximumValue", + "id": 0, + "name": "ActualMaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualMaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective maximum value for the current numeric axis object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualMaximumValueChanged", + "id": 0, + "name": "ActualMaximumValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualMaximumValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<Double>", + "fullTypeName": "System.Action<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualMaximumValueChangedScript", + "id": 0, + "name": "ActualMaximumValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualMaximumValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualMaxPrecision", + "id": 0, + "name": "ActualMaxPrecision", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualMaxPrecision", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective value for the current max precision." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualMinimumValue", + "id": 0, + "name": "ActualMinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualMinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective minimum value for the current numeric axis object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualMinimumValueChanged", + "id": 0, + "name": "ActualMinimumValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualMinimumValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<Double>", + "fullTypeName": "System.Action<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualMinimumValueChangedScript", + "id": 0, + "name": "ActualMinimumValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualMinimumValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualMinorInterval", + "id": 0, + "name": "ActualMinorInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualMinorInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective value for the current MinorInterval." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualMinorIntervalChanged", + "id": 0, + "name": "ActualMinorIntervalChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualMinorIntervalChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<Double>", + "fullTypeName": "System.Action<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualMinorIntervalChangedScript", + "id": 0, + "name": "ActualMinorIntervalChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualMinorIntervalChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualVisibleMaximumValue", + "id": 0, + "name": "ActualVisibleMaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualVisibleMaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective visible maximum value for the current numeric axis object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualVisibleMinimumValue", + "id": 0, + "name": "ActualVisibleMinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ActualVisibleMinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective minimum value for the current numeric axis object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.AutoRangeBufferMode", + "id": 0, + "name": "AutoRangeBufferMode", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.AutoRangeBufferMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how the numeric axis will adjust its range buffer to less closely fix the data from the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AxisRangeBufferMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AxisRangeBufferMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.CompanionAxisInterval", + "id": 0, + "name": "CompanionAxisInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.CompanionAxisInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets interval of labels on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.CompanionAxisIsLogarithmic", + "id": 0, + "name": "CompanionAxisIsLogarithmic", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.CompanionAxisIsLogarithmic", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not the companion axis is logarithmic." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.CompanionAxisLogarithmBase", + "id": 0, + "name": "CompanionAxisLogarithmBase", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.CompanionAxisLogarithmBase", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets logarithm base on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.CompanionAxisMaximumValue", + "id": 0, + "name": "CompanionAxisMaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.CompanionAxisMaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets maximum value the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.CompanionAxisMinimumValue", + "id": 0, + "name": "CompanionAxisMinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.CompanionAxisMinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets minimum value the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.CompanionAxisMinorInterval", + "id": 0, + "name": "CompanionAxisMinorInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.CompanionAxisMinorInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets interval of minor gridlines on the companion axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.FavorLabellingScaleEnd", + "id": 0, + "name": "FavorLabellingScaleEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.FavorLabellingScaleEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the axis should favor emitting a label at the end of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.FormatAbbreviatedLabelScript", + "id": 0, + "name": "FormatAbbreviatedLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.FormatAbbreviatedLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting FormatAbbreviatedLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.GetCurrentActualInterval", + "id": 0, + "name": "GetCurrentActualInterval()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.GetCurrentActualInterval()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.GetCurrentActualIntervalAsync", + "id": 0, + "name": "GetCurrentActualIntervalAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.GetCurrentActualIntervalAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.GetCurrentActualMaximumValue", + "id": 0, + "name": "GetCurrentActualMaximumValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.GetCurrentActualMaximumValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.GetCurrentActualMaximumValueAsync", + "id": 0, + "name": "GetCurrentActualMaximumValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.GetCurrentActualMaximumValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.GetCurrentActualMinimumValue", + "id": 0, + "name": "GetCurrentActualMinimumValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.GetCurrentActualMinimumValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.GetCurrentActualMinimumValueAsync", + "id": 0, + "name": "GetCurrentActualMinimumValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.GetCurrentActualMinimumValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.GetCurrentActualMinorInterval", + "id": 0, + "name": "GetCurrentActualMinorInterval()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.GetCurrentActualMinorInterval()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.GetCurrentActualMinorIntervalAsync", + "id": 0, + "name": "GetCurrentActualMinorIntervalAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.GetCurrentActualMinorIntervalAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.GetFullRange", + "id": 0, + "name": "GetFullRange()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.GetFullRange()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.GetFullRangeAsync", + "id": 0, + "name": "GetFullRangeAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.GetFullRangeAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.Interval", + "id": 0, + "name": "Interval", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.Interval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Interval property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.IsFormattingAbbreviatedLargeNumber", + "id": 0, + "name": "IsFormattingAbbreviatedLargeNumber", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.IsFormattingAbbreviatedLargeNumber", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.IsLogarithmic", + "id": 0, + "name": "IsLogarithmic", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.IsLogarithmic", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the IsLogarithmic property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.LogarithmBase", + "id": 0, + "name": "LogarithmBase", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.LogarithmBase", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the LogarithmBase property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.MaximumValue", + "id": 0, + "name": "MaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.MaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the MaximumValue property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.MaxPrecision", + "id": 0, + "name": "MaxPrecision", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.MaxPrecision", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the the maximum precision to use for the auto interval." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.MinimumValue", + "id": 0, + "name": "MinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.MinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the MinimumValue property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.MinorInterval", + "id": 0, + "name": "MinorInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.MinorInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the MinorInterval property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ReferenceValue", + "id": 0, + "name": "ReferenceValue", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ReferenceValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ReferenceValue property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ShouldApplyMaxPrecisionWhenZoomed", + "id": 0, + "name": "ShouldApplyMaxPrecisionWhenZoomed", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.ShouldApplyMaxPrecisionWhenZoomed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the the maximum precision to use for the auto interval." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.UnscaleValue(System.Double)", + "id": 0, + "name": "UnscaleValue(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.UnscaleValue(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.UnscaleValueAsync(System.Double)", + "id": 0, + "name": "UnscaleValueAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericAxisBase.UnscaleValueAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Unscales a value from screen space into axis space." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericCellInfo", + "id": 0, + "name": "IgbNumericCellInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericCellInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Backing information for a numeric cell in the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo", + "id": 0, + "name": "IgbCellInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.#ctor", + "id": 0, + "name": "IgbNumericCellInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.IgbNumericCellInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.FormatOverride", + "id": 0, + "name": "FormatOverride", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.FormatOverride", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The format options to apply to the value" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.FormatOverrideScript", + "id": 0, + "name": "FormatOverrideScript", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.FormatOverrideScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting FormatOverride in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.FormatSpecifiers", + "id": 0, + "name": "FormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.FormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.FormatStringOverride", + "id": 0, + "name": "FormatStringOverride", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.FormatStringOverride", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The format string to apply to the value" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.HasDecimalValue", + "id": 0, + "name": "HasDecimalValue", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.HasDecimalValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets whether there is a decimal numeric value to use for the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.MaxFractionDigits", + "id": 0, + "name": "MaxFractionDigits", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.MaxFractionDigits", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The maximum number of decimal places to display when formatting" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.MinFractionDigits", + "id": 0, + "name": "MinFractionDigits", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.MinFractionDigits", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The minimum number of decimal places to display when formatting" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.MinIntegerDigits", + "id": 0, + "name": "MinIntegerDigits", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.MinIntegerDigits", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The minimum number of integer digits to display when formatting" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.NegativePrefix", + "id": 0, + "name": "NegativePrefix", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.NegativePrefix", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the text prepended to a negative numeric value" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.NegativeSuffix", + "id": 0, + "name": "NegativeSuffix", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.NegativeSuffix", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the text appended to a negative numeric value" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.NumericValue", + "id": 0, + "name": "NumericValue", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.NumericValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the numeric value to use for the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.PositivePrefix", + "id": 0, + "name": "PositivePrefix", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.PositivePrefix", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the text prepended to a positive numeric value" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.PositiveSuffix", + "id": 0, + "name": "PositiveSuffix", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.PositiveSuffix", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the text appended to a positive numeric value" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.ShowGroupingSeparator", + "id": 0, + "name": "ShowGroupingSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.ShowGroupingSeparator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets if the grouping separator is shown" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericCellInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn", + "id": 0, + "name": "IgbNumericColumn", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a Numeric grid column, used to allow the developer to display a formatted number in a cell." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn", + "id": 0, + "name": "IgbDataGridColumn" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.#ctor", + "id": 0, + "name": "IgbNumericColumn()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.IgbNumericColumn()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.ActualEditorDataSource", + "id": 0, + "name": "ActualEditorDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.ActualEditorDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbBaseDataSource", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbBaseDataSource" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.ActualFormatSpecifiers", + "id": 0, + "name": "ActualFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.ActualFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)", + "id": 0, + "name": "BuildRenderTree(RenderTreeBuilder)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "builder", + "type": "RenderTreeBuilder", + "fullTypeName": "Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.ContentFormatSpecifiers", + "id": 0, + "name": "ContentFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.ContentFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.EditorDataSource", + "id": 0, + "name": "EditorDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.EditorDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ComboBox data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.EditorDataSourceScript", + "id": 0, + "name": "EditorDataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.EditorDataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting EditorDataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.EditorTextField", + "id": 0, + "name": "EditorTextField", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.EditorTextField", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ComboBox text field." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.EditorType", + "id": 0, + "name": "EditorType", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.EditorType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the editor type used for editing cells in this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EditorType", + "fullTypeName": "IgniteUI.Blazor.Controls.EditorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.EditorValueField", + "id": 0, + "name": "EditorValueField", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.EditorValueField", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ComboBox value field." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.FormatOverride", + "id": 0, + "name": "FormatOverride", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.FormatOverride", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the INTL NumericFormat object to use for formatting the date values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.FormatOverrideScript", + "id": 0, + "name": "FormatOverrideScript", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.FormatOverrideScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting FormatOverride in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.FormatSpecifiers", + "id": 0, + "name": "FormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.FormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.FormatString", + "id": 0, + "name": "FormatString", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.FormatString", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.MaxFractionDigits", + "id": 0, + "name": "MaxFractionDigits", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.MaxFractionDigits", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.MinFractionDigits", + "id": 0, + "name": "MinFractionDigits", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.MinFractionDigits", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.MinIntegerDigits", + "id": 0, + "name": "MinIntegerDigits", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.MinIntegerDigits", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.NegativePrefix", + "id": 0, + "name": "NegativePrefix", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.NegativePrefix", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.NegativeSuffix", + "id": 0, + "name": "NegativeSuffix", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.NegativeSuffix", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.PositivePrefix", + "id": 0, + "name": "PositivePrefix", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.PositivePrefix", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.PositiveSuffix", + "id": 0, + "name": "PositiveSuffix", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.PositiveSuffix", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.ShowGroupingSeparator", + "id": 0, + "name": "ShowGroupingSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.ShowGroupingSeparator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumn.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumn.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumnModule", + "id": 0, + "name": "IgbNumericColumnModule", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumnModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumnModule.#ctor", + "id": 0, + "name": "IgbNumericColumnModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumnModule.IgbNumericColumnModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericColumnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericColumnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis", + "id": 0, + "name": "IgbNumericRadiusAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart radius axis for polar and radial series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis", + "id": 0, + "name": "IgbAxis" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase", + "id": 0, + "name": "IgbNumericAxisBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.#ctor", + "id": 0, + "name": "IgbNumericRadiusAxis()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.IgbNumericRadiusAxis()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.GetScaledValue(System.Double)", + "id": 0, + "name": "GetScaledValue(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.GetScaledValue(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.GetScaledValueAsync(System.Double)", + "id": 0, + "name": "GetScaledValueAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.GetScaledValueAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a world coordinates radius length (0 - 0.5) from a raw axis value." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.GetUnscaledValue(System.Double)", + "id": 0, + "name": "GetUnscaledValue(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.GetUnscaledValue(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "scaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.GetUnscaledValueAsync(System.Double)", + "id": 0, + "name": "GetUnscaledValueAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.GetUnscaledValueAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a raw axis value from the world coordinates radius length provided." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "scaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.InnerRadiusExtentScale", + "id": 0, + "name": "InnerRadiusExtentScale", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.InnerRadiusExtentScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Defines the percentage of the maximum radius extent to leave blank at the center of the chart. Should be a value between 0.0 and 1.0." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.RadiusExtentScale", + "id": 0, + "name": "RadiusExtentScale", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.RadiusExtentScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Defines the percentage of the maximum radius extent to use as the maximum radius. Should be a value between 0.0 and 1.0." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxisModule", + "id": 0, + "name": "IgbNumericRadiusAxisModule", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxisModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxisModule.#ctor", + "id": 0, + "name": "IgbNumericRadiusAxisModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxisModule.IgbNumericRadiusAxisModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericXAxis", + "id": 0, + "name": "IgbNumericXAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericXAxis", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart numeric X axis." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis", + "id": 0, + "name": "IgbAxis" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase", + "id": 0, + "name": "IgbNumericAxisBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStraightNumericAxisBase", + "id": 0, + "name": "IgbStraightNumericAxisBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericXAxis.#ctor", + "id": 0, + "name": "IgbNumericXAxis()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericXAxis.IgbNumericXAxis()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericXAxis.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericXAxis.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericXAxis.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericXAxis.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericXAxis.ScrollRangeIntoView(System.Double,System.Double)", + "id": 0, + "name": "ScrollRangeIntoView(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericXAxis.ScrollRangeIntoView(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "minimum", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "maximum", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericXAxis.ScrollRangeIntoViewAsync(System.Double,System.Double)", + "id": 0, + "name": "ScrollRangeIntoViewAsync(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericXAxis.ScrollRangeIntoViewAsync(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "minimum", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "maximum", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericXAxis.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericXAxis.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericXAxisModule", + "id": 0, + "name": "IgbNumericXAxisModule", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericXAxisModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericXAxisModule.#ctor", + "id": 0, + "name": "IgbNumericXAxisModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericXAxisModule.IgbNumericXAxisModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericXAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericXAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericXAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericXAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericXAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericXAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericYAxis", + "id": 0, + "name": "IgbNumericYAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericYAxis", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart numeric Y axis." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis", + "id": 0, + "name": "IgbAxis" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase", + "id": 0, + "name": "IgbNumericAxisBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStraightNumericAxisBase", + "id": 0, + "name": "IgbStraightNumericAxisBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericYAxis.#ctor", + "id": 0, + "name": "IgbNumericYAxis()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericYAxis.IgbNumericYAxis()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericYAxis.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericYAxis.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericYAxis.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericYAxis.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericYAxis.ScrollRangeIntoView(System.Double,System.Double)", + "id": 0, + "name": "ScrollRangeIntoView(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericYAxis.ScrollRangeIntoView(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "minimum", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "maximum", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericYAxis.ScrollRangeIntoViewAsync(System.Double,System.Double)", + "id": 0, + "name": "ScrollRangeIntoViewAsync(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericYAxis.ScrollRangeIntoViewAsync(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "minimum", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "maximum", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericYAxis.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericYAxis.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericYAxisModule", + "id": 0, + "name": "IgbNumericYAxisModule", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericYAxisModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericYAxisModule.#ctor", + "id": 0, + "name": "IgbNumericYAxisModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericYAxisModule.IgbNumericYAxisModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericYAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericYAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericYAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericYAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericYAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbNumericYAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbObjectCollection", + "id": 0, + "name": "IgbObjectCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbObjectCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{System.Object}", + "id": 0, + "name": "BaseCollection<Object>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbObjectCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbObjectCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbObjectCollection.IgbObjectCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOffsettableWeekExpression", + "id": 0, + "name": "IgbOffsettableWeekExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbOffsettableWeekExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOffsettableWeekExpression.#ctor", + "id": 0, + "name": "IgbOffsettableWeekExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbOffsettableWeekExpression.IgbOffsettableWeekExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOffsettableWeekExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbOffsettableWeekExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOffsettableWeekExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOffsettableWeekExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOffsettableWeekExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOffsettableWeekExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOffsettableWeekExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbOffsettableWeekExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnBalanceVolumeIndicator", + "id": 0, + "name": "IgbOnBalanceVolumeIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbOnBalanceVolumeIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart On Balance Bolume indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOnBalanceVolumeIndicator.#ctor", + "id": 0, + "name": "IgbOnBalanceVolumeIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbOnBalanceVolumeIndicator.IgbOnBalanceVolumeIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnBalanceVolumeIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbOnBalanceVolumeIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnBalanceVolumeIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbOnBalanceVolumeIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnBalanceVolumeIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbOnBalanceVolumeIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnBalanceVolumeIndicatorModule", + "id": 0, + "name": "IgbOnBalanceVolumeIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbOnBalanceVolumeIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOnBalanceVolumeIndicatorModule.#ctor", + "id": 0, + "name": "IgbOnBalanceVolumeIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbOnBalanceVolumeIndicatorModule.IgbOnBalanceVolumeIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnBalanceVolumeIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbOnBalanceVolumeIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnBalanceVolumeIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbOnBalanceVolumeIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnBalanceVolumeIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbOnBalanceVolumeIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnClosedEventArgs", + "id": 0, + "name": "IgbOnClosedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbOnClosedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOnClosedEventArgs.#ctor", + "id": 0, + "name": "IgbOnClosedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbOnClosedEventArgs.IgbOnClosedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnClosedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbOnClosedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnClosedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOnClosedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnClosedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOnClosedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnClosedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbOnClosedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnCollapsedEventArgs", + "id": 0, + "name": "IgbOnCollapsedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbOnCollapsedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOnCollapsedEventArgs.#ctor", + "id": 0, + "name": "IgbOnCollapsedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbOnCollapsedEventArgs.IgbOnCollapsedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnCollapsedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbOnCollapsedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnCollapsedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOnCollapsedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnCollapsedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOnCollapsedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnCollapsedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbOnCollapsedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnExpandedEventArgs", + "id": 0, + "name": "IgbOnExpandedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbOnExpandedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOnExpandedEventArgs.#ctor", + "id": 0, + "name": "IgbOnExpandedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbOnExpandedEventArgs.IgbOnExpandedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnExpandedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbOnExpandedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnExpandedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOnExpandedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnExpandedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOnExpandedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnExpandedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbOnExpandedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnPopupEventArgs", + "id": 0, + "name": "IgbOnPopupEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbOnPopupEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOnPopupEventArgs.#ctor", + "id": 0, + "name": "IgbOnPopupEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbOnPopupEventArgs.IgbOnPopupEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnPopupEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbOnPopupEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnPopupEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOnPopupEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnPopupEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOnPopupEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOnPopupEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbOnPopupEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImagery", + "id": 0, + "name": "IgbOpenStreetMapImagery", + "fullName": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImagery", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "UI element class used to display OpenStreetMap imagery in the IgbGeographicMap." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery", + "id": 0, + "name": "IgbGeographicMapImagery" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImagery.#ctor", + "id": 0, + "name": "IgbOpenStreetMapImagery()", + "fullName": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImagery.IgbOpenStreetMapImagery()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImagery.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImagery.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImagery.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImagery.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImagery.TilePath", + "id": 0, + "name": "TilePath", + "fullName": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImagery.TilePath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the tile path URL." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImagery.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImagery.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImageryModule", + "id": 0, + "name": "IgbOpenStreetMapImageryModule", + "fullName": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImageryModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImageryModule.#ctor", + "id": 0, + "name": "IgbOpenStreetMapImageryModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImageryModule.IgbOpenStreetMapImageryModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImageryModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImageryModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImageryModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImageryModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImageryModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbOpenStreetMapImageryModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression", + "id": 0, + "name": "IgbOperationFilterExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a filter expression that is an operator being applied to other expressions." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.#ctor", + "id": 0, + "name": "IgbOperationFilterExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.IgbOperationFilterExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.HasLeft", + "id": 0, + "name": "HasLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.HasLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the operation has a left hand side." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.HasOperator", + "id": 0, + "name": "HasOperator", + "fullName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.HasOperator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if there is an operator set for the expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.HasPropertyName", + "id": 0, + "name": "HasPropertyName", + "fullName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.HasPropertyName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the operation applies directly to a property name." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.HasRight", + "id": 0, + "name": "HasRight", + "fullName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.HasRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if there is a right hand side to the epxression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.HasValue", + "id": 0, + "name": "HasValue", + "fullName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.HasValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the opration has a right hand side." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.IsComparisonOperation", + "id": 0, + "name": "IsComparisonOperation", + "fullName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.IsComparisonOperation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the operation is a comparison operation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.IsOperation", + "id": 0, + "name": "IsOperation", + "fullName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.IsOperation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the expression is an operation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.Left", + "id": 0, + "name": "Left", + "fullName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.Left", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left hand side expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.Operator", + "id": 0, + "name": "Operator", + "fullName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.Operator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the operator to use for the expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterExpressionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterExpressionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.Precedence", + "id": 0, + "name": "Precedence", + "fullName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.Precedence", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.PropertyName", + "id": 0, + "name": "PropertyName", + "fullName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.PropertyName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the property name the operation applies to, if any." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.Right", + "id": 0, + "name": "Right", + "fullName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.Right", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right hand side expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the literal value associated with the operation, if any." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.ValueScript", + "id": 0, + "name": "ValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbOperationFilterExpression.ValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Value in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperatorSelectorClosingEventArgs", + "id": 0, + "name": "IgbOperatorSelectorClosingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbOperatorSelectorClosingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOperatorSelectorClosingEventArgs.#ctor", + "id": 0, + "name": "IgbOperatorSelectorClosingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbOperatorSelectorClosingEventArgs.IgbOperatorSelectorClosingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperatorSelectorClosingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbOperatorSelectorClosingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperatorSelectorClosingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOperatorSelectorClosingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperatorSelectorClosingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOperatorSelectorClosingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperatorSelectorClosingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbOperatorSelectorClosingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperatorSelectorOpeningEventArgs", + "id": 0, + "name": "IgbOperatorSelectorOpeningEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbOperatorSelectorOpeningEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event arguments for the Opening event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOperatorSelectorOpeningEventArgs.#ctor", + "id": 0, + "name": "IgbOperatorSelectorOpeningEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbOperatorSelectorOpeningEventArgs.IgbOperatorSelectorOpeningEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperatorSelectorOpeningEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbOperatorSelectorOpeningEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperatorSelectorOpeningEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOperatorSelectorOpeningEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperatorSelectorOpeningEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOperatorSelectorOpeningEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperatorSelectorOpeningEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbOperatorSelectorOpeningEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperatorSelectorValueChangedEventArgs", + "id": 0, + "name": "IgbOperatorSelectorValueChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbOperatorSelectorValueChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event arguments for the ComparisonOperatorSelector ValueChanged event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOperatorSelectorValueChangedEventArgs.#ctor", + "id": 0, + "name": "IgbOperatorSelectorValueChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbOperatorSelectorValueChangedEventArgs.IgbOperatorSelectorValueChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperatorSelectorValueChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbOperatorSelectorValueChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperatorSelectorValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOperatorSelectorValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperatorSelectorValueChangedEventArgs.NewValue", + "id": 0, + "name": "NewValue", + "fullName": "IgniteUI.Blazor.Controls.IgbOperatorSelectorValueChangedEventArgs.NewValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperatorSelectorValueChangedEventArgs.OldValue", + "id": 0, + "name": "OldValue", + "fullName": "IgniteUI.Blazor.Controls.IgbOperatorSelectorValueChangedEventArgs.OldValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnComparisonConditionOperatorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnComparisonConditionOperatorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperatorSelectorValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOperatorSelectorValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOperatorSelectorValueChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbOperatorSelectorValueChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis", + "id": 0, + "name": "IgbOrdinalTimeXAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A horizontal axis that uses an ordinal DateTime scale." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis", + "id": 0, + "name": "IgbAxis" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase", + "id": 0, + "name": "IgbCategoryAxisBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryXAxis", + "id": 0, + "name": "IgbCategoryXAxis" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.#ctor", + "id": 0, + "name": "IgbOrdinalTimeXAxis()", + "fullName": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.IgbOrdinalTimeXAxis()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.DateTimeMemberPath", + "id": 0, + "name": "DateTimeMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.DateTimeMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the DateTime mapping property for the axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.GetValueLabel(System.Double)", + "id": 0, + "name": "GetValueLabel(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.GetValueLabel(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.GetValueLabelAsync(System.Double)", + "id": 0, + "name": "GetValueLabelAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.GetValueLabelAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.LabelFormats", + "id": 0, + "name": "LabelFormats", + "fullName": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.LabelFormats", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A list of axis label formats to apply, which are selected according to the visible axis range." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTimeAxisLabelFormatCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormatCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.LabellingMode", + "id": 0, + "name": "LabellingMode", + "fullName": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.LabellingMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the labelling mode to use when the automatic label formats are applied." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeAxisLabellingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TimeAxisLabellingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.MaximumValue", + "id": 0, + "name": "MaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.MaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the maximum DateTime value to be displayed on this axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.MinimumValue", + "id": 0, + "name": "MinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.MinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the minimum DateTime value to be displayed on this axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxis.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxisModule", + "id": 0, + "name": "IgbOrdinalTimeXAxisModule", + "fullName": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxisModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxisModule.#ctor", + "id": 0, + "name": "IgbOrdinalTimeXAxisModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxisModule.IgbOrdinalTimeXAxisModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbOrdinalTimeXAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOthersCategoryContext", + "id": 0, + "name": "IgbOthersCategoryContext", + "fullName": "IgniteUI.Blazor.Controls.IgbOthersCategoryContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOthersCategoryContext.#ctor", + "id": 0, + "name": "IgbOthersCategoryContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbOthersCategoryContext.IgbOthersCategoryContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOthersCategoryContext.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbOthersCategoryContext.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOthersCategoryContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbOthersCategoryContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOthersCategoryContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOthersCategoryContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOthersCategoryContext.Items", + "id": 0, + "name": "Items", + "fullName": "IgniteUI.Blazor.Controls.IgbOthersCategoryContext.Items", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the items in the others category." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOthersCategoryContext.ItemsScript", + "id": 0, + "name": "ItemsScript", + "fullName": "IgniteUI.Blazor.Controls.IgbOthersCategoryContext.ItemsScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Items in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOthersCategoryContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOthersCategoryContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOthersCategoryContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbOthersCategoryContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOthersCategoryContextModule", + "id": 0, + "name": "IgbOthersCategoryContextModule", + "fullName": "IgniteUI.Blazor.Controls.IgbOthersCategoryContextModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOthersCategoryContextModule.#ctor", + "id": 0, + "name": "IgbOthersCategoryContextModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbOthersCategoryContextModule.IgbOthersCategoryContextModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOthersCategoryContextModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbOthersCategoryContextModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOthersCategoryContextModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbOthersCategoryContextModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOthersCategoryContextModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbOthersCategoryContextModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayOutletDirective", + "id": 0, + "name": "IgbOverlayOutletDirective", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayOutletDirective", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayOutletDirective.#ctor", + "id": 0, + "name": "IgbOverlayOutletDirective()", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayOutletDirective.IgbOverlayOutletDirective()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayOutletDirective.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayOutletDirective.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayOutletDirective.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayOutletDirective.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayOutletDirective.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayOutletDirective.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayOutletDirective.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayOutletDirective.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayProxyModule", + "id": 0, + "name": "IgbOverlayProxyModule", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayProxyModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayProxyModule.#ctor", + "id": 0, + "name": "IgbOverlayProxyModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayProxyModule.IgbOverlayProxyModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayProxyModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayProxyModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayProxyModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayProxyModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayProxyModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayProxyModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlaySettings", + "id": 0, + "name": "IgbOverlaySettings", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlaySettings", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlaySettings.#ctor", + "id": 0, + "name": "IgbOverlaySettings()", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlaySettings.IgbOverlaySettings()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlaySettings.CloseOnEscape", + "id": 0, + "name": "CloseOnEscape", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlaySettings.CloseOnEscape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Set if the overlay should close when Esc key is pressed" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlaySettings.CloseOnOutsideClick", + "id": 0, + "name": "CloseOnOutsideClick", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlaySettings.CloseOnOutsideClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Set if the overlay should close on outside click" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlaySettings.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlaySettings.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlaySettings.Modal", + "id": 0, + "name": "Modal", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlaySettings.Modal", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Set if the overlay should be in modal mode" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlaySettings.PositionStrategy", + "id": 0, + "name": "PositionStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlaySettings.PositionStrategy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Position strategy to use with these settings" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPositionStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPositionStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlaySettings.ScrollStrategy", + "id": 0, + "name": "ScrollStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlaySettings.ScrollStrategy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scroll strategy to use with these settings" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbScrollStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbScrollStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlaySettings.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlaySettings.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlaySettings.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlaySettings.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlaySettings.Target", + "id": 0, + "name": "Target", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlaySettings.Target", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Attaching target for the component to show" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlaySettings.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlaySettings.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlaysModule", + "id": 0, + "name": "IgbOverlaysModule", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlaysModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlaysModule.#ctor", + "id": 0, + "name": "IgbOverlaysModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlaysModule.IgbOverlaysModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlaysModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlaysModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlaysModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlaysModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlaysModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlaysModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo", + "id": 0, + "name": "IgbOverlayTextInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents data annotation" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.#ctor", + "id": 0, + "name": "IgbOverlayTextInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.IgbOverlayTextInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.Background", + "id": 0, + "name": "Background", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.Background", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets background of the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.BackgroundMode", + "id": 0, + "name": "BackgroundMode", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.BackgroundMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets appearance mode of the overlay text background" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.BackgroundShift", + "id": 0, + "name": "BackgroundShift", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.BackgroundShift", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets appearance shift of the overlay text background" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.BorderMode", + "id": 0, + "name": "BorderMode", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.BorderMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets appearance mode of the overlay text border" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.BorderRadius", + "id": 0, + "name": "BorderRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.BorderRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets boarder border radius of the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.BorderShift", + "id": 0, + "name": "BorderShift", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.BorderShift", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets appearance shift of the overlay text border" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.BorderStroke", + "id": 0, + "name": "BorderStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.BorderStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets border stroke of the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.BorderThickness", + "id": 0, + "name": "BorderThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.BorderThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets boarder thickness of the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.HorizontalMargin", + "id": 0, + "name": "HorizontalMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.HorizontalMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Horizontal Margin for the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.HorizontalPadding", + "id": 0, + "name": "HorizontalPadding", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.HorizontalPadding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Horizontal Padding for the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.ShapeBrush", + "id": 0, + "name": "ShapeBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.ShapeBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets shape brush associated with the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.ShapeOutline", + "id": 0, + "name": "ShapeOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.ShapeOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets shape outline associated with the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.TextAngle", + "id": 0, + "name": "TextAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.TextAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets rotation angle of the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.TextColorMode", + "id": 0, + "name": "TextColorMode", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.TextColorMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets appearance mode of the overlay text color" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.TextColorShift", + "id": 0, + "name": "TextColorShift", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.TextColorShift", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets appearance shift of the overlay text color" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.TextContent", + "id": 0, + "name": "TextContent", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.TextContent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets content of the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.TextLocation", + "id": 0, + "name": "TextLocation", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.TextLocation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets location of the overlay text in relation to shape annotation" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.TextVisible", + "id": 0, + "name": "TextVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.TextVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets visibility of the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.VerticalMargin", + "id": 0, + "name": "VerticalMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.VerticalMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Vertical Margin for the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.VerticalPadding", + "id": 0, + "name": "VerticalPadding", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextInfo.VerticalPadding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Vertical Padding for the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs", + "id": 0, + "name": "IgbOverlayTextUpdatingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an event arguments for styling Overlay Text" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.#ctor", + "id": 0, + "name": "IgbOverlayTextUpdatingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.IgbOverlayTextUpdatingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.Background", + "id": 0, + "name": "Background", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.Background", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets background of the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.BackgroundMode", + "id": 0, + "name": "BackgroundMode", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.BackgroundMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets appearance mode of the overlay text background" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.BackgroundShift", + "id": 0, + "name": "BackgroundShift", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.BackgroundShift", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets appearance shift of the overlay text background" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.BorderMode", + "id": 0, + "name": "BorderMode", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.BorderMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets appearance mode of the overlay text border" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.BorderRadius", + "id": 0, + "name": "BorderRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.BorderRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets boarder border radius of the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.BorderShift", + "id": 0, + "name": "BorderShift", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.BorderShift", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets appearance shift of the overlay text border" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.BorderStroke", + "id": 0, + "name": "BorderStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.BorderStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets border stroke of the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.BorderThickness", + "id": 0, + "name": "BorderThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.BorderThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets boarder thickness of the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.DataIndex", + "id": 0, + "name": "DataIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.DataIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets data index associated with the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.HorizontalMargin", + "id": 0, + "name": "HorizontalMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.HorizontalMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Horizontal Margin for the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.HorizontalPadding", + "id": 0, + "name": "HorizontalPadding", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.HorizontalPadding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Horizontal Padding for the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.ShapeBrush", + "id": 0, + "name": "ShapeBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.ShapeBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets shape brush associated with the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.ShapeOutline", + "id": 0, + "name": "ShapeOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.ShapeOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets shape outline associated with the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.TextAngle", + "id": 0, + "name": "TextAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.TextAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets rotation angle of the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.TextColorMode", + "id": 0, + "name": "TextColorMode", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.TextColorMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets appearance mode of the overlay text color" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.TextColorShift", + "id": 0, + "name": "TextColorShift", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.TextColorShift", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets appearance shift of the overlay text color" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.TextContent", + "id": 0, + "name": "TextContent", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.TextContent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets content of the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.TextEmpty", + "id": 0, + "name": "TextEmpty", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.TextEmpty", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets visibility of the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.TextLocation", + "id": 0, + "name": "TextLocation", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.TextLocation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets location of the overlay text in relation to shape annotation" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.TextVisible", + "id": 0, + "name": "TextVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.TextVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets visibility of the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.VerticalMargin", + "id": 0, + "name": "VerticalMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.VerticalMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Vertical Margin for the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.VerticalPadding", + "id": 0, + "name": "VerticalPadding", + "fullName": "IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs.VerticalPadding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Vertical Padding for the overlay text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgs", + "id": 0, + "name": "IgbPageCancellableEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgs.#ctor", + "id": 0, + "name": "IgbPageCancellableEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgs.IgbPageCancellableEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPageCancellableEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgsDetail", + "id": 0, + "name": "IgbPageCancellableEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCancelableEventArgsDetail", + "id": 0, + "name": "IgbCancelableEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgsDetail.#ctor", + "id": 0, + "name": "IgbPageCancellableEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgsDetail.IgbPageCancellableEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgsDetail.Current", + "id": 0, + "name": "Current", + "fullName": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgsDetail.Current", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgsDetail.Next", + "id": 0, + "name": "Next", + "fullName": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgsDetail.Next", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPageCancellableEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageChangedEventArgs", + "id": 0, + "name": "IgbPageChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPageChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPageChangedEventArgs.#ctor", + "id": 0, + "name": "IgbPageChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPageChangedEventArgs.IgbPageChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageChangedEventArgs.Data", + "id": 0, + "name": "Data", + "fullName": "IgniteUI.Blazor.Controls.IgbPageChangedEventArgs.Data", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the data for the page that just changed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageChangedEventArgs.DataScript", + "id": 0, + "name": "DataScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPageChangedEventArgs.DataScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Data in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPageChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPageChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageChangedEventArgs.Page", + "id": 0, + "name": "Page", + "fullName": "IgniteUI.Blazor.Controls.IgbPageChangedEventArgs.Page", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the index for the page that just changed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPageChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPageChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPagedDataSource", + "id": 0, + "name": "IgbPagedDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbPagedDataSource", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "This is a helper class for the DataGrid pager. It has to be in the DV.Shared project because it uses the old generator which will conflict with this class if it existed inside the Grid project which uses the new API gen stuff. It conflicts because LocalDataSource is all using the old generator." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource", + "id": 0, + "name": "IgbBaseDataSource" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLocalDataSource", + "id": 0, + "name": "IgbLocalDataSource" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPagedDataSource.#ctor", + "id": 0, + "name": "IgbPagedDataSource()", + "fullName": "IgniteUI.Blazor.Controls.IgbPagedDataSource.IgbPagedDataSource()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPagedDataSource.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPagedDataSource.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPagedDataSource.GetItemProperty(System.Object,System.String)", + "id": 0, + "name": "GetItemProperty(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPagedDataSource.GetItemProperty(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPagedDataSource.GetItemPropertyAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemPropertyAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPagedDataSource.GetItemPropertyAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPagedDataSource.GetItemPropertyAtIndex(System.Int32,System.String)", + "id": 0, + "name": "GetItemPropertyAtIndex(Int32, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPagedDataSource.GetItemPropertyAtIndex(System.Int32, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPagedDataSource.GetItemPropertyAtIndexAsync(System.Int32,System.String)", + "id": 0, + "name": "GetItemPropertyAtIndexAsync(Int32, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPagedDataSource.GetItemPropertyAtIndexAsync(System.Int32, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPagedDataSource.IsPlaceholderItem(System.Int32)", + "id": 0, + "name": "IsPlaceholderItem(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbPagedDataSource.IsPlaceholderItem(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPagedDataSource.IsPlaceholderItemAsync(System.Int32)", + "id": 0, + "name": "IsPlaceholderItemAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbPagedDataSource.IsPlaceholderItemAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPagedDataSource.SetSchema(IgniteUI.Blazor.Controls.DataSourceSchema)", + "id": 0, + "name": "SetSchema(DataSourceSchema)", + "fullName": "IgniteUI.Blazor.Controls.IgbPagedDataSource.SetSchema(IgniteUI.Blazor.Controls.DataSourceSchema)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "schema", + "type": "DataSourceSchema", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchema" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPagedDataSource.SetSchemaAsync(IgniteUI.Blazor.Controls.DataSourceSchema)", + "id": 0, + "name": "SetSchemaAsync(DataSourceSchema)", + "fullName": "IgniteUI.Blazor.Controls.IgbPagedDataSource.SetSchemaAsync(IgniteUI.Blazor.Controls.DataSourceSchema)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "schema", + "type": "DataSourceSchema", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSchema" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPagedDataSource.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPagedDataSource.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageEventArgs", + "id": 0, + "name": "IgbPageEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPageEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPageEventArgs.#ctor", + "id": 0, + "name": "IgbPageEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPageEventArgs.IgbPageEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbPageEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPageEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPageEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPageEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPageEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPageEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPageEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageEventArgsDetail", + "id": 0, + "name": "IgbPageEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbPageEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPageEventArgsDetail.#ctor", + "id": 0, + "name": "IgbPageEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbPageEventArgsDetail.IgbPageEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageEventArgsDetail.Current", + "id": 0, + "name": "Current", + "fullName": "IgniteUI.Blazor.Controls.IgbPageEventArgsDetail.Current", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPageEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPageEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageEventArgsDetail.Previous", + "id": 0, + "name": "Previous", + "fullName": "IgniteUI.Blazor.Controls.IgbPageEventArgsDetail.Previous", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPageEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPageEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs", + "id": 0, + "name": "IgbPageRequestedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the requested page." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs.#ctor", + "id": 0, + "name": "IgbPageRequestedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs.IgbPageRequestedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs.DataSourceId", + "id": 0, + "name": "DataSourceId", + "fullName": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs.DataSourceId", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The Unique ID for the data source making the request." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs.IsSchemaRequest", + "id": 0, + "name": "IsSchemaRequest", + "fullName": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs.IsSchemaRequest", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The data source is requesting the schema for the data." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs.PageIndex", + "id": 0, + "name": "PageIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs.PageIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The page index being requested." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs.PageSize", + "id": 0, + "name": "PageSize", + "fullName": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs.PageSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The page size being requested." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs.RequestId", + "id": 0, + "name": "RequestId", + "fullName": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs.RequestId", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The unique ID for the page request." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPageRequestedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator", + "id": 0, + "name": "IgbPaginator", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Paginator component description IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxPivotGridComponent, *" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.#ctor", + "id": 0, + "name": "IgbPaginator()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.IgbPaginator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.GetIsFirstPage", + "id": 0, + "name": "GetIsFirstPage()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.GetIsFirstPage()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.GetIsFirstPageAsync", + "id": 0, + "name": "GetIsFirstPageAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.GetIsFirstPageAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.GetIsLastPage", + "id": 0, + "name": "GetIsLastPage()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.GetIsLastPage()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.GetIsLastPageAsync", + "id": 0, + "name": "GetIsLastPageAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.GetIsLastPageAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.GridBaseDirectiveParent", + "id": 0, + "name": "GridBaseDirectiveParent", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.GridBaseDirectiveParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.HierarchicalGridParent", + "id": 0, + "name": "HierarchicalGridParent", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.HierarchicalGridParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.NextPage", + "id": 0, + "name": "NextPage()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.NextPage()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.NextPageAsync", + "id": 0, + "name": "NextPageAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.NextPageAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Goes to the next page of the IgxPaginatorComponent, if the paginator is not already at the last page. this.paginator.nextPage(); IgxPaginatorComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.OverlaySettings", + "id": 0, + "name": "OverlaySettings", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.OverlaySettings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbOverlaySettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbOverlaySettings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.Page", + "id": 0, + "name": "Page", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.Page", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the current page of the paginator. The default is 0. let page = this.paginator.page; IgxPaginatorComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.PageChange", + "id": 0, + "name": "PageChange", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.PageChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbNumberEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbNumberEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.PageChangeScript", + "id": 0, + "name": "PageChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.PageChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.Paginate(System.Double)", + "id": 0, + "name": "Paginate(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.Paginate(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "val", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.PaginateAsync(System.Double)", + "id": 0, + "name": "PaginateAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.PaginateAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Goes to the desired page index. this.paginator.paginate(1); val IgxPaginatorComponent" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "val", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.Paging", + "id": 0, + "name": "Paging", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.Paging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPageCancellableEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPageCancellableEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.PagingDone", + "id": 0, + "name": "PagingDone", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.PagingDone", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPageEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPageEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.PagingDoneScript", + "id": 0, + "name": "PagingDoneScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.PagingDoneScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.PagingScript", + "id": 0, + "name": "PagingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.PagingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.PerPage", + "id": 0, + "name": "PerPage", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.PerPage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the number of visible items per page in the paginator. The default is 15. let itemsPerPage = this.paginator.perPage; IgxPaginatorComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.PerPageChange", + "id": 0, + "name": "PerPageChange", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.PerPageChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbNumberEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbNumberEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.PerPageChangeScript", + "id": 0, + "name": "PerPageChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.PerPageChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.PreviousPage", + "id": 0, + "name": "PreviousPage()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.PreviousPage()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.PreviousPageAsync", + "id": 0, + "name": "PreviousPageAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.PreviousPageAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Goes to the previous page of the IgxPaginatorComponent, if the paginator is not already at the first page. this.paginator.previousPage(); IgxPaginatorComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.ResourceStrings", + "id": 0, + "name": "ResourceStrings", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.ResourceStrings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "An accessor that sets the resource strings. By default it uses EN resources." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPaginatorResourceStrings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.RowIslandParent", + "id": 0, + "name": "RowIslandParent", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.RowIslandParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.SelectOptions", + "id": 0, + "name": "SelectOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.SelectOptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets custom options in the select of the paginator let options = this.paginator.selectOptions; IgxPaginatorComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.TotalPages", + "id": 0, + "name": "TotalPages", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.TotalPages", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Total pages calculated from totalRecords and perPage" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.TotalRecords", + "id": 0, + "name": "TotalRecords", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.TotalRecords", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the total records. let totalRecords = this.paginator.totalRecords; IgxPaginatorComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginatorCollection", + "id": 0, + "name": "IgbPaginatorCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginatorCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbPaginator}", + "id": 0, + "name": "BaseCollection<IgbPaginator>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginatorCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbPaginatorCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginatorCollection.IgbPaginatorCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginatorModule", + "id": 0, + "name": "IgbPaginatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginatorModule.#ctor", + "id": 0, + "name": "IgbPaginatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginatorModule.IgbPaginatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings", + "id": 0, + "name": "IgbPaginatorResourceStrings", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.#ctor", + "id": 0, + "name": "IgbPaginatorResourceStrings()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.IgbPaginatorResourceStrings()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.Igx_paginator_first_page_button_text", + "id": 0, + "name": "Igx_paginator_first_page_button_text", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.Igx_paginator_first_page_button_text", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.Igx_paginator_label", + "id": 0, + "name": "Igx_paginator_label", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.Igx_paginator_label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.Igx_paginator_last_page_button_text", + "id": 0, + "name": "Igx_paginator_last_page_button_text", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.Igx_paginator_last_page_button_text", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.Igx_paginator_next_page_button_text", + "id": 0, + "name": "Igx_paginator_next_page_button_text", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.Igx_paginator_next_page_button_text", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.Igx_paginator_pager_text", + "id": 0, + "name": "Igx_paginator_pager_text", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.Igx_paginator_pager_text", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.Igx_paginator_previous_page_button_text", + "id": 0, + "name": "Igx_paginator_previous_page_button_text", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.Igx_paginator_previous_page_button_text", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPaginatorResourceStrings.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPagingState", + "id": 0, + "name": "IgbPagingState", + "fullName": "IgniteUI.Blazor.Controls.IgbPagingState", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPagingState.#ctor", + "id": 0, + "name": "IgbPagingState()", + "fullName": "IgniteUI.Blazor.Controls.IgbPagingState.IgbPagingState()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPagingState.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPagingState.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPagingState.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPagingState.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPagingState.Index", + "id": 0, + "name": "Index", + "fullName": "IgniteUI.Blazor.Controls.IgbPagingState.Index", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPagingState.RecordsPerPage", + "id": 0, + "name": "RecordsPerPage", + "fullName": "IgniteUI.Blazor.Controls.IgbPagingState.RecordsPerPage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPagingState.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPagingState.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPagingState.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPagingState.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPagingState.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPagingState.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPagingState.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPagingState.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgs", + "id": 0, + "name": "IgbPaneCloseEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgs.#ctor", + "id": 0, + "name": "IgbPaneCloseEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgs.IgbPaneCloseEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPaneCloseEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail", + "id": 0, + "name": "IgbPaneCloseEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail.#ctor", + "id": 0, + "name": "IgbPaneCloseEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail.IgbPaneCloseEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail.Panes", + "id": 0, + "name": "Panes", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail.Panes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets the panes that are about to close." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbContentPaneCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbContentPaneCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail.SourcePane", + "id": 0, + "name": "SourcePane", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail.SourcePane", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Get the source pane that triggers the close." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockManagerPane", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerPane" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneCloseEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragAction", + "id": 0, + "name": "IgbPaneDragAction", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragAction", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragAction.#ctor", + "id": 0, + "name": "IgbPaneDragAction()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragAction.IgbPaneDragAction()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragAction.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragAction.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragAction.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragAction.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragAction.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragAction.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragAction.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragAction.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragAction.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragAction.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragActionModule", + "id": 0, + "name": "IgbPaneDragActionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragActionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragActionModule.#ctor", + "id": 0, + "name": "IgbPaneDragActionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragActionModule.IgbPaneDragActionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragActionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragActionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragActionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragActionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgs", + "id": 0, + "name": "IgbPaneDragEndEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgs.#ctor", + "id": 0, + "name": "IgbPaneDragEndEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgs.IgbPaneDragEndEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPaneDragEndEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail", + "id": 0, + "name": "IgbPaneDragEndEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail.#ctor", + "id": 0, + "name": "IgbPaneDragEndEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail.IgbPaneDragEndEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail.Panes", + "id": 0, + "name": "Panes", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail.Panes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the panes that end dragging." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbContentPaneCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbContentPaneCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail.SourcePane", + "id": 0, + "name": "SourcePane", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail.SourcePane", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the source pane that ends dragging." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockManagerPane", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerPane" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragEndEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgs", + "id": 0, + "name": "IgbPaneDragOverEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgs.#ctor", + "id": 0, + "name": "IgbPaneDragOverEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgs.IgbPaneDragOverEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPaneDragOverEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail", + "id": 0, + "name": "IgbPaneDragOverEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.#ctor", + "id": 0, + "name": "IgbPaneDragOverEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.IgbPaneDragOverEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.Action", + "id": 0, + "name": "Action", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.Action", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets information about the action being performed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPaneDragAction", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPaneDragAction" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.IsValid", + "id": 0, + "name": "IsValid", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.IsValid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets whether the action is valid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.Panes", + "id": 0, + "name": "Panes", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.Panes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the panes that are dragged over." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbContentPaneCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbContentPaneCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.SourcePane", + "id": 0, + "name": "SourcePane", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.SourcePane", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the source pane that triggers the drag over." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockManagerPane", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerPane" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragOverEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgs", + "id": 0, + "name": "IgbPaneDragStartEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgs.#ctor", + "id": 0, + "name": "IgbPaneDragStartEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgs.IgbPaneDragStartEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPaneDragStartEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail", + "id": 0, + "name": "IgbPaneDragStartEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail.#ctor", + "id": 0, + "name": "IgbPaneDragStartEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail.IgbPaneDragStartEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail.Panes", + "id": 0, + "name": "Panes", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail.Panes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the panes that are about to get dragged." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbContentPaneCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbContentPaneCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail.SourcePane", + "id": 0, + "name": "SourcePane", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail.SourcePane", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the source pane that triggers the drag start." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockManagerPane", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerPane" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneDragStartEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgs", + "id": 0, + "name": "IgbPaneHeaderConnectionEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgs.#ctor", + "id": 0, + "name": "IgbPaneHeaderConnectionEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgs.IgbPaneHeaderConnectionEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPaneHeaderConnectionEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail", + "id": 0, + "name": "IgbPaneHeaderConnectionEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail.#ctor", + "id": 0, + "name": "IgbPaneHeaderConnectionEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail.IgbPaneHeaderConnectionEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail.Element", + "id": 0, + "name": "Element", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail.Element", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The header element that is being connected/disconnected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPaneHeaderElement", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail.Pane", + "id": 0, + "name": "Pane", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail.Pane", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The pane whose header is being connected/disconnected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbContentPane", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbContentPane" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderConnectionEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement", + "id": 0, + "name": "IgbPaneHeaderElement", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Describes a pane header element." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement.#ctor", + "id": 0, + "name": "IgbPaneHeaderElement()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement.IgbPaneHeaderElement()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement.DragService", + "id": 0, + "name": "DragService", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement.DragService", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets the drag service." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDragService", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDragService" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderElement.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderElementModule", + "id": 0, + "name": "IgbPaneHeaderElementModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderElementModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderElementModule.#ctor", + "id": 0, + "name": "IgbPaneHeaderElementModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderElementModule.IgbPaneHeaderElementModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderElementModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderElementModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderElementModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderElementModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneHeaderElementModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneHeaderElementModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgs", + "id": 0, + "name": "IgbPanePinnedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgs.#ctor", + "id": 0, + "name": "IgbPanePinnedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgs.IgbPanePinnedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPanePinnedEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail", + "id": 0, + "name": "IgbPanePinnedEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.#ctor", + "id": 0, + "name": "IgbPanePinnedEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.IgbPanePinnedEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.Location", + "id": 0, + "name": "Location", + "fullName": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.Location", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the unpinned location." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "UnpinnedLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.UnpinnedLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.NewValue", + "id": 0, + "name": "NewValue", + "fullName": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.NewValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the new pinned value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.Panes", + "id": 0, + "name": "Panes", + "fullName": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.Panes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets the panes that are about to get pinned/unpinned." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbContentPaneCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbContentPaneCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.SourcePane", + "id": 0, + "name": "SourcePane", + "fullName": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.SourcePane", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the source pane that triggers the pinned state change." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbContentPane", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbContentPane" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPanePinnedEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgs", + "id": 0, + "name": "IgbPaneScrollEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgs.#ctor", + "id": 0, + "name": "IgbPaneScrollEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgs.IgbPaneScrollEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPaneScrollEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgsDetail", + "id": 0, + "name": "IgbPaneScrollEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgsDetail.#ctor", + "id": 0, + "name": "IgbPaneScrollEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgsDetail.IgbPaneScrollEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgsDetail.Pane", + "id": 0, + "name": "Pane", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgsDetail.Pane", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the content pane that is scrolled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbContentPane", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbContentPane" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPaneScrollEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicator", + "id": 0, + "name": "IgbPercentagePriceOscillatorIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart percentage price oscillator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicator.#ctor", + "id": 0, + "name": "IgbPercentagePriceOscillatorIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicator.IgbPercentagePriceOscillatorIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicator.LongPeriod", + "id": 0, + "name": "LongPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicator.LongPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the long moving average period for the current PercentagePriceOscillatorIndicator object. The typical, and initial, value for long PVO periods is 30." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicator.ShortPeriod", + "id": 0, + "name": "ShortPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicator.ShortPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the short moving average period for the current PercentagePriceOscillatorIndicator object. The typical, and initial, value for short PPO periods is 10." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicatorModule", + "id": 0, + "name": "IgbPercentagePriceOscillatorIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicatorModule.#ctor", + "id": 0, + "name": "IgbPercentagePriceOscillatorIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicatorModule.IgbPercentagePriceOscillatorIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentagePriceOscillatorIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicator", + "id": 0, + "name": "IgbPercentageVolumeOscillatorIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Percentage Volume Oscillator (PVO) series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicator.#ctor", + "id": 0, + "name": "IgbPercentageVolumeOscillatorIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicator.IgbPercentageVolumeOscillatorIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicator.LongPeriod", + "id": 0, + "name": "LongPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicator.LongPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the short moving average period for the current PercentageVolumeOscillatorIndicator object. The typical, and initial, value for long PVO periods is 30." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicator.ShortPeriod", + "id": 0, + "name": "ShortPeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicator.ShortPeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the short moving average period for the current PercentageVolumeOscillatorIndicator object. The typical, and initial, value for short PVO periods is 10." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicatorModule", + "id": 0, + "name": "IgbPercentageVolumeOscillatorIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicatorModule.#ctor", + "id": 0, + "name": "IgbPercentageVolumeOscillatorIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicatorModule.IgbPercentageVolumeOscillatorIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentageVolumeOscillatorIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentChangeYAxis", + "id": 0, + "name": "IgbPercentChangeYAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentChangeYAxis", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A horizontal axis that uses a DateTime scale." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis", + "id": 0, + "name": "IgbAxis" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase", + "id": 0, + "name": "IgbNumericAxisBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStraightNumericAxisBase", + "id": 0, + "name": "IgbStraightNumericAxisBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericYAxis", + "id": 0, + "name": "IgbNumericYAxis" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentChangeYAxis.#ctor", + "id": 0, + "name": "IgbPercentChangeYAxis()", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentChangeYAxis.IgbPercentChangeYAxis()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentChangeYAxis.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentChangeYAxis.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentChangeYAxis.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentChangeYAxis.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentChangeYAxis.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentChangeYAxis.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentChangeYAxisModule", + "id": 0, + "name": "IgbPercentChangeYAxisModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentChangeYAxisModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentChangeYAxisModule.#ctor", + "id": 0, + "name": "IgbPercentChangeYAxisModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentChangeYAxisModule.IgbPercentChangeYAxisModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentChangeYAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentChangeYAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentChangeYAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentChangeYAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPercentChangeYAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPercentChangeYAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChart", + "id": 0, + "name": "IgbPieChart", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChart", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents Infragistics IgbPieChart control." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase", + "id": 0, + "name": "IgbPieChartBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChart.#ctor", + "id": 0, + "name": "IgbPieChart()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChart.IgbPieChart()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChart.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChart.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChart.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChart.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChart.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChart.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase", + "id": 0, + "name": "IgbPieChartBase", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the base class for the pie chart." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.#ctor", + "id": 0, + "name": "IgbPieChartBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.IgbPieChartBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ActualBrushes", + "id": 0, + "name": "ActualBrushes", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ActualBrushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual palette of brushes to use for coloring the slices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ActualLabelFormatSpecifiers", + "id": 0, + "name": "ActualLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ActualLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ActualLabelInnerColor", + "id": 0, + "name": "ActualLabelInnerColor", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ActualLabelInnerColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color for labels rendered inside of the pie chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ActualLabelOuterColor", + "id": 0, + "name": "ActualLabelOuterColor", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ActualLabelOuterColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color for labels rendered outside of the pie chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ActualLegendLabelFormatSpecifiers", + "id": 0, + "name": "ActualLegendLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ActualLegendLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ActualLegendOthersLabelFormatSpecifiers", + "id": 0, + "name": "ActualLegendOthersLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ActualLegendOthersLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ActualOthersLabelFormatSpecifiers", + "id": 0, + "name": "ActualOthersLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ActualOthersLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ActualOutlines", + "id": 0, + "name": "ActualOutlines", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ActualOutlines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual palette of brushes to use for outlines on the slices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ActualPixelScalingRatio", + "id": 0, + "name": "ActualPixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ActualPixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Resolved pixel scaling ratio. Unless explicitly overridden by the PieChartBase.PixelScalingRatio property, this one returns the default ratio enforced by device. High resolution devices will initialize this property to a higher value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.AllowSliceExplosion", + "id": 0, + "name": "AllowSliceExplosion", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.AllowSliceExplosion", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the slices can be exploded." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.AllowSliceSelection", + "id": 0, + "name": "AllowSliceSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.AllowSliceSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the slices can be selected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.Brushes", + "id": 0, + "name": "Brushes", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.Brushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette of brushes to use for coloring the slices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ContentLabelFormatSpecifiers", + "id": 0, + "name": "ContentLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ContentLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ContentLegendLabelFormatSpecifiers", + "id": 0, + "name": "ContentLegendLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ContentLegendLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ContentLegendOthersLabelFormatSpecifiers", + "id": 0, + "name": "ContentLegendOthersLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ContentLegendOthersLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ContentOthersLabelFormatSpecifiers", + "id": 0, + "name": "ContentOthersLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ContentOthersLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data source for the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.Destroy", + "id": 0, + "name": "Destroy()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.Destroy()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.DestroyAsync", + "id": 0, + "name": "DestroyAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.DestroyAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Invoked when the instance is being destroyed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ExplodedRadius", + "id": 0, + "name": "ExplodedRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ExplodedRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines how much the exploded slice is offset from the center. Value between 0 and 1." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ExplodedSlices", + "id": 0, + "name": "ExplodedSlices", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ExplodedSlices", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the collection of exploded slice indices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32[]", + "fullTypeName": "System.Int32[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ExportSerializedVisualData", + "id": 0, + "name": "ExportSerializedVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ExportSerializedVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ExportSerializedVisualDataAsync", + "id": 0, + "name": "ExportSerializedVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ExportSerializedVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the chart visuals expressed as a serialized string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.Flush", + "id": 0, + "name": "Flush()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.Flush()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.FlushAsync", + "id": 0, + "name": "FlushAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.FlushAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Use to force the pie chart to finish any deferred work before printing or evaluating its visual." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.FormatLabelScript", + "id": 0, + "name": "FormatLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.FormatLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting FormatLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.FormatLegendLabel", + "id": 0, + "name": "FormatLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.FormatLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets a function which takes an object that produces a formatted label for displaying in the chart's legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.FormatLegendLabelScript", + "id": 0, + "name": "FormatLegendLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.FormatLegendLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting FormatLegendLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.GetCurrentSelectedItem", + "id": 0, + "name": "GetCurrentSelectedItem()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.GetCurrentSelectedItem()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.GetCurrentSelectedItemAsync", + "id": 0, + "name": "GetCurrentSelectedItemAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.GetCurrentSelectedItemAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.GetCurrentSelectedItems", + "id": 0, + "name": "GetCurrentSelectedItems()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.GetCurrentSelectedItems()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbObjectCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbObjectCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.GetCurrentSelectedItemsAsync", + "id": 0, + "name": "GetCurrentSelectedItemsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.GetCurrentSelectedItemsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbObjectCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbObjectCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.InnerExtent", + "id": 0, + "name": "InnerExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.InnerExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of space between the center and the start of the arc. This property should be set between 0 and 1." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.IsDragInteractionEnabled", + "id": 0, + "name": "IsDragInteractionEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.IsDragInteractionEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the pie chart will handle drag interaction and make them avaiilable in its events." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.IsSurfaceInteractionDisabled", + "id": 0, + "name": "IsSurfaceInteractionDisabled", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.IsSurfaceInteractionDisabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether all surface interactions with the plot area should be disabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LabelClick", + "id": 0, + "name": "LabelClick", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LabelClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbLabelClickEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbLabelClickEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LabelClickScript", + "id": 0, + "name": "LabelClickScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LabelClickScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LabelExtent", + "id": 0, + "name": "LabelExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LabelExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the pixel amount by which the labels are offset from the edge of the slices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LabelFormat", + "id": 0, + "name": "LabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label format string to use for the label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LabelFormatSpecifiers", + "id": 0, + "name": "LabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the LabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LabelInnerColor", + "id": 0, + "name": "LabelInnerColor", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LabelInnerColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color for labels rendered inside of the pie chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LabelMemberPath", + "id": 0, + "name": "LabelMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LabelMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the property name that contains the labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LabelOuterColor", + "id": 0, + "name": "LabelOuterColor", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LabelOuterColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color for labels rendered outside of the pie chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LabelsPosition", + "id": 0, + "name": "LabelsPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LabelsPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position of chart labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LabelsPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.LabelsPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LeaderLineMargin", + "id": 0, + "name": "LeaderLineMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LeaderLineMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the margin between a label and the end of its leader line. The default is 6 pixels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LeaderLineType", + "id": 0, + "name": "LeaderLineType", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LeaderLineType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets what type of leader lines will be used for the outside end labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LeaderLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.LeaderLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LeaderLineVisibility", + "id": 0, + "name": "LeaderLineVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LeaderLineVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the leader lines are visible." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.Legend", + "id": 0, + "name": "Legend", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.Legend", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the legend used for the current chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbLegendBase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbLegendBase" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendEmptyValuesMode", + "id": 0, + "name": "LegendEmptyValuesMode", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendEmptyValuesMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines display mode for zero values in the legend. For example, handling zero values as valid slices and providing them with proper appearance settings." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendEmptyValuesMode", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendEmptyValuesMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendItemBadgeTemplate", + "id": 0, + "name": "LegendItemBadgeTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendItemBadgeTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the LegendItemBadgeTemplate property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendItemBadgeTemplateScript", + "id": 0, + "name": "LegendItemBadgeTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendItemBadgeTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting LegendItemBadgeTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendItemTemplate", + "id": 0, + "name": "LegendItemTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendItemTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the LegendItemTemplate property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendItemTemplateScript", + "id": 0, + "name": "LegendItemTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendItemTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting LegendItemTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendLabelFormat", + "id": 0, + "name": "LegendLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label format string to use for the label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendLabelFormatSpecifiers", + "id": 0, + "name": "LegendLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the LegendLabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendLabelMemberPath", + "id": 0, + "name": "LegendLabelMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendLabelMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the property name that contains the legend labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendOthersLabelFormat", + "id": 0, + "name": "LegendOthersLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendOthersLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label format string to use for the label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendOthersLabelFormatSpecifiers", + "id": 0, + "name": "LegendOthersLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendOthersLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the LegendOthersLabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendScript", + "id": 0, + "name": "LegendScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.LegendScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Legend in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.NotifyClearItems(System.Object)", + "id": 0, + "name": "NotifyClearItems(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.NotifyClearItems(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.NotifyClearItemsAsync(System.Object)", + "id": 0, + "name": "NotifyClearItemsAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.NotifyClearItemsAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Manually notifies the pie chart's data source that the data it has bound to has been cleared and needs to be re-examined. This should not be called if the data that the pie chart is bound to is already observable." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.NotifyContainerResized", + "id": 0, + "name": "NotifyContainerResized()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.NotifyContainerResized()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.NotifyContainerResizedAsync", + "id": 0, + "name": "NotifyContainerResizedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.NotifyContainerResizedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notification from the containing object that the container has been resized." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.NotifyInsertItem(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItem(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.NotifyInsertItem(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.NotifyInsertItemAsync(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItemAsync(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.NotifyInsertItemAsync(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.NotifyRemoveItem(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItem(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.NotifyRemoveItem(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.NotifyRemoveItemAsync(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItemAsync(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.NotifyRemoveItemAsync(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.NotifySetItem(System.Object,System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItem(Object, Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.NotifySetItem(System.Object, System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.NotifySetItemAsync(System.Object,System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItemAsync(Object, Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.NotifySetItemAsync(System.Object, System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.OthersCategoryFill", + "id": 0, + "name": "OthersCategoryFill", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.OthersCategoryFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.OthersCategoryOpacity", + "id": 0, + "name": "OthersCategoryOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.OthersCategoryOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.OthersCategoryStroke", + "id": 0, + "name": "OthersCategoryStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.OthersCategoryStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.OthersCategoryStrokeThickness", + "id": 0, + "name": "OthersCategoryStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.OthersCategoryStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.OthersCategoryText", + "id": 0, + "name": "OthersCategoryText", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.OthersCategoryText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label of the Others slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.OthersCategoryThreshold", + "id": 0, + "name": "OthersCategoryThreshold", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.OthersCategoryThreshold", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the threshold value that determines if slices are grouped into the Others slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.OthersCategoryType", + "id": 0, + "name": "OthersCategoryType", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.OthersCategoryType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use numeric or percent-based threshold value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OthersCategoryType", + "fullTypeName": "IgniteUI.Blazor.Controls.OthersCategoryType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.OthersLabelFormat", + "id": 0, + "name": "OthersLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.OthersLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label format string to use for the label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.OthersLabelFormatSpecifiers", + "id": 0, + "name": "OthersLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.OthersLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the OthersLabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.Outlines", + "id": 0, + "name": "Outlines", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.Outlines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette of brushes to use for outlines on the slices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.PixelScalingRatio", + "id": 0, + "name": "PixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.PixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scaling value used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ProvideContainer(System.Object)", + "id": 0, + "name": "ProvideContainer(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ProvideContainer(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ProvideContainerAsync(System.Object)", + "id": 0, + "name": "ProvideContainerAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ProvideContainerAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Invoked by the containing object to provide reference to the container." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.RadiusFactor", + "id": 0, + "name": "RadiusFactor", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.RadiusFactor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scaling factor of the chart's radius. Value between 0 and 1." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.RemoveWidgetLevelDataSource", + "id": 0, + "name": "RemoveWidgetLevelDataSource()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.RemoveWidgetLevelDataSource()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.RemoveWidgetLevelDataSourceAsync", + "id": 0, + "name": "RemoveWidgetLevelDataSourceAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.RemoveWidgetLevelDataSourceAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Resets items data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedItem", + "id": 0, + "name": "SelectedItem", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedItem", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the currently selected data item. If a different data item is provided the pie chart will select the slice associated with the new item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedItemChanged", + "id": 0, + "name": "SelectedItemChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedItemChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSelectedItemChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSelectedItemChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedItemChangedScript", + "id": 0, + "name": "SelectedItemChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedItemChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedItemChanging", + "id": 0, + "name": "SelectedItemChanging", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedItemChanging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSelectedItemChangingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSelectedItemChangingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedItemChangingScript", + "id": 0, + "name": "SelectedItemChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedItemChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedItems", + "id": 0, + "name": "SelectedItems", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the currently selected data items. Adding or removing data items from this collection will select or deselect the slices associated with those items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbObjectCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbObjectCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedItemsChanged", + "id": 0, + "name": "SelectedItemsChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedItemsChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSelectedItemsChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSelectedItemsChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedItemsChangedScript", + "id": 0, + "name": "SelectedItemsChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedItemsChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedItemsChanging", + "id": 0, + "name": "SelectedItemsChanging", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedItemsChanging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSelectedItemsChangingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSelectedItemsChangingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedItemsChangingScript", + "id": 0, + "name": "SelectedItemsChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedItemsChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedSliceFill", + "id": 0, + "name": "SelectedSliceFill", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedSliceFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedSliceOpacity", + "id": 0, + "name": "SelectedSliceOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedSliceOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedSliceStroke", + "id": 0, + "name": "SelectedSliceStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedSliceStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedSliceStrokeThickness", + "id": 0, + "name": "SelectedSliceStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectedSliceStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectionMode", + "id": 0, + "name": "SelectionMode", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SelectionMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets which mode to use for selecting slices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SliceSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SliceSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SetWidgetLevelDataSource(System.Object)", + "id": 0, + "name": "SetWidgetLevelDataSource(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SetWidgetLevelDataSource(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SetWidgetLevelDataSourceAsync(System.Object)", + "id": 0, + "name": "SetWidgetLevelDataSourceAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SetWidgetLevelDataSourceAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Assigns data source for the items." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ShouldDisplayMockData", + "id": 0, + "name": "ShouldDisplayMockData", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ShouldDisplayMockData", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the pie chart should display mock data when data isn't present." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ShouldUseSkeletonStyleForMockData", + "id": 0, + "name": "ShouldUseSkeletonStyleForMockData", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ShouldUseSkeletonStyleForMockData", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the pie chart should use a skeleton style for mock data." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SimulateLeftClick(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "SimulateLeftClick(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SimulateLeftClick(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SimulateLeftClickAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "SimulateLeftClickAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SimulateLeftClickAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Simulates a mouse click action at the specified point." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SliceClick", + "id": 0, + "name": "SliceClick", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SliceClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSliceClickEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSliceClickEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SliceClickScript", + "id": 0, + "name": "SliceClickScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SliceClickScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SliceEnter", + "id": 0, + "name": "SliceEnter", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SliceEnter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSliceEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSliceEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SliceEnterScript", + "id": 0, + "name": "SliceEnterScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SliceEnterScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SliceHover", + "id": 0, + "name": "SliceHover", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SliceHover", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSliceEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSliceEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SliceHoverScript", + "id": 0, + "name": "SliceHoverScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SliceHoverScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SliceLeave", + "id": 0, + "name": "SliceLeave", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SliceLeave", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSliceEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSliceEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SliceLeaveScript", + "id": 0, + "name": "SliceLeaveScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SliceLeaveScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.StartAngle", + "id": 0, + "name": "StartAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.StartAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the starting angle of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.StyleUpdated", + "id": 0, + "name": "StyleUpdated()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.StyleUpdated()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.StyleUpdatedAsync", + "id": 0, + "name": "StyleUpdatedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.StyleUpdatedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Invoked when style is updated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.SweepDirection", + "id": 0, + "name": "SweepDirection", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.SweepDirection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the rotational direction of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SweepDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SweepDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.TextStyle", + "id": 0, + "name": "TextStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.TextStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Manually overrides the style to use for the labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartBase.ValueMemberPath", + "id": 0, + "name": "ValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartBase.ValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartCoreModule", + "id": 0, + "name": "IgbPieChartCoreModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartCoreModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartCoreModule.#ctor", + "id": 0, + "name": "IgbPieChartCoreModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartCoreModule.IgbPieChartCoreModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartDashboardTileModule", + "id": 0, + "name": "IgbPieChartDashboardTileModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartDashboardTileModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartDashboardTileModule.#ctor", + "id": 0, + "name": "IgbPieChartDashboardTileModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartDashboardTileModule.IgbPieChartDashboardTileModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartDashboardTileModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartDashboardTileModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartDashboardTileModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartDashboardTileModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartDashboardTileModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartDashboardTileModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartModule", + "id": 0, + "name": "IgbPieChartModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartModule.#ctor", + "id": 0, + "name": "IgbPieChartModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartModule.IgbPieChartModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieChartModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieChartModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieSliceDataContext", + "id": 0, + "name": "IgbPieSliceDataContext", + "fullName": "IgniteUI.Blazor.Controls.IgbPieSliceDataContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "DataContext for a pie slice." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataContext", + "id": 0, + "name": "IgbDataContext" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPieSliceDataContext.#ctor", + "id": 0, + "name": "IgbPieSliceDataContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieSliceDataContext.IgbPieSliceDataContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieSliceDataContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieSliceDataContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieSliceDataContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieSliceDataContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieSliceDataContext.IsOthersSlice", + "id": 0, + "name": "IsOthersSlice", + "fullName": "IgniteUI.Blazor.Controls.IgbPieSliceDataContext.IsOthersSlice", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this slice is an Others slice or not." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieSliceDataContext.PercentValue", + "id": 0, + "name": "PercentValue", + "fullName": "IgniteUI.Blazor.Controls.IgbPieSliceDataContext.PercentValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value of this slice as a percentage of the total pie." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieSliceDataContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieSliceDataContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieSliceDataContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPieSliceDataContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieSliceOthersContext", + "id": 0, + "name": "IgbPieSliceOthersContext", + "fullName": "IgniteUI.Blazor.Controls.IgbPieSliceOthersContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the selected data contained inside the Others slice." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPieSliceOthersContext.#ctor", + "id": 0, + "name": "IgbPieSliceOthersContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbPieSliceOthersContext.IgbPieSliceOthersContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieSliceOthersContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPieSliceOthersContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPieSliceOthersContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPieSliceOthersContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgs", + "id": 0, + "name": "IgbPinColumnCancellableEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The event arguments before a column's pin state is changed. insertAtIndexspecifies at which index in the pinned/unpinned area the column is inserted. Can be changed in the columnPin event. isPinned returns the actual pin state of the column. When pinning/unpinning is successful, the value of isPinned will change accordingly when read in the "-ing" and "-ed" event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgs.#ctor", + "id": 0, + "name": "IgbPinColumnCancellableEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgs.IgbPinColumnCancellableEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPinColumnCancellableEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail", + "id": 0, + "name": "IgbPinColumnCancellableEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The event arguments before a column's pin state is changed. insertAtIndexspecifies at which index in the pinned/unpinned area the column is inserted. Can be changed in the columnPin event. isPinned returns the actual pin state of the column. When pinning/unpinning is successful, the value of isPinned will change accordingly when read in the "-ing" and "-ed" event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.#ctor", + "id": 0, + "name": "IgbPinColumnCancellableEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.IgbPinColumnCancellableEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides the ability to cancel the event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.InsertAtIndex", + "id": 0, + "name": "InsertAtIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.InsertAtIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If pinned, specifies at which index in the pinned area the column is inserted. If unpinned, specifies at which index in the unpinned area the column is inserted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.IsPinned", + "id": 0, + "name": "IsPinned", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.IsPinned", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the actual pin state of the column. If pinning/unpinning is successful, value of isPinned will change accordingly when read in the "-ing" and "-ed" event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgs", + "id": 0, + "name": "IgbPinColumnEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The event arguments after a column's pin state is changed. insertAtIndexspecifies at which index in the pinned/unpinned area the column was inserted. isPinned returns the actual pin state of the column after the operation completed." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgs.#ctor", + "id": 0, + "name": "IgbPinColumnEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgs.IgbPinColumnEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPinColumnEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgsDetail", + "id": 0, + "name": "IgbPinColumnEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The event arguments after a column's pin state is changed. insertAtIndexspecifies at which index in the pinned/unpinned area the column was inserted. isPinned returns the actual pin state of the column after the operation completed." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgsDetail.#ctor", + "id": 0, + "name": "IgbPinColumnEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgsDetail.IgbPinColumnEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgsDetail.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgsDetail.Column", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgsDetail.InsertAtIndex", + "id": 0, + "name": "InsertAtIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgsDetail.InsertAtIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If pinned, specifies at which index in the pinned area the column is inserted. If unpinned, specifies at which index in the unpinned area the column is inserted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgsDetail.IsPinned", + "id": 0, + "name": "IsPinned", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgsDetail.IsPinned", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the actual pin state of the column. If pinning/unpinning is successful, value of isPinned will change accordingly when read in the "-ing" and "-ed" event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPinColumnEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparator", + "id": 0, + "name": "IgbPinnedAreaSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparator.#ctor", + "id": 0, + "name": "IgbPinnedAreaSeparator()", + "fullName": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparator.IgbPinnedAreaSeparator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparatorModule", + "id": 0, + "name": "IgbPinnedAreaSeparatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparatorModule.#ctor", + "id": 0, + "name": "IgbPinnedAreaSeparatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparatorModule.IgbPinnedAreaSeparatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinnedAreaSeparatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinningConfig", + "id": 0, + "name": "IgbPinningConfig", + "fullName": "IgniteUI.Blazor.Controls.IgbPinningConfig", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "An interface describing settings for row/column pinning position." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPinningConfig.#ctor", + "id": 0, + "name": "IgbPinningConfig()", + "fullName": "IgniteUI.Blazor.Controls.IgbPinningConfig.IgbPinningConfig()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinningConfig.Columns", + "id": 0, + "name": "Columns", + "fullName": "IgniteUI.Blazor.Controls.IgbPinningConfig.Columns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnPinningPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnPinningPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinningConfig.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinningConfig.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinningConfig.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinningConfig.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinningConfig.Rows", + "id": 0, + "name": "Rows", + "fullName": "IgniteUI.Blazor.Controls.IgbPinningConfig.Rows", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RowPinningPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.RowPinningPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinningConfig.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinningConfig.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinningConfig.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinningConfig.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinningConfig.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinningConfig.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinningConfig.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPinningConfig.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgs", + "id": 0, + "name": "IgbPinRowEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event emitted when a row's pin state changes. The event is cancelable" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgs.#ctor", + "id": 0, + "name": "IgbPinRowEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgs.IgbPinRowEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPinRowEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail", + "id": 0, + "name": "IgbPinRowEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event emitted when a row's pin state changes. The event is cancelable" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.#ctor", + "id": 0, + "name": "IgbPinRowEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.IgbPinRowEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides the ability to cancel the event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.InsertAtIndex", + "id": 0, + "name": "InsertAtIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.InsertAtIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The index at which to pin the row in the pinned rows collection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.IsPinned", + "id": 0, + "name": "IsPinned", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.IsPinned", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether or not the row is pinned or unpinned." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.Owner", + "id": 0, + "name": "Owner", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.Owner", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides reference to the owner component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.Row", + "id": 0, + "name": "Row", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.Row", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.RowID", + "id": 0, + "name": "RowID", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.RowID", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The ID of the row, that was pinned/unpinned. ID is either the primaryKey value or the data record instance." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.RowKey", + "id": 0, + "name": "RowKey", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.RowKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPinRowEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotAggregator", + "id": 0, + "name": "IgbPivotAggregator", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotAggregator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Interface describing a IPivotAggregator class. Used for specifying custom aggregator lists." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotAggregator.#ctor", + "id": 0, + "name": "IgbPivotAggregator()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotAggregator.IgbPivotAggregator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotAggregator.AggregatorName", + "id": 0, + "name": "AggregatorName", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotAggregator.AggregatorName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Aggregation name that will be used from a list of predefined aggregations. If not set will use the specified aggregator function." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PivotAggregationType", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotAggregationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotAggregator.AggregatorScript", + "id": 0, + "name": "AggregatorScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotAggregator.AggregatorScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Aggregator in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotAggregator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotAggregator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotAggregator.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotAggregator.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotAggregator.Key", + "id": 0, + "name": "Key", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotAggregator.Key", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Aggregation unique key." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotAggregator.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotAggregator.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Aggregation label to show in the UI." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotAggregator.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotAggregator.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotAggregator.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotAggregator.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotAggregator.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotAggregator.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotAggregator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotAggregator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfiguration", + "id": 0, + "name": "IgbPivotConfiguration", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfiguration", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Configuration of the pivot grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.#ctor", + "id": 0, + "name": "IgbPivotConfiguration()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.IgbPivotConfiguration()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.Columns", + "id": 0, + "name": "Columns", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.Columns", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A list of the columns." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotDimension[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.ColumnStrategy", + "id": 0, + "name": "ColumnStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.ColumnStrategy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A strategy to transform the columns." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotDimensionStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimensionStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.Filters", + "id": 0, + "name": "Filters", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.Filters", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Dimensions to be displayed in the filter area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotDimension[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.PivotKeys", + "id": 0, + "name": "PivotKeys", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.PivotKeys", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Pivot data keys used for data generation. Can be used for custom remote scenarios where the data is pre-populated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotKeys", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotKeys" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.Rows", + "id": 0, + "name": "Rows", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.Rows", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A list of the rows." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotDimension[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.RowStrategy", + "id": 0, + "name": "RowStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.RowStrategy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A strategy to transform the rows." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotDimensionStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimensionStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.Values", + "id": 0, + "name": "Values", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfiguration.Values", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A list of the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotValue[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotValue[]" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgs", + "id": 0, + "name": "IgbPivotConfigurationChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event emitted when pivot configuration is changed." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgs.#ctor", + "id": 0, + "name": "IgbPivotConfigurationChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgs.IgbPivotConfigurationChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotConfigurationChangedEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgsDetail", + "id": 0, + "name": "IgbPivotConfigurationChangedEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event emitted when pivot configuration is changed." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgsDetail.#ctor", + "id": 0, + "name": "IgbPivotConfigurationChangedEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgsDetail.IgbPivotConfigurationChangedEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgsDetail.PivotConfiguration", + "id": 0, + "name": "PivotConfiguration", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgsDetail.PivotConfiguration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The new configuration." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotConfiguration", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotConfiguration" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector", + "id": 0, + "name": "IgbPivotDataSelector", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.#ctor", + "id": 0, + "name": "IgbPivotDataSelector()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.IgbPivotDataSelector()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.ColumnsExpanded", + "id": 0, + "name": "ColumnsExpanded", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.ColumnsExpanded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.ColumnsExpandedChange", + "id": 0, + "name": "ColumnsExpandedChange", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.ColumnsExpandedChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentBoolValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.ColumnsExpandedChangeScript", + "id": 0, + "name": "ColumnsExpandedChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.ColumnsExpandedChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.FiltersExpanded", + "id": 0, + "name": "FiltersExpanded", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.FiltersExpanded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.FiltersExpandedChange", + "id": 0, + "name": "FiltersExpandedChange", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.FiltersExpandedChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentBoolValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.FiltersExpandedChangeScript", + "id": 0, + "name": "FiltersExpandedChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.FiltersExpandedChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.Grid", + "id": 0, + "name": "Grid", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.Grid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotGrid", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotGrid" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.GridScript", + "id": 0, + "name": "GridScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.GridScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Grid in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.RowsExpanded", + "id": 0, + "name": "RowsExpanded", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.RowsExpanded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.RowsExpandedChange", + "id": 0, + "name": "RowsExpandedChange", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.RowsExpandedChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentBoolValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.RowsExpandedChangeScript", + "id": 0, + "name": "RowsExpandedChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.RowsExpandedChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.ValuesExpanded", + "id": 0, + "name": "ValuesExpanded", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.ValuesExpanded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.ValuesExpandedChange", + "id": 0, + "name": "ValuesExpandedChange", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.ValuesExpandedChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentBoolValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.ValuesExpandedChangeScript", + "id": 0, + "name": "ValuesExpandedChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelector.ValuesExpandedChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelectorModule", + "id": 0, + "name": "IgbPivotDataSelectorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelectorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelectorModule.#ctor", + "id": 0, + "name": "IgbPivotDataSelectorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelectorModule.IgbPivotDataSelectorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelectorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelectorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelectorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelectorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDataSelectorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDataSelectorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimension", + "id": 0, + "name": "IgbPivotDateDimension", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimension", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension", + "id": 0, + "name": "IgbPivotDimension" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.#ctor", + "id": 0, + "name": "IgbPivotDateDimension()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.IgbPivotDateDimension()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.BaseDimension", + "id": 0, + "name": "BaseDimension", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.BaseDimension", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the base dimension that is used by this class to determine the other dimensions and their values. Having base dimension set is required in order for the Date Dimensions to show." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotDimension", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.DataType", + "id": 0, + "name": "DataType", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.DataType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets data type" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridColumnDataType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridColumnDataType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.DisplayName", + "id": 0, + "name": "DisplayName", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.DisplayName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.Enabled", + "id": 0, + "name": "Enabled", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.Enabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Enables/Disables a particular dimension from pivot structure." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.Options", + "id": 0, + "name": "Options", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.Options", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the options for the predefined date dimensions whether to show quarter, years and etc." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotDateDimensionOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.ResourceStrings", + "id": 0, + "name": "ResourceStrings", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.ResourceStrings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the resource strings. By default it uses EN resources." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridResourceStrings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimension.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionModule", + "id": 0, + "name": "IgbPivotDateDimensionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionModule.#ctor", + "id": 0, + "name": "IgbPivotDateDimensionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionModule.IgbPivotDateDimensionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions", + "id": 0, + "name": "IgbPivotDateDimensionOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions.#ctor", + "id": 0, + "name": "IgbPivotDateDimensionOptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions.IgbPivotDateDimensionOptions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions.FullDate", + "id": 0, + "name": "FullDate", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions.FullDate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Enabled/Disables dimensions for the full date provided" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions.Months", + "id": 0, + "name": "Months", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions.Months", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Enables/Disables dimensions per month from provided periods." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions.Quarters", + "id": 0, + "name": "Quarters", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions.Quarters", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions.Total", + "id": 0, + "name": "Total", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions.Total", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Enables/Disables total value of all periods." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions.Years", + "id": 0, + "name": "Years", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDateDimensionOptions.Years", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Enables/Disables dimensions per year from provided periods." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension", + "id": 0, + "name": "IgbPivotDimension", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimension", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Configuration of a pivot dimension." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension.#ctor", + "id": 0, + "name": "IgbPivotDimension()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimension.IgbPivotDimension()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension.ChildLevel", + "id": 0, + "name": "ChildLevel", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimension.ChildLevel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Allows defining a hierarchy when multiple sub groups need to be extracted from single member." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotDimension", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension.DataType", + "id": 0, + "name": "DataType", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimension.DataType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The dataType of the related data field." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridColumnDataType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridColumnDataType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension.DisplayName", + "id": 0, + "name": "DisplayName", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimension.DisplayName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Display name to show instead of the field name of this value. *" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension.Enabled", + "id": 0, + "name": "Enabled", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimension.Enabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Enables/Disables a particular dimension from pivot structure." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension.Filter", + "id": 0, + "name": "Filter", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimension.Filter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A predefined or defined via the igxPivotSelector filter expression tree for the current dimension to be applied in the filter pipe." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringExpressionsTree", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimension.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimension.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension.HorizontalSummary", + "id": 0, + "name": "HorizontalSummary", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimension.HorizontalSummary", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension.Level", + "id": 0, + "name": "Level", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimension.Level", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Level of the dimension." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension.MemberFunctionScript", + "id": 0, + "name": "MemberFunctionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimension.MemberFunctionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension.MemberName", + "id": 0, + "name": "MemberName", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimension.MemberName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Unique member to extract related data field value or the result of the memberFunction." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimension.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimension.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension.Sortable", + "id": 0, + "name": "Sortable", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimension.Sortable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Enable/disable sorting for a particular dimension. True by default." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension.SortDirection", + "id": 0, + "name": "SortDirection", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimension.SortDirection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The sorting direction of the current dimension. Determines the order in which the values will appear in the related dimension." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortingDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SortingDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimension.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimension.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimension.Width", + "id": 0, + "name": "Width", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimension.Width", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The width of the dimension cells to be rendered.Can be pixel, % or "auto"." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail", + "id": 0, + "name": "IgbPivotDimensionDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Configuration of a pivot dimension." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.#ctor", + "id": 0, + "name": "IgbPivotDimensionDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.IgbPivotDimensionDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.ChildLevel", + "id": 0, + "name": "ChildLevel", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.ChildLevel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Allows defining a hierarchy when multiple sub groups need to be extracted from single member." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotDimension", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.DataType", + "id": 0, + "name": "DataType", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.DataType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The dataType of the related data field." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridColumnDataType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridColumnDataType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.DisplayName", + "id": 0, + "name": "DisplayName", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.DisplayName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Display name to show instead of the field name of this value. *" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.Enabled", + "id": 0, + "name": "Enabled", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.Enabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Enables/Disables a particular dimension from pivot structure." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.Filter", + "id": 0, + "name": "Filter", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.Filter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A predefined or defined via the igxPivotSelector filter expression tree for the current dimension to be applied in the filter pipe." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringExpressionsTree", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.HorizontalSummary", + "id": 0, + "name": "HorizontalSummary", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.HorizontalSummary", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.Level", + "id": 0, + "name": "Level", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.Level", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Level of the dimension." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.MemberFunctionScript", + "id": 0, + "name": "MemberFunctionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.MemberFunctionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.MemberName", + "id": 0, + "name": "MemberName", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.MemberName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Unique member to extract related data field value or the result of the memberFunction." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.Sortable", + "id": 0, + "name": "Sortable", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.Sortable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Enable/disable sorting for a particular dimension. True by default." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.SortDirection", + "id": 0, + "name": "SortDirection", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.SortDirection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The sorting direction of the current dimension. Determines the order in which the values will appear in the related dimension." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortingDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SortingDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.Width", + "id": 0, + "name": "Width", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail.Width", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The width of the dimension cells to be rendered.Can be pixel, % or "auto"." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionEventArgs", + "id": 0, + "name": "IgbPivotDimensionEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionEventArgs.#ctor", + "id": 0, + "name": "IgbPivotDimensionEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionEventArgs.IgbPivotDimensionEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotDimensionDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimensionDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionStrategy", + "id": 0, + "name": "IgbPivotDimensionStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionStrategy", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Interface describing Pivot data processing for dimensions. Should contain a process method and return records hierarchy based on the provided dimensions." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionStrategy.#ctor", + "id": 0, + "name": "IgbPivotDimensionStrategy()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionStrategy.IgbPivotDimensionStrategy()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionStrategy.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionStrategy.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionStrategy.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionStrategy.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionStrategy.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionStrategy.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotDimensionStrategy.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotDimensionStrategy.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid", + "id": 0, + "name": "IgbPivotGrid", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective", + "id": 0, + "name": "IgbGridBaseDirective" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.#ctor", + "id": 0, + "name": "IgbPivotGrid()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.IgbPivotGrid()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.AutoGenerateConfig", + "id": 0, + "name": "AutoGenerateConfig", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.AutoGenerateConfig", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.AutoSizeRowDimension(IgniteUI.Blazor.Controls.IgbPivotDimension)", + "id": 0, + "name": "AutoSizeRowDimension(IgbPivotDimension)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.AutoSizeRowDimension(IgniteUI.Blazor.Controls.IgbPivotDimension)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dimension", + "type": "IgbPivotDimension", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.AutoSizeRowDimensionAsync(IgniteUI.Blazor.Controls.IgbPivotDimension)", + "id": 0, + "name": "AutoSizeRowDimensionAsync(IgbPivotDimension)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.AutoSizeRowDimensionAsync(IgniteUI.Blazor.Controls.IgbPivotDimension)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Auto-sizes row dimension cells. Only sizes based on the dimension cells in view. this.grid.autoSizeRowDimension(dimension); dimension The row dimension to size." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dimension", + "type": "IgbPivotDimension", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.Data", + "id": 0, + "name": "Data", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.Data", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.DataScript", + "id": 0, + "name": "DataScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.DataScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Data in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.DefaultExpandState", + "id": 0, + "name": "DefaultExpandState", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.DefaultExpandState", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the default expand state for all rows." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.DimensionInit", + "id": 0, + "name": "DimensionInit", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.DimensionInit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPivotDimensionEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPivotDimensionEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.DimensionInitScript", + "id": 0, + "name": "DimensionInitScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.DimensionInitScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.DimensionsChange", + "id": 0, + "name": "DimensionsChange", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.DimensionsChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDimensionsChangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDimensionsChangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.DimensionsChangeScript", + "id": 0, + "name": "DimensionsChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.DimensionsChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.DimensionsSortingExpressionsChange", + "id": 0, + "name": "DimensionsSortingExpressionsChange", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.DimensionsSortingExpressionsChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSortingExpressionEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSortingExpressionEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.DimensionsSortingExpressionsChangeScript", + "id": 0, + "name": "DimensionsSortingExpressionsChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.DimensionsSortingExpressionsChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.EmptyPivotGridTemplate", + "id": 0, + "name": "EmptyPivotGridTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.EmptyPivotGridTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<Object>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.EmptyPivotGridTemplateScript", + "id": 0, + "name": "EmptyPivotGridTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.EmptyPivotGridTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting EmptyPivotGridTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.FilterDimension(IgniteUI.Blazor.Controls.IgbPivotDimension,System.Object,IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation)", + "id": 0, + "name": "FilterDimension(IgbPivotDimension, Object, IgbFilteringExpressionsTreeOrFilteringOperation)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.FilterDimension(IgniteUI.Blazor.Controls.IgbPivotDimension, System.Object, IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dimension", + "type": "IgbPivotDimension", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "conditionOrExpressionTree", + "type": "IgbFilteringExpressionsTreeOrFilteringOperation", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.FilterDimensionAsync(IgniteUI.Blazor.Controls.IgbPivotDimension,System.Object,IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation)", + "id": 0, + "name": "FilterDimensionAsync(IgbPivotDimension, Object, IgbFilteringExpressionsTreeOrFilteringOperation)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.FilterDimensionAsync(IgniteUI.Blazor.Controls.IgbPivotDimension, System.Object, IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dimension", + "type": "IgbPivotDimension", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "conditionOrExpressionTree", + "type": "IgbFilteringExpressionsTreeOrFilteringOperation", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.GetAllDimensions", + "id": 0, + "name": "GetAllDimensions()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.GetAllDimensions()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotDimension[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.GetAllDimensionsAsync", + "id": 0, + "name": "GetAllDimensionsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.GetAllDimensionsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbPivotDimension[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbPivotDimension[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.GetColumnGroupExpandState(IgniteUI.Blazor.Controls.IgbColumn)", + "id": 0, + "name": "GetColumnGroupExpandState(IgbColumn)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.GetColumnGroupExpandState(IgniteUI.Blazor.Controls.IgbColumn)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "col", + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.GetColumnGroupExpandStateAsync(IgniteUI.Blazor.Controls.IgbColumn)", + "id": 0, + "name": "GetColumnGroupExpandStateAsync(IgbColumn)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.GetColumnGroupExpandStateAsync(IgniteUI.Blazor.Controls.IgbColumn)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "col", + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.GetCurrentPivotConfiguration", + "id": 0, + "name": "GetCurrentPivotConfiguration()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.GetCurrentPivotConfiguration()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotConfiguration", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotConfiguration" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.GetCurrentPivotConfigurationAsync", + "id": 0, + "name": "GetCurrentPivotConfigurationAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.GetCurrentPivotConfigurationAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbPivotConfiguration>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbPivotConfiguration>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.GetDimensionsSortingExpressions", + "id": 0, + "name": "GetDimensionsSortingExpressions()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.GetDimensionsSortingExpressions()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSortingExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSortingExpression[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.GetDimensionsSortingExpressionsAsync", + "id": 0, + "name": "GetDimensionsSortingExpressionsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.GetDimensionsSortingExpressionsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbSortingExpression[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbSortingExpression[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.InsertDimensionAt(IgniteUI.Blazor.Controls.IgbPivotDimension,IgniteUI.Blazor.Controls.PivotDimensionType,System.Double)", + "id": 0, + "name": "InsertDimensionAt(IgbPivotDimension, PivotDimensionType, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.InsertDimensionAt(IgniteUI.Blazor.Controls.IgbPivotDimension, IgniteUI.Blazor.Controls.PivotDimensionType, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dimension", + "type": "IgbPivotDimension", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension" + }, + { + "name": "targetCollectionType", + "type": "PivotDimensionType", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotDimensionType" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.InsertDimensionAtAsync(IgniteUI.Blazor.Controls.IgbPivotDimension,IgniteUI.Blazor.Controls.PivotDimensionType,System.Double)", + "id": 0, + "name": "InsertDimensionAtAsync(IgbPivotDimension, PivotDimensionType, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.InsertDimensionAtAsync(IgniteUI.Blazor.Controls.IgbPivotDimension, IgniteUI.Blazor.Controls.PivotDimensionType, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dimension", + "type": "IgbPivotDimension", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension" + }, + { + "name": "targetCollectionType", + "type": "PivotDimensionType", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotDimensionType" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.InsertValueAt(IgniteUI.Blazor.Controls.IgbPivotValue,System.Double)", + "id": 0, + "name": "InsertValueAt(IgbPivotValue, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.InsertValueAt(IgniteUI.Blazor.Controls.IgbPivotValue, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "IgbPivotValue", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotValue" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.InsertValueAtAsync(IgniteUI.Blazor.Controls.IgbPivotValue,System.Double)", + "id": 0, + "name": "InsertValueAtAsync(IgbPivotValue, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.InsertValueAtAsync(IgniteUI.Blazor.Controls.IgbPivotValue, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "IgbPivotValue", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotValue" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.MoveDimension(IgniteUI.Blazor.Controls.IgbPivotDimension,IgniteUI.Blazor.Controls.PivotDimensionType,System.Double)", + "id": 0, + "name": "MoveDimension(IgbPivotDimension, PivotDimensionType, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.MoveDimension(IgniteUI.Blazor.Controls.IgbPivotDimension, IgniteUI.Blazor.Controls.PivotDimensionType, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dimension", + "type": "IgbPivotDimension", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension" + }, + { + "name": "targetCollectionType", + "type": "PivotDimensionType", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotDimensionType" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.MoveDimensionAsync(IgniteUI.Blazor.Controls.IgbPivotDimension,IgniteUI.Blazor.Controls.PivotDimensionType,System.Double)", + "id": 0, + "name": "MoveDimensionAsync(IgbPivotDimension, PivotDimensionType, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.MoveDimensionAsync(IgniteUI.Blazor.Controls.IgbPivotDimension, IgniteUI.Blazor.Controls.PivotDimensionType, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dimension", + "type": "IgbPivotDimension", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension" + }, + { + "name": "targetCollectionType", + "type": "PivotDimensionType", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotDimensionType" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.MoveValue(IgniteUI.Blazor.Controls.IgbPivotValue,System.Double)", + "id": 0, + "name": "MoveValue(IgbPivotValue, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.MoveValue(IgniteUI.Blazor.Controls.IgbPivotValue, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "IgbPivotValue", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotValue" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.MoveValueAsync(IgniteUI.Blazor.Controls.IgbPivotValue,System.Double)", + "id": 0, + "name": "MoveValueAsync(IgbPivotValue, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.MoveValueAsync(IgniteUI.Blazor.Controls.IgbPivotValue, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "IgbPivotValue", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotValue" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.NotifyDimensionChange(System.Boolean)", + "id": 0, + "name": "NotifyDimensionChange(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.NotifyDimensionChange(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "regenerateColumns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.NotifyDimensionChangeAsync(System.Boolean)", + "id": 0, + "name": "NotifyDimensionChangeAsync(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.NotifyDimensionChangeAsync(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notifies for dimension change." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "regenerateColumns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.PivotConfiguration", + "id": 0, + "name": "PivotConfiguration", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.PivotConfiguration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotConfiguration", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotConfiguration" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.PivotConfigurationChange", + "id": 0, + "name": "PivotConfigurationChange", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.PivotConfigurationChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPivotConfigurationChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPivotConfigurationChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.PivotConfigurationChanged", + "id": 0, + "name": "PivotConfigurationChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.PivotConfigurationChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPivotConfiguration>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPivotConfiguration>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.PivotConfigurationChangeScript", + "id": 0, + "name": "PivotConfigurationChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.PivotConfigurationChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.PivotUI", + "id": 0, + "name": "PivotUI", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.PivotUI", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotUISettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotUISettings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.RemoveDimension(IgniteUI.Blazor.Controls.IgbPivotDimension)", + "id": 0, + "name": "RemoveDimension(IgbPivotDimension)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.RemoveDimension(IgniteUI.Blazor.Controls.IgbPivotDimension)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dimension", + "type": "IgbPivotDimension", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.RemoveDimensionAsync(IgniteUI.Blazor.Controls.IgbPivotDimension)", + "id": 0, + "name": "RemoveDimensionAsync(IgbPivotDimension)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.RemoveDimensionAsync(IgniteUI.Blazor.Controls.IgbPivotDimension)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes dimension from its currently collection. This is different than toggleDimension that enabled/disables the dimension. This completely removes the specified dimension from the collection. this.grid.removeDimension(dimension); dimension The dimension to be removed." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dimension", + "type": "IgbPivotDimension", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.RemoveValue(IgniteUI.Blazor.Controls.IgbPivotValue)", + "id": 0, + "name": "RemoveValue(IgbPivotValue)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.RemoveValue(IgniteUI.Blazor.Controls.IgbPivotValue)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "IgbPivotValue", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotValue" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.RemoveValueAsync(IgniteUI.Blazor.Controls.IgbPivotValue)", + "id": 0, + "name": "RemoveValueAsync(IgbPivotValue)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.RemoveValueAsync(IgniteUI.Blazor.Controls.IgbPivotValue)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes value from collection. This is different than toggleValue that enabled/disables the value. This completely removes the specified value from the collection. this.grid.removeValue(dimension); value The value to be removed." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "IgbPivotValue", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotValue" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.RowDimensionHeaderTemplate", + "id": 0, + "name": "RowDimensionHeaderTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.RowDimensionHeaderTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbColumnTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbColumnTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.RowDimensionHeaderTemplateScript", + "id": 0, + "name": "RowDimensionHeaderTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.RowDimensionHeaderTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowDimensionHeaderTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.SortDimension(IgniteUI.Blazor.Controls.IgbPivotDimension,IgniteUI.Blazor.Controls.SortingDirection)", + "id": 0, + "name": "SortDimension(IgbPivotDimension, SortingDirection)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.SortDimension(IgniteUI.Blazor.Controls.IgbPivotDimension, IgniteUI.Blazor.Controls.SortingDirection)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dimension", + "type": "IgbPivotDimension", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension" + }, + { + "name": "sortDirection", + "type": "SortingDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SortingDirection" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.SortDimensionAsync(IgniteUI.Blazor.Controls.IgbPivotDimension,IgniteUI.Blazor.Controls.SortingDirection)", + "id": 0, + "name": "SortDimensionAsync(IgbPivotDimension, SortingDirection)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.SortDimensionAsync(IgniteUI.Blazor.Controls.IgbPivotDimension, IgniteUI.Blazor.Controls.SortingDirection)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dimension", + "type": "IgbPivotDimension", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension" + }, + { + "name": "sortDirection", + "type": "SortingDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SortingDirection" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.SuperCompactMode", + "id": 0, + "name": "SuperCompactMode", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.SuperCompactMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.ToggleColumn(IgniteUI.Blazor.Controls.IgbColumn)", + "id": 0, + "name": "ToggleColumn(IgbColumn)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.ToggleColumn(IgniteUI.Blazor.Controls.IgbColumn)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "col", + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.ToggleColumnAsync(IgniteUI.Blazor.Controls.IgbColumn)", + "id": 0, + "name": "ToggleColumnAsync(IgbColumn)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.ToggleColumnAsync(IgniteUI.Blazor.Controls.IgbColumn)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "col", + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.ToggleDimension(IgniteUI.Blazor.Controls.IgbPivotDimension)", + "id": 0, + "name": "ToggleDimension(IgbPivotDimension)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.ToggleDimension(IgniteUI.Blazor.Controls.IgbPivotDimension)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dimension", + "type": "IgbPivotDimension", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.ToggleDimensionAsync(IgniteUI.Blazor.Controls.IgbPivotDimension)", + "id": 0, + "name": "ToggleDimensionAsync(IgbPivotDimension)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.ToggleDimensionAsync(IgniteUI.Blazor.Controls.IgbPivotDimension)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Toggles the dimension's enabled state on or off. The dimension remains in its current collection. This just changes its enabled state. this.grid.toggleDimension(dimension); dimension The dimension to be toggled." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dimension", + "type": "IgbPivotDimension", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.ToggleRowGroup(IgniteUI.Blazor.Controls.IgbColumn,System.Boolean)", + "id": 0, + "name": "ToggleRowGroup(IgbColumn, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.ToggleRowGroup(IgniteUI.Blazor.Controls.IgbColumn, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "col", + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + }, + { + "name": "newState", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.ToggleRowGroupAsync(IgniteUI.Blazor.Controls.IgbColumn,System.Boolean)", + "id": 0, + "name": "ToggleRowGroupAsync(IgbColumn, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.ToggleRowGroupAsync(IgniteUI.Blazor.Controls.IgbColumn, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "col", + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + }, + { + "name": "newState", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.ToggleValue(IgniteUI.Blazor.Controls.IgbPivotValue)", + "id": 0, + "name": "ToggleValue(IgbPivotValue)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.ToggleValue(IgniteUI.Blazor.Controls.IgbPivotValue)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "IgbPivotValue", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotValue" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.ToggleValueAsync(IgniteUI.Blazor.Controls.IgbPivotValue)", + "id": 0, + "name": "ToggleValueAsync(IgbPivotValue)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.ToggleValueAsync(IgniteUI.Blazor.Controls.IgbPivotValue)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Toggles the value's enabled state on or off. The value remains in its current collection. This just changes its enabled state. this.grid.toggleValue(value); value The value to be toggled." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "IgbPivotValue", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotValue" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.ValueChipTemplate", + "id": 0, + "name": "ValueChipTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.ValueChipTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbPivotGridValueTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbPivotGridValueTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.ValueChipTemplateScript", + "id": 0, + "name": "ValueChipTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.ValueChipTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ValueChipTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.ValueInit", + "id": 0, + "name": "ValueInit", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.ValueInit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPivotValueEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPivotValueEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.ValueInitScript", + "id": 0, + "name": "ValueInitScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.ValueInitScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.ValuesChange", + "id": 0, + "name": "ValuesChange", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.ValuesChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbValuesChangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbValuesChangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGrid.ValuesChangeScript", + "id": 0, + "name": "ValuesChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGrid.ValuesChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridColumn", + "id": 0, + "name": "IgbPivotGridColumn", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridColumn", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Interface describing the Pivot column data. Contains information on the related column dimensions and their values." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridColumn.#ctor", + "id": 0, + "name": "IgbPivotGridColumn()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridColumn.IgbPivotGridColumn()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridColumn.Dimensions", + "id": 0, + "name": "Dimensions", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridColumn.Dimensions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "List of dimensions associated with the column.*" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotDimension[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridColumn.Field", + "id": 0, + "name": "Field", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridColumn.Field", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridColumn.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridColumn.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridColumn.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridColumn.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridColumn.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridColumn.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridColumn.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridColumn.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridColumn.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridColumn.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotValue", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotValue" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridModule", + "id": 0, + "name": "IgbPivotGridModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridModule.#ctor", + "id": 0, + "name": "IgbPivotGridModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridModule.IgbPivotGridModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridRecord", + "id": 0, + "name": "IgbPivotGridRecord", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridRecord", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.#ctor", + "id": 0, + "name": "IgbPivotGridRecord()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.IgbPivotGridRecord()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.DataIndex", + "id": 0, + "name": "DataIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.DataIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The index of the record in the total view" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.Dimensions", + "id": 0, + "name": "Dimensions", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.Dimensions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "List of dimensions associated with the record.*" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotDimension[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotDimension[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.Level", + "id": 0, + "name": "Level", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.Level", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Record level*" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.Records", + "id": 0, + "name": "Records", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.Records", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "List of original data records associated with the current pivoted data. *" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.RecordsScript", + "id": 0, + "name": "RecordsScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.RecordsScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Records in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.TotalRecordDimensionName", + "id": 0, + "name": "TotalRecordDimensionName", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.TotalRecordDimensionName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If set, it specifies the name of the dimension, that has total record enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridRecord.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridValueTemplateContext", + "id": 0, + "name": "IgbPivotGridValueTemplateContext", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridValueTemplateContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridValueTemplateContext.#ctor", + "id": 0, + "name": "IgbPivotGridValueTemplateContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridValueTemplateContext.IgbPivotGridValueTemplateContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridValueTemplateContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridValueTemplateContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridValueTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridValueTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridValueTemplateContext.Implicit", + "id": 0, + "name": "Implicit", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridValueTemplateContext.Implicit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotValue", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotValue" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridValueTemplateContext.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridValueTemplateContext.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridValueTemplateContext.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridValueTemplateContext.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridValueTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridValueTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotGridValueTemplateContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotGridValueTemplateContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotKeys", + "id": 0, + "name": "IgbPivotKeys", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotKeys", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Interface describing the Pivot data keys used for data generation. Can be used for custom remote scenarios where the data is pre-populated." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotKeys.#ctor", + "id": 0, + "name": "IgbPivotKeys()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotKeys.IgbPivotKeys()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotKeys.Aggregations", + "id": 0, + "name": "Aggregations", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotKeys.Aggregations", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Field that stores aggregation values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotKeys.Children", + "id": 0, + "name": "Children", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotKeys.Children", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Field that stores children for hierarchy building." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotKeys.ColumnDimensionSeparator", + "id": 0, + "name": "ColumnDimensionSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotKeys.ColumnDimensionSeparator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Separator used when generating the unique column field values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotKeys.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotKeys.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotKeys.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotKeys.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotKeys.Level", + "id": 0, + "name": "Level", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotKeys.Level", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Field that stores dimension level based on its hierarchy." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotKeys.Records", + "id": 0, + "name": "Records", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotKeys.Records", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Field that stores reference to the original data records." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotKeys.RowDimensionSeparator", + "id": 0, + "name": "RowDimensionSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotKeys.RowDimensionSeparator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Separator used when generating the unique row field values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotKeys.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotKeys.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotKeys.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotKeys.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotKeys.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotKeys.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotKeys.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotKeys.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotUISettings", + "id": 0, + "name": "IgbPivotUISettings", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotUISettings", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotUISettings.#ctor", + "id": 0, + "name": "IgbPivotUISettings()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotUISettings.IgbPivotUISettings()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotUISettings.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotUISettings.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotUISettings.HorizontalSummariesPosition", + "id": 0, + "name": "HorizontalSummariesPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotUISettings.HorizontalSummariesPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PivotSummaryPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotSummaryPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotUISettings.RowLayout", + "id": 0, + "name": "RowLayout", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotUISettings.RowLayout", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PivotRowLayoutType", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotRowLayoutType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotUISettings.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotUISettings.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotUISettings.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotUISettings.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotUISettings.ShowConfiguration", + "id": 0, + "name": "ShowConfiguration", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotUISettings.ShowConfiguration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotUISettings.ShowRowHeaders", + "id": 0, + "name": "ShowRowHeaders", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotUISettings.ShowRowHeaders", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotUISettings.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotUISettings.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValue", + "id": 0, + "name": "IgbPivotValue", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValue", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Configuration of a pivot value aggregation." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValue.#ctor", + "id": 0, + "name": "IgbPivotValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValue.IgbPivotValue()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValue.Aggregate", + "id": 0, + "name": "Aggregate", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValue.Aggregate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Active aggregator definition with key, label and aggregator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotAggregator", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotAggregator" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValue.AggregateList", + "id": 0, + "name": "AggregateList", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValue.AggregateList", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "List of aggregates to show in aggregate drop-down." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotAggregator[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotAggregator[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValue.DataType", + "id": 0, + "name": "DataType", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValue.DataType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Enables a data type specific template of the cells" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridColumnDataType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridColumnDataType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValue.DisplayName", + "id": 0, + "name": "DisplayName", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValue.DisplayName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Display name to show instead of member for the column header of this value. *" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValue.Enabled", + "id": 0, + "name": "Enabled", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValue.Enabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Enables/Disables a particular value from pivot aggregation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValue.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValue.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValue.FormatterScript", + "id": 0, + "name": "FormatterScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValue.FormatterScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValue.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValue.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValue.Member", + "id": 0, + "name": "Member", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValue.Member", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Unique member to extract related data field value for aggregations." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValue.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValue.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValue.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValue.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValue.Styles", + "id": 0, + "name": "Styles", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValue.Styles", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Allow conditionally styling of the IgxPivotGrid cells." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValue.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValue.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValue.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValue.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueDetail", + "id": 0, + "name": "IgbPivotValueDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Configuration of a pivot value aggregation." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.#ctor", + "id": 0, + "name": "IgbPivotValueDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.IgbPivotValueDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.Aggregate", + "id": 0, + "name": "Aggregate", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.Aggregate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Active aggregator definition with key, label and aggregator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotAggregator", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotAggregator" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.AggregateList", + "id": 0, + "name": "AggregateList", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.AggregateList", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "List of aggregates to show in aggregate drop-down." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotAggregator[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotAggregator[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.DataType", + "id": 0, + "name": "DataType", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.DataType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Enables a data type specific template of the cells" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridColumnDataType", + "fullTypeName": "IgniteUI.Blazor.Controls.GridColumnDataType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.DisplayName", + "id": 0, + "name": "DisplayName", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.DisplayName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Display name to show instead of member for the column header of this value. *" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.Enabled", + "id": 0, + "name": "Enabled", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.Enabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Enables/Disables a particular value from pivot aggregation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.FormatterScript", + "id": 0, + "name": "FormatterScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.FormatterScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.Member", + "id": 0, + "name": "Member", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.Member", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Unique member to extract related data field value for aggregations." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.Styles", + "id": 0, + "name": "Styles", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.Styles", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Allow conditionally styling of the IgxPivotGrid cells." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueEventArgs", + "id": 0, + "name": "IgbPivotValueEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueEventArgs.#ctor", + "id": 0, + "name": "IgbPivotValueEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueEventArgs.IgbPivotValueEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotValueDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotValueDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPivotValueEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPivotValueEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs", + "id": 0, + "name": "IgbPlotAreaMouseButtonEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for IgbDataChart mouse button related events." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs.#ctor", + "id": 0, + "name": "IgbPlotAreaMouseButtonEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs.IgbPlotAreaMouseButtonEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs.ChartPosition", + "id": 0, + "name": "ChartPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs.ChartPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs.ManipulationOccurred", + "id": 0, + "name": "ManipulationOccurred", + "fullName": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs.ManipulationOccurred", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs.PlotAreaPosition", + "id": 0, + "name": "PlotAreaPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs.PlotAreaPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs.Viewer", + "id": 0, + "name": "Viewer", + "fullName": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs.Viewer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the Chart associated with the current event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeriesViewer", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeriesViewer" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs", + "id": 0, + "name": "IgbPlotAreaMouseEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for IgbDataChart mouse button related events." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs.#ctor", + "id": 0, + "name": "IgbPlotAreaMouseEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs.IgbPlotAreaMouseEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs.ChartPosition", + "id": 0, + "name": "ChartPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs.ChartPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs.IsDuringManipulation", + "id": 0, + "name": "IsDuringManipulation", + "fullName": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs.IsDuringManipulation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs.PlotAreaPosition", + "id": 0, + "name": "PlotAreaPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs.PlotAreaPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs.Viewer", + "id": 0, + "name": "Viewer", + "fullName": "IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs.Viewer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the Chart associated with the current event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeriesViewer", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeriesViewer" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPointSeries", + "id": 0, + "name": "IgbPointSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbPointSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart point series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPointSeries.#ctor", + "id": 0, + "name": "IgbPointSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbPointSeries.IgbPointSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPointSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPointSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPointSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPointSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPointSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPointSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPointSeriesModule", + "id": 0, + "name": "IgbPointSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPointSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPointSeriesModule.#ctor", + "id": 0, + "name": "IgbPointSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPointSeriesModule.IgbPointSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPointSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPointSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPointSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPointSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPointSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPointSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarAreaSeries", + "id": 0, + "name": "IgbPolarAreaSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarAreaSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart polar area series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase", + "id": 0, + "name": "IgbPolarBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesBase", + "id": 0, + "name": "IgbPolarLineSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarAreaSeries.#ctor", + "id": 0, + "name": "IgbPolarAreaSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarAreaSeries.IgbPolarAreaSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarAreaSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarAreaSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarAreaSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarAreaSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarAreaSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarAreaSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarAreaSeries.UnknownValuePlotting", + "id": 0, + "name": "UnknownValuePlotting", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarAreaSeries.UnknownValuePlotting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines how unknown values will be plotted on the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "UnknownValuePlotting", + "fullTypeName": "IgniteUI.Blazor.Controls.UnknownValuePlotting" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarAreaSeriesModule", + "id": 0, + "name": "IgbPolarAreaSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarAreaSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarAreaSeriesModule.#ctor", + "id": 0, + "name": "IgbPolarAreaSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarAreaSeriesModule.IgbPolarAreaSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase", + "id": 0, + "name": "IgbPolarBase", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the base class from which all IgbDataChart polar series are derived." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.#ctor", + "id": 0, + "name": "IgbPolarBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.IgbPolarBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.ActualItemSearchMode", + "id": 0, + "name": "ActualItemSearchMode", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.ActualItemSearchMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScatterItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.ActualTrendLineBrush", + "id": 0, + "name": "ActualTrendLineBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.ActualTrendLineBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective TrendLineBrush for this series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.AngleAxis", + "id": 0, + "name": "AngleAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.AngleAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective angle axis for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbNumericAngleAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbNumericAngleAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.AngleAxisName", + "id": 0, + "name": "AngleAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.AngleAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve angleAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.AngleAxisScript", + "id": 0, + "name": "AngleAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.AngleAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting AngleAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.AngleMemberAsLegendLabel", + "id": 0, + "name": "AngleMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.AngleMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series' angle value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.AngleMemberAsLegendUnit", + "id": 0, + "name": "AngleMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.AngleMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit displayed after series' angle value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.AngleMemberPath", + "id": 0, + "name": "AngleMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.AngleMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the path to use to find the angle values for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.AssigningPolarMarkerStyle", + "id": 0, + "name": "AssigningPolarMarkerStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.AssigningPolarMarkerStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAssigningPolarMarkerStyleEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAssigningPolarMarkerStyleEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.AssigningPolarMarkerStyleScript", + "id": 0, + "name": "AssigningPolarMarkerStyleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.AssigningPolarMarkerStyleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.AssigningPolarStyle", + "id": 0, + "name": "AssigningPolarStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.AssigningPolarStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAssigningPolarStyleEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAssigningPolarStyleEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.AssigningPolarStyleScript", + "id": 0, + "name": "AssigningPolarStyleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.AssigningPolarStyleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "id": 0, + "name": "BindAxes(IgbAxis[])", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Axes", + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.CanUseAsAngleAxis(System.Object)", + "id": 0, + "name": "CanUseAsAngleAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.CanUseAsAngleAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.CanUseAsAngleAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsAngleAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.CanUseAsAngleAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as AngleAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.CanUseAsRadiusAxis(System.Object)", + "id": 0, + "name": "CanUseAsRadiusAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.CanUseAsRadiusAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.CanUseAsRadiusAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsRadiusAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.CanUseAsRadiusAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as RadiusAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.ClipSeriesToBounds", + "id": 0, + "name": "ClipSeriesToBounds", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.ClipSeriesToBounds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to clip the series to the bounds." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.GetExactItemIndex(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetExactItemIndex(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.GetExactItemIndex(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.GetExactItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetExactItemIndexAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.GetExactItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.GetItem(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItem(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.GetItem(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item that is the best match for the specified world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndex(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndexAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the index of the item that resides at the provided world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.GetItemValue(System.Object,System.String)", + "id": 0, + "name": "GetItemValue(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.GetItemValue(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.GetItemValueAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemValueAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.GetItemValueAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.GetMemberPathValue(System.String)", + "id": 0, + "name": "GetMemberPathValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.GetMemberPathValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.GetMemberPathValueAsync(System.String)", + "id": 0, + "name": "GetMemberPathValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.GetMemberPathValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value of a requested member path from the series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.HighlightedAngleMemberPath", + "id": 0, + "name": "HighlightedAngleMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.HighlightedAngleMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlighted angle value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.HighlightedRadiusMemberPath", + "id": 0, + "name": "HighlightedRadiusMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.HighlightedRadiusMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlighted radius value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.IsCustomPolarMarkerStyleAllowed", + "id": 0, + "name": "IsCustomPolarMarkerStyleAllowed", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.IsCustomPolarMarkerStyleAllowed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this Polar series should allow custom style overrides of its individual marker visuals." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.IsCustomPolarStyleAllowed", + "id": 0, + "name": "IsCustomPolarStyleAllowed", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.IsCustomPolarStyleAllowed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this Polar series should allow custom style overrides of its individual visuals." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.ItemSearchMode", + "id": 0, + "name": "ItemSearchMode", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.ItemSearchMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode the series will use to find the closest point to the cursor." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScatterItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.ItemSearchThreshold", + "id": 0, + "name": "ItemSearchThreshold", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.ItemSearchThreshold", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the threshold to use when searching for items using ItemSearchMode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.MaximumMarkers", + "id": 0, + "name": "MaximumMarkers", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.MaximumMarkers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum number of markers displayed by the current series. If more than the specified number of markers are visible, the polar series will automatically choose a representative set." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.RadiusAxis", + "id": 0, + "name": "RadiusAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.RadiusAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective radius axis for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbNumericRadiusAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.RadiusAxisName", + "id": 0, + "name": "RadiusAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.RadiusAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve radiusAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.RadiusAxisScript", + "id": 0, + "name": "RadiusAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.RadiusAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RadiusAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.RadiusMemberAsLegendLabel", + "id": 0, + "name": "RadiusMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.RadiusMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series' radius value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.RadiusMemberAsLegendUnit", + "id": 0, + "name": "RadiusMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.RadiusMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit displayed after series' radius value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.RadiusMemberPath", + "id": 0, + "name": "RadiusMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.RadiusMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the path to use to get the radius values for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.ScrollIntoView(System.Object)", + "id": 0, + "name": "ScrollIntoView(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.ScrollIntoView(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.ScrollIntoViewAsync(System.Object)", + "id": 0, + "name": "ScrollIntoViewAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.ScrollIntoViewAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls the requested item into view, if possible." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.TrendLineBrush", + "id": 0, + "name": "TrendLineBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.TrendLineBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush that specifies how the current series object's trend line is drawn." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.TrendLineDashArray", + "id": 0, + "name": "TrendLineDashArray", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.TrendLineDashArray", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a collection of double values that indicate the pattern of dashes and gaps that is used to draw the trend line for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.TrendLinePeriod", + "id": 0, + "name": "TrendLinePeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.TrendLinePeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.TrendLineThickness", + "id": 0, + "name": "TrendLineThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.TrendLineThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness of the current series object's trend line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.TrendLineType", + "id": 0, + "name": "TrendLineType", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.TrendLineType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the trend type for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.TrendLineZIndex", + "id": 0, + "name": "TrendLineZIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.TrendLineZIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or Gets the Trendline Z index." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase.UseCartesianInterpolation", + "id": 0, + "name": "UseCartesianInterpolation", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarBase.UseCartesianInterpolation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether Cartesian Interpolation should be used rather than Archimedian spiral based interpolation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarLineSeries", + "id": 0, + "name": "IgbPolarLineSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarLineSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart polar line series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase", + "id": 0, + "name": "IgbPolarBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesBase", + "id": 0, + "name": "IgbPolarLineSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarLineSeries.#ctor", + "id": 0, + "name": "IgbPolarLineSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarLineSeries.IgbPolarLineSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarLineSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarLineSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarLineSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarLineSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarLineSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarLineSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarLineSeries.UnknownValuePlotting", + "id": 0, + "name": "UnknownValuePlotting", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarLineSeries.UnknownValuePlotting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines how unknown values will be plotted on the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "UnknownValuePlotting", + "fullTypeName": "IgniteUI.Blazor.Controls.UnknownValuePlotting" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesBase", + "id": 0, + "name": "IgbPolarLineSeriesBase", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the base class from which all IgbDataChart polar line series are derived." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase", + "id": 0, + "name": "IgbPolarBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesBase.#ctor", + "id": 0, + "name": "IgbPolarLineSeriesBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesBase.IgbPolarLineSeriesBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesModule", + "id": 0, + "name": "IgbPolarLineSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesModule.#ctor", + "id": 0, + "name": "IgbPolarLineSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesModule.IgbPolarLineSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarScatterSeries", + "id": 0, + "name": "IgbPolarScatterSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarScatterSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart polar scatter series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase", + "id": 0, + "name": "IgbPolarBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarScatterSeries.#ctor", + "id": 0, + "name": "IgbPolarScatterSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarScatterSeries.IgbPolarScatterSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarScatterSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarScatterSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarScatterSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarScatterSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarScatterSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarScatterSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarScatterSeriesModule", + "id": 0, + "name": "IgbPolarScatterSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarScatterSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarScatterSeriesModule.#ctor", + "id": 0, + "name": "IgbPolarScatterSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarScatterSeriesModule.IgbPolarScatterSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarScatterSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarScatterSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarScatterSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarScatterSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarScatterSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarScatterSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeries", + "id": 0, + "name": "IgbPolarSplineAreaSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart polar spline area series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase", + "id": 0, + "name": "IgbPolarBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesBase", + "id": 0, + "name": "IgbPolarLineSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeries.#ctor", + "id": 0, + "name": "IgbPolarSplineAreaSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeries.IgbPolarSplineAreaSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeries.Stiffness", + "id": 0, + "name": "Stiffness", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeries.Stiffness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Stiffness property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeriesModule", + "id": 0, + "name": "IgbPolarSplineAreaSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeriesModule.#ctor", + "id": 0, + "name": "IgbPolarSplineAreaSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeriesModule.IgbPolarSplineAreaSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineSeries", + "id": 0, + "name": "IgbPolarSplineSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart polar spline series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarBase", + "id": 0, + "name": "IgbPolarBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarLineSeriesBase", + "id": 0, + "name": "IgbPolarLineSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineSeries.#ctor", + "id": 0, + "name": "IgbPolarSplineSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineSeries.IgbPolarSplineSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineSeries.Stiffness", + "id": 0, + "name": "Stiffness", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineSeries.Stiffness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Stiffness property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineSeriesModule", + "id": 0, + "name": "IgbPolarSplineSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineSeriesModule.#ctor", + "id": 0, + "name": "IgbPolarSplineSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineSeriesModule.IgbPolarSplineSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPolarSplineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPolarSplineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup", + "id": 0, + "name": "IgbPopup", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.#ctor", + "id": 0, + "name": "IgbPopup()", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.IgbPopup()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.ActualAmbientShadowColor", + "id": 0, + "name": "ActualAmbientShadowColor", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.ActualAmbientShadowColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the check mark when the checkbox is checked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.ActualElevation", + "id": 0, + "name": "ActualElevation", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.ActualElevation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the elevation of the border shadow" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.ActualPenumbraShadowColor", + "id": 0, + "name": "ActualPenumbraShadowColor", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.ActualPenumbraShadowColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the check mark when the checkbox is checked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.ActualUmbraShadowColor", + "id": 0, + "name": "ActualUmbraShadowColor", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.ActualUmbraShadowColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the check mark when the checkbox is checked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.AnimationDuration", + "id": 0, + "name": "AnimationDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.AnimationDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration of the Popup and Closeup animations in milliseconds." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.AnimationEnabled", + "id": 0, + "name": "AnimationEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.AnimationEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the popup and closeup animations are animated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.AnimationType", + "id": 0, + "name": "AnimationType", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.AnimationType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the type of animation to use when the popup opens and closes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopupAnimationType", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupAnimationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.Background", + "id": 0, + "name": "Background", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.Background", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color of the popup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.Close", + "id": 0, + "name": "Close()", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.Close()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.CloseAsync", + "id": 0, + "name": "CloseAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.CloseAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Closes the popup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.CornerRadius", + "id": 0, + "name": "CornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.CornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.DisableHitTestDuringAnimation", + "id": 0, + "name": "DisableHitTestDuringAnimation", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.DisableHitTestDuringAnimation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to disable hit testing during the open and close animations." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.Elevation", + "id": 0, + "name": "Elevation", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.Elevation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the elevation to use for the button regardless of type." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.ExportSerializedVisualModel", + "id": 0, + "name": "ExportSerializedVisualModel()", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.ExportSerializedVisualModel()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.ExportSerializedVisualModelAsync", + "id": 0, + "name": "ExportSerializedVisualModelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.ExportSerializedVisualModelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a serialized copy of the exported visual model" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.ExportVisualModel", + "id": 0, + "name": "ExportVisualModel()", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.ExportVisualModel()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.ExportVisualModelAsync", + "id": 0, + "name": "ExportVisualModelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.ExportVisualModelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Exports visual information about the current state of the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.IsClosing", + "id": 0, + "name": "IsClosing", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.IsClosing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the popup is in the middle of closing or not." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.IsFixed", + "id": 0, + "name": "IsFixed", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.IsFixed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates that the popup will position itself relative to the window instead of the document." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.IsFocusable", + "id": 0, + "name": "IsFocusable", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.IsFocusable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.IsHitTestVisible", + "id": 0, + "name": "IsHitTestVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.IsHitTestVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to disable hit testing on the popup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.IsPointerEnabled", + "id": 0, + "name": "IsPointerEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.IsPointerEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to show a pointer off the side of the popup towards the popup target." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.IsShowing", + "id": 0, + "name": "IsShowing", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.IsShowing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the popup is in the middle of opening or not." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.MeasuringContentSize", + "id": 0, + "name": "MeasuringContentSize", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.MeasuringContentSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPopupMeasuringContentSizeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPopupMeasuringContentSizeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.MeasuringContentSizeScript", + "id": 0, + "name": "MeasuringContentSizeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.MeasuringContentSizeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.OnClosed", + "id": 0, + "name": "OnClosed", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.OnClosed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbOnClosedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbOnClosedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.OnClosedScript", + "id": 0, + "name": "OnClosedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.OnClosedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.OnPopup", + "id": 0, + "name": "OnPopup", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.OnPopup", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbOnPopupEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbOnPopupEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.OnPopupScript", + "id": 0, + "name": "OnPopupScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.OnPopupScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.PointerBackground", + "id": 0, + "name": "PointerBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.PointerBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the pointer background color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.PointerPosition", + "id": 0, + "name": "PointerPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.PointerPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the pointer position." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopupPointerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupPointerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.PointerSize", + "id": 0, + "name": "PointerSize", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.PointerSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the pointer size." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.ShowRelativeToExclusionRect(IgniteUI.Blazor.Controls.Rect,IgniteUI.Blazor.Controls.PopupDirection,IgniteUI.Blazor.Controls.PopupAlignment)", + "id": 0, + "name": "ShowRelativeToExclusionRect(Rect, PopupDirection, PopupAlignment)", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.ShowRelativeToExclusionRect(IgniteUI.Blazor.Controls.Rect, IgniteUI.Blazor.Controls.PopupDirection, IgniteUI.Blazor.Controls.PopupAlignment)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "exclusionRect", + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + }, + { + "name": "popupDirection", + "type": "PopupDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupDirection" + }, + { + "name": "popupAlignment", + "type": "PopupAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupAlignment" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.ShowRelativeToExclusionRectAsync(IgniteUI.Blazor.Controls.Rect,IgniteUI.Blazor.Controls.PopupDirection,IgniteUI.Blazor.Controls.PopupAlignment)", + "id": 0, + "name": "ShowRelativeToExclusionRectAsync(Rect, PopupDirection, PopupAlignment)", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.ShowRelativeToExclusionRectAsync(IgniteUI.Blazor.Controls.Rect, IgniteUI.Blazor.Controls.PopupDirection, IgniteUI.Blazor.Controls.PopupAlignment)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "exclusionRect", + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + }, + { + "name": "popupDirection", + "type": "PopupDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupDirection" + }, + { + "name": "popupAlignment", + "type": "PopupAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupAlignment" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopup.UseTopLayer", + "id": 0, + "name": "UseTopLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbPopup.UseTopLayer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates that the popup will place itself into the browser top layer." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopupMeasuringContentSizeEventArgs", + "id": 0, + "name": "IgbPopupMeasuringContentSizeEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPopupMeasuringContentSizeEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPopupMeasuringContentSizeEventArgs.#ctor", + "id": 0, + "name": "IgbPopupMeasuringContentSizeEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPopupMeasuringContentSizeEventArgs.IgbPopupMeasuringContentSizeEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopupMeasuringContentSizeEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPopupMeasuringContentSizeEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopupMeasuringContentSizeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPopupMeasuringContentSizeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopupMeasuringContentSizeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPopupMeasuringContentSizeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopupMeasuringContentSizeEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPopupMeasuringContentSizeEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopupModule", + "id": 0, + "name": "IgbPopupModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPopupModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPopupModule.#ctor", + "id": 0, + "name": "IgbPopupModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPopupModule.IgbPopupModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopupModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPopupModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopupModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPopupModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPopupModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPopupModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositionSettings", + "id": 0, + "name": "IgbPositionSettings", + "fullName": "IgniteUI.Blazor.Controls.IgbPositionSettings", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPositionSettings.#ctor", + "id": 0, + "name": "IgbPositionSettings()", + "fullName": "IgniteUI.Blazor.Controls.IgbPositionSettings.IgbPositionSettings()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositionSettings.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPositionSettings.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositionSettings.HorizontalDirection", + "id": 0, + "name": "HorizontalDirection", + "fullName": "IgniteUI.Blazor.Controls.IgbPositionSettings.HorizontalDirection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Direction in which the component should show" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridHorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.GridHorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositionSettings.HorizontalStartPoint", + "id": 0, + "name": "HorizontalStartPoint", + "fullName": "IgniteUI.Blazor.Controls.IgbPositionSettings.HorizontalStartPoint", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Target's starting point" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridHorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.GridHorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositionSettings.MinSize", + "id": 0, + "name": "MinSize", + "fullName": "IgniteUI.Blazor.Controls.IgbPositionSettings.MinSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The size up to which element may shrink when shown in elastic position strategy" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSize", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSize" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositionSettings.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPositionSettings.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositionSettings.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPositionSettings.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositionSettings.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPositionSettings.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositionSettings.VerticalDirection", + "id": 0, + "name": "VerticalDirection", + "fullName": "IgniteUI.Blazor.Controls.IgbPositionSettings.VerticalDirection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Direction in which the component should show" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridVerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.GridVerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositionSettings.VerticalStartPoint", + "id": 0, + "name": "VerticalStartPoint", + "fullName": "IgniteUI.Blazor.Controls.IgbPositionSettings.VerticalStartPoint", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Target's starting point" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridVerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.GridVerticalAlignment" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositionStrategy", + "id": 0, + "name": "IgbPositionStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbPositionStrategy", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Documentation Position strategies determine where to display the component in the provided IgxOverlayService." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPositionStrategy.#ctor", + "id": 0, + "name": "IgbPositionStrategy()", + "fullName": "IgniteUI.Blazor.Controls.IgbPositionStrategy.IgbPositionStrategy()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositionStrategy.Clone", + "id": 0, + "name": "Clone()", + "fullName": "IgniteUI.Blazor.Controls.IgbPositionStrategy.Clone()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPositionStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPositionStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositionStrategy.CloneAsync", + "id": 0, + "name": "CloneAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPositionStrategy.CloneAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Clone the strategy instance. settings.positionStrategy.clone();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbPositionStrategy>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbPositionStrategy>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositionStrategy.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPositionStrategy.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositionStrategy.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPositionStrategy.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositionStrategy.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPositionStrategy.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositionStrategy.Settings", + "id": 0, + "name": "Settings", + "fullName": "IgniteUI.Blazor.Controls.IgbPositionStrategy.Settings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "PositionSettings to use when position the component in the overlay" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPositionSettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPositionSettings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositionStrategy.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPositionStrategy.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositiveVolumeIndexIndicator", + "id": 0, + "name": "IgbPositiveVolumeIndexIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbPositiveVolumeIndexIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Positive Volume Index (PVI) indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPositiveVolumeIndexIndicator.#ctor", + "id": 0, + "name": "IgbPositiveVolumeIndexIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbPositiveVolumeIndexIndicator.IgbPositiveVolumeIndexIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositiveVolumeIndexIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPositiveVolumeIndexIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositiveVolumeIndexIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPositiveVolumeIndexIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositiveVolumeIndexIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPositiveVolumeIndexIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositiveVolumeIndexIndicatorModule", + "id": 0, + "name": "IgbPositiveVolumeIndexIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPositiveVolumeIndexIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPositiveVolumeIndexIndicatorModule.#ctor", + "id": 0, + "name": "IgbPositiveVolumeIndexIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPositiveVolumeIndexIndicatorModule.IgbPositiveVolumeIndexIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositiveVolumeIndexIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPositiveVolumeIndexIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositiveVolumeIndexIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPositiveVolumeIndexIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPositiveVolumeIndexIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPositiveVolumeIndexIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay", + "id": 0, + "name": "IgbPriceChannelOverlay", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Financial Price Channel Overlay series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialOverlay", + "id": 0, + "name": "IgbFinancialOverlay" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.#ctor", + "id": 0, + "name": "IgbPriceChannelOverlay()", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.IgbPriceChannelOverlay()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.GetSeriesValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.GetSeriesValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.Period", + "id": 0, + "name": "Period", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.Period", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current PriceChannelOverlay object. The typical, and initial, value for Bollinger band periods is 14." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlay.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlayModule", + "id": 0, + "name": "IgbPriceChannelOverlayModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlayModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlayModule.#ctor", + "id": 0, + "name": "IgbPriceChannelOverlayModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlayModule.IgbPriceChannelOverlayModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlayModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlayModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlayModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlayModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlayModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceChannelOverlayModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceVolumeTrendIndicator", + "id": 0, + "name": "IgbPriceVolumeTrendIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceVolumeTrendIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Price Volume Trend Indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceVolumeTrendIndicator.#ctor", + "id": 0, + "name": "IgbPriceVolumeTrendIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceVolumeTrendIndicator.IgbPriceVolumeTrendIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceVolumeTrendIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceVolumeTrendIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceVolumeTrendIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceVolumeTrendIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceVolumeTrendIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceVolumeTrendIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceVolumeTrendIndicatorModule", + "id": 0, + "name": "IgbPriceVolumeTrendIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceVolumeTrendIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceVolumeTrendIndicatorModule.#ctor", + "id": 0, + "name": "IgbPriceVolumeTrendIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceVolumeTrendIndicatorModule.IgbPriceVolumeTrendIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceVolumeTrendIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceVolumeTrendIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceVolumeTrendIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceVolumeTrendIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPriceVolumeTrendIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPriceVolumeTrendIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue", + "id": 0, + "name": "IgbPrimaryKeyValue", + "fullName": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A primary key value." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue.#ctor", + "id": 0, + "name": "IgbPrimaryKeyValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue.IgbPrimaryKeyValue()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue.#ctor(System.String[],System.Object[])", + "id": 0, + "name": "IgbPrimaryKeyValue(String[], Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue.IgbPrimaryKeyValue(System.String[], System.Object[])", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String[]", + "fullTypeName": "System.String[]" + }, + { + "name": "value", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue.Key", + "id": 0, + "name": "Key", + "fullName": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue.Key", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The primary key associated with this value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValue.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The value of the keys for this primary key value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValueModule", + "id": 0, + "name": "IgbPrimaryKeyValueModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValueModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValueModule.#ctor", + "id": 0, + "name": "IgbPrimaryKeyValueModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValueModule.IgbPrimaryKeyValueModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValueModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValueModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValueModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValueModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValueModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPrimaryKeyValueModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBase", + "id": 0, + "name": "IgbProgressBase", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBase.#ctor", + "id": 0, + "name": "IgbProgressBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBase.IgbProgressBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBase.AnimationDuration", + "id": 0, + "name": "AnimationDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBase.AnimationDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Animation duration in milliseconds." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBase.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBase.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBase.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBase.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBase.HideLabel", + "id": 0, + "name": "HideLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBase.HideLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Shows/hides the label of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBase.Indeterminate", + "id": 0, + "name": "Indeterminate", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBase.Indeterminate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The indeterminate state of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBase.LabelFormat", + "id": 0, + "name": "LabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBase.LabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Format string for the default label of the control. Placeholders: {0} - current value of the control. {1} - max value of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBase.Max", + "id": 0, + "name": "Max", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBase.Max", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Maximum value of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBase.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBase.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBase.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBase.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBase.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBase.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBase.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBase.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBase.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBase.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBase.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBase.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The value of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBase.Variant", + "id": 0, + "name": "Variant", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBase.Variant", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The variant of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StyleVariant", + "fullTypeName": "IgniteUI.Blazor.Controls.StyleVariant" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBaseModule", + "id": 0, + "name": "IgbProgressBaseModule", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBaseModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBaseModule.#ctor", + "id": 0, + "name": "IgbProgressBaseModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBaseModule.IgbProgressBaseModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBaseModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBaseModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBaseModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBaseModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressBaseModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressBaseModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressiveLoadStatusEventArgs", + "id": 0, + "name": "IgbProgressiveLoadStatusEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressiveLoadStatusEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides information about the progressive load progress of the HighDensityScatterSeries." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressiveLoadStatusEventArgs.#ctor", + "id": 0, + "name": "IgbProgressiveLoadStatusEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressiveLoadStatusEventArgs.IgbProgressiveLoadStatusEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressiveLoadStatusEventArgs.CurrentStatus", + "id": 0, + "name": "CurrentStatus", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressiveLoadStatusEventArgs.CurrentStatus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The current status from 0 to 100 of the progressive load." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressiveLoadStatusEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressiveLoadStatusEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressiveLoadStatusEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressiveLoadStatusEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressiveLoadStatusEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressiveLoadStatusEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProgressiveLoadStatusEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbProgressiveLoadStatusEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor", + "id": 0, + "name": "IgbPropertyEditor", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.#ctor", + "id": 0, + "name": "IgbPropertyEditor()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.IgbPropertyEditor()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.ActualDataSource", + "id": 0, + "name": "ActualDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.ActualDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actaul data or data source instance to which to bind the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPropertyEditorPropertyDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.BackgroundColor", + "id": 0, + "name": "BackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.BackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the background of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.BaseTheme", + "id": 0, + "name": "BaseTheme", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.BaseTheme", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.CellFontFamily", + "id": 0, + "name": "CellFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.CellFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.CellFontSize", + "id": 0, + "name": "CellFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.CellFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.CellFontStyle", + "id": 0, + "name": "CellFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.CellFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.CellFontWeight", + "id": 0, + "name": "CellFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.CellFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.ComponentRenderer", + "id": 0, + "name": "ComponentRenderer", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.ComponentRenderer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.ComponentRendererScript", + "id": 0, + "name": "ComponentRendererScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.ComponentRendererScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ComponentRenderer in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.Density", + "id": 0, + "name": "Density", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.Density", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.DescriptionContext", + "id": 0, + "name": "DescriptionContext", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.DescriptionContext", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.DescriptionContextScript", + "id": 0, + "name": "DescriptionContextScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.DescriptionContextScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DescriptionContext in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.DescriptionType", + "id": 0, + "name": "DescriptionType", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.DescriptionType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.FilterPlaceholderText", + "id": 0, + "name": "FilterPlaceholderText", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.FilterPlaceholderText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.GetDesiredSize", + "id": 0, + "name": "GetDesiredSize()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.GetDesiredSize()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Size", + "fullTypeName": "IgniteUI.Blazor.Controls.Size" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.GetDesiredSizeAsync", + "id": 0, + "name": "GetDesiredSizeAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.GetDesiredSizeAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Size>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Size>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.IsHorizontal", + "id": 0, + "name": "IsHorizontal", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.IsHorizontal", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.IsIndirectModeEnabled", + "id": 0, + "name": "IsIndirectModeEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.IsIndirectModeEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.IsWrappingEnabled", + "id": 0, + "name": "IsWrappingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.IsWrappingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.NotifyClearItems", + "id": 0, + "name": "NotifyClearItems()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.NotifyClearItems()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.NotifyClearItemsAsync", + "id": 0, + "name": "NotifyClearItemsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.NotifyClearItemsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined. This should not be called if the data that the grid is bound to is already observable." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.NotifyInsertItem(System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItem(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.NotifyInsertItem(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.NotifyInsertItemAsync(System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItemAsync(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.NotifyInsertItemAsync(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.NotifyRemoveItem(System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItem(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.NotifyRemoveItem(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.NotifyRemoveItemAsync(System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItemAsync(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.NotifyRemoveItemAsync(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.NotifySetItem(System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItem(Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.NotifySetItem(System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.NotifySetItemAsync(System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItemAsync(Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.NotifySetItemAsync(System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.Properties", + "id": 0, + "name": "Properties", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.Properties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data or data source instance to which to bind the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPropertyEditorPropertyDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.RowHeight", + "id": 0, + "name": "RowHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.RowHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.SearchInputType", + "id": 0, + "name": "SearchInputType", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.SearchInputType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InputGroupDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.InputGroupDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.Target", + "id": 0, + "name": "Target", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.Target", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.TargetScript", + "id": 0, + "name": "TargetScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.TargetScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Target in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the text of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditor.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditor.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorDataSource", + "id": 0, + "name": "IgbPropertyEditorDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDataSource", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorDataSource.#ctor", + "id": 0, + "name": "IgbPropertyEditorDataSource()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDataSource.IgbPropertyEditorDataSource()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorDataSource.Context", + "id": 0, + "name": "Context", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDataSource.Context", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorDataSource.ContextScript", + "id": 0, + "name": "ContextScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDataSource.ContextScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Context in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorDataSource.DescriptionType", + "id": 0, + "name": "DescriptionType", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDataSource.DescriptionType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorDataSource.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDataSource.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorDataSource.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDataSource.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObject", + "id": 0, + "name": "IgbPropertyEditorDescriptionObject", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObject", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObject.#ctor", + "id": 0, + "name": "IgbPropertyEditorDescriptionObject()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObject.IgbPropertyEditorDescriptionObject()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObject.DescriptionType", + "id": 0, + "name": "DescriptionType", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObject.DescriptionType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObject.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObject.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObject.Properties", + "id": 0, + "name": "Properties", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObject.Properties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPropertyEditorPropertyDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObject.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObject.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObjectCollection", + "id": 0, + "name": "IgbPropertyEditorDescriptionObjectCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObjectCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObject}", + "id": 0, + "name": "BaseCollection<IgbPropertyEditorDescriptionObject>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObjectCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbPropertyEditorDescriptionObjectCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObjectCollection.IgbPropertyEditorDescriptionObjectCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorModule", + "id": 0, + "name": "IgbPropertyEditorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorModule.#ctor", + "id": 0, + "name": "IgbPropertyEditorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorModule.IgbPropertyEditorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel", + "id": 0, + "name": "IgbPropertyEditorPanel", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.#ctor", + "id": 0, + "name": "IgbPropertyEditorPanel()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.IgbPropertyEditorPanel()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.ActualDataSource", + "id": 0, + "name": "ActualDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.ActualDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actaul data or data source instance to which to bind the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPropertyEditorPropertyDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.ActualProperties", + "id": 0, + "name": "ActualProperties", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.ActualProperties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPropertyEditorPropertyDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.ActualRowHeight", + "id": 0, + "name": "ActualRowHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.ActualRowHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.BackgroundColor", + "id": 0, + "name": "BackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.BackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the background of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.CellFontFamily", + "id": 0, + "name": "CellFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.CellFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.CellFontSize", + "id": 0, + "name": "CellFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.CellFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.CellFontStyle", + "id": 0, + "name": "CellFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.CellFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.CellFontWeight", + "id": 0, + "name": "CellFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.CellFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.ComponentRenderer", + "id": 0, + "name": "ComponentRenderer", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.ComponentRenderer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.ComponentRendererScript", + "id": 0, + "name": "ComponentRendererScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.ComponentRendererScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ComponentRenderer in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.ContentProperties", + "id": 0, + "name": "ContentProperties", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.ContentProperties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPropertyEditorPropertyDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.DescriptionContext", + "id": 0, + "name": "DescriptionContext", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.DescriptionContext", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.DescriptionContextScript", + "id": 0, + "name": "DescriptionContextScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.DescriptionContextScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DescriptionContext in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.DescriptionType", + "id": 0, + "name": "DescriptionType", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.DescriptionType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.IsHorizontal", + "id": 0, + "name": "IsHorizontal", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.IsHorizontal", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.IsIndirectModeEnabled", + "id": 0, + "name": "IsIndirectModeEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.IsIndirectModeEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.IsWrappingEnabled", + "id": 0, + "name": "IsWrappingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.IsWrappingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.NotifyClearItems", + "id": 0, + "name": "NotifyClearItems()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.NotifyClearItems()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.NotifyClearItemsAsync", + "id": 0, + "name": "NotifyClearItemsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.NotifyClearItemsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined. This should not be called if the data that the grid is bound to is already observable." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.NotifyInsertItem(System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItem(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.NotifyInsertItem(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.NotifyInsertItemAsync(System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItemAsync(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.NotifyInsertItemAsync(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.NotifyRemoveItem(System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItem(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.NotifyRemoveItem(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.NotifyRemoveItemAsync(System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItemAsync(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.NotifyRemoveItemAsync(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.NotifySetItem(System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItem(Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.NotifySetItem(System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.NotifySetItemAsync(System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItemAsync(Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.NotifySetItemAsync(System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.Properties", + "id": 0, + "name": "Properties", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.Properties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data or data source instance to which to bind the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPropertyEditorPropertyDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.RowHeight", + "id": 0, + "name": "RowHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.RowHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.Target", + "id": 0, + "name": "Target", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.Target", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.TargetScript", + "id": 0, + "name": "TargetScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.TargetScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Target in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the text of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.UpdateMode", + "id": 0, + "name": "UpdateMode", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanel.UpdateMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorPanelUpdateMode", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorPanelUpdateMode" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanelModule", + "id": 0, + "name": "IgbPropertyEditorPanelModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanelModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanelModule.#ctor", + "id": 0, + "name": "IgbPropertyEditorPanelModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanelModule.IgbPropertyEditorPanelModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanelModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanelModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanelModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanelModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanelModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPanelModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription", + "id": 0, + "name": "IgbPropertyEditorPropertyDescription", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.#ctor", + "id": 0, + "name": "IgbPropertyEditorPropertyDescription()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.IgbPropertyEditorPropertyDescription()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.ButtonClicked", + "id": 0, + "name": "ButtonClicked", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.ButtonClicked", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbPropertyEditorPropertyDescriptionButtonClickEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionButtonClickEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.ButtonClickedScript", + "id": 0, + "name": "ButtonClickedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.ButtonClickedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.Changed", + "id": 0, + "name": "Changed", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.Changed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbPropertyEditorPropertyDescriptionChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.ChangedScript", + "id": 0, + "name": "ChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.ChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.CoercedComplexValue", + "id": 0, + "name": "CoercedComplexValue", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.CoercedComplexValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPropertyEditorDescriptionObject", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObject" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.CoercedComplexValues", + "id": 0, + "name": "CoercedComplexValues", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.CoercedComplexValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPropertyEditorDescriptionObjectCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObjectCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.CoercedPrimitiveValue", + "id": 0, + "name": "CoercedPrimitiveValue", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.CoercedPrimitiveValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.CoercedValueType", + "id": 0, + "name": "CoercedValueType", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.CoercedValueType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.CoercingValue", + "id": 0, + "name": "CoercingValue", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.CoercingValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.CoercingValueScript", + "id": 0, + "name": "CoercingValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.CoercingValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.ComplexValue", + "id": 0, + "name": "ComplexValue", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.ComplexValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPropertyEditorDescriptionObject", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObject" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.ComplexValues", + "id": 0, + "name": "ComplexValues", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.ComplexValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPropertyEditorDescriptionObjectCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObjectCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.DropDownNames", + "id": 0, + "name": "DropDownNames", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.DropDownNames", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.DropDownValues", + "id": 0, + "name": "DropDownValues", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.DropDownValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.EditorWidth", + "id": 0, + "name": "EditorWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.EditorWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.ElementDescriptionType", + "id": 0, + "name": "ElementDescriptionType", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.ElementDescriptionType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.GetCurrentPrimitiveValue", + "id": 0, + "name": "GetCurrentPrimitiveValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.GetCurrentPrimitiveValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.GetCurrentPrimitiveValueAsync", + "id": 0, + "name": "GetCurrentPrimitiveValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.GetCurrentPrimitiveValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.LabelWidth", + "id": 0, + "name": "LabelWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.LabelWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.Max", + "id": 0, + "name": "Max", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.Max", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.Min", + "id": 0, + "name": "Min", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.Min", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.PrimitiveValue", + "id": 0, + "name": "PrimitiveValue", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.PrimitiveValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.Properties", + "id": 0, + "name": "Properties", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.Properties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPropertyEditorPropertyDescriptionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.PropertyDescriptionType", + "id": 0, + "name": "PropertyDescriptionType", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.PropertyDescriptionType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.PropertyEditorPanelParent", + "id": 0, + "name": "PropertyEditorPanelParent", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.PropertyEditorPanelParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.PropertyPath", + "id": 0, + "name": "PropertyPath", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.PropertyPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.ShouldOverrideDefaultEditor", + "id": 0, + "name": "ShouldOverrideDefaultEditor", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.ShouldOverrideDefaultEditor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.Step", + "id": 0, + "name": "Step", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.Step", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.Subtitle", + "id": 0, + "name": "Subtitle", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.Subtitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.TargetPropertyUpdating", + "id": 0, + "name": "TargetPropertyUpdating", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.TargetPropertyUpdating", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.TargetPropertyUpdatingScript", + "id": 0, + "name": "TargetPropertyUpdatingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.TargetPropertyUpdatingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.UseCoercedValue", + "id": 0, + "name": "UseCoercedValue", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.UseCoercedValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.ValueType", + "id": 0, + "name": "ValueType", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription.ValueType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionButtonClickEventArgs", + "id": 0, + "name": "IgbPropertyEditorPropertyDescriptionButtonClickEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionButtonClickEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionButtonClickEventArgs.#ctor", + "id": 0, + "name": "IgbPropertyEditorPropertyDescriptionButtonClickEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionButtonClickEventArgs.IgbPropertyEditorPropertyDescriptionButtonClickEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionButtonClickEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionButtonClickEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionButtonClickEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionButtonClickEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionButtonClickEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionButtonClickEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionButtonClickEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionButtonClickEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionChangedEventArgs", + "id": 0, + "name": "IgbPropertyEditorPropertyDescriptionChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionChangedEventArgs.#ctor", + "id": 0, + "name": "IgbPropertyEditorPropertyDescriptionChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionChangedEventArgs.IgbPropertyEditorPropertyDescriptionChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionChangedEventArgs.NewValue", + "id": 0, + "name": "NewValue", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionChangedEventArgs.NewValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs", + "id": 0, + "name": "IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs.#ctor", + "id": 0, + "name": "IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs.IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs.ComplexValue", + "id": 0, + "name": "ComplexValue", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs.ComplexValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPropertyEditorDescriptionObject", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObject" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs.ComplexValues", + "id": 0, + "name": "ComplexValues", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs.ComplexValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPropertyEditorDescriptionObjectCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPropertyEditorDescriptionObjectCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCoercingValueEventArgs.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCollection", + "id": 0, + "name": "IgbPropertyEditorPropertyDescriptionCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescription}", + "id": 0, + "name": "BaseCollection<IgbPropertyEditorPropertyDescription>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbPropertyEditorPropertyDescriptionCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionCollection.IgbPropertyEditorPropertyDescriptionCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionModule", + "id": 0, + "name": "IgbPropertyEditorPropertyDescriptionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionModule.#ctor", + "id": 0, + "name": "IgbPropertyEditorPropertyDescriptionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionModule.IgbPropertyEditorPropertyDescriptionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs", + "id": 0, + "name": "IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.#ctor", + "id": 0, + "name": "IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.PropertyPath", + "id": 0, + "name": "PropertyPath", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.PropertyPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.Target", + "id": 0, + "name": "Target", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.Target", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.TargetScript", + "id": 0, + "name": "TargetScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.TargetScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Target in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.ValueScript", + "id": 0, + "name": "ValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.ValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Value in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyReferenceFilterExpression", + "id": 0, + "name": "IgbPropertyReferenceFilterExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyReferenceFilterExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a filter expression that is a property access." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyReferenceFilterExpression.#ctor", + "id": 0, + "name": "IgbPropertyReferenceFilterExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyReferenceFilterExpression.IgbPropertyReferenceFilterExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyReferenceFilterExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyReferenceFilterExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyReferenceFilterExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyReferenceFilterExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyReferenceFilterExpression.IsPropertyReference", + "id": 0, + "name": "IsPropertyReference", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyReferenceFilterExpression.IsPropertyReference", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the expression is a property reference." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyReferenceFilterExpression.Precedence", + "id": 0, + "name": "Precedence", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyReferenceFilterExpression.Precedence", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyReferenceFilterExpression.PropertyReference", + "id": 0, + "name": "PropertyReference", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyReferenceFilterExpression.PropertyReference", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets the property reference" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyReferenceFilterExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyReferenceFilterExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyReferenceFilterExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyReferenceFilterExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs", + "id": 0, + "name": "IgbPropertyUpdatedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "EventArgs class for property updated events." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs.#ctor", + "id": 0, + "name": "IgbPropertyUpdatedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs.IgbPropertyUpdatedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs.NewValue", + "id": 0, + "name": "NewValue", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs.NewValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "New or current value of the property being updated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs.NewValueScript", + "id": 0, + "name": "NewValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs.NewValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting NewValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs.OldValue", + "id": 0, + "name": "OldValue", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs.OldValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Old or previous value of the property being updated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs.OldValueScript", + "id": 0, + "name": "OldValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs.OldValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting OldValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs.PropertyName", + "id": 0, + "name": "PropertyName", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs.PropertyName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Name of the property being updated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis", + "id": 0, + "name": "IgbProportionalCategoryAngleAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart category angle axis. Useful for displaying radial categories." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis", + "id": 0, + "name": "IgbAxis" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase", + "id": 0, + "name": "IgbCategoryAxisBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis", + "id": 0, + "name": "IgbCategoryAngleAxis" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.#ctor", + "id": 0, + "name": "IgbProportionalCategoryAngleAxis()", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.IgbProportionalCategoryAngleAxis()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetItemValue(System.Object,System.String)", + "id": 0, + "name": "GetItemValue(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetItemValue(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetItemValueAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemValueAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetItemValueAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetNormalizingValueAtIndex(System.Int32,System.Double)", + "id": 0, + "name": "GetNormalizingValueAtIndex(Int32, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetNormalizingValueAtIndex(System.Int32, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "fallbackValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetNormalizingValueAtIndexAsync(System.Int32,System.Double)", + "id": 0, + "name": "GetNormalizingValueAtIndexAsync(Int32, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetNormalizingValueAtIndexAsync(System.Int32, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "fallbackValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetPercentageValue(System.Int32)", + "id": 0, + "name": "GetPercentageValue(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetPercentageValue(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "labelIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetPercentageValueAsync(System.Int32)", + "id": 0, + "name": "GetPercentageValueAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetPercentageValueAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "labelIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetScaledAngle(System.Double)", + "id": 0, + "name": "GetScaledAngle(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetScaledAngle(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledAngle", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetScaledAngleAsync(System.Double)", + "id": 0, + "name": "GetScaledAngleAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetScaledAngleAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a scaled value inside the viewport." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledAngle", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetUnscaledAngle(System.Double)", + "id": 0, + "name": "GetUnscaledAngle(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetUnscaledAngle(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "scaledAngle", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetUnscaledAngleAsync(System.Double)", + "id": 0, + "name": "GetUnscaledAngleAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetUnscaledAngleAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an unscaled value from a scaled value based on the amount of data." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "scaledAngle", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetValueLabel(System.Double)", + "id": 0, + "name": "GetValueLabel(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetValueLabel(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetValueLabelAsync(System.Double)", + "id": 0, + "name": "GetValueLabelAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.GetValueLabelAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.IsOthersValue(System.Int32)", + "id": 0, + "name": "IsOthersValue(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.IsOthersValue(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.IsOthersValueAsync(System.Int32)", + "id": 0, + "name": "IsOthersValueAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.IsOthersValueAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.OthersCategoryText", + "id": 0, + "name": "OthersCategoryText", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.OthersCategoryText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label of the Others slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.OthersCategoryThreshold", + "id": 0, + "name": "OthersCategoryThreshold", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.OthersCategoryThreshold", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the threshold value that determines if categories are grouped into the Others category." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.OthersCategoryType", + "id": 0, + "name": "OthersCategoryType", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.OthersCategoryType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use numeric or percent-based threshold value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OthersCategoryType", + "fullTypeName": "IgniteUI.Blazor.Controls.OthersCategoryType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.ValueMemberPath", + "id": 0, + "name": "ValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxis.ValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Value mapping property for the axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxisModule", + "id": 0, + "name": "IgbProportionalCategoryAngleAxisModule", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxisModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxisModule.#ctor", + "id": 0, + "name": "IgbProportionalCategoryAngleAxisModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxisModule.IgbProportionalCategoryAngleAxisModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbProportionalCategoryAngleAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProvideCalculatorEventArgs", + "id": 0, + "name": "IgbProvideCalculatorEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbProvideCalculatorEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event arguments for the ProvideCalculator event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbProvideCalculatorEventArgs.#ctor", + "id": 0, + "name": "IgbProvideCalculatorEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbProvideCalculatorEventArgs.IgbProvideCalculatorEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProvideCalculatorEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbProvideCalculatorEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProvideCalculatorEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbProvideCalculatorEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProvideCalculatorEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbProvideCalculatorEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbProvideCalculatorEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbProvideCalculatorEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbQ1Expression", + "id": 0, + "name": "IgbQ1Expression", + "fullName": "IgniteUI.Blazor.Controls.IgbQ1Expression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Requests an expression for the Q1 filter." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbQ1Expression.#ctor", + "id": 0, + "name": "IgbQ1Expression()", + "fullName": "IgniteUI.Blazor.Controls.IgbQ1Expression.IgbQ1Expression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbQ1Expression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbQ1Expression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbQ1Expression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbQ1Expression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbQ1Expression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbQ1Expression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbQ1Expression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbQ1Expression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbQ2Expression", + "id": 0, + "name": "IgbQ2Expression", + "fullName": "IgniteUI.Blazor.Controls.IgbQ2Expression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Requests an expression for the Q2 filter." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbQ2Expression.#ctor", + "id": 0, + "name": "IgbQ2Expression()", + "fullName": "IgniteUI.Blazor.Controls.IgbQ2Expression.IgbQ2Expression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbQ2Expression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbQ2Expression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbQ2Expression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbQ2Expression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbQ2Expression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbQ2Expression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbQ2Expression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbQ2Expression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbQ3Expression", + "id": 0, + "name": "IgbQ3Expression", + "fullName": "IgniteUI.Blazor.Controls.IgbQ3Expression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Requests an expression for the Q3 filter." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbQ3Expression.#ctor", + "id": 0, + "name": "IgbQ3Expression()", + "fullName": "IgniteUI.Blazor.Controls.IgbQ3Expression.IgbQ3Expression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbQ3Expression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbQ3Expression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbQ3Expression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbQ3Expression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbQ3Expression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbQ3Expression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbQ3Expression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbQ3Expression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbQ4Expression", + "id": 0, + "name": "IgbQ4Expression", + "fullName": "IgniteUI.Blazor.Controls.IgbQ4Expression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Requests an expression for the Q4 filter." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbQ4Expression.#ctor", + "id": 0, + "name": "IgbQ4Expression()", + "fullName": "IgniteUI.Blazor.Controls.IgbQ4Expression.IgbQ4Expression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbQ4Expression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbQ4Expression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbQ4Expression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbQ4Expression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbQ4Expression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbQ4Expression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbQ4Expression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbQ4Expression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialAreaSeries", + "id": 0, + "name": "IgbRadialAreaSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialAreaSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart radial area series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase", + "id": 0, + "name": "IgbRadialBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries", + "id": 0, + "name": "IgbAnchoredRadialSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialAreaSeries.#ctor", + "id": 0, + "name": "IgbRadialAreaSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialAreaSeries.IgbRadialAreaSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialAreaSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialAreaSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialAreaSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialAreaSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialAreaSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialAreaSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialAreaSeries.UnknownValuePlotting", + "id": 0, + "name": "UnknownValuePlotting", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialAreaSeries.UnknownValuePlotting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines how unknown values will be plotted on the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "UnknownValuePlotting", + "fullTypeName": "IgniteUI.Blazor.Controls.UnknownValuePlotting" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialAreaSeriesModule", + "id": 0, + "name": "IgbRadialAreaSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialAreaSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialAreaSeriesModule.#ctor", + "id": 0, + "name": "IgbRadialAreaSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialAreaSeriesModule.IgbRadialAreaSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase", + "id": 0, + "name": "IgbRadialBase", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the base class for all IgbDataChart radial series" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.#ctor", + "id": 0, + "name": "IgbRadialBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.IgbRadialBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.AngleAxis", + "id": 0, + "name": "AngleAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.AngleAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective angle axis for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCategoryAngleAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCategoryAngleAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.AngleAxisName", + "id": 0, + "name": "AngleAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.AngleAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve angleAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.AngleAxisScript", + "id": 0, + "name": "AngleAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.AngleAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting AngleAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.AssigningRadialMarkerStyle", + "id": 0, + "name": "AssigningRadialMarkerStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.AssigningRadialMarkerStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAssigningRadialMarkerStyleEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAssigningRadialMarkerStyleEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.AssigningRadialMarkerStyleScript", + "id": 0, + "name": "AssigningRadialMarkerStyleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.AssigningRadialMarkerStyleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.AssigningRadialStyle", + "id": 0, + "name": "AssigningRadialStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.AssigningRadialStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAssigningRadialStyleEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAssigningRadialStyleEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.AssigningRadialStyleScript", + "id": 0, + "name": "AssigningRadialStyleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.AssigningRadialStyleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.AutoCalloutLabelPrecision", + "id": 0, + "name": "AutoCalloutLabelPrecision", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.AutoCalloutLabelPrecision", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string to use for the auto callout labels for the others category." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.AutoCalloutLabelValueSeparator", + "id": 0, + "name": "AutoCalloutLabelValueSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.AutoCalloutLabelValueSeparator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the labelling mode to use for the auto callouts in preference to their mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.AutoCalloutOthersLabelFormat", + "id": 0, + "name": "AutoCalloutOthersLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.AutoCalloutOthersLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string to use for the auto callout labels for the others category." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.AutoCalloutOthersLabelFormatSpecifiers", + "id": 0, + "name": "AutoCalloutOthersLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.AutoCalloutOthersLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the auto callouts for the others category." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.AutoCalloutPercentagePrecision", + "id": 0, + "name": "AutoCalloutPercentagePrecision", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.AutoCalloutPercentagePrecision", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string to use for the auto callout labels for the others category." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.AutoCalloutRadialLabelMode", + "id": 0, + "name": "AutoCalloutRadialLabelMode", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.AutoCalloutRadialLabelMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the labelling mode to use for the auto callouts in preference to their mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "id": 0, + "name": "BindAxes(IgbAxis[])", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Axes", + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.CanUseAsAngleAxis(System.Object)", + "id": 0, + "name": "CanUseAsAngleAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.CanUseAsAngleAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.CanUseAsAngleAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsAngleAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.CanUseAsAngleAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as AngleAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.CanUseAsValueAxis(System.Object)", + "id": 0, + "name": "CanUseAsValueAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.CanUseAsValueAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.CanUseAsValueAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsValueAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.CanUseAsValueAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as ValueAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.CategoryCollisionMode", + "id": 0, + "name": "CategoryCollisionMode", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.CategoryCollisionMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the category collision mode selection behavior to use for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryCollisionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryCollisionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.ClipSeriesToBounds", + "id": 0, + "name": "ClipSeriesToBounds", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.ClipSeriesToBounds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to clip the series to the bounds." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.GetAngleFromWorld(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetAngleFromWorld(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.GetAngleFromWorld(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.GetAngleFromWorldAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetAngleFromWorldAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.GetAngleFromWorldAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the angle to the provided world position from the center of the radial series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.GetCategoryWidth", + "id": 0, + "name": "GetCategoryWidth()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.GetCategoryWidth()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.GetCategoryWidthAsync", + "id": 0, + "name": "GetCategoryWidthAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.GetCategoryWidthAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the width of the category grouping this series is in." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.GetExactItemIndex(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetExactItemIndex(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.GetExactItemIndex(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.GetExactItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetExactItemIndexAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.GetExactItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the precise item index, if possible, based on the closeness to the previous or next whole integer. If the series cannot provide this information, GetExactItemIndex will return the same integer value as GetItemIndex." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.GetItem(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItem(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.GetItem(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item that is the best match for the specified world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndex(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndexAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Get the index of the item near the provided world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.GetOffsetValue", + "id": 0, + "name": "GetOffsetValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.GetOffsetValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.GetOffsetValueAsync", + "id": 0, + "name": "GetOffsetValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.GetOffsetValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the offset value for this series if grouped on a category axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.IsCustomRadialMarkerStyleAllowed", + "id": 0, + "name": "IsCustomRadialMarkerStyleAllowed", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.IsCustomRadialMarkerStyleAllowed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this Radial series should allow custom style overrides of its individual marker visuals." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.IsCustomRadialStyleAllowed", + "id": 0, + "name": "IsCustomRadialStyleAllowed", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.IsCustomRadialStyleAllowed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this Radial series should allow custom style overrides of its individual visuals." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.IsTransitionInEnabled", + "id": 0, + "name": "IsTransitionInEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.IsTransitionInEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the series should transition into the plot area when a new data source is assigned. Note: Transitions are not currently supported for stacked series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.LegendProportionalRadialLabelFormat", + "id": 0, + "name": "LegendProportionalRadialLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.LegendProportionalRadialLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string to use for the auto callout labels for the others category." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.LegendProportionalRadialLabelFormatSpecifiers", + "id": 0, + "name": "LegendProportionalRadialLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.LegendProportionalRadialLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the auto callouts for the others category." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.LegendRadialLabelMode", + "id": 0, + "name": "LegendRadialLabelMode", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.LegendRadialLabelMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the labelling mode to use for the auto callouts in preference to their mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.OthersLegendProportionalRadialLabelFormat", + "id": 0, + "name": "OthersLegendProportionalRadialLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.OthersLegendProportionalRadialLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string to use for the auto callout labels for the others category." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.OthersLegendProportionalRadialLabelFormatSpecifiers", + "id": 0, + "name": "OthersLegendProportionalRadialLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.OthersLegendProportionalRadialLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the auto callouts for the others category." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.OthersProportionalRadialLabelFormat", + "id": 0, + "name": "OthersProportionalRadialLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.OthersProportionalRadialLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string to use for the auto callout labels for the others category." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.OthersProportionalRadialLabelFormatSpecifiers", + "id": 0, + "name": "OthersProportionalRadialLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.OthersProportionalRadialLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the auto callouts for the others category." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.ProportionalRadialLabelFormat", + "id": 0, + "name": "ProportionalRadialLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.ProportionalRadialLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string to use for the auto callout labels for the others category." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.ProportionalRadialLabelFormatSpecifiers", + "id": 0, + "name": "ProportionalRadialLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.ProportionalRadialLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the auto callouts for the others category." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.ScrollIntoView(System.Object)", + "id": 0, + "name": "ScrollIntoView(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.ScrollIntoView(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.ScrollIntoViewAsync(System.Object)", + "id": 0, + "name": "ScrollIntoViewAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.ScrollIntoViewAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls the specified item into the view." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.TransitionInMode", + "id": 0, + "name": "TransitionInMode", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.TransitionInMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the method by which to animate the data into the chart when the chart data source is swapped. Note: Transitions are not currently supported for stacked series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.ValueAxis", + "id": 0, + "name": "ValueAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.ValueAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective value axis for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbNumericRadiusAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbNumericRadiusAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.ValueAxisName", + "id": 0, + "name": "ValueAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.ValueAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve valueAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase.ValueAxisScript", + "id": 0, + "name": "ValueAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBase.ValueAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ValueAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart", + "id": 0, + "name": "IgbRadialBaseChart", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a base class for domain charts with X/Y axes" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart", + "id": 0, + "name": "IgbDomainChart" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.#ctor", + "id": 0, + "name": "IgbRadialBaseChart()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.IgbRadialBaseChart()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ActualAngleAxisLabelTextColor", + "id": 0, + "name": "ActualAngleAxisLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ActualAngleAxisLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color of labels on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ActualValueAxisLabelTextColor", + "id": 0, + "name": "ActualValueAxisLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ActualValueAxisLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color of labels on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisExtent", + "id": 0, + "name": "AngleAxisExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance between the X-axis and the bottom of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisFormatLabel", + "id": 0, + "name": "AngleAxisFormatLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisFormatLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets function which takes an context object and returns a formatted label for the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisFormatLabelScript", + "id": 0, + "name": "AngleAxisFormatLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisFormatLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting AngleAxisFormatLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisInverted", + "id": 0, + "name": "AngleAxisInverted", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisInverted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to invert the direction of the X-axis by placing the first data items on the right side of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabel", + "id": 0, + "name": "AngleAxisLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format for labels along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelAngle", + "id": 0, + "name": "AngleAxisLabelAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the angle of rotation for labels along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelBottomMargin", + "id": 0, + "name": "AngleAxisLabelBottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelBottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom margin of labels on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelFormat", + "id": 0, + "name": "AngleAxisLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string for the X axis label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelFormatSpecifiers", + "id": 0, + "name": "AngleAxisLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the AngleAxisLabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelHorizontalAlignment", + "id": 0, + "name": "AngleAxisLabelHorizontalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelHorizontalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Horizontal alignment of X-axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelLeftMargin", + "id": 0, + "name": "AngleAxisLabelLeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelLeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left margin of labels on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelLocation", + "id": 0, + "name": "AngleAxisLabelLocation", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelLocation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets location of X-axis labels, relative to the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AngleAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.AngleAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelRightMargin", + "id": 0, + "name": "AngleAxisLabelRightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelRightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right margin of labels on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelScript", + "id": 0, + "name": "AngleAxisLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting AngleAxisLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelTextColor", + "id": 0, + "name": "AngleAxisLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of labels on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelTextStyle", + "id": 0, + "name": "AngleAxisLabelTextStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelTextStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets CSS font property for labels on X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelTopMargin", + "id": 0, + "name": "AngleAxisLabelTopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelTopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top margin of labels on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelVerticalAlignment", + "id": 0, + "name": "AngleAxisLabelVerticalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelVerticalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Vertical alignment of X-axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "VerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.VerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelVisibility", + "id": 0, + "name": "AngleAxisLabelVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisLabelVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Visibility of X-axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisMajorStroke", + "id": 0, + "name": "AngleAxisMajorStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisMajorStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to major gridlines along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisMajorStrokeThickness", + "id": 0, + "name": "AngleAxisMajorStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisMajorStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness to apply to major gridlines along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisMaximumExtent", + "id": 0, + "name": "AngleAxisMaximumExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisMaximumExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum distance between the X-axis and the bottom of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisMaximumExtentPercentage", + "id": 0, + "name": "AngleAxisMaximumExtentPercentage", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisMaximumExtentPercentage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum width between the X-axis and the bottom of the chart, as a percentage of total chart width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisMinorStroke", + "id": 0, + "name": "AngleAxisMinorStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisMinorStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to minor gridlines along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisMinorStrokeThickness", + "id": 0, + "name": "AngleAxisMinorStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisMinorStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness to apply to minor gridlines along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisStrip", + "id": 0, + "name": "AngleAxisStrip", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisStrip", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to stripes along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisStroke", + "id": 0, + "name": "AngleAxisStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to the X-axis line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisStrokeThickness", + "id": 0, + "name": "AngleAxisStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness to apply to the X-axis line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTickLength", + "id": 0, + "name": "AngleAxisTickLength", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTickLength", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the length of tickmarks along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTickStroke", + "id": 0, + "name": "AngleAxisTickStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTickStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to tickmarks along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTickStrokeThickness", + "id": 0, + "name": "AngleAxisTickStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTickStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness to apply to tickmarks along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTitle", + "id": 0, + "name": "AngleAxisTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Text to display below the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTitleAlignment", + "id": 0, + "name": "AngleAxisTitleAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTitleAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Horizontal alignment of the X-axis title." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTitleAngle", + "id": 0, + "name": "AngleAxisTitleAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTitleAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the angle of rotation for the X-axis title." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTitleBottomMargin", + "id": 0, + "name": "AngleAxisTitleBottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTitleBottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom margin of a title on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTitleLeftMargin", + "id": 0, + "name": "AngleAxisTitleLeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTitleLeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left margin of a title on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTitleMargin", + "id": 0, + "name": "AngleAxisTitleMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTitleMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the margin around a title on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTitleRightMargin", + "id": 0, + "name": "AngleAxisTitleRightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTitleRightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right margin of a title on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTitleTextColor", + "id": 0, + "name": "AngleAxisTitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of title on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTitleTextStyle", + "id": 0, + "name": "AngleAxisTitleTextStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTitleTextStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets CSS font property for title on X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTitleTopMargin", + "id": 0, + "name": "AngleAxisTitleTopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.AngleAxisTitleTopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top margin of a title on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.GetScaledAngle(System.Double)", + "id": 0, + "name": "GetScaledAngle(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.GetScaledAngle(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.GetScaledAngleAsync(System.Double)", + "id": 0, + "name": "GetScaledAngleAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.GetScaledAngleAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Converts the given visual location to a data value." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.GetScaledValue(System.Double)", + "id": 0, + "name": "GetScaledValue(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.GetScaledValue(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.GetScaledValueAsync(System.Double)", + "id": 0, + "name": "GetScaledValueAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.GetScaledValueAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Converts the given visual location to a data value." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.GetUnscaledAngle(System.Double)", + "id": 0, + "name": "GetUnscaledAngle(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.GetUnscaledAngle(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "scaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.GetUnscaledAngleAsync(System.Double)", + "id": 0, + "name": "GetUnscaledAngleAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.GetUnscaledAngleAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Converts the given data value to a visual location." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "scaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.GetUnscaledValue(System.Double)", + "id": 0, + "name": "GetUnscaledValue(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.GetUnscaledValue(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "scaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.GetUnscaledValueAsync(System.Double)", + "id": 0, + "name": "GetUnscaledValueAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.GetUnscaledValueAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Converts the given data value to a visual location." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "scaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ProvideContainer(System.Object)", + "id": 0, + "name": "ProvideContainer(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ProvideContainer(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ProvideContainerAsync(System.Object)", + "id": 0, + "name": "ProvideContainerAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ProvideContainerAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called by the UI framework to provide a UI container for rendering this control." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisExtent", + "id": 0, + "name": "ValueAxisExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance between the Y-axis and the left edge of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisFormatLabel", + "id": 0, + "name": "ValueAxisFormatLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisFormatLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets function which takes a context object and returns a formatted label for the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisFormatLabelScript", + "id": 0, + "name": "ValueAxisFormatLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisFormatLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ValueAxisFormatLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisInverted", + "id": 0, + "name": "ValueAxisInverted", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisInverted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to invert the direction of the Y-axis by placing the minimum numeric value at the top of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabel", + "id": 0, + "name": "ValueAxisLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the property or string from which the labels are derived." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelAngle", + "id": 0, + "name": "ValueAxisLabelAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the angle of rotation for labels along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelBottomMargin", + "id": 0, + "name": "ValueAxisLabelBottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelBottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom margin of labels on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelFormat", + "id": 0, + "name": "ValueAxisLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string for the Y axis label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelFormatSpecifiers", + "id": 0, + "name": "ValueAxisLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the ValueAxisLabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelHorizontalAlignment", + "id": 0, + "name": "ValueAxisLabelHorizontalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelHorizontalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Horizontal alignment of Y-axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelLeftMargin", + "id": 0, + "name": "ValueAxisLabelLeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelLeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left margin of labels on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelLocation", + "id": 0, + "name": "ValueAxisLabelLocation", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelLocation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets location of Y-axis labels, relative to the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ValueAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelRightMargin", + "id": 0, + "name": "ValueAxisLabelRightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelRightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right margin of labels on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelScript", + "id": 0, + "name": "ValueAxisLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ValueAxisLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelTextColor", + "id": 0, + "name": "ValueAxisLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of labels on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelTextStyle", + "id": 0, + "name": "ValueAxisLabelTextStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelTextStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets CSS font property for labels on Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelTopMargin", + "id": 0, + "name": "ValueAxisLabelTopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelTopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top margin of labels on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelVerticalAlignment", + "id": 0, + "name": "ValueAxisLabelVerticalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelVerticalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Vertical alignment of Y-axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "VerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.VerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelVisibility", + "id": 0, + "name": "ValueAxisLabelVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisLabelVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Visibility of Y-axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisMajorStroke", + "id": 0, + "name": "ValueAxisMajorStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisMajorStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to major gridlines along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisMajorStrokeThickness", + "id": 0, + "name": "ValueAxisMajorStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisMajorStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness to apply to major gridlines along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisMaximumExtent", + "id": 0, + "name": "ValueAxisMaximumExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisMaximumExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance between the Y-axis and the left edge of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisMaximumExtentPercentage", + "id": 0, + "name": "ValueAxisMaximumExtentPercentage", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisMaximumExtentPercentage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance between the Y-axis and the left edge of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisMinorStroke", + "id": 0, + "name": "ValueAxisMinorStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisMinorStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to minor gridlines along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisMinorStrokeThickness", + "id": 0, + "name": "ValueAxisMinorStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisMinorStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness to apply to minor gridlines along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisStrip", + "id": 0, + "name": "ValueAxisStrip", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisStrip", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to stripes along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisStroke", + "id": 0, + "name": "ValueAxisStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to the Y-axis line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisStrokeThickness", + "id": 0, + "name": "ValueAxisStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness to apply to the Y-axis line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTickLength", + "id": 0, + "name": "ValueAxisTickLength", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTickLength", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the length of tickmarks along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTickStroke", + "id": 0, + "name": "ValueAxisTickStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTickStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to tickmarks along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTickStrokeThickness", + "id": 0, + "name": "ValueAxisTickStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTickStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness to apply to tickmarks along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTitle", + "id": 0, + "name": "ValueAxisTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Text to display to the left of the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTitleAlignment", + "id": 0, + "name": "ValueAxisTitleAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTitleAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Vertical alignment of the Y-axis title." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "VerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.VerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTitleAngle", + "id": 0, + "name": "ValueAxisTitleAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTitleAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the angle of rotation for the Y-axis title." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTitleBottomMargin", + "id": 0, + "name": "ValueAxisTitleBottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTitleBottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom margin of a title on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTitleLeftMargin", + "id": 0, + "name": "ValueAxisTitleLeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTitleLeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left margin of a title on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTitleMargin", + "id": 0, + "name": "ValueAxisTitleMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTitleMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the margin around a title on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTitleRightMargin", + "id": 0, + "name": "ValueAxisTitleRightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTitleRightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right margin of a title on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTitleTextColor", + "id": 0, + "name": "ValueAxisTitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of title on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTitleTextStyle", + "id": 0, + "name": "ValueAxisTitleTextStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTitleTextStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets CSS font property for title on Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTitleTopMargin", + "id": 0, + "name": "ValueAxisTitleTopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialBaseChart.ValueAxisTitleTopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top margin of a title on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialColumnSeries", + "id": 0, + "name": "IgbRadialColumnSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialColumnSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart radial column series. Compare values across categories by using radial rectangles." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase", + "id": 0, + "name": "IgbRadialBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries", + "id": 0, + "name": "IgbAnchoredRadialSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialColumnSeries.#ctor", + "id": 0, + "name": "IgbRadialColumnSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialColumnSeries.IgbRadialColumnSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialColumnSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialColumnSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialColumnSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialColumnSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialColumnSeries.GetItemSpan", + "id": 0, + "name": "GetItemSpan()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialColumnSeries.GetItemSpan()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialColumnSeries.GetItemSpanAsync", + "id": 0, + "name": "GetItemSpanAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialColumnSeries.GetItemSpanAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialColumnSeries.RadiusX", + "id": 0, + "name": "RadiusX", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialColumnSeries.RadiusX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the x-radius of the ellipse that is used to round the corners of the column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialColumnSeries.RadiusY", + "id": 0, + "name": "RadiusY", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialColumnSeries.RadiusY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the y-radius of the ellipse that is used to round the corners of the column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialColumnSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialColumnSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialColumnSeriesModule", + "id": 0, + "name": "IgbRadialColumnSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialColumnSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialColumnSeriesModule.#ctor", + "id": 0, + "name": "IgbRadialColumnSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialColumnSeriesModule.IgbRadialColumnSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialColumnSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialColumnSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialColumnSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialColumnSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialColumnSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialColumnSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge", + "id": 0, + "name": "IgbRadialGauge", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A radial gauge for displaying a single value on a defined scale." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.#ctor", + "id": 0, + "name": "IgbRadialGauge()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.IgbRadialGauge()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualHighlightValueDisplayMode", + "id": 0, + "name": "ActualHighlightValueDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualHighlightValueDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether and how to display the highlighted value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HighlightedValueDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualHighlightValueOpacity", + "id": 0, + "name": "ActualHighlightValueOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualHighlightValueOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity of the primary needle while highlighting" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualLabelFormatSpecifiers", + "id": 0, + "name": "ActualLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualMaximumValue", + "id": 0, + "name": "ActualMaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualMaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the resolved maximum value of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualMaximumValueChanged", + "id": 0, + "name": "ActualMaximumValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualMaximumValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<Double>", + "fullTypeName": "System.Action<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualMaximumValueChangedScript", + "id": 0, + "name": "ActualMaximumValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualMaximumValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualMinimumValue", + "id": 0, + "name": "ActualMinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualMinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the resolved minimum value of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualMinimumValueChanged", + "id": 0, + "name": "ActualMinimumValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualMinimumValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<Double>", + "fullTypeName": "System.Action<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualMinimumValueChangedScript", + "id": 0, + "name": "ActualMinimumValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualMinimumValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualPixelScalingRatio", + "id": 0, + "name": "ActualPixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualPixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual pixel scaling ratio used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualRanges", + "id": 0, + "name": "ActualRanges", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ActualRanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRadialGaugeRangeCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRangeCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.AlignHighlightLabel", + "id": 0, + "name": "AlignHighlightLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.AlignHighlightLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbAlignRadialGaugeLabelEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbAlignRadialGaugeLabelEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.AlignHighlightLabelScript", + "id": 0, + "name": "AlignHighlightLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.AlignHighlightLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.AlignLabel", + "id": 0, + "name": "AlignLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.AlignLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbAlignRadialGaugeLabelEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbAlignRadialGaugeLabelEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.AlignLabelScript", + "id": 0, + "name": "AlignLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.AlignLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.AlignSubtitle", + "id": 0, + "name": "AlignSubtitle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.AlignSubtitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbAlignRadialGaugeLabelEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbAlignRadialGaugeLabelEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.AlignSubtitleScript", + "id": 0, + "name": "AlignSubtitleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.AlignSubtitleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.AlignTitle", + "id": 0, + "name": "AlignTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.AlignTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbAlignRadialGaugeLabelEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbAlignRadialGaugeLabelEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.AlignTitleScript", + "id": 0, + "name": "AlignTitleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.AlignTitleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.BackingBrush", + "id": 0, + "name": "BackingBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.BackingBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use to fill the backing of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.BackingCornerRadius", + "id": 0, + "name": "BackingCornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.BackingCornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the corner rounding radius to use for the fitted scale backings." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.BackingInnerExtent", + "id": 0, + "name": "BackingInnerExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.BackingInnerExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the inner extent of the gauge backing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.BackingOuterExtent", + "id": 0, + "name": "BackingOuterExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.BackingOuterExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the outer extent of the gauge backing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.BackingOutline", + "id": 0, + "name": "BackingOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.BackingOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for the outline of the backing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.BackingOversweep", + "id": 0, + "name": "BackingOversweep", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.BackingOversweep", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the over sweep angle to apply to the backing if it is displaying fitted (in degrees). Must be greater or equal to 0." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.BackingShape", + "id": 0, + "name": "BackingShape", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.BackingShape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the type of shape to use for the backing of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeBackingShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeBackingShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.BackingStrokeThickness", + "id": 0, + "name": "BackingStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.BackingStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness of the backing outline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.CenterX", + "id": 0, + "name": "CenterX", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.CenterX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the x position of the center of the gauge with the value ranging from 0 to 1." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.CenterY", + "id": 0, + "name": "CenterY", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.CenterY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the y position of the center of the gauge with the value ranging from 0 to 1." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ContainerResized", + "id": 0, + "name": "ContainerResized()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ContainerResized()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ContainerResizedAsync", + "id": 0, + "name": "ContainerResizedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ContainerResizedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ContentLabelFormatSpecifiers", + "id": 0, + "name": "ContentLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ContentLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ContentRanges", + "id": 0, + "name": "ContentRanges", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ContentRanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRadialGaugeRangeCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRangeCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.DuplicateLabelOmissionStrategy", + "id": 0, + "name": "DuplicateLabelOmissionStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.DuplicateLabelOmissionStrategy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the strategy to use for omitting labels if the first and last label have the same value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeDuplicateLabelOmissionStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeDuplicateLabelOmissionStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ExportSerializedVisualData", + "id": 0, + "name": "ExportSerializedVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ExportSerializedVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ExportSerializedVisualDataAsync", + "id": 0, + "name": "ExportSerializedVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ExportSerializedVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns visuals as a serialized string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.Flush", + "id": 0, + "name": "Flush()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.Flush()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.FlushAsync", + "id": 0, + "name": "FlushAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.FlushAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Use to force the radial gauge to finish any deferred work before printing or evaluating its visual." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.Font", + "id": 0, + "name": "Font", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.Font", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the font." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.FontBrush", + "id": 0, + "name": "FontBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.FontBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for the label font." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.FormatHighlightLabel", + "id": 0, + "name": "FormatHighlightLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.FormatHighlightLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFormatRadialGaugeLabelEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFormatRadialGaugeLabelEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.FormatHighlightLabelScript", + "id": 0, + "name": "FormatHighlightLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.FormatHighlightLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.FormatLabel", + "id": 0, + "name": "FormatLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.FormatLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFormatRadialGaugeLabelEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFormatRadialGaugeLabelEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.FormatLabelScript", + "id": 0, + "name": "FormatLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.FormatLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.FormatSubtitle", + "id": 0, + "name": "FormatSubtitle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.FormatSubtitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFormatRadialGaugeLabelEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFormatRadialGaugeLabelEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.FormatSubtitleScript", + "id": 0, + "name": "FormatSubtitleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.FormatSubtitleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.FormatTitle", + "id": 0, + "name": "FormatTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.FormatTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFormatRadialGaugeLabelEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFormatRadialGaugeLabelEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.FormatTitleScript", + "id": 0, + "name": "FormatTitleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.FormatTitleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetCurrentActualMaximumValue", + "id": 0, + "name": "GetCurrentActualMaximumValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetCurrentActualMaximumValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetCurrentActualMaximumValueAsync", + "id": 0, + "name": "GetCurrentActualMaximumValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetCurrentActualMaximumValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetCurrentActualMinimumValue", + "id": 0, + "name": "GetCurrentActualMinimumValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetCurrentActualMinimumValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetCurrentActualMinimumValueAsync", + "id": 0, + "name": "GetCurrentActualMinimumValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetCurrentActualMinimumValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetCurrentHighlightValue", + "id": 0, + "name": "GetCurrentHighlightValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetCurrentHighlightValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetCurrentHighlightValueAsync", + "id": 0, + "name": "GetCurrentHighlightValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetCurrentHighlightValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetCurrentValue", + "id": 0, + "name": "GetCurrentValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetCurrentValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetCurrentValueAsync", + "id": 0, + "name": "GetCurrentValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetCurrentValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetPointForValue(System.Double,System.Double)", + "id": 0, + "name": "GetPointForValue(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetPointForValue(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "extent", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetPointForValueAsync(System.Double,System.Double)", + "id": 0, + "name": "GetPointForValueAsync(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetPointForValueAsync(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "extent", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetValueForPoint(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetValueForPoint(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetValueForPoint(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetValueForPointAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetValueForPointAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.GetValueForPointAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value for the main scale of the gauge for a given point within the bounds of the gauge." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelAngle", + "id": 0, + "name": "HighlightLabelAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the angle for the highlight label in degrees." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelBrush", + "id": 0, + "name": "HighlightLabelBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for rendering highlight text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelDisplaysValue", + "id": 0, + "name": "HighlightLabelDisplaysValue", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelDisplaysValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlight label shows values of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelExtent", + "id": 0, + "name": "HighlightLabelExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the angle for the highlight label in degrees." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelFontFamily", + "id": 0, + "name": "HighlightLabelFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelFontSize", + "id": 0, + "name": "HighlightLabelFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelFontStyle", + "id": 0, + "name": "HighlightLabelFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelFontWeight", + "id": 0, + "name": "HighlightLabelFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelFormat", + "id": 0, + "name": "HighlightLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format used when creating highlight label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelFormatSpecifiers", + "id": 0, + "name": "HighlightLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the HighlightLabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelSnapsToNeedlePivot", + "id": 0, + "name": "HighlightLabelSnapsToNeedlePivot", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelSnapsToNeedlePivot", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not the highlight label should snap angle position to needle pivot (opposite of needle pointer)." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelText", + "id": 0, + "name": "HighlightLabelText", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightLabelText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text displayed for the highlight label of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightNeedleContainsPoint(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "HighlightNeedleContainsPoint(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightNeedleContainsPoint(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "isFinger", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightNeedleContainsPointAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "HighlightNeedleContainsPointAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightNeedleContainsPointAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "isFinger", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightValue", + "id": 0, + "name": "HighlightValue", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlight value at which to point the secondary needle of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightValueChanged", + "id": 0, + "name": "HighlightValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbDoubleValueChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbDoubleValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightValueChangedScript", + "id": 0, + "name": "HighlightValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightValueDisplayMode", + "id": 0, + "name": "HighlightValueDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightValueDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether and how to display the highlighted value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HighlightedValueDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.HighlightedValueDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightValueOpacity", + "id": 0, + "name": "HighlightValueOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.HighlightValueOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity of the primary needle while highlighting" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.Interval", + "id": 0, + "name": "Interval", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.Interval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the interval to use for the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.IsHighlightNeedleDraggingConstrained", + "id": 0, + "name": "IsHighlightNeedleDraggingConstrained", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.IsHighlightNeedleDraggingConstrained", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the needle is constrained within the minimum and maximum value range during dragging." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.IsHighlightNeedleDraggingEnabled", + "id": 0, + "name": "IsHighlightNeedleDraggingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.IsHighlightNeedleDraggingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether needle dragging is enabled or not." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.IsNeedleDraggingConstrained", + "id": 0, + "name": "IsNeedleDraggingConstrained", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.IsNeedleDraggingConstrained", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the needle is constrained within the minimum and maximum value range during dragging." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.IsNeedleDraggingEnabled", + "id": 0, + "name": "IsNeedleDraggingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.IsNeedleDraggingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether needle dragging is enabled or not." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.LabelExtent", + "id": 0, + "name": "LabelExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.LabelExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to put the labels as a value from 0 to 1, measured form the center of the gauge. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.LabelFormat", + "id": 0, + "name": "LabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.LabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label composite format used when creating label values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.LabelFormatSpecifiers", + "id": 0, + "name": "LabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.LabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the LabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.LabelInterval", + "id": 0, + "name": "LabelInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.LabelInterval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the interval to use for rendering labels. This defaults to be the same interval as the tickmarks on the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.MaximumValue", + "id": 0, + "name": "MaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.MaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum value of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.MinimumValue", + "id": 0, + "name": "MinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.MinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the minimum value of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.MinorTickBrush", + "id": 0, + "name": "MinorTickBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.MinorTickBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for the minor tickmarks." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.MinorTickCount", + "id": 0, + "name": "MinorTickCount", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.MinorTickCount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the number of minor tickmarks to place between major tickmarks." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.MinorTickEndExtent", + "id": 0, + "name": "MinorTickEndExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.MinorTickEndExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to stop rendering the minor tickmarks as a value from 0 to 1, measured from the center of the gauge. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.MinorTickStartExtent", + "id": 0, + "name": "MinorTickStartExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.MinorTickStartExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to start rendering the minor tickmarks as a value from 0 to 1, measured from the center of the gauge. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.MinorTickStrokeThickness", + "id": 0, + "name": "MinorTickStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.MinorTickStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness to use when rendering minor ticks." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleBaseFeatureExtent", + "id": 0, + "name": "NeedleBaseFeatureExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleBaseFeatureExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the extent of the feature which is closest to the base (e.g. a bulb) with a value from -1 to 1. Note: Only some needle shapes respect this property, namely: NeedleWithBulb, RectangleWithBulb, TrapezoidWithBulb, and TriangleWithBulb. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleBaseFeatureWidthRatio", + "id": 0, + "name": "NeedleBaseFeatureWidthRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleBaseFeatureWidthRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width of the needle at its feature which is closest to the base (e.g. a bulb) with a value from 0 to 1. Note: Only some needle shapes respect this property, namely: NeedleWithBulb, RectangleWithBulb, TrapezoidWithBulb, and TriangleWithBulb. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleBrush", + "id": 0, + "name": "NeedleBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use when rendering the fill of the needle." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleContainsPoint(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "NeedleContainsPoint(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleContainsPoint(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "isFinger", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleContainsPointAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "NeedleContainsPointAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleContainsPointAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "isFinger", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleEndExtent", + "id": 0, + "name": "NeedleEndExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleEndExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the extent (from -1 to 1) at which to end rendering the needle, measured from the center of the gauge. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleEndWidthRatio", + "id": 0, + "name": "NeedleEndWidthRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleEndWidthRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width of the needle at its point using a value from (0 to 1). Note: Only some needle shapes respect this property. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleOutline", + "id": 0, + "name": "NeedleOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use when rendering the outline of the needle." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedlePivotBrush", + "id": 0, + "name": "NeedlePivotBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedlePivotBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for filling the needle cap. Note: this only applies to certain cap shapes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedlePivotInnerWidthRatio", + "id": 0, + "name": "NeedlePivotInnerWidthRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedlePivotInnerWidthRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width of the inner cutout section of the needle cap with a value from 0 to 1. Note: Will only take effect if you have a cap set on the needle that has a cutout section." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedlePivotOutline", + "id": 0, + "name": "NeedlePivotOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedlePivotOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for the outlines of the needle cap." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedlePivotShape", + "id": 0, + "name": "NeedlePivotShape", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedlePivotShape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the shape to use for the needle cap." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugePivotShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugePivotShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedlePivotStrokeThickness", + "id": 0, + "name": "NeedlePivotStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedlePivotStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness to use for the outline of the needle cap." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedlePivotWidthRatio", + "id": 0, + "name": "NeedlePivotWidthRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedlePivotWidthRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width of the cap of the needle with a value from 0 to 1. Note: Will only take effect if you have a cap set on the needle. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedlePointFeatureExtent", + "id": 0, + "name": "NeedlePointFeatureExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedlePointFeatureExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the extent of the feature which is closest to the point (e.g. the tapering point of a needle) with a value from -1 to 1. Note: Only some needle shapes respect this property. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedlePointFeatureWidthRatio", + "id": 0, + "name": "NeedlePointFeatureWidthRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedlePointFeatureWidthRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width of the needle at its feature which is closest to the point (e.g. the tapering point of a needle) with a value from 0 to 1. Note: Only some needle shapes respect this property. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleShape", + "id": 0, + "name": "NeedleShape", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleShape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the shape to use when rendering the needle from a number of options." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeNeedleShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleStartExtent", + "id": 0, + "name": "NeedleStartExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleStartExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the extent (from -1 to 1) at which to start rendering the needle, measured from the center of the gauge. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleStartWidthRatio", + "id": 0, + "name": "NeedleStartWidthRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleStartWidthRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width of the needle at its point using a value from (0 to 1). Note: Only some needle shapes respect this property. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleStrokeThickness", + "id": 0, + "name": "NeedleStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.NeedleStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness of the needle outline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.OpticalScalingEnabled", + "id": 0, + "name": "OpticalScalingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.OpticalScalingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the title uses optical scaling when the gauge is resized." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.OpticalScalingRatio", + "id": 0, + "name": "OpticalScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.OpticalScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the optical scaling ratio calculated by dividing minimum gauge size by value of OpticalScalingSize property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.OpticalScalingSize", + "id": 0, + "name": "OpticalScalingSize", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.OpticalScalingSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the size at which labels have 100% optical scaling, e.g. labels will have larger fonts when gauge's size is larger" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.PixelScalingRatio", + "id": 0, + "name": "PixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.PixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scaling value used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ProvideContainer(System.Object)", + "id": 0, + "name": "ProvideContainer(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ProvideContainer(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ProvideContainerAsync(System.Object)", + "id": 0, + "name": "ProvideContainerAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ProvideContainerAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called by the UI framework to provide a UI container for rendering this control." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.RadiusMultiplier", + "id": 0, + "name": "RadiusMultiplier", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.RadiusMultiplier", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the multiplying factor to apply to the normal radius of the gauge. The radius of the gauge is defined by the minimum of the width and height of the control divided by 2.0. This introduces a multiplicative factor to that value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.RangeBrushes", + "id": 0, + "name": "RangeBrushes", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.RangeBrushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a collection of brushes to be used as the palette for gauge ranges." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.RangeOutlines", + "id": 0, + "name": "RangeOutlines", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.RangeOutlines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a collection of brushes to be used as the palette for gauge outlines." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.Ranges", + "id": 0, + "name": "Ranges", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.Ranges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ranges to render on the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRadialGaugeRangeCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRangeCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ScaleBrush", + "id": 0, + "name": "ScaleBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ScaleBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use to fill the background of the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ScaleEndAngle", + "id": 0, + "name": "ScaleEndAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ScaleEndAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the end angle for the scale in degrees." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ScaleEndExtent", + "id": 0, + "name": "ScaleEndExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ScaleEndExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to stop rendering the scale as a value from 0 to 1 measured from the center of the gauge. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ScaleOversweep", + "id": 0, + "name": "ScaleOversweep", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ScaleOversweep", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the extra degrees of sweep to apply to the scale background. Must be greater or equal to 0." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ScaleOversweepShape", + "id": 0, + "name": "ScaleOversweepShape", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ScaleOversweepShape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the oversweep shape to use for the excess fill area for the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeScaleOversweepShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeScaleOversweepShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ScaleStartAngle", + "id": 0, + "name": "ScaleStartAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ScaleStartAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the start angle for the scale in degrees." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ScaleStartExtent", + "id": 0, + "name": "ScaleStartExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ScaleStartExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to start rendering the scale, measured from the center of the gauge as a value from 0 to 1. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ScaleSweepDirection", + "id": 0, + "name": "ScaleSweepDirection", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ScaleSweepDirection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the direction in which the scale sweeps around the center from the start angle to end angle." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SweepDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SweepDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ScaleValue(System.Double)", + "id": 0, + "name": "ScaleValue(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ScaleValue(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ScaleValueAsync(System.Double)", + "id": 0, + "name": "ScaleValueAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ScaleValueAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scales a value on the gauge's main scale to an angle around the center point of the gauge, in radians." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.StyleUpdated", + "id": 0, + "name": "StyleUpdated()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.StyleUpdated()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.StyleUpdatedAsync", + "id": 0, + "name": "StyleUpdatedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.StyleUpdatedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleAngle", + "id": 0, + "name": "SubtitleAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the angle for the inner label in degrees." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleBrush", + "id": 0, + "name": "SubtitleBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for rendering inner unit text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleDisplaysValue", + "id": 0, + "name": "SubtitleDisplaysValue", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleDisplaysValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the subtitle show values of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleExtent", + "id": 0, + "name": "SubtitleExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the angle for the inner label in degrees." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleFontFamily", + "id": 0, + "name": "SubtitleFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleFontSize", + "id": 0, + "name": "SubtitleFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleFontStyle", + "id": 0, + "name": "SubtitleFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleFontWeight", + "id": 0, + "name": "SubtitleFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleFormat", + "id": 0, + "name": "SubtitleFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the subtitle format used when creating subtitle label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleFormatSpecifiers", + "id": 0, + "name": "SubtitleFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the SubtitleFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleSnapsToNeedlePivot", + "id": 0, + "name": "SubtitleSnapsToNeedlePivot", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleSnapsToNeedlePivot", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not the subtitle should snap angle position to needle pivot (opposite of needle pointer)." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleText", + "id": 0, + "name": "SubtitleText", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.SubtitleText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text displayed in the subtitle of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.TickBrush", + "id": 0, + "name": "TickBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.TickBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for the major tickmarks." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.TickEndExtent", + "id": 0, + "name": "TickEndExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.TickEndExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to stop rendering the major tickmarks as a value from 0 to 1, measured from the center of the gauge. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.TickStartExtent", + "id": 0, + "name": "TickStartExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.TickStartExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position at which to start rendering the major tickmarks as a value from 0 to 1, measured from the center of the gauge. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.TickStrokeThickness", + "id": 0, + "name": "TickStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.TickStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness to use when rendering ticks." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleAngle", + "id": 0, + "name": "TitleAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the angle for the inner label in degrees." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleBrush", + "id": 0, + "name": "TitleBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for rendering inner unit text" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleDisplaysValue", + "id": 0, + "name": "TitleDisplaysValue", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleDisplaysValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the title show values of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleExtent", + "id": 0, + "name": "TitleExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the angle for the inner label in degrees." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleFontFamily", + "id": 0, + "name": "TitleFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleFontSize", + "id": 0, + "name": "TitleFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleFontStyle", + "id": 0, + "name": "TitleFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleFontWeight", + "id": 0, + "name": "TitleFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleFormat", + "id": 0, + "name": "TitleFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the title format used when creating title label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleFormatSpecifiers", + "id": 0, + "name": "TitleFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the TitleFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleSnapsToNeedlePivot", + "id": 0, + "name": "TitleSnapsToNeedlePivot", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleSnapsToNeedlePivot", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not the title should snap angle position to needle pivot (opposite of needle pointer)." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleText", + "id": 0, + "name": "TitleText", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.TitleText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text displayed in the title of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.TransitionDuration", + "id": 0, + "name": "TransitionDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.TransitionDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the number of milliseconds over which changes to the gauge should be animated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.TransitionProgress", + "id": 0, + "name": "TransitionProgress", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.TransitionProgress", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the transition progress of the animation when the control is animating." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.UnscaleValue(System.Double)", + "id": 0, + "name": "UnscaleValue(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.UnscaleValue(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "angle", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.UnscaleValueAsync(System.Double)", + "id": 0, + "name": "UnscaleValueAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.UnscaleValueAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Unscales a value from an angle in radians to the represented value along the main scale of the gauge." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "angle", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value at which to point the needle of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ValueChanged", + "id": 0, + "name": "ValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbDoubleValueChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbDoubleValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGauge.ValueChangedScript", + "id": 0, + "name": "ValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGauge.ValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeCoreModule", + "id": 0, + "name": "IgbRadialGaugeCoreModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeCoreModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeCoreModule.#ctor", + "id": 0, + "name": "IgbRadialGaugeCoreModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeCoreModule.IgbRadialGaugeCoreModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeDashboardTileModule", + "id": 0, + "name": "IgbRadialGaugeDashboardTileModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeDashboardTileModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeDashboardTileModule.#ctor", + "id": 0, + "name": "IgbRadialGaugeDashboardTileModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeDashboardTileModule.IgbRadialGaugeDashboardTileModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeDashboardTileModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeDashboardTileModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeDashboardTileModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeDashboardTileModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeDashboardTileModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeDashboardTileModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeModule", + "id": 0, + "name": "IgbRadialGaugeModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeModule.#ctor", + "id": 0, + "name": "IgbRadialGaugeModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeModule.IgbRadialGaugeModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange", + "id": 0, + "name": "IgbRadialGaugeRange", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a range in the IgbRadialGauge control." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.#ctor", + "id": 0, + "name": "IgbRadialGaugeRange()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.IgbRadialGaugeRange()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.Brush", + "id": 0, + "name": "Brush", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.Brush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use to fill the range." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.EndValue", + "id": 0, + "name": "EndValue", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.EndValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value at which the range ends along the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.InnerEndExtent", + "id": 0, + "name": "InnerEndExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.InnerEndExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance from the center of the gauge (from 0 to 1) at which to end rendering the inner sweep of the range. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.InnerStartExtent", + "id": 0, + "name": "InnerStartExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.InnerStartExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance from the center of the gauge (from 0 to 1) at which to start rendering the inner sweep of the range. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.OuterEndExtent", + "id": 0, + "name": "OuterEndExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.OuterEndExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance from the center of the gauge (from 0 to 1) at which to end rendering the outer sweep of the range. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.OuterStartExtent", + "id": 0, + "name": "OuterStartExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.OuterStartExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance from the center of the gauge (from 0 to 1) at which to start rendering the outer sweep of the range. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.Outline", + "id": 0, + "name": "Outline", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.Outline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the outline to use when rendering the range." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.RadialGaugeParent", + "id": 0, + "name": "RadialGaugeParent", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.RadialGaugeParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.StartValue", + "id": 0, + "name": "StartValue", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.StartValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value at which the range starts along the scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.StrokeThickness", + "id": 0, + "name": "StrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.StrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness to use when rendering this range's outline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRange.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRangeCollection", + "id": 0, + "name": "IgbRadialGaugeRangeCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRangeCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbRadialGaugeRange}", + "id": 0, + "name": "BaseCollection<IgbRadialGaugeRange>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRangeCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbRadialGaugeRangeCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRangeCollection.IgbRadialGaugeRangeCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRangeModule", + "id": 0, + "name": "IgbRadialGaugeRangeModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRangeModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRangeModule.#ctor", + "id": 0, + "name": "IgbRadialGaugeRangeModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRangeModule.IgbRadialGaugeRangeModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRangeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRangeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRangeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRangeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialGaugeRangeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialGaugeRangeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialLineSeries", + "id": 0, + "name": "IgbRadialLineSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialLineSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart radial line series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase", + "id": 0, + "name": "IgbRadialBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries", + "id": 0, + "name": "IgbAnchoredRadialSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialLineSeries.#ctor", + "id": 0, + "name": "IgbRadialLineSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialLineSeries.IgbRadialLineSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialLineSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialLineSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialLineSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialLineSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialLineSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialLineSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialLineSeries.UnknownValuePlotting", + "id": 0, + "name": "UnknownValuePlotting", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialLineSeries.UnknownValuePlotting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines how unknown values will be plotted on the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "UnknownValuePlotting", + "fullTypeName": "IgniteUI.Blazor.Controls.UnknownValuePlotting" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialLineSeriesModule", + "id": 0, + "name": "IgbRadialLineSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialLineSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialLineSeriesModule.#ctor", + "id": 0, + "name": "IgbRadialLineSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialLineSeriesModule.IgbRadialLineSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialLineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialLineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialLineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialLineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialLineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialLineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialPieSeries", + "id": 0, + "name": "IgbRadialPieSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialPieSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart radial pie series. Compare values across categories by using radial pie slices." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialBase", + "id": 0, + "name": "IgbRadialBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredRadialSeries", + "id": 0, + "name": "IgbAnchoredRadialSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.#ctor", + "id": 0, + "name": "IgbRadialPieSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.IgbRadialPieSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.GetItemSpan", + "id": 0, + "name": "GetItemSpan()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.GetItemSpan()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.GetItemSpanAsync", + "id": 0, + "name": "GetItemSpanAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.GetItemSpanAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBox(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBoxAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.LegendEmptyValuesMode", + "id": 0, + "name": "LegendEmptyValuesMode", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.LegendEmptyValuesMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines display mode for zero values in the legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendEmptyValuesMode", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendEmptyValuesMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.LegendLabelMemberPath", + "id": 0, + "name": "LegendLabelMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.LegendLabelMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the property name that contains the legend labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.RadiusX", + "id": 0, + "name": "RadiusX", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.RadiusX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the x-radius of the ellipse that is used to round the corners of the column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.RadiusY", + "id": 0, + "name": "RadiusY", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.RadiusY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the y-radius of the ellipse that is used to round the corners of the column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.UseInsetOutlines", + "id": 0, + "name": "UseInsetOutlines", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialPieSeries.UseInsetOutlines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Specifies that slice outlines should be drawn inside the slice rather than halfway in and halfway out." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialPieSeriesModule", + "id": 0, + "name": "IgbRadialPieSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialPieSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialPieSeriesModule.#ctor", + "id": 0, + "name": "IgbRadialPieSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialPieSeriesModule.IgbRadialPieSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialPieSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialPieSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialPieSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialPieSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadialPieSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadialPieSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio", + "id": 0, + "name": "IgbRadio", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.#ctor", + "id": 0, + "name": "IgbRadio()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.IgbRadio()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.Blur", + "id": 0, + "name": "Blur", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.Blur", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.BlurComponent", + "id": 0, + "name": "BlurComponent()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.BlurComponent()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.BlurComponentAsync", + "id": 0, + "name": "BlurComponentAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.BlurComponentAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes focus from the radio control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.BlurScript", + "id": 0, + "name": "BlurScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.BlurScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.Change", + "id": 0, + "name": "Change", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.Change", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbRadioChangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbRadioChangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.ChangeScript", + "id": 0, + "name": "ChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.ChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.Checked", + "id": 0, + "name": "Checked", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.Checked", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The checked state of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.CheckedChanged", + "id": 0, + "name": "CheckedChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.CheckedChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<Boolean>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.CheckValidity", + "id": 0, + "name": "CheckValidity()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.CheckValidity()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.CheckValidityAsync", + "id": 0, + "name": "CheckValidityAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.CheckValidityAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Checks for validity of the control and emits the invalid event if it invalid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.Click", + "id": 0, + "name": "Click()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.Click()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.ClickAsync", + "id": 0, + "name": "ClickAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.ClickAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Simulates a click on the radio control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The disabled state of the component" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.Focus", + "id": 0, + "name": "Focus", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.Focus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.FocusComponent(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "id": 0, + "name": "FocusComponent(IgbFocusOptions)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.FocusComponent(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "options", + "type": "IgbFocusOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFocusOptions" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.FocusComponentAsync(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "id": 0, + "name": "FocusComponentAsync(IgbFocusOptions)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.FocusComponentAsync(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets focus on the radio control." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "options", + "type": "IgbFocusOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFocusOptions" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.FocusScript", + "id": 0, + "name": "FocusScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.FocusScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.GetCurrentChecked", + "id": 0, + "name": "GetCurrentChecked()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.GetCurrentChecked()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.GetCurrentCheckedAsync", + "id": 0, + "name": "GetCurrentCheckedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.GetCurrentCheckedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.Invalid", + "id": 0, + "name": "Invalid", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.Invalid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Control the validity of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.LabelPosition", + "id": 0, + "name": "LabelPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.LabelPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The label position of the radio control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToggleLabelPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ToggleLabelPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.ReportValidity", + "id": 0, + "name": "ReportValidity()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.ReportValidity()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.ReportValidityAsync", + "id": 0, + "name": "ReportValidityAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.ReportValidityAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Checks for validity of the control and shows the browser message if it invalid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.Required", + "id": 0, + "name": "Required", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.Required", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Makes the control a required field in a form context." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.SetCustomValidity(System.String)", + "id": 0, + "name": "SetCustomValidity(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.SetCustomValidity(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "message", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.SetCustomValidityAsync(System.String)", + "id": 0, + "name": "SetCustomValidityAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.SetCustomValidityAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets a custom validation message for the control. As long as message is not empty, the control is considered invalid." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "message", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadio.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbRadio.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The value attribute of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgs", + "id": 0, + "name": "IgbRadioChangeEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgs.#ctor", + "id": 0, + "name": "IgbRadioChangeEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgs.IgbRadioChangeEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRadioChangeEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail", + "id": 0, + "name": "IgbRadioChangeEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail.#ctor", + "id": 0, + "name": "IgbRadioChangeEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail.IgbRadioChangeEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail.Checked", + "id": 0, + "name": "Checked", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail.Checked", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioChangeEventArgsDetail.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroup", + "id": 0, + "name": "IgbRadioGroup", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroup", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The igc-radio-group component unifies one or more igc-radio buttons." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroup.#ctor", + "id": 0, + "name": "IgbRadioGroup()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroup.IgbRadioGroup()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroup.Alignment", + "id": 0, + "name": "Alignment", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroup.Alignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Alignment of the radio controls inside this group." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ContentOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ContentOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroup.Change", + "id": 0, + "name": "Change", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroup.Change", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbRadioChangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbRadioChangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroup.ChangeScript", + "id": 0, + "name": "ChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroup.ChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroup.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroup.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroup.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroup.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroup.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroup.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroup.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroup.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroup.GetCurrentValue", + "id": 0, + "name": "GetCurrentValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroup.GetCurrentValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroup.GetCurrentValueAsync", + "id": 0, + "name": "GetCurrentValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroup.GetCurrentValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroup.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroup.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroup.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroup.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroup.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroup.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroup.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroup.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroup.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroup.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroup.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroup.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroup.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroup.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the checked igc-radio element that matches value" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroup.ValueChanged", + "id": 0, + "name": "ValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroup.ValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<String>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.String>" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroupModule", + "id": 0, + "name": "IgbRadioGroupModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroupModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroupModule.#ctor", + "id": 0, + "name": "IgbRadioGroupModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroupModule.IgbRadioGroupModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroupModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroupModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroupModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroupModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioGroupModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioGroupModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioModule", + "id": 0, + "name": "IgbRadioModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioModule.#ctor", + "id": 0, + "name": "IgbRadioModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioModule.IgbRadioModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRadioModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRadioModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeAreaSeries", + "id": 0, + "name": "IgbRangeAreaSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeAreaSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart range area series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries", + "id": 0, + "name": "IgbRangeCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries", + "id": 0, + "name": "IgbHorizontalRangeCategorySeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeAreaSeries.#ctor", + "id": 0, + "name": "IgbRangeAreaSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeAreaSeries.IgbRangeAreaSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeAreaSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeAreaSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeAreaSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeAreaSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeAreaSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeAreaSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeAreaSeriesModule", + "id": 0, + "name": "IgbRangeAreaSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeAreaSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeAreaSeriesModule.#ctor", + "id": 0, + "name": "IgbRangeAreaSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeAreaSeriesModule.IgbRangeAreaSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries", + "id": 0, + "name": "IgbRangeCategorySeries", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the base class for all IgbDataChart ranged category/value series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.#ctor", + "id": 0, + "name": "IgbRangeCategorySeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.IgbRangeCategorySeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.GetItemValue(System.Object,System.String)", + "id": 0, + "name": "GetItemValue(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.GetItemValue(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.GetItemValueAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemValueAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.GetItemValueAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.GetMemberPathValue(System.String)", + "id": 0, + "name": "GetMemberPathValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.GetMemberPathValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.GetMemberPathValueAsync(System.String)", + "id": 0, + "name": "GetMemberPathValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.GetMemberPathValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value of a requested member path from the series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.HighlightedHighMemberPath", + "id": 0, + "name": "HighlightedHighMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.HighlightedHighMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlighted High value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.HighlightedLowMemberPath", + "id": 0, + "name": "HighlightedLowMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.HighlightedLowMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlighted low value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.HighMemberPath", + "id": 0, + "name": "HighMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.HighMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.LowMemberPath", + "id": 0, + "name": "LowMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.LowMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.ScrollIntoView(System.Object)", + "id": 0, + "name": "ScrollIntoView(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.ScrollIntoView(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.ScrollIntoViewAsync(System.Object)", + "id": 0, + "name": "ScrollIntoViewAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.ScrollIntoViewAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls the series to display the item for the specified data item." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries", + "id": 0, + "name": "IgbRangeColumnSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart range column series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeCategorySeries", + "id": 0, + "name": "IgbRangeCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalRangeCategorySeries", + "id": 0, + "name": "IgbHorizontalRangeCategorySeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries.#ctor", + "id": 0, + "name": "IgbRangeColumnSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries.IgbRangeColumnSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries.GetItemSpan", + "id": 0, + "name": "GetItemSpan()", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries.GetItemSpan()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries.GetItemSpanAsync", + "id": 0, + "name": "GetItemSpanAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries.GetItemSpanAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBox(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBoxAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If possible, will return the best available value bounding box within the series that has the best value match for the world position provided." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries.RadiusX", + "id": 0, + "name": "RadiusX", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries.RadiusX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the x-radius of the ellipse that is used to round the corners of the column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries.RadiusY", + "id": 0, + "name": "RadiusY", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries.RadiusY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the y-radius of the ellipse that is used to round the corners of the column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeColumnSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeColumnSeriesModule", + "id": 0, + "name": "IgbRangeColumnSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeColumnSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeColumnSeriesModule.#ctor", + "id": 0, + "name": "IgbRangeColumnSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeColumnSeriesModule.IgbRangeColumnSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeColumnSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeColumnSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeColumnSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeColumnSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeColumnSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeColumnSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSlider", + "id": 0, + "name": "IgbRangeSlider", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSlider", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A range slider component used to select two numeric values within a range." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase", + "id": 0, + "name": "IgbSliderBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSlider.#ctor", + "id": 0, + "name": "IgbRangeSlider()", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSlider.IgbRangeSlider()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSlider.Change", + "id": 0, + "name": "Change", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSlider.Change", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbRangeSliderValueEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbRangeSliderValueEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSlider.ChangeScript", + "id": 0, + "name": "ChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSlider.ChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSlider.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSlider.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSlider.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSlider.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSlider.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSlider.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSlider.Input", + "id": 0, + "name": "Input", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSlider.Input", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbRangeSliderValueEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbRangeSliderValueEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSlider.InputScript", + "id": 0, + "name": "InputScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSlider.InputScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSlider.Lower", + "id": 0, + "name": "Lower", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSlider.Lower", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The current value of the lower thumb." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSlider.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSlider.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSlider.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSlider.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSlider.ThumbLabelLower", + "id": 0, + "name": "ThumbLabelLower", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSlider.ThumbLabelLower", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The aria label for the lower thumb." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSlider.ThumbLabelUpper", + "id": 0, + "name": "ThumbLabelUpper", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSlider.ThumbLabelUpper", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The aria label for the upper thumb." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSlider.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSlider.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSlider.Upper", + "id": 0, + "name": "Upper", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSlider.Upper", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The current value of the upper thumb." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSlider.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSlider.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSliderModule", + "id": 0, + "name": "IgbRangeSliderModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSliderModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSliderModule.#ctor", + "id": 0, + "name": "IgbRangeSliderModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSliderModule.IgbRangeSliderModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSliderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSliderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSliderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSliderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSliderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSliderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSliderValue", + "id": 0, + "name": "IgbRangeSliderValue", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSliderValue", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSliderValue.#ctor", + "id": 0, + "name": "IgbRangeSliderValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSliderValue.IgbRangeSliderValue()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSliderValue.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSliderValue.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSliderValue.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSliderValue.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSliderValue.Lower", + "id": 0, + "name": "Lower", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSliderValue.Lower", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSliderValue.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSliderValue.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSliderValue.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSliderValue.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSliderValue.Upper", + "id": 0, + "name": "Upper", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSliderValue.Upper", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSliderValueEventArgs", + "id": 0, + "name": "IgbRangeSliderValueEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSliderValueEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSliderValueEventArgs.#ctor", + "id": 0, + "name": "IgbRangeSliderValueEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSliderValueEventArgs.IgbRangeSliderValueEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSliderValueEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSliderValueEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRangeSliderValue", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRangeSliderValue" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSliderValueEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSliderValueEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSliderValueEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSliderValueEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSliderValueEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSliderValueEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRangeSliderValueEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRangeSliderValueEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicator", + "id": 0, + "name": "IgbRateOfChangeAndMomentumIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Rate of Change and Momentum indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicator.#ctor", + "id": 0, + "name": "IgbRateOfChangeAndMomentumIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicator.IgbRateOfChangeAndMomentumIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicator.Period", + "id": 0, + "name": "Period", + "fullName": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicator.Period", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current AverageTrueRangeSeries object. The typical, and initial, value for AverageTrueRange periods is 14." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicatorModule", + "id": 0, + "name": "IgbRateOfChangeAndMomentumIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicatorModule.#ctor", + "id": 0, + "name": "IgbRateOfChangeAndMomentumIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicatorModule.IgbRateOfChangeAndMomentumIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRateOfChangeAndMomentumIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating", + "id": 0, + "name": "IgbRating", + "fullName": "IgniteUI.Blazor.Controls.IgbRating", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Rating provides insight regarding others' opinions and experiences, and can allow the user to submit a rating of their own --symbol-size - The size of the symbols. --symbol-full-color - The color of the filled symbol. --symbol-empty-color - The color of the empty symbol. --symbol-full-filter - The filter(s) used for the filled symbol. --symbol-empty-filter - The filter(s) used for the empty symbol." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.#ctor", + "id": 0, + "name": "IgbRating()", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.IgbRating()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.AllowReset", + "id": 0, + "name": "AllowReset", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.AllowReset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether to reset the rating when the user selects the same value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.Change", + "id": 0, + "name": "Change", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.Change", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbNumberEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbNumberEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.ChangeScript", + "id": 0, + "name": "ChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.ChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.CheckValidity", + "id": 0, + "name": "CheckValidity()", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.CheckValidity()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.CheckValidityAsync", + "id": 0, + "name": "CheckValidityAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.CheckValidityAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Checks for validity of the control and emits the invalid event if it invalid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The disabled state of the component" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.GetCurrentValue", + "id": 0, + "name": "GetCurrentValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.GetCurrentValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.GetCurrentValueAsync", + "id": 0, + "name": "GetCurrentValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.GetCurrentValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.Hover", + "id": 0, + "name": "Hover", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.Hover", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbNumberEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbNumberEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.HoverPreview", + "id": 0, + "name": "HoverPreview", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.HoverPreview", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets hover preview behavior for the component" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.HoverScript", + "id": 0, + "name": "HoverScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.HoverScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.Invalid", + "id": 0, + "name": "Invalid", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.Invalid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Control the validity of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The label of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.Max", + "id": 0, + "name": "Max", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.Max", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The maximum value for the rating. If there are projected symbols, the maximum value will be resolved based on the number of symbols. 5" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.ReadOnly", + "id": 0, + "name": "ReadOnly", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.ReadOnly", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Makes the control a readonly field." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.ReportValidity", + "id": 0, + "name": "ReportValidity()", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.ReportValidity()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.ReportValidityAsync", + "id": 0, + "name": "ReportValidityAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.ReportValidityAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Checks for validity of the control and shows the browser message if it invalid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.SetCustomValidity(System.String)", + "id": 0, + "name": "SetCustomValidity(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.SetCustomValidity(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "message", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.SetCustomValidityAsync(System.String)", + "id": 0, + "name": "SetCustomValidityAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.SetCustomValidityAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets a custom validation message for the control. As long as message is not empty, the control is considered invalid." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "message", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView)", + "id": 0, + "name": "SetParametersAsync(ParameterView)", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parameters", + "type": "ParameterView", + "fullTypeName": "Microsoft.AspNetCore.Components.ParameterView" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.Single", + "id": 0, + "name": "Single", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.Single", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Toggles single selection visual mode. false" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.Step", + "id": 0, + "name": "Step", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.Step", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The minimum value change allowed. Valid values are in the interval between 0 and 1 inclusive. 1" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.StepDown(System.Double)", + "id": 0, + "name": "StepDown(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.StepDown(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "n", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.StepDownAsync(System.Double)", + "id": 0, + "name": "StepDownAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.StepDownAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Decrements the value of the control by n steps multiplied by the step factor." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "n", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.StepUp(System.Double)", + "id": 0, + "name": "StepUp(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.StepUp(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "n", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.StepUpAsync(System.Double)", + "id": 0, + "name": "StepUpAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.StepUpAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Increments the value of the control by n steps multiplied by the step factor." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "n", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The current value of the component 0" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.ValueChanged", + "id": 0, + "name": "ValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.ValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<Double>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRating.ValueFormat", + "id": 0, + "name": "ValueFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbRating.ValueFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A format string which sets aria-valuetext. Instances of '{0}' will be replaced with the current value of the control and instances of '{1}' with the maximum value for the control. Important for screen-readers and useful for localization." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingModule", + "id": 0, + "name": "IgbRatingModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingModule.#ctor", + "id": 0, + "name": "IgbRatingModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingModule.IgbRatingModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingSymbol", + "id": 0, + "name": "IgbRatingSymbol", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingSymbol", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Used when a custom icon/symbol/element needs to be passed to the igc-rating component." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingSymbol.#ctor", + "id": 0, + "name": "IgbRatingSymbol()", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingSymbol.IgbRatingSymbol()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingSymbol.ConnectedCallback", + "id": 0, + "name": "ConnectedCallback()", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingSymbol.ConnectedCallback()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingSymbol.ConnectedCallbackAsync", + "id": 0, + "name": "ConnectedCallbackAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingSymbol.ConnectedCallbackAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingSymbol.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingSymbol.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingSymbol.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingSymbol.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingSymbol.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingSymbol.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingSymbol.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingSymbol.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingSymbol.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingSymbol.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingSymbol.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingSymbol.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingSymbol.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingSymbol.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingSymbol.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingSymbol.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingSymbol.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingSymbol.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingSymbol.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingSymbol.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingSymbolModule", + "id": 0, + "name": "IgbRatingSymbolModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingSymbolModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingSymbolModule.#ctor", + "id": 0, + "name": "IgbRatingSymbolModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingSymbolModule.IgbRatingSymbolModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingSymbolModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingSymbolModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingSymbolModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingSymbolModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRatingSymbolModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRatingSymbolModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRectChangedEventArgs", + "id": 0, + "name": "IgbRectChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbRectChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for rectangle changed events." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRectChangedEventArgs.#ctor", + "id": 0, + "name": "IgbRectChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbRectChangedEventArgs.IgbRectChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRectChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRectChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRectChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRectChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRectChangedEventArgs.NewRect", + "id": 0, + "name": "NewRect", + "fullName": "IgniteUI.Blazor.Controls.IgbRectChangedEventArgs.NewRect", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the new rectangle." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRectChangedEventArgs.OldRect", + "id": 0, + "name": "OldRect", + "fullName": "IgniteUI.Blazor.Controls.IgbRectChangedEventArgs.OldRect", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the rectangle before the change." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRectChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRectChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRectChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRectChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRefreshCompletedEventArgs", + "id": 0, + "name": "IgbRefreshCompletedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbRefreshCompletedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRefreshCompletedEventArgs.#ctor", + "id": 0, + "name": "IgbRefreshCompletedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbRefreshCompletedEventArgs.IgbRefreshCompletedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRefreshCompletedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRefreshCompletedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRefreshCompletedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRefreshCompletedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRefreshCompletedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRefreshCompletedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRefreshCompletedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRefreshCompletedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicator", + "id": 0, + "name": "IgbRelativeStrengthIndexIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Relative Strength Index indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicator.#ctor", + "id": 0, + "name": "IgbRelativeStrengthIndexIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicator.IgbRelativeStrengthIndexIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicator.Period", + "id": 0, + "name": "Period", + "fullName": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicator.Period", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current RelativeStrengthIndexIndicator object. The typical, and initial, value for RSI periods is 14." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicatorModule", + "id": 0, + "name": "IgbRelativeStrengthIndexIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicatorModule.#ctor", + "id": 0, + "name": "IgbRelativeStrengthIndexIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicatorModule.IgbRelativeStrengthIndexIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRelativeStrengthIndexIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRenderRequestedEventArgs", + "id": 0, + "name": "IgbRenderRequestedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbRenderRequestedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "EventArgs class for RenderRequested events." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRenderRequestedEventArgs.#ctor", + "id": 0, + "name": "IgbRenderRequestedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbRenderRequestedEventArgs.IgbRenderRequestedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRenderRequestedEventArgs.Animate", + "id": 0, + "name": "Animate", + "fullName": "IgniteUI.Blazor.Controls.IgbRenderRequestedEventArgs.Animate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "True if animation is requested." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRenderRequestedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRenderRequestedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRenderRequestedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRenderRequestedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRenderRequestedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRenderRequestedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRenderRequestedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRenderRequestedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsivePhase", + "id": 0, + "name": "IgbResponsivePhase", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsivePhase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Describes one phase of a responsive state to apply to the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsivePhase.#ctor", + "id": 0, + "name": "IgbResponsivePhase()", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsivePhase.IgbResponsivePhase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsivePhase.AddColumnExchanger(IgniteUI.Blazor.Controls.IgbColumnExchanger)", + "id": 0, + "name": "AddColumnExchanger(IgbColumnExchanger)", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsivePhase.AddColumnExchanger(IgniteUI.Blazor.Controls.IgbColumnExchanger)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "exchanger", + "type": "IgbColumnExchanger", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnExchanger" + } + ], + "return": { + "type": "IgbResponsivePhase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbResponsivePhase" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsivePhase.AddColumnExchangerAsync(IgniteUI.Blazor.Controls.IgbColumnExchanger)", + "id": 0, + "name": "AddColumnExchangerAsync(IgbColumnExchanger)", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsivePhase.AddColumnExchangerAsync(IgniteUI.Blazor.Controls.IgbColumnExchanger)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Adds a column exchanger the the phase." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "exchanger", + "type": "IgbColumnExchanger", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnExchanger" + } + ], + "return": { + "type": "Task<IgbResponsivePhase>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbResponsivePhase>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsivePhase.AddColumnPropertySetter(IgniteUI.Blazor.Controls.IgbColumnPropertySetter)", + "id": 0, + "name": "AddColumnPropertySetter(IgbColumnPropertySetter)", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsivePhase.AddColumnPropertySetter(IgniteUI.Blazor.Controls.IgbColumnPropertySetter)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "setter", + "type": "IgbColumnPropertySetter", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnPropertySetter" + } + ], + "return": { + "type": "IgbResponsivePhase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbResponsivePhase" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsivePhase.AddColumnPropertySetterAsync(IgniteUI.Blazor.Controls.IgbColumnPropertySetter)", + "id": 0, + "name": "AddColumnPropertySetterAsync(IgbColumnPropertySetter)", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsivePhase.AddColumnPropertySetterAsync(IgniteUI.Blazor.Controls.IgbColumnPropertySetter)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Adds a column property setter to the phase." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "setter", + "type": "IgbColumnPropertySetter", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnPropertySetter" + } + ], + "return": { + "type": "Task<IgbResponsivePhase>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbResponsivePhase>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsivePhase.ColumnExchanger", + "id": 0, + "name": "ColumnExchanger()", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsivePhase.ColumnExchanger()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbResponsivePhase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbResponsivePhase" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsivePhase.ColumnExchangerAsync", + "id": 0, + "name": "ColumnExchangerAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsivePhase.ColumnExchangerAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Adds a column exchanger to the phase and returns it." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbResponsivePhase>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbResponsivePhase>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsivePhase.ColumnPropertySetter", + "id": 0, + "name": "ColumnPropertySetter()", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsivePhase.ColumnPropertySetter()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnPropertySetter", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnPropertySetter" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsivePhase.ColumnPropertySetterAsync", + "id": 0, + "name": "ColumnPropertySetterAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsivePhase.ColumnPropertySetterAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Adds a column property setter to the phase, and returns it." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbColumnPropertySetter>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbColumnPropertySetter>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsivePhase.DelayMilliseconds", + "id": 0, + "name": "DelayMilliseconds", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsivePhase.DelayMilliseconds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The amount of time to delay the responsive phase from starting, in milliseconds" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsivePhase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsivePhase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsivePhase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsivePhase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsivePhasesCollection", + "id": 0, + "name": "IgbResponsivePhasesCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsivePhasesCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbResponsivePhase}", + "id": 0, + "name": "BaseCollection<IgbResponsivePhase>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsivePhasesCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbResponsivePhasesCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsivePhasesCollection.IgbResponsivePhasesCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveState", + "id": 0, + "name": "IgbResponsiveState", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveState", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Describes a state that the grid can enter based on a set of responsive conditions." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveState.#ctor", + "id": 0, + "name": "IgbResponsiveState()", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveState.IgbResponsiveState()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveState.AddResponsivePhase(IgniteUI.Blazor.Controls.IgbResponsivePhase)", + "id": 0, + "name": "AddResponsivePhase(IgbResponsivePhase)", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveState.AddResponsivePhase(IgniteUI.Blazor.Controls.IgbResponsivePhase)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "phase", + "type": "IgbResponsivePhase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbResponsivePhase" + } + ], + "return": { + "type": "IgbResponsiveState", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbResponsiveState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveState.AddResponsivePhaseAsync(IgniteUI.Blazor.Controls.IgbResponsivePhase)", + "id": 0, + "name": "AddResponsivePhaseAsync(IgbResponsivePhase)", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveState.AddResponsivePhaseAsync(IgniteUI.Blazor.Controls.IgbResponsivePhase)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Adds a responsive phase to the state." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "phase", + "type": "IgbResponsivePhase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbResponsivePhase" + } + ], + "return": { + "type": "Task<IgbResponsiveState>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbResponsiveState>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveState.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveState.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveState.IsManualState", + "id": 0, + "name": "IsManualState", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveState.IsManualState", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Configures this responsive state to only be manually actived" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveState.MaximumWidth", + "id": 0, + "name": "MaximumWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveState.MaximumWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum width for which this state is active." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveState.MinimumWidth", + "id": 0, + "name": "MinimumWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveState.MinimumWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the minimum width for which this state is active." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveState.ResponsivePhase", + "id": 0, + "name": "ResponsivePhase()", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveState.ResponsivePhase()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbResponsivePhase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbResponsivePhase" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveState.ResponsivePhaseAsync", + "id": 0, + "name": "ResponsivePhaseAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveState.ResponsivePhaseAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Adds a responsive phase to the state and returns it." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbResponsivePhase>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbResponsivePhase>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveState.StateEntered", + "id": 0, + "name": "StateEntered", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveState.StateEntered", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbResponsiveStateEnteredEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbResponsiveStateEnteredEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveState.StateEnteredScript", + "id": 0, + "name": "StateEnteredScript", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveState.StateEnteredScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveState.StateEntering", + "id": 0, + "name": "StateEntering", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveState.StateEntering", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbResponsiveStateEnteringEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbResponsiveStateEnteringEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveState.StateEnteringScript", + "id": 0, + "name": "StateEnteringScript", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveState.StateEnteringScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveState.StateExited", + "id": 0, + "name": "StateExited", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveState.StateExited", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbResponsiveStateExitedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbResponsiveStateExitedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveState.StateExitedScript", + "id": 0, + "name": "StateExitedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveState.StateExitedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveState.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveState.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteredEventArgs", + "id": 0, + "name": "IgbResponsiveStateEnteredEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteredEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the entered action." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteredEventArgs.#ctor", + "id": 0, + "name": "IgbResponsiveStateEnteredEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteredEventArgs.IgbResponsiveStateEnteredEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteredEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteredEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteredEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteredEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteredEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteredEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteredEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteredEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteringEventArgs", + "id": 0, + "name": "IgbResponsiveStateEnteringEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteringEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the entering action." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteringEventArgs.#ctor", + "id": 0, + "name": "IgbResponsiveStateEnteringEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteringEventArgs.IgbResponsiveStateEnteringEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteringEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteringEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteringEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteringEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteringEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteringEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteringEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveStateEnteringEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveStateExitedEventArgs", + "id": 0, + "name": "IgbResponsiveStateExitedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveStateExitedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the exited state." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveStateExitedEventArgs.#ctor", + "id": 0, + "name": "IgbResponsiveStateExitedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveStateExitedEventArgs.IgbResponsiveStateExitedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveStateExitedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveStateExitedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveStateExitedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveStateExitedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveStateExitedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveStateExitedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveStateExitedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveStateExitedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveStatesCollection", + "id": 0, + "name": "IgbResponsiveStatesCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveStatesCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbResponsiveState}", + "id": 0, + "name": "BaseCollection<IgbResponsiveState>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbResponsiveStatesCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbResponsiveStatesCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbResponsiveStatesCollection.IgbResponsiveStatesCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRing", + "id": 0, + "name": "IgbRing", + "fullName": "IgniteUI.Blazor.Controls.IgbRing", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents data for Ring.RingControl element." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRing.#ctor", + "id": 0, + "name": "IgbRing()", + "fullName": "IgniteUI.Blazor.Controls.IgbRing.IgbRing()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRing.Center", + "id": 0, + "name": "Center", + "fullName": "IgniteUI.Blazor.Controls.IgbRing.Center", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the center point of the ring." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRing.ControlSize", + "id": 0, + "name": "ControlSize", + "fullName": "IgniteUI.Blazor.Controls.IgbRing.ControlSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the size of the ring." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Size", + "fullTypeName": "IgniteUI.Blazor.Controls.Size" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRing.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRing.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRing.Index", + "id": 0, + "name": "Index", + "fullName": "IgniteUI.Blazor.Controls.IgbRing.Index", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the index of ring in the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRing.InnerExtend", + "id": 0, + "name": "InnerExtend", + "fullName": "IgniteUI.Blazor.Controls.IgbRing.InnerExtend", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the inner extend of the ring in percentage." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRing.PrepareArcs", + "id": 0, + "name": "PrepareArcs()", + "fullName": "IgniteUI.Blazor.Controls.IgbRing.PrepareArcs()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRing.PrepareArcsAsync", + "id": 0, + "name": "PrepareArcsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRing.PrepareArcsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Prepares data needed to create Arcs." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRing.RenderArcs", + "id": 0, + "name": "RenderArcs()", + "fullName": "IgniteUI.Blazor.Controls.IgbRing.RenderArcs()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRing.RenderArcsAsync", + "id": 0, + "name": "RenderArcsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRing.RenderArcsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Renders the arcs." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRing.RingBreadth", + "id": 0, + "name": "RingBreadth", + "fullName": "IgniteUI.Blazor.Controls.IgbRing.RingBreadth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the ring breadth." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRing.RingSeries", + "id": 0, + "name": "RingSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbRing.RingSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets reference to ring series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRingSeriesBase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRing.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRing.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeries", + "id": 0, + "name": "IgbRingSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents one ring in IgbDoughnutChart series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase", + "id": 0, + "name": "IgbRingSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeries.#ctor", + "id": 0, + "name": "IgbRingSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeries.IgbRingSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeries.Ring", + "id": 0, + "name": "Ring", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeries.Ring", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets reference to the ring data." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRing", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRing" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase", + "id": 0, + "name": "IgbRingSeriesBase", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDoughnutChart base series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.#ctor", + "id": 0, + "name": "IgbRingSeriesBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.IgbRingSeriesBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ActualLabelFormatSpecifiers", + "id": 0, + "name": "ActualLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ActualLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ActualLegendLabelFormatSpecifiers", + "id": 0, + "name": "ActualLegendLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ActualLegendLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ActualLegendOthersLabelFormatSpecifiers", + "id": 0, + "name": "ActualLegendOthersLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ActualLegendOthersLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ActualOthersLabelFormatSpecifiers", + "id": 0, + "name": "ActualOthersLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ActualOthersLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.Brushes", + "id": 0, + "name": "Brushes", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.Brushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette of brushes to use for coloring the slices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ContentLabelFormatSpecifiers", + "id": 0, + "name": "ContentLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ContentLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ContentLegendLabelFormatSpecifiers", + "id": 0, + "name": "ContentLegendLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ContentLegendLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ContentLegendOthersLabelFormatSpecifiers", + "id": 0, + "name": "ContentLegendOthersLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ContentLegendOthersLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ContentOthersLabelFormatSpecifiers", + "id": 0, + "name": "ContentOthersLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ContentOthersLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data source for the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.DoughnutChartParent", + "id": 0, + "name": "DoughnutChartParent", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.DoughnutChartParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.FormatLabelScript", + "id": 0, + "name": "FormatLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.FormatLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting FormatLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.FormatLegendLabel", + "id": 0, + "name": "FormatLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.FormatLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets a function which takes an object that produces a formatted label for displaying in the chart's legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.FormatLegendLabelScript", + "id": 0, + "name": "FormatLegendLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.FormatLegendLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting FormatLegendLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.IsSurfaceInteractionDisabled", + "id": 0, + "name": "IsSurfaceInteractionDisabled", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.IsSurfaceInteractionDisabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether all surface interactions with the plot area should be disabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LabelExtent", + "id": 0, + "name": "LabelExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LabelExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the pixel amount by which the labels are offset from the edge of the slices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LabelFormat", + "id": 0, + "name": "LabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label format string to use for the label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LabelFormatSpecifiers", + "id": 0, + "name": "LabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the LabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LabelInnerColor", + "id": 0, + "name": "LabelInnerColor", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LabelInnerColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color for labels rendered inside of the pie chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LabelMemberPath", + "id": 0, + "name": "LabelMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LabelMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the property name that contains the labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LabelOuterColor", + "id": 0, + "name": "LabelOuterColor", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LabelOuterColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color for labels rendered outside of the pie chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LabelsPosition", + "id": 0, + "name": "LabelsPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LabelsPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position of chart labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LabelsPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.LabelsPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LeaderLineFill", + "id": 0, + "name": "LeaderLineFill", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LeaderLineFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LeaderLineMargin", + "id": 0, + "name": "LeaderLineMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LeaderLineMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the margin between a label and its leader line. The default is 6 pixels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LeaderLineOpacity", + "id": 0, + "name": "LeaderLineOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LeaderLineOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LeaderLineStroke", + "id": 0, + "name": "LeaderLineStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LeaderLineStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LeaderLineStrokeThickness", + "id": 0, + "name": "LeaderLineStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LeaderLineStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LeaderLineType", + "id": 0, + "name": "LeaderLineType", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LeaderLineType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets what type of leader lines will be used for the outside end labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LeaderLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.LeaderLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LeaderLineVisibility", + "id": 0, + "name": "LeaderLineVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LeaderLineVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the leader lines are visible." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.Legend", + "id": 0, + "name": "Legend", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.Legend", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the legend used for the current chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbLegendBase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbLegendBase" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LegendLabelFormat", + "id": 0, + "name": "LegendLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LegendLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label format string to use for the label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LegendLabelFormatSpecifiers", + "id": 0, + "name": "LegendLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LegendLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the LegendLabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LegendLabelMemberPath", + "id": 0, + "name": "LegendLabelMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LegendLabelMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the property name that contains the legend labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LegendOthersLabelFormat", + "id": 0, + "name": "LegendOthersLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LegendOthersLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label format string to use for the label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LegendOthersLabelFormatSpecifiers", + "id": 0, + "name": "LegendOthersLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LegendOthersLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the LegendOthersLabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LegendScript", + "id": 0, + "name": "LegendScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.LegendScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Legend in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.OthersCategoryFill", + "id": 0, + "name": "OthersCategoryFill", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.OthersCategoryFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.OthersCategoryOpacity", + "id": 0, + "name": "OthersCategoryOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.OthersCategoryOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.OthersCategoryStroke", + "id": 0, + "name": "OthersCategoryStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.OthersCategoryStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.OthersCategoryStrokeThickness", + "id": 0, + "name": "OthersCategoryStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.OthersCategoryStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.OthersCategoryText", + "id": 0, + "name": "OthersCategoryText", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.OthersCategoryText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label of the Others slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.OthersCategoryThreshold", + "id": 0, + "name": "OthersCategoryThreshold", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.OthersCategoryThreshold", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the threshold value that determines if slices are grouped into the Others slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.OthersCategoryType", + "id": 0, + "name": "OthersCategoryType", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.OthersCategoryType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use numeric or percent-based threshold value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OthersCategoryType", + "fullTypeName": "IgniteUI.Blazor.Controls.OthersCategoryType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.OthersLabelFormat", + "id": 0, + "name": "OthersLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.OthersLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label format string to use for the label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.OthersLabelFormatSpecifiers", + "id": 0, + "name": "OthersLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.OthersLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the OthersLabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.Outlines", + "id": 0, + "name": "Outlines", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.Outlines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette of brushes to use for outlines on the slices." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.PropertyUpdated", + "id": 0, + "name": "PropertyUpdated", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.PropertyUpdated", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPropertyUpdatedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.PropertyUpdatedScript", + "id": 0, + "name": "PropertyUpdatedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.PropertyUpdatedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ProvideContainer(System.Object)", + "id": 0, + "name": "ProvideContainer(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ProvideContainer(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ProvideContainerAsync(System.Object)", + "id": 0, + "name": "ProvideContainerAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ProvideContainerAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called by the UI framework to provide a UI container for rendering this control." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.RadiusFactor", + "id": 0, + "name": "RadiusFactor", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.RadiusFactor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scaling factor of the chart's radius. Value between 0 and 1." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.SelectedSliceFill", + "id": 0, + "name": "SelectedSliceFill", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.SelectedSliceFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.SelectedSliceOpacity", + "id": 0, + "name": "SelectedSliceOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.SelectedSliceOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.SelectedSliceStroke", + "id": 0, + "name": "SelectedSliceStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.SelectedSliceStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.SelectedSliceStrokeThickness", + "id": 0, + "name": "SelectedSliceStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.SelectedSliceStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.StartAngle", + "id": 0, + "name": "StartAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.StartAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the starting angle of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.TextStyle", + "id": 0, + "name": "TextStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.TextStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text style to use for labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ValueMemberPath", + "id": 0, + "name": "ValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesBase.ValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesCollection", + "id": 0, + "name": "IgbRingSeriesCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbRingSeriesBase}", + "id": 0, + "name": "BaseCollection<IgbRingSeriesBase>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbRingSeriesCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesCollection.IgbRingSeriesCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesModule", + "id": 0, + "name": "IgbRingSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesModule.#ctor", + "id": 0, + "name": "IgbRingSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesModule.IgbRingSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRingSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRingSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRipple", + "id": 0, + "name": "IgbRipple", + "fullName": "IgniteUI.Blazor.Controls.IgbRipple", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A ripple can be applied to an element to represent interactive surface." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRipple.#ctor", + "id": 0, + "name": "IgbRipple()", + "fullName": "IgniteUI.Blazor.Controls.IgbRipple.IgbRipple()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRipple.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbRipple.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRipple.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbRipple.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRipple.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbRipple.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRipple.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRipple.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRipple.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbRipple.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRipple.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRipple.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRipple.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRipple.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRipple.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbRipple.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRipple.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRipple.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRipple.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbRipple.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRippleModule", + "id": 0, + "name": "IgbRippleModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRippleModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRippleModule.#ctor", + "id": 0, + "name": "IgbRippleModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRippleModule.IgbRippleModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRippleModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRippleModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRippleModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRippleModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRippleModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRippleModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgs", + "id": 0, + "name": "IgbRowDataCancelableEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgs.#ctor", + "id": 0, + "name": "IgbRowDataCancelableEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgs.IgbRowDataCancelableEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowDataCancelableEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail", + "id": 0, + "name": "IgbRowDataCancelableEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.#ctor", + "id": 0, + "name": "IgbRowDataCancelableEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.IgbRowDataCancelableEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.CellID", + "id": 0, + "name": "CellID", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.CellID", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridCellIdentifier", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridCellIdentifier" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.Data", + "id": 0, + "name": "Data", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.Data", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.IsAddRow", + "id": 0, + "name": "IsAddRow", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.IsAddRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.NewValue", + "id": 0, + "name": "NewValue", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.NewValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.OldValue", + "id": 0, + "name": "OldValue", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.OldValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.Owner", + "id": 0, + "name": "Owner", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.Owner", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridBaseDirective", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.PrimaryKey", + "id": 0, + "name": "PrimaryKey", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.PrimaryKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the unique key, the row can be associated with. Available if primaryKey exists" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.RowData", + "id": 0, + "name": "RowData", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.RowData", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.RowKey", + "id": 0, + "name": "RowKey", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.RowKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataEventArgs", + "id": 0, + "name": "IgbRowDataEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments related to events, that can occur for rows in a grid Example for events: adding, deleting, selection, transaction, etc." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataEventArgs.#ctor", + "id": 0, + "name": "IgbRowDataEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataEventArgs.IgbRowDataEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowDataEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail", + "id": 0, + "name": "IgbRowDataEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments related to events, that can occur for rows in a grid Example for events: adding, deleting, selection, transaction, etc." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail.#ctor", + "id": 0, + "name": "IgbRowDataEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail.IgbRowDataEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail.Data", + "id": 0, + "name": "Data", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail.Data", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail.PrimaryKey", + "id": 0, + "name": "PrimaryKey", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail.PrimaryKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the unique key, the row can be associated with. Available if primaryKey exists" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail.RowData", + "id": 0, + "name": "RowData", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail.RowData", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail.RowKey", + "id": 0, + "name": "RowKey", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail.RowKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDataEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective", + "id": 0, + "name": "IgbRowDirective", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.#ctor", + "id": 0, + "name": "IgbRowDirective()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.IgbRowDirective()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.BeginAddRow", + "id": 0, + "name": "BeginAddRow()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.BeginAddRow()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.BeginAddRowAsync", + "id": 0, + "name": "BeginAddRowAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.BeginAddRowAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Spawns the add row UI for the specific row. const row = this.grid1.getRowByIndex(1); row.beginAddRow();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.Data", + "id": 0, + "name": "Data", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.Data", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The data passed to the row component. // get the row data for the first selected row let selectedRowData = this.grid.selectedRows[0].data;" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.Del", + "id": 0, + "name": "Del()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.Del()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.DelAsync", + "id": 0, + "name": "DelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.DelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes the specified row from the grid's data source. This method emits rowDeleted event. // delete the third selected row from the grid this.grid.selectedRows[2].delete();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets whether this specific row has disabled functionality for editing and row selection. Default value is false. this.grid.selectedRows[0].pinned = true;" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.Expanded", + "id": 0, + "name": "Expanded", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.Expanded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the expanded state of the row. let isExpanded = row.expanded;" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.Index", + "id": 0, + "name": "Index", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.Index", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The index of the row. // get the index of the second selected row let selectedRowIndex = this.grid.selectedRows[1].index;" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.IsCellActive(System.Object)", + "id": 0, + "name": "IsCellActive(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.IsCellActive(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "visibleColumnIndex", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.IsCellActiveAsync(System.Object)", + "id": 0, + "name": "IsCellActiveAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.IsCellActiveAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "visibleColumnIndex", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.Pin", + "id": 0, + "name": "Pin()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.Pin()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.PinAsync", + "id": 0, + "name": "PinAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.PinAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Pins the specified row. This method emits rowPinning`rowPinned` event. // pin the selected row from the grid this.grid.selectedRows[0].pin();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.Pinned", + "id": 0, + "name": "Pinned", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.Pinned", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets whether the row is pinned. Default value is false. this.grid.selectedRows[0].pinned = true;" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.Unpin", + "id": 0, + "name": "Unpin()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.Unpin()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.UnpinAsync", + "id": 0, + "name": "UnpinAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.UnpinAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Unpins the specified row. This method emits rowPinning`rowPinned` event. // unpin the selected row from the grid this.grid.selectedRows[0].unpin();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.Update(System.Object)", + "id": 0, + "name": "Update(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.Update(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDirective.UpdateAsync(System.Object)", + "id": 0, + "name": "UpdateAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDirective.UpdateAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Updates the specified row object and the data source record with the passed value. // update the second selected row&apos;s value let newValue = &quot;Apple&quot;; this.grid.selectedRows[1].update(newValue);" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgs", + "id": 0, + "name": "IgbRowDragEndEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Emitted when a dragging operation is finished (when the row is dropped)" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgs.#ctor", + "id": 0, + "name": "IgbRowDragEndEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgs.IgbRowDragEndEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowDragEndEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgsDetail", + "id": 0, + "name": "IgbRowDragEndEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Emitted when a dragging operation is finished (when the row is dropped)" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgsDetail.#ctor", + "id": 0, + "name": "IgbRowDragEndEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgsDetail.IgbRowDragEndEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgsDetail.Animation", + "id": 0, + "name": "Animation", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgsDetail.Animation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "animation returns whether the event is animated" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgsDetail.DragData", + "id": 0, + "name": "DragData", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgsDetail.DragData", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the information of the row that is being dragged." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgsDetail.DragDirective", + "id": 0, + "name": "DragDirective", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgsDetail.DragDirective", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the drag directive or information associated with the drag operation" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragEndEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgs", + "id": 0, + "name": "IgbRowDragStartEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Emitted when a dragging operation is starting (when the row is "picked") The event is cancelable" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgs.#ctor", + "id": 0, + "name": "IgbRowDragStartEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgs.IgbRowDragStartEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowDragStartEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail", + "id": 0, + "name": "IgbRowDragStartEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Emitted when a dragging operation is starting (when the row is "picked") The event is cancelable" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.#ctor", + "id": 0, + "name": "IgbRowDragStartEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.IgbRowDragStartEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides the ability to cancel the event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.DragData", + "id": 0, + "name": "DragData", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.DragData", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the information of the row that is being dragged." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.DragDirective", + "id": 0, + "name": "DragDirective", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.DragDirective", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the drag directive or information associated with the drag operation" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.Owner", + "id": 0, + "name": "Owner", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.Owner", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides reference to the owner component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowDragStartEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgs", + "id": 0, + "name": "IgbRowExportingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "rowExporting event arguments this.exporterService.rowExporting.subscribe((args: IRowExportingEventArgs) => { // set args properties here })" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgs.#ctor", + "id": 0, + "name": "IgbRowExportingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgs.IgbRowExportingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowExportingEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgsDetail", + "id": 0, + "name": "IgbRowExportingEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "rowExporting event arguments this.exporterService.rowExporting.subscribe((args: IRowExportingEventArgs) => { // set args properties here })" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgsDetail.#ctor", + "id": 0, + "name": "IgbRowExportingEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgsDetail.IgbRowExportingEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgsDetail.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgsDetail.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Skip the exporting row when set to true" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgsDetail.RowData", + "id": 0, + "name": "RowData", + "fullName": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgsDetail.RowData", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Contains the exporting row data" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgsDetail.RowIndex", + "id": 0, + "name": "RowIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgsDetail.RowIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Contains the exporting row index" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowExportingEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland", + "id": 0, + "name": "IgbRowIsland", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Row island IgxHierarchicalGridModule IgxHierarchicalGridComponent, IgxRowIslandComponent" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.#ctor", + "id": 0, + "name": "IgbRowIsland()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.IgbRowIsland()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ActionStripComponents", + "id": 0, + "name": "ActionStripComponents", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ActionStripComponents", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbActionStripCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbActionStripCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ActiveNodeChange", + "id": 0, + "name": "ActiveNodeChange", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ActiveNodeChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbActiveNodeChangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbActiveNodeChangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ActiveNodeChangeScript", + "id": 0, + "name": "ActiveNodeChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ActiveNodeChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ActualActionStripComponents", + "id": 0, + "name": "ActualActionStripComponents", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ActualActionStripComponents", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbActionStripCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbActionStripCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ActualChildLayoutList", + "id": 0, + "name": "ActualChildLayoutList", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ActualChildLayoutList", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowIslandCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowIslandCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ActualPaginationComponents", + "id": 0, + "name": "ActualPaginationComponents", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ActualPaginationComponents", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPaginatorCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPaginatorCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ActualToolbar", + "id": 0, + "name": "ActualToolbar", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ActualToolbar", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridToolbarCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridToolbarCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.AddRowEmptyTemplate", + "id": 0, + "name": "AddRowEmptyTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.AddRowEmptyTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<Object>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.AddRowEmptyTemplateScript", + "id": 0, + "name": "AddRowEmptyTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.AddRowEmptyTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting AddRowEmptyTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.AdvancedFilteringExpressionsTree", + "id": 0, + "name": "AdvancedFilteringExpressionsTree", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.AdvancedFilteringExpressionsTree", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the advanced filtering state. let advancedFilteringExpressionsTree = this.grid.advancedFilteringExpressionsTree; this.grid.advancedFilteringExpressionsTree = logic;" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringExpressionsTree", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.AdvancedFilteringExpressionsTreeChange", + "id": 0, + "name": "AdvancedFilteringExpressionsTreeChange", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.AdvancedFilteringExpressionsTreeChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFilteringExpressionsTreeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.AdvancedFilteringExpressionsTreeChangeScript", + "id": 0, + "name": "AdvancedFilteringExpressionsTreeChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.AdvancedFilteringExpressionsTreeChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.AllowAdvancedFiltering", + "id": 0, + "name": "AllowAdvancedFiltering", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.AllowAdvancedFiltering", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.AllowFiltering", + "id": 0, + "name": "AllowFiltering", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.AllowFiltering", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.AutoGenerate", + "id": 0, + "name": "AutoGenerate", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.AutoGenerate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.AutoGenerateExclude", + "id": 0, + "name": "AutoGenerateExclude", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.AutoGenerateExclude", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.BatchEditing", + "id": 0, + "name": "BatchEditing", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.BatchEditing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.BeginAddRowById(System.Object,System.Boolean)", + "id": 0, + "name": "BeginAddRowById(Object, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.BeginAddRowById(System.Object, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "asChild", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.BeginAddRowByIdAsync(System.Object,System.Boolean)", + "id": 0, + "name": "BeginAddRowByIdAsync(Object, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.BeginAddRowByIdAsync(System.Object, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "asChild", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.CellClick", + "id": 0, + "name": "CellClick", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.CellClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridCellEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridCellEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.CellClickScript", + "id": 0, + "name": "CellClickScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.CellClickScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.CellEdit", + "id": 0, + "name": "CellEdit", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.CellEdit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridEditEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridEditEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.CellEditEnter", + "id": 0, + "name": "CellEditEnter", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.CellEditEnter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridEditEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridEditEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.CellEditEnterScript", + "id": 0, + "name": "CellEditEnterScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.CellEditEnterScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.CellEditExit", + "id": 0, + "name": "CellEditExit", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.CellEditExit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridEditDoneEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.CellEditExitScript", + "id": 0, + "name": "CellEditExitScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.CellEditExitScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.CellEditScript", + "id": 0, + "name": "CellEditScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.CellEditScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.CellSelection", + "id": 0, + "name": "CellSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.CellSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets cell selection mode. By default the cell selection mode is multiple selectionMode: GridSelectionMode" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ChildDataKey", + "id": 0, + "name": "ChildDataKey", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ChildDataKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the key of the row island by which child data would be taken from the row data if such is provided." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ChildLayoutList", + "id": 0, + "name": "ChildLayoutList", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ChildLayoutList", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowIslandCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowIslandCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ClearCellSelection", + "id": 0, + "name": "ClearCellSelection()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ClearCellSelection()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ClearCellSelectionAsync", + "id": 0, + "name": "ClearCellSelectionAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ClearCellSelectionAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Deselect selected cells. this.grid.clearCellSelection();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ClearFilter(System.String)", + "id": 0, + "name": "ClearFilter(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ClearFilter(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ClearFilterAsync(System.String)", + "id": 0, + "name": "ClearFilterAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ClearFilterAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If name is provided, clears the filtering state of the corresponding IgxColumnComponent. Otherwise clears the filtering state of all IgxColumnComponents. this.grid.clearFilter(); name" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ClearSearch", + "id": 0, + "name": "ClearSearch()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ClearSearch()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ClearSearchAsync", + "id": 0, + "name": "ClearSearchAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ClearSearchAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes all the highlights in the cell. this.grid.clearSearch();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ClearSort(System.String)", + "id": 0, + "name": "ClearSort(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ClearSort(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ClearSortAsync(System.String)", + "id": 0, + "name": "ClearSortAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ClearSortAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If name is provided, clears the sorting state of the corresponding IgxColumnComponent. otherwise clears the sorting state of all IgxColumnComponent. this.grid.clearSort(); name" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ClipboardOptions", + "id": 0, + "name": "ClipboardOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ClipboardOptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Controls the copy behavior of the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbClipboardOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbClipboardOptions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.CloseAdvancedFilteringDialog(System.Boolean)", + "id": 0, + "name": "CloseAdvancedFilteringDialog(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.CloseAdvancedFilteringDialog(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "applyChanges", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.CloseAdvancedFilteringDialogAsync(System.Boolean)", + "id": 0, + "name": "CloseAdvancedFilteringDialogAsync(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.CloseAdvancedFilteringDialogAsync(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Closes the advanced filtering dialog. applyChanges indicates whether the changes should be applied" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "applyChanges", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.CollapseAll", + "id": 0, + "name": "CollapseAll()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.CollapseAll()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.CollapseAllAsync", + "id": 0, + "name": "CollapseAllAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.CollapseAllAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Collapses all rows. this.grid.collapseAll();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.CollapseRow(System.Object)", + "id": 0, + "name": "CollapseRow(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.CollapseRow(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.CollapseRowAsync(System.Object)", + "id": 0, + "name": "CollapseRowAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.CollapseRowAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Collapses the row by its id. ID is either the primaryKey value or the data record instance. this.grid.collapseRow(rowID); rowID The row id - primaryKey value or the data record instance." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnInit", + "id": 0, + "name": "ColumnInit", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnInit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColumnComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColumnComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnInitScript", + "id": 0, + "name": "ColumnInitScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnInitScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnList", + "id": 0, + "name": "ColumnList", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnList", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumnCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnMoving", + "id": 0, + "name": "ColumnMoving", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnMoving", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColumnMovingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColumnMovingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnMovingEnd", + "id": 0, + "name": "ColumnMovingEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnMovingEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColumnMovingEndEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColumnMovingEndEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnMovingEndScript", + "id": 0, + "name": "ColumnMovingEndScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnMovingEndScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnMovingScript", + "id": 0, + "name": "ColumnMovingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnMovingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnMovingStart", + "id": 0, + "name": "ColumnMovingStart", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnMovingStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColumnMovingStartEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColumnMovingStartEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnMovingStartScript", + "id": 0, + "name": "ColumnMovingStartScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnMovingStartScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnPin", + "id": 0, + "name": "ColumnPin", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnPin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPinColumnCancellableEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPinColumnCancellableEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnPinned", + "id": 0, + "name": "ColumnPinned", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnPinned", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPinColumnEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPinColumnEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnPinnedScript", + "id": 0, + "name": "ColumnPinnedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnPinnedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnPinScript", + "id": 0, + "name": "ColumnPinScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnPinScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnResized", + "id": 0, + "name": "ColumnResized", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnResized", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColumnResizeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColumnResizeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnResizedScript", + "id": 0, + "name": "ColumnResizedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnResizedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnsAutogenerated", + "id": 0, + "name": "ColumnsAutogenerated", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnsAutogenerated", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColumnsAutoGeneratedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColumnsAutoGeneratedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnsAutogeneratedScript", + "id": 0, + "name": "ColumnsAutogeneratedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnsAutogeneratedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnSelection", + "id": 0, + "name": "ColumnSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets column selection mode By default the row selection mode is none selectionMode: GridSelectionMode" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnSelectionChanging", + "id": 0, + "name": "ColumnSelectionChanging", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnSelectionChanging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColumnSelectionEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColumnSelectionEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnSelectionChangingScript", + "id": 0, + "name": "ColumnSelectionChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnSelectionChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnVisibilityChanged", + "id": 0, + "name": "ColumnVisibilityChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnVisibilityChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColumnVisibilityChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnVisibilityChangedScript", + "id": 0, + "name": "ColumnVisibilityChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnVisibilityChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnVisibilityChanging", + "id": 0, + "name": "ColumnVisibilityChanging", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnVisibilityChanging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbColumnVisibilityChangingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbColumnVisibilityChangingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnVisibilityChangingScript", + "id": 0, + "name": "ColumnVisibilityChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnVisibilityChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnWidth", + "id": 0, + "name": "ColumnWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ColumnWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ContentActionStripComponents", + "id": 0, + "name": "ContentActionStripComponents", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ContentActionStripComponents", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbActionStripCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbActionStripCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ContentChildLayoutList", + "id": 0, + "name": "ContentChildLayoutList", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ContentChildLayoutList", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowIslandCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowIslandCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ContentPaginationComponents", + "id": 0, + "name": "ContentPaginationComponents", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ContentPaginationComponents", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPaginatorCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPaginatorCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ContentToolbar", + "id": 0, + "name": "ContentToolbar", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ContentToolbar", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridToolbarCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridToolbarCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ContextMenu", + "id": 0, + "name": "ContextMenu", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ContextMenu", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridContextMenuEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridContextMenuEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ContextMenuScript", + "id": 0, + "name": "ContextMenuScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ContextMenuScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DataChanged", + "id": 0, + "name": "DataChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DataChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbForOfDataChangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DataChangedScript", + "id": 0, + "name": "DataChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DataChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DataChanging", + "id": 0, + "name": "DataChanging", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DataChanging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbForOfDataChangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbForOfDataChangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DataChangingScript", + "id": 0, + "name": "DataChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DataChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DataCloneStrategy", + "id": 0, + "name": "DataCloneStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DataCloneStrategy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataCloneStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataCloneStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DataPreLoad", + "id": 0, + "name": "DataPreLoad", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DataPreLoad", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbForOfStateEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbForOfStateEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DataPreLoadScript", + "id": 0, + "name": "DataPreLoadScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DataPreLoadScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DeselectAllColumns", + "id": 0, + "name": "DeselectAllColumns()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DeselectAllColumns()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DeselectAllColumnsAsync", + "id": 0, + "name": "DeselectAllColumnsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DeselectAllColumnsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Deselects all columns this.grid.deselectAllColumns();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DeselectAllRows(System.Boolean)", + "id": 0, + "name": "DeselectAllRows(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DeselectAllRows(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "onlyFilterData", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DeselectAllRowsAsync(System.Boolean)", + "id": 0, + "name": "DeselectAllRowsAsync(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DeselectAllRowsAsync(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Deselects all rows By default if filtering is in place, selectAllRows() and deselectAllRows() select/deselect all filtered rows. If you set the parameter onlyFilterData to false that will deselect all rows in the grid exept deleted rows. this.grid.deselectAllRows(); onlyFilterData" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "onlyFilterData", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DeselectColumns(System.String[])", + "id": 0, + "name": "DeselectColumns(String[])", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DeselectColumns(System.String[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columns", + "type": "String[]", + "fullTypeName": "System.String[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DeselectColumnsAsync(System.String[])", + "id": 0, + "name": "DeselectColumnsAsync(String[])", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DeselectColumnsAsync(System.String[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columns", + "type": "String[]", + "fullTypeName": "System.String[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DeselectRows(System.Object[])", + "id": 0, + "name": "DeselectRows(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DeselectRows(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIDs", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DeselectRowsAsync(System.Object[])", + "id": 0, + "name": "DeselectRowsAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DeselectRowsAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIDs", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DisableSummaries(System.Object[])", + "id": 0, + "name": "DisableSummaries(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DisableSummaries(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rest", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DisableSummariesAsync(System.Object[])", + "id": 0, + "name": "DisableSummariesAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DisableSummariesAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rest", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DoubleClick", + "id": 0, + "name": "DoubleClick", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DoubleClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridCellEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridCellEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DoubleClickScript", + "id": 0, + "name": "DoubleClickScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DoubleClickScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DragGhostCustomTemplate", + "id": 0, + "name": "DragGhostCustomTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DragGhostCustomTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the custom template, if any, used for row drag ghost." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridRowDragGhostContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridRowDragGhostContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DragGhostCustomTemplateScript", + "id": 0, + "name": "DragGhostCustomTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DragGhostCustomTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DragGhostCustomTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DragIndicatorIconTemplate", + "id": 0, + "name": "DragIndicatorIconTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DragIndicatorIconTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The custom template, if any, that should be used when rendering the row drag indicator icon" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridEmptyTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridEmptyTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.DragIndicatorIconTemplateScript", + "id": 0, + "name": "DragIndicatorIconTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.DragIndicatorIconTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DragIndicatorIconTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.EmptyFilteredGridMessage", + "id": 0, + "name": "EmptyFilteredGridMessage", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.EmptyFilteredGridMessage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.EmptyGridMessage", + "id": 0, + "name": "EmptyGridMessage", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.EmptyGridMessage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.EmptyGridTemplate", + "id": 0, + "name": "EmptyGridTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.EmptyGridTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.EmptyGridTemplateScript", + "id": 0, + "name": "EmptyGridTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.EmptyGridTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting EmptyGridTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.EnableSummaries(System.Object[])", + "id": 0, + "name": "EnableSummaries(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.EnableSummaries(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rest", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.EnableSummariesAsync(System.Object[])", + "id": 0, + "name": "EnableSummariesAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.EnableSummariesAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rest", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ExcelStyleHeaderIconTemplate", + "id": 0, + "name": "ExcelStyleHeaderIconTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ExcelStyleHeaderIconTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the excel style header icon." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridHeaderTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ExcelStyleHeaderIconTemplateScript", + "id": 0, + "name": "ExcelStyleHeaderIconTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ExcelStyleHeaderIconTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ExcelStyleHeaderIconTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ExpandAll", + "id": 0, + "name": "ExpandAll()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ExpandAll()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ExpandAllAsync", + "id": 0, + "name": "ExpandAllAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ExpandAllAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Expands all rows. this.grid.expandAll();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ExpandChildren", + "id": 0, + "name": "ExpandChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ExpandChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ExpandRow(System.Object)", + "id": 0, + "name": "ExpandRow(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ExpandRow(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ExpandRowAsync(System.Object)", + "id": 0, + "name": "ExpandRowAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ExpandRowAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Expands the row by its id. ID is either the primaryKey value or the data record instance. this.grid.expandRow(rowID); rowID The row id - primaryKey value or the data record instance." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.Filter(System.String,System.Object,IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation,System.Boolean)", + "id": 0, + "name": "Filter(String, Object, IgbFilteringExpressionsTreeOrFilteringOperation, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.Filter(System.String, System.Object, IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "conditionOrExpressionTree", + "type": "IgbFilteringExpressionsTreeOrFilteringOperation", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation" + }, + { + "name": "ignoreCase", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.FilterAsync(System.String,System.Object,IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation,System.Boolean)", + "id": 0, + "name": "FilterAsync(String, Object, IgbFilteringExpressionsTreeOrFilteringOperation, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.FilterAsync(System.String, System.Object, IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "conditionOrExpressionTree", + "type": "IgbFilteringExpressionsTreeOrFilteringOperation", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeOrFilteringOperation" + }, + { + "name": "ignoreCase", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.FilterGlobal(System.Object,System.Object,System.Object)", + "id": 0, + "name": "FilterGlobal(Object, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.FilterGlobal(System.Object, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "condition", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "ignoreCase", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.FilterGlobalAsync(System.Object,System.Object,System.Object)", + "id": 0, + "name": "FilterGlobalAsync(Object, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.FilterGlobalAsync(System.Object, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "condition", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "ignoreCase", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.Filtering", + "id": 0, + "name": "Filtering", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.Filtering", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFilteringEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFilteringEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.FilteringDone", + "id": 0, + "name": "FilteringDone", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.FilteringDone", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFilteringExpressionsTreeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.FilteringDoneScript", + "id": 0, + "name": "FilteringDoneScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.FilteringDoneScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.FilteringExpressionsTree", + "id": 0, + "name": "FilteringExpressionsTree", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.FilteringExpressionsTree", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringExpressionsTree", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringExpressionsTree" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.FilteringExpressionsTreeChange", + "id": 0, + "name": "FilteringExpressionsTreeChange", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.FilteringExpressionsTreeChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbFilteringExpressionsTreeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbFilteringExpressionsTreeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.FilteringExpressionsTreeChangeScript", + "id": 0, + "name": "FilteringExpressionsTreeChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.FilteringExpressionsTreeChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.FilteringLogic", + "id": 0, + "name": "FilteringLogic", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.FilteringLogic", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilteringLogic", + "fullTypeName": "IgniteUI.Blazor.Controls.FilteringLogic" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.FilteringScript", + "id": 0, + "name": "FilteringScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.FilteringScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.FilterMode", + "id": 0, + "name": "FilterMode", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.FilterMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FilterMode", + "fullTypeName": "IgniteUI.Blazor.Controls.FilterMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.FilterStrategy", + "id": 0, + "name": "FilterStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.FilterStrategy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilteringStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilteringStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.FindNext(System.String,System.Boolean,System.Boolean)", + "id": 0, + "name": "FindNext(String, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.FindNext(System.String, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "text", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "caseSensitive", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "exactMatch", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.FindNextAsync(System.String,System.Boolean,System.Boolean)", + "id": 0, + "name": "FindNextAsync(String, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.FindNextAsync(System.String, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "text", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "caseSensitive", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "exactMatch", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.FindPrev(System.String,System.Boolean,System.Boolean)", + "id": 0, + "name": "FindPrev(String, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.FindPrev(System.String, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "text", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "caseSensitive", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "exactMatch", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.FindPrevAsync(System.String,System.Boolean,System.Boolean)", + "id": 0, + "name": "FindPrevAsync(String, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.FindPrevAsync(System.String, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "text", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "caseSensitive", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "exactMatch", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.FormGroupCreated", + "id": 0, + "name": "FormGroupCreated", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.FormGroupCreated", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridFormGroupCreatedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridFormGroupCreatedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.FormGroupCreatedScript", + "id": 0, + "name": "FormGroupCreatedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.FormGroupCreatedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetColumnByName(System.String)", + "id": 0, + "name": "GetColumnByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetColumnByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetColumnByNameAsync(System.String)", + "id": 0, + "name": "GetColumnByNameAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetColumnByNameAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the IgxColumnComponent by field name. const myCol = this.grid1.getColumnByName(&quot;ID&quot;); name" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<IgbColumn>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbColumn>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetColumnByVisibleIndex(System.Double)", + "id": 0, + "name": "GetColumnByVisibleIndex(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetColumnByVisibleIndex(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetColumnByVisibleIndexAsync(System.Double)", + "id": 0, + "name": "GetColumnByVisibleIndexAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetColumnByVisibleIndexAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<IgbColumn>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbColumn>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetColumns", + "id": 0, + "name": "GetColumns()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetColumns()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetColumnsAsync", + "id": 0, + "name": "GetColumnsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetColumnsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbColumn[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbColumn[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetCurrentSelectedRows", + "id": 0, + "name": "GetCurrentSelectedRows()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetCurrentSelectedRows()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetCurrentSelectedRowsAsync", + "id": 0, + "name": "GetCurrentSelectedRowsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetCurrentSelectedRowsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetDefaultHeaderGroupMinWidth", + "id": 0, + "name": "GetDefaultHeaderGroupMinWidth()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetDefaultHeaderGroupMinWidth()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetDefaultHeaderGroupMinWidthAsync", + "id": 0, + "name": "GetDefaultHeaderGroupMinWidthAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetDefaultHeaderGroupMinWidthAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetDefaultRowHeight", + "id": 0, + "name": "GetDefaultRowHeight()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetDefaultRowHeight()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetDefaultRowHeightAsync", + "id": 0, + "name": "GetDefaultRowHeightAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetDefaultRowHeightAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetHeaderGroupWidth(IgniteUI.Blazor.Controls.IgbColumn)", + "id": 0, + "name": "GetHeaderGroupWidth(IgbColumn)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetHeaderGroupWidth(IgniteUI.Blazor.Controls.IgbColumn)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetHeaderGroupWidthAsync(IgniteUI.Blazor.Controls.IgbColumn)", + "id": 0, + "name": "GetHeaderGroupWidthAsync(IgbColumn)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetHeaderGroupWidthAsync(IgniteUI.Blazor.Controls.IgbColumn)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the width to be set on IgxGridHeaderGroupComponent." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetNextCell(System.Double,System.Double,System.Object)", + "id": 0, + "name": "GetNextCell(Double, Double, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetNextCell(System.Double, System.Double, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "currRowIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "curVisibleColIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "callback", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbCellPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetNextCellAsync(System.Double,System.Double,System.Object)", + "id": 0, + "name": "GetNextCellAsync(Double, Double, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetNextCellAsync(System.Double, System.Double, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "currRowIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "curVisibleColIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "callback", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<IgbCellPosition>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbCellPosition>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetPinnedWidth(System.Boolean)", + "id": 0, + "name": "GetPinnedWidth(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetPinnedWidth(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "takeHidden", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetPinnedWidthAsync(System.Boolean)", + "id": 0, + "name": "GetPinnedWidthAsync(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetPinnedWidthAsync(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets calculated width of the pinned area. const pinnedWidth = this.grid.getPinnedWidth(); takeHidden If we should take into account the hidden columns in the pinned area." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "takeHidden", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetPreviousCell(System.Double,System.Double,System.Object)", + "id": 0, + "name": "GetPreviousCell(Double, Double, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetPreviousCell(System.Double, System.Double, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "currRowIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "curVisibleColIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "callback", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbCellPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetPreviousCellAsync(System.Double,System.Double,System.Object)", + "id": 0, + "name": "GetPreviousCellAsync(Double, Double, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetPreviousCellAsync(System.Double, System.Double, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "currRowIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "curVisibleColIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "callback", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<IgbCellPosition>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbCellPosition>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetRowData(System.Object)", + "id": 0, + "name": "GetRowData(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetRowData(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowSelector", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetRowDataAsync(System.Object)", + "id": 0, + "name": "GetRowDataAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetRowDataAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the data that is contained in the row component. If the primary key is not specified the row selector match the row data. const data = grid.getRowData(94741); rowSelector correspond to rowID" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowSelector", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetSelectedColumnsData(System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSelectedColumnsData(Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetSelectedColumnsData(System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "formatters", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "headers", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetSelectedColumnsDataAsync(System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSelectedColumnsDataAsync(Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetSelectedColumnsDataAsync(System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "formatters", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "headers", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetSelectedData(System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSelectedData(Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetSelectedData(System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "formatters", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "headers", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetSelectedDataAsync(System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSelectedDataAsync(Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetSelectedDataAsync(System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "formatters", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "headers", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetSelectedRanges", + "id": 0, + "name": "GetSelectedRanges()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetSelectedRanges()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSelectionRange[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectionRange[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GetSelectedRangesAsync", + "id": 0, + "name": "GetSelectedRangesAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GetSelectedRangesAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Get the currently selected ranges in the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbGridSelectionRange[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbGridSelectionRange[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GridCopy", + "id": 0, + "name": "GridCopy", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GridCopy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridClipboardEventEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridClipboardEventEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GridCopyScript", + "id": 0, + "name": "GridCopyScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GridCopyScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GridCreated", + "id": 0, + "name": "GridCreated", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GridCreated", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridCreatedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridCreatedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GridCreatedScript", + "id": 0, + "name": "GridCreatedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GridCreatedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GridInitialized", + "id": 0, + "name": "GridInitialized", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GridInitialized", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridCreatedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridCreatedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GridInitializedScript", + "id": 0, + "name": "GridInitializedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GridInitializedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GridKeydown", + "id": 0, + "name": "GridKeydown", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GridKeydown", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridKeydownEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridKeydownEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GridKeydownScript", + "id": 0, + "name": "GridKeydownScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GridKeydownScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GridScroll", + "id": 0, + "name": "GridScroll", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GridScroll", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridScrollEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridScrollEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.GridScrollScript", + "id": 0, + "name": "GridScrollScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.GridScrollScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.HasChildrenKey", + "id": 0, + "name": "HasChildrenKey", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.HasChildrenKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.HeaderCollapsedIndicatorTemplate", + "id": 0, + "name": "HeaderCollapsedIndicatorTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.HeaderCollapsedIndicatorTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row collapse indicator template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.HeaderCollapsedIndicatorTemplateScript", + "id": 0, + "name": "HeaderCollapsedIndicatorTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.HeaderCollapsedIndicatorTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting HeaderCollapsedIndicatorTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.HeaderExpandedIndicatorTemplate", + "id": 0, + "name": "HeaderExpandedIndicatorTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.HeaderExpandedIndicatorTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the header expand indicator template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.HeaderExpandedIndicatorTemplateScript", + "id": 0, + "name": "HeaderExpandedIndicatorTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.HeaderExpandedIndicatorTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting HeaderExpandedIndicatorTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.HeadSelectorTemplate", + "id": 0, + "name": "HeadSelectorTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.HeadSelectorTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the header row selector template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbHeadSelectorTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbHeadSelectorTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.HeadSelectorTemplateScript", + "id": 0, + "name": "HeadSelectorTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.HeadSelectorTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting HeadSelectorTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.Height", + "id": 0, + "name": "Height", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.Height", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.HideRowSelectors", + "id": 0, + "name": "HideRowSelectors", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.HideRowSelectors", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets if the row selectors are hidden. By default row selectors are shown" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.HierarchicalGridParent", + "id": 0, + "name": "HierarchicalGridParent", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.HierarchicalGridParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.IsLoading", + "id": 0, + "name": "IsLoading", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.IsLoading", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.IsRecordPinnedByIndex(System.Double)", + "id": 0, + "name": "IsRecordPinnedByIndex(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.IsRecordPinnedByIndex(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.IsRecordPinnedByIndexAsync(System.Double)", + "id": 0, + "name": "IsRecordPinnedByIndexAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.IsRecordPinnedByIndexAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns whether the record is pinned or not. rowIndex Index of the record in the filteredSortedData collection." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.LoadingGridTemplate", + "id": 0, + "name": "LoadingGridTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.LoadingGridTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.LoadingGridTemplateScript", + "id": 0, + "name": "LoadingGridTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.LoadingGridTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting LoadingGridTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.Locale", + "id": 0, + "name": "Locale", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.Locale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the locale. If not set, returns browser's language." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.MarkForCheck", + "id": 0, + "name": "MarkForCheck()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.MarkForCheck()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.MarkForCheckAsync", + "id": 0, + "name": "MarkForCheckAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.MarkForCheckAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Triggers change detection for the IgxGridComponent. Calling markForCheck also triggers the grid pipes explicitly, resulting in all updates being processed. May degrade performance if used when not needed, or if misused: // DON&apos;Ts: // don&apos;t call markForCheck from inside a loop // don&apos;t call markForCheck when a primitive has changed grid.data.forEach(rec => { rec = newValue; grid.markForCheck(); }); // DOs // call markForCheck after updating a nested property grid.data.forEach(rec => { rec.nestedProp1.nestedProp2 = newValue; }); grid.markForCheck(); grid.markForCheck();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.MoveColumn(IgniteUI.Blazor.Controls.IgbColumn,IgniteUI.Blazor.Controls.IgbColumn,IgniteUI.Blazor.Controls.DropPosition)", + "id": 0, + "name": "MoveColumn(IgbColumn, IgbColumn, DropPosition)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.MoveColumn(IgniteUI.Blazor.Controls.IgbColumn, IgniteUI.Blazor.Controls.IgbColumn, IgniteUI.Blazor.Controls.DropPosition)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + }, + { + "name": "target", + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + }, + { + "name": "pos", + "type": "DropPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DropPosition" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.MoveColumnAsync(IgniteUI.Blazor.Controls.IgbColumn,IgniteUI.Blazor.Controls.IgbColumn,IgniteUI.Blazor.Controls.DropPosition)", + "id": 0, + "name": "MoveColumnAsync(IgbColumn, IgbColumn, DropPosition)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.MoveColumnAsync(IgniteUI.Blazor.Controls.IgbColumn, IgniteUI.Blazor.Controls.IgbColumn, IgniteUI.Blazor.Controls.DropPosition)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "column", + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + }, + { + "name": "target", + "type": "IgbColumn", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn" + }, + { + "name": "pos", + "type": "DropPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.DropPosition" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.Moving", + "id": 0, + "name": "Moving", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.Moving", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Controls whether columns moving is enabled in the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.NavigateTo(System.Double,System.Double,System.Object)", + "id": 0, + "name": "NavigateTo(Double, Double, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.NavigateTo(System.Double, System.Double, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "visibleColIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "cb", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.NavigateToAsync(System.Double,System.Double,System.Object)", + "id": 0, + "name": "NavigateToAsync(Double, Double, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.NavigateToAsync(System.Double, System.Double, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "visibleColIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "cb", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.OpenAdvancedFilteringDialog(IgniteUI.Blazor.Controls.IgbOverlaySettings)", + "id": 0, + "name": "OpenAdvancedFilteringDialog(IgbOverlaySettings)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.OpenAdvancedFilteringDialog(IgniteUI.Blazor.Controls.IgbOverlaySettings)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "overlaySettings", + "type": "IgbOverlaySettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbOverlaySettings" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.OpenAdvancedFilteringDialogAsync(IgniteUI.Blazor.Controls.IgbOverlaySettings)", + "id": 0, + "name": "OpenAdvancedFilteringDialogAsync(IgbOverlaySettings)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.OpenAdvancedFilteringDialogAsync(IgniteUI.Blazor.Controls.IgbOverlaySettings)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Opens the advanced filtering dialog." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "overlaySettings", + "type": "IgbOverlaySettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbOverlaySettings" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.PaginationComponents", + "id": 0, + "name": "PaginationComponents", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.PaginationComponents", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPaginatorCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPaginatorCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.PagingMode", + "id": 0, + "name": "PagingMode", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.PagingMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridPagingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridPagingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.PinColumn(System.String,System.Double)", + "id": 0, + "name": "PinColumn(String, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.PinColumn(System.String, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columnName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.PinColumnAsync(System.String,System.Double)", + "id": 0, + "name": "PinColumnAsync(String, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.PinColumnAsync(System.String, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columnName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.Pinning", + "id": 0, + "name": "Pinning", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.Pinning", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPinningConfig", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPinningConfig" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.PrimaryKey", + "id": 0, + "name": "PrimaryKey", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.PrimaryKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RangeSelected", + "id": 0, + "name": "RangeSelected", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RangeSelected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridSelectionRangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridSelectionRangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RangeSelectedScript", + "id": 0, + "name": "RangeSelectedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RangeSelectedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RecalculateAutoSizes", + "id": 0, + "name": "RecalculateAutoSizes()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RecalculateAutoSizes()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RecalculateAutoSizesAsync", + "id": 0, + "name": "RecalculateAutoSizesAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RecalculateAutoSizesAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Recalculates all widths of columns that have size set to auto. this.grid1.recalculateAutoSizes();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RefreshSearch(System.Boolean,System.Boolean)", + "id": 0, + "name": "RefreshSearch(Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RefreshSearch(System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "updateActiveInfo", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "endEdit", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RefreshSearchAsync(System.Boolean,System.Boolean)", + "id": 0, + "name": "RefreshSearchAsync(Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RefreshSearchAsync(System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "updateActiveInfo", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "endEdit", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.Rendered", + "id": 0, + "name": "Rendered", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.Rendered", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentBoolValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentBoolValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RenderedScript", + "id": 0, + "name": "RenderedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RenderedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ResourceStrings", + "id": 0, + "name": "ResourceStrings", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ResourceStrings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the resource strings. By default it uses EN resources." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridResourceStrings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridResourceStrings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowAdd", + "id": 0, + "name": "RowAdd", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowAdd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbRowDataCancelableEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowAddScript", + "id": 0, + "name": "RowAddScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowAddScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowAddTextTemplate", + "id": 0, + "name": "RowAddTextTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowAddTextTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row add text template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridEmptyTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridEmptyTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowAddTextTemplateScript", + "id": 0, + "name": "RowAddTextTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowAddTextTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowAddTextTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowClasses", + "id": 0, + "name": "RowClasses", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowClasses", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowClassesScript", + "id": 0, + "name": "RowClassesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowClassesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowClasses in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowClick", + "id": 0, + "name": "RowClick", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridRowEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridRowEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowClickScript", + "id": 0, + "name": "RowClickScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowClickScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowCollapsedIndicatorTemplate", + "id": 0, + "name": "RowCollapsedIndicatorTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowCollapsedIndicatorTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row collapse indicator template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridRowTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridRowTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowCollapsedIndicatorTemplateScript", + "id": 0, + "name": "RowCollapsedIndicatorTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowCollapsedIndicatorTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowCollapsedIndicatorTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowDelete", + "id": 0, + "name": "RowDelete", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowDelete", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbRowDataCancelableEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbRowDataCancelableEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowDeleteScript", + "id": 0, + "name": "RowDeleteScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowDeleteScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowDragEnd", + "id": 0, + "name": "RowDragEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowDragEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbRowDragEndEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbRowDragEndEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowDragEndScript", + "id": 0, + "name": "RowDragEndScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowDragEndScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowDraggable", + "id": 0, + "name": "RowDraggable", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowDraggable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowDragStart", + "id": 0, + "name": "RowDragStart", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowDragStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbRowDragStartEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbRowDragStartEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowDragStartScript", + "id": 0, + "name": "RowDragStartScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowDragStartScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEdit", + "id": 0, + "name": "RowEdit", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEdit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridEditEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridEditEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditable", + "id": 0, + "name": "RowEditable", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditActionsTemplate", + "id": 0, + "name": "RowEditActionsTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditActionsTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row edit actions template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridRowEditActionsTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridRowEditActionsTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditActionsTemplateScript", + "id": 0, + "name": "RowEditActionsTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditActionsTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowEditActionsTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditDone", + "id": 0, + "name": "RowEditDone", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditDone", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridEditDoneEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditDoneScript", + "id": 0, + "name": "RowEditDoneScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditDoneScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditEnter", + "id": 0, + "name": "RowEditEnter", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditEnter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridEditEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridEditEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditEnterScript", + "id": 0, + "name": "RowEditEnterScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditEnterScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditExit", + "id": 0, + "name": "RowEditExit", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditExit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridEditDoneEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridEditDoneEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditExitScript", + "id": 0, + "name": "RowEditExitScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditExitScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditScript", + "id": 0, + "name": "RowEditScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditTextTemplate", + "id": 0, + "name": "RowEditTextTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditTextTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row edit text template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridRowEditTextTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridRowEditTextTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditTextTemplateScript", + "id": 0, + "name": "RowEditTextTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowEditTextTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowEditTextTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowExpandedIndicatorTemplate", + "id": 0, + "name": "RowExpandedIndicatorTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowExpandedIndicatorTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row expand indicator template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridRowTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridRowTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowExpandedIndicatorTemplateScript", + "id": 0, + "name": "RowExpandedIndicatorTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowExpandedIndicatorTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowExpandedIndicatorTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowHeight", + "id": 0, + "name": "RowHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowIslandParent", + "id": 0, + "name": "RowIslandParent", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowIslandParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowPinned", + "id": 0, + "name": "RowPinned", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowPinned", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPinRowEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPinRowEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowPinnedScript", + "id": 0, + "name": "RowPinnedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowPinnedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowPinning", + "id": 0, + "name": "RowPinning", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowPinning", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPinRowEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPinRowEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowPinningScript", + "id": 0, + "name": "RowPinningScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowPinningScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowSelection", + "id": 0, + "name": "RowSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets row selection mode By default the row selection mode is 'none' Note that in IgxGrid and IgxHierarchicalGrid 'multipleCascade' behaves like 'multiple'" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowSelectionChanging", + "id": 0, + "name": "RowSelectionChanging", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowSelectionChanging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbRowSelectionEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbRowSelectionEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowSelectionChangingScript", + "id": 0, + "name": "RowSelectionChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowSelectionChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowSelectorTemplate", + "id": 0, + "name": "RowSelectorTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowSelectorTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the row selector template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbRowSelectorTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbRowSelectorTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowSelectorTemplateScript", + "id": 0, + "name": "RowSelectorTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowSelectorTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowSelectorTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowStyles", + "id": 0, + "name": "RowStyles", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowStyles", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowStylesScript", + "id": 0, + "name": "RowStylesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowStylesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowStyles in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowToggle", + "id": 0, + "name": "RowToggle", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowToggle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbRowToggleEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbRowToggleEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.RowToggleScript", + "id": 0, + "name": "RowToggleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.RowToggleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectAllColumns", + "id": 0, + "name": "SelectAllColumns()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectAllColumns()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectAllColumnsAsync", + "id": 0, + "name": "SelectAllColumnsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectAllColumnsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Selects all columns this.grid.deselectAllColumns();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectAllRows(System.Boolean)", + "id": 0, + "name": "SelectAllRows(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectAllRows(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "onlyFilterData", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectAllRowsAsync(System.Boolean)", + "id": 0, + "name": "SelectAllRowsAsync(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectAllRowsAsync(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Selects all rows By default if filtering is in place, selectAllRows() and deselectAllRows() select/deselect all filtered rows. If you set the parameter onlyFilterData to false that will select all rows in the grid exept deleted rows. this.grid.selectAllRows(); this.grid.selectAllRows(false); onlyFilterData" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "onlyFilterData", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectColumns(System.String[],System.Boolean)", + "id": 0, + "name": "SelectColumns(String[], Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectColumns(System.String[], System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columns", + "type": "String[]", + "fullTypeName": "System.String[]" + }, + { + "name": "clearCurrentSelection", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectColumnsAsync(System.String[],System.Boolean)", + "id": 0, + "name": "SelectColumnsAsync(String[], Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectColumnsAsync(System.String[], System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columns", + "type": "String[]", + "fullTypeName": "System.String[]" + }, + { + "name": "clearCurrentSelection", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.Selected", + "id": 0, + "name": "Selected", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.Selected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridCellEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridCellEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectedColumns", + "id": 0, + "name": "SelectedColumns()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectedColumns()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColumn[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumn[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectedColumnsAsync", + "id": 0, + "name": "SelectedColumnsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectedColumnsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Get current selected columns. Returns an array with selected columns const selectedColumns = this.grid.selectedColumns();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbColumn[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbColumn[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectedRows", + "id": 0, + "name": "SelectedRows", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectedRows", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectedRowsChange", + "id": 0, + "name": "SelectedRowsChange", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectedRowsChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentArrayDataValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentArrayDataValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectedRowsChanged", + "id": 0, + "name": "SelectedRowsChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectedRowsChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<Object[]>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.Object[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectedRowsChangeScript", + "id": 0, + "name": "SelectedRowsChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectedRowsChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectedScript", + "id": 0, + "name": "SelectedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectRange(IgniteUI.Blazor.Controls.IgbGridSelectionRange[])", + "id": 0, + "name": "SelectRange(IgbGridSelectionRange[])", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectRange(IgniteUI.Blazor.Controls.IgbGridSelectionRange[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "arg", + "type": "IgbGridSelectionRange[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectionRange[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectRangeAsync(IgniteUI.Blazor.Controls.IgbGridSelectionRange[])", + "id": 0, + "name": "SelectRangeAsync(IgbGridSelectionRange[])", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectRangeAsync(IgniteUI.Blazor.Controls.IgbGridSelectionRange[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "arg", + "type": "IgbGridSelectionRange[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSelectionRange[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectRowOnClick", + "id": 0, + "name": "SelectRowOnClick", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectRowOnClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets whether clicking over a row should select/deselect it By default it is set to true enabled: boolean" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectRows(System.Object[],System.Boolean)", + "id": 0, + "name": "SelectRows(Object[], Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectRows(System.Object[], System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIDs", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "clearCurrentSelection", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectRowsAsync(System.Object[],System.Boolean)", + "id": 0, + "name": "SelectRowsAsync(Object[], Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SelectRowsAsync(System.Object[], System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIDs", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "clearCurrentSelection", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ShouldGenerate", + "id": 0, + "name": "ShouldGenerate", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ShouldGenerate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets whether the columns should be auto-generated once again after the initialization of the grid" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ShowExpandAll", + "id": 0, + "name": "ShowExpandAll", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ShowExpandAll", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ShowSummaryOnCollapse", + "id": 0, + "name": "ShowSummaryOnCollapse", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ShowSummaryOnCollapse", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SnackbarDisplayTime", + "id": 0, + "name": "SnackbarDisplayTime", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SnackbarDisplayTime", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the display time for the row adding snackbar notification. By default it is 6000ms." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.Sort(IgniteUI.Blazor.Controls.IgbSortingExpression[])", + "id": 0, + "name": "Sort(IgbSortingExpression[])", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.Sort(IgniteUI.Blazor.Controls.IgbSortingExpression[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbSortingExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSortingExpression[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SortAscendingHeaderIconTemplate", + "id": 0, + "name": "SortAscendingHeaderIconTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SortAscendingHeaderIconTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The custom template, if any, that should be used when rendering a header sorting indicator when columns are sorted in asc order." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridHeaderTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SortAscendingHeaderIconTemplateScript", + "id": 0, + "name": "SortAscendingHeaderIconTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SortAscendingHeaderIconTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting SortAscendingHeaderIconTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SortAsync(IgniteUI.Blazor.Controls.IgbSortingExpression[])", + "id": 0, + "name": "SortAsync(IgbSortingExpression[])", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SortAsync(IgniteUI.Blazor.Controls.IgbSortingExpression[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "expression", + "type": "IgbSortingExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSortingExpression[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SortDescendingHeaderIconTemplate", + "id": 0, + "name": "SortDescendingHeaderIconTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SortDescendingHeaderIconTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The custom template, if any, that should be used when rendering a header sorting indicator when columns are sorted in desc order." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridHeaderTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SortDescendingHeaderIconTemplateScript", + "id": 0, + "name": "SortDescendingHeaderIconTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SortDescendingHeaderIconTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting SortDescendingHeaderIconTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SortHeaderIconTemplate", + "id": 0, + "name": "SortHeaderIconTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SortHeaderIconTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets custom template, if any, that should be used when rendering a header sorting indicator when columns are not sorted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbGridHeaderTemplateContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbGridHeaderTemplateContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SortHeaderIconTemplateScript", + "id": 0, + "name": "SortHeaderIconTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SortHeaderIconTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting SortHeaderIconTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.Sorting", + "id": 0, + "name": "Sorting", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.Sorting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSortingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSortingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SortingDone", + "id": 0, + "name": "SortingDone", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SortingDone", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSortingExpressionEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSortingExpressionEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SortingDoneScript", + "id": 0, + "name": "SortingDoneScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SortingDoneScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SortingExpressions", + "id": 0, + "name": "SortingExpressions", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SortingExpressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSortingExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSortingExpression[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SortingExpressionsChange", + "id": 0, + "name": "SortingExpressionsChange", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SortingExpressionsChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSortingExpressionEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSortingExpressionEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SortingExpressionsChangeScript", + "id": 0, + "name": "SortingExpressionsChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SortingExpressionsChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SortingOptions", + "id": 0, + "name": "SortingOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SortingOptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSortingOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSortingOptions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SortingScript", + "id": 0, + "name": "SortingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SortingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SortStrategy", + "id": 0, + "name": "SortStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SortStrategy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridSortingStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridSortingStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SummaryCalculationMode", + "id": 0, + "name": "SummaryCalculationMode", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SummaryCalculationMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSummaryCalculationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSummaryCalculationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SummaryPosition", + "id": 0, + "name": "SummaryPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SummaryPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridSummaryPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.GridSummaryPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.SummaryRowHeight", + "id": 0, + "name": "SummaryRowHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.SummaryRowHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Get/Set IgxSummaryRow height" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ToggleColumnVisibility(IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs)", + "id": 0, + "name": "ToggleColumnVisibility(IgbColumnVisibilityChangedEventArgs)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ToggleColumnVisibility(IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "args", + "type": "IgbColumnVisibilityChangedEventArgs", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ToggleColumnVisibilityAsync(IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs)", + "id": 0, + "name": "ToggleColumnVisibilityAsync(IgbColumnVisibilityChangedEventArgs)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ToggleColumnVisibilityAsync(IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Toggles the specified column's visibility. this.grid1.toggleColumnVisibility({ column: this.grid1.columns[0], newValue: true });" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "args", + "type": "IgbColumnVisibilityChangedEventArgs", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColumnVisibilityChangedEventArgs" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ToggleRow(System.Object)", + "id": 0, + "name": "ToggleRow(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ToggleRow(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ToggleRowAsync(System.Object)", + "id": 0, + "name": "ToggleRowAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ToggleRowAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Toggles the row by its id. ID is either the primaryKey value or the data record instance. this.grid.toggleRow(rowID); rowID The row id - primaryKey value or the data record instance." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.Toolbar", + "id": 0, + "name": "Toolbar", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.Toolbar", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridToolbarCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridToolbarCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ToolbarExporting", + "id": 0, + "name": "ToolbarExporting", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ToolbarExporting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridToolbarExportEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridToolbarExportEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ToolbarExportingScript", + "id": 0, + "name": "ToolbarExportingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ToolbarExportingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.TotalRecords", + "id": 0, + "name": "TotalRecords", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.TotalRecords", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the total number of records. Only functions when paging is enabled. const totalRecords = this.grid.totalRecords;" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.UnpinColumn(System.String,System.Double)", + "id": 0, + "name": "UnpinColumn(String, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.UnpinColumn(System.String, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columnName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.UnpinColumnAsync(System.String,System.Double)", + "id": 0, + "name": "UnpinColumnAsync(String, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.UnpinColumnAsync(System.String, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "columnName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ValidationStatusChange", + "id": 0, + "name": "ValidationStatusChange", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ValidationStatusChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGridValidationStatusEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGridValidationStatusEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ValidationStatusChangeScript", + "id": 0, + "name": "ValidationStatusChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ValidationStatusChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.ValidationTrigger", + "id": 0, + "name": "ValidationTrigger", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.ValidationTrigger", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GridValidationTrigger", + "fullTypeName": "IgniteUI.Blazor.Controls.GridValidationTrigger" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIsland.Width", + "id": 0, + "name": "Width", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIsland.Width", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the width of the grid. let gridWidth = this.grid.width;" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIslandCollection", + "id": 0, + "name": "IgbRowIslandCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIslandCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbRowIsland}", + "id": 0, + "name": "BaseCollection<IgbRowIsland>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIslandCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbRowIslandCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIslandCollection.IgbRowIslandCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIslandModule", + "id": 0, + "name": "IgbRowIslandModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIslandModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIslandModule.#ctor", + "id": 0, + "name": "IgbRowIslandModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIslandModule.IgbRowIslandModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIslandModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIslandModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIslandModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIslandModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowIslandModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowIslandModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgs", + "id": 0, + "name": "IgbRowSelectionEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The event arguments when the selection state of a row is being changed The event is cancelable" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgs.#ctor", + "id": 0, + "name": "IgbRowSelectionEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgs.IgbRowSelectionEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowSelectionEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail", + "id": 0, + "name": "IgbRowSelectionEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The event arguments when the selection state of a row is being changed The event is cancelable" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.#ctor", + "id": 0, + "name": "IgbRowSelectionEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.IgbRowSelectionEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.Added", + "id": 0, + "name": "Added", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.Added", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an array of all added rows Whenever a row has been selected, the array is "refreshed" with the selected rows" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.AddedScript", + "id": 0, + "name": "AddedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.AddedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Added in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.AllRowsSelected", + "id": 0, + "name": "AllRowsSelected", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.AllRowsSelected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates whether or not all rows of the grid have been selected" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides the ability to cancel the event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.NewSelection", + "id": 0, + "name": "NewSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.NewSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the newly selected rows" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.NewSelectionScript", + "id": 0, + "name": "NewSelectionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.NewSelectionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting NewSelection in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.OldSelection", + "id": 0, + "name": "OldSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.OldSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an array of rows, that have already been selected" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.OldSelectionScript", + "id": 0, + "name": "OldSelectionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.OldSelectionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting OldSelection in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.Owner", + "id": 0, + "name": "Owner", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.Owner", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides reference to the owner component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.Removed", + "id": 0, + "name": "Removed", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.Removed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an array of all rows, removed from the selection Whenever a row has been deselected, the array is "refreshed" with the rows, that have been previously selected, but are no longer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.RemovedScript", + "id": 0, + "name": "RemovedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.RemovedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Removed in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectionEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateContext", + "id": 0, + "name": "IgbRowSelectorTemplateContext", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateContext.#ctor", + "id": 0, + "name": "IgbRowSelectorTemplateContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateContext.IgbRowSelectorTemplateContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateContext.Implicit", + "id": 0, + "name": "Implicit", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateContext.Implicit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowSelectorTemplateDetails", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateContext.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateContext.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateContext.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateContext.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails", + "id": 0, + "name": "IgbRowSelectorTemplateDetails", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.#ctor", + "id": 0, + "name": "IgbRowSelectorTemplateDetails()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.IgbRowSelectorTemplateDetails()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.Deselect", + "id": 0, + "name": "Deselect()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.Deselect()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.DeselectAsync", + "id": 0, + "name": "DeselectAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.DeselectAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.Index", + "id": 0, + "name": "Index", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.Index", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.Key", + "id": 0, + "name": "Key", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.Key", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.RowID", + "id": 0, + "name": "RowID", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.RowID", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.Select", + "id": 0, + "name": "Select()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.Select()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.SelectAsync", + "id": 0, + "name": "SelectAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.SelectAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.Selected", + "id": 0, + "name": "Selected", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.Selected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSelectorTemplateDetails.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSeparator", + "id": 0, + "name": "IgbRowSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSeparator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a Row separator, this is used to visually separate the rows in a grid" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSeparator.#ctor", + "id": 0, + "name": "IgbRowSeparator()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSeparator.IgbRowSeparator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSeparator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSeparator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSeparator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSeparator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSeparator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSeparator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSeparatorInfo", + "id": 0, + "name": "IgbRowSeparatorInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSeparatorInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents backing information for the row separators." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo", + "id": 0, + "name": "IgbCellInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSeparatorInfo.#ctor", + "id": 0, + "name": "IgbRowSeparatorInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSeparatorInfo.IgbRowSeparatorInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSeparatorInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSeparatorInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSeparatorInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSeparatorInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSeparatorInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSeparatorInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSeparatorInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSeparatorInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSeparatorModule", + "id": 0, + "name": "IgbRowSeparatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSeparatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSeparatorModule.#ctor", + "id": 0, + "name": "IgbRowSeparatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSeparatorModule.IgbRowSeparatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSeparatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSeparatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSeparatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSeparatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowSeparatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowSeparatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgs", + "id": 0, + "name": "IgbRowToggleEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments related to the row's expansion state being changed in a grid" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgs.#ctor", + "id": 0, + "name": "IgbRowToggleEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgs.IgbRowToggleEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowToggleEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail", + "id": 0, + "name": "IgbRowToggleEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments related to the row's expansion state being changed in a grid" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail.#ctor", + "id": 0, + "name": "IgbRowToggleEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail.IgbRowToggleEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The event is cancelable cancel returns whether the event has been intercepted and stopped If the value becomes "true", it returns/exits from the method, instantiating the interface" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail.Expanded", + "id": 0, + "name": "Expanded", + "fullName": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail.Expanded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the state of the row after the operation has ended Indicating whether the row is being expanded (true) or collapsed (false)" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail.RowID", + "id": 0, + "name": "RowID", + "fullName": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail.RowID", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the ID of the row that emitted the event (which state is changed)" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail.RowKey", + "id": 0, + "name": "RowKey", + "fullName": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail.RowKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowToggleEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType", + "id": 0, + "name": "IgbRowType", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Interface representing a row in the grid. It is essentially the blueprint to a row object. Contains definitions of properties and methods, relevant to a row" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.#ctor", + "id": 0, + "name": "IgbRowType()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.IgbRowType()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.AddRowUI", + "id": 0, + "name": "AddRowUI", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.AddRowUI", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.Cells", + "id": 0, + "name": "Cells", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.Cells", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional A list or an array of cells, that belong to the row" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCellType[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellType[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.Children", + "id": 0, + "name": "Children", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.Children", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Contains the child rows of the current row, if there are any." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowType[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowType[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.Data", + "id": 0, + "name": "Data", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.Data", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.Del", + "id": 0, + "name": "Del()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.Del()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.DelAsync", + "id": 0, + "name": "DelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.DelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional A method to handle deleting rows" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.Deleted", + "id": 0, + "name": "Deleted", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.Deleted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Indicates whether the row is marked for deletion." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Indicates whether the current row is disabled" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.EphemeralKey", + "id": 0, + "name": "EphemeralKey", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.EphemeralKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.Expanded", + "id": 0, + "name": "Expanded", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.Expanded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Indicates whether the current row is expanded. The value is true, if the row is expanded and false, if it is collapsed" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.Focused", + "id": 0, + "name": "Focused", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.Focused", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Indicates whether the row is currently focused." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.Grid", + "id": 0, + "name": "Grid", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.Grid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represent the grid instance, the row belongs to" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridBaseDirective", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridBaseDirective" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.GroupRow", + "id": 0, + "name": "GroupRow", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.GroupRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGroupByRecord", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupByRecord" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.HasChildren", + "id": 0, + "name": "HasChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.HasChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Indicates whether the current row has any child rows" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.Index", + "id": 0, + "name": "Index", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.Index", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The index of the row within the grid" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.InEditMode", + "id": 0, + "name": "InEditMode", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.InEditMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Indicates whether the row is currently being edited." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.IsGroupByRow", + "id": 0, + "name": "IsGroupByRow", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.IsGroupByRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates whether the row is grouped." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.IsSummaryRow", + "id": 0, + "name": "IsSummaryRow", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.IsSummaryRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.Key", + "id": 0, + "name": "Key", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.Key", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.MethodTarget", + "id": 0, + "name": "MethodTarget", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.MethodTarget", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.Pin", + "id": 0, + "name": "Pin()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.Pin()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.PinAsync", + "id": 0, + "name": "PinAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.PinAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional A method to handle pinning a row" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.Pinned", + "id": 0, + "name": "Pinned", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.Pinned", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Indicates whether the current row is pinned." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.RowParent", + "id": 0, + "name": "RowParent", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.RowParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Contains the parent row of the current row, if it has one. If the parent row exist, it means that the current row is a child row" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.Selected", + "id": 0, + "name": "Selected", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.Selected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Indicates whether the current row is selected" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.TreeRow", + "id": 0, + "name": "TreeRow", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.TreeRow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Represents the hierarchical record associated with the row (for tree grids). It is of type ITreeGridRecord, which contains the data, children, the hierarchical level, etc." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTreeGridRecord", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.Unpin", + "id": 0, + "name": "Unpin()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.Unpin()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.UnpinAsync", + "id": 0, + "name": "UnpinAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.UnpinAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional A method to handle unpinning a row, that has been pinned" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.Update(System.Object)", + "id": 0, + "name": "Update(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.Update(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.UpdateAsync(System.Object)", + "id": 0, + "name": "UpdateAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.UpdateAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional A method to handle changing the value of elements of the row It takes the new value as an argument" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.Validation", + "id": 0, + "name": "Validation", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.Validation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridValidationState", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridValidationState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbRowType.ViewIndex", + "id": 0, + "name": "ViewIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbRowType.ViewIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScaleLegend", + "id": 0, + "name": "IgbScaleLegend", + "fullName": "IgniteUI.Blazor.Controls.IgbScaleLegend", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a legend that indicates the size and the color scale for a collection of series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbLegendBase", + "id": 0, + "name": "IgbLegendBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbScaleLegend.#ctor", + "id": 0, + "name": "IgbScaleLegend()", + "fullName": "IgniteUI.Blazor.Controls.IgbScaleLegend.IgbScaleLegend()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScaleLegend.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbScaleLegend.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScaleLegend.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScaleLegend.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScaleLegend.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbScaleLegend.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScaleLegendModule", + "id": 0, + "name": "IgbScaleLegendModule", + "fullName": "IgniteUI.Blazor.Controls.IgbScaleLegendModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbScaleLegendModule.#ctor", + "id": 0, + "name": "IgbScaleLegendModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbScaleLegendModule.IgbScaleLegendModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScaleLegendModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScaleLegendModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScaleLegendModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScaleLegendModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScaleLegendModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScaleLegendModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScalerParams", + "id": 0, + "name": "IgbScalerParams", + "fullName": "IgniteUI.Blazor.Controls.IgbScalerParams", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Class containing several properties which are used as parameters passed to scaling operations in a SeriesViewer." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbScalerParams.#ctor", + "id": 0, + "name": "IgbScalerParams()", + "fullName": "IgniteUI.Blazor.Controls.IgbScalerParams.IgbScalerParams()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScalerParams.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScalerParams.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScalerParams.ReferenceValue", + "id": 0, + "name": "ReferenceValue", + "fullName": "IgniteUI.Blazor.Controls.IgbScalerParams.ReferenceValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The series reference value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScalerParams.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbScalerParams.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries", + "id": 0, + "name": "IgbScatterAreaSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Series class which draws a colored 2D surface based on a triangulation of XY data with numeric values assigned to each point." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries", + "id": 0, + "name": "IgbScatterTriangulationSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.#ctor", + "id": 0, + "name": "IgbScatterAreaSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.IgbScatterAreaSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.ActualColorScale", + "id": 0, + "name": "ActualColorScale", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.ActualColorScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets actual color scale that is set on ColorScale property or default ColorScale" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColorScale", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColorScale" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.AttachImage(System.Object)", + "id": 0, + "name": "AttachImage(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.AttachImage(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "image", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.AttachImageAsync(System.Object)", + "id": 0, + "name": "AttachImageAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.AttachImageAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Attaches an image to the view of this series" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "image", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.ColorMemberAsLegendLabel", + "id": 0, + "name": "ColorMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.ColorMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series color value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.ColorMemberAsLegendUnit", + "id": 0, + "name": "ColorMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.ColorMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit displayed after series color value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.ColorMemberPath", + "id": 0, + "name": "ColorMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.ColorMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.ColorScale", + "id": 0, + "name": "ColorScale", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.ColorScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets ColorScale used to resolve the color values of points in the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbColorScale", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbColorScale" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.GetItem(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItem(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.GetItem(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item that is the best match for the specified world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.GetItemValue(System.Object,System.String)", + "id": 0, + "name": "GetItemValue(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.GetItemValue(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.GetItemValueAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemValueAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.GetItemValueAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.GetMemberPathValue(System.String)", + "id": 0, + "name": "GetMemberPathValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.GetMemberPathValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.GetMemberPathValueAsync(System.String)", + "id": 0, + "name": "GetMemberPathValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.GetMemberPathValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value of a requested member path from the series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.UpdateActualColorScale", + "id": 0, + "name": "UpdateActualColorScale()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.UpdateActualColorScale()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.UpdateActualColorScaleAsync", + "id": 0, + "name": "UpdateActualColorScaleAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeries.UpdateActualColorScaleAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Updates ActualColorScale properties when the ColorScale property has changed" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeriesModule", + "id": 0, + "name": "IgbScatterAreaSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeriesModule.#ctor", + "id": 0, + "name": "IgbScatterAreaSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeriesModule.IgbScatterAreaSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase", + "id": 0, + "name": "IgbScatterBase", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the base class for all IgbDataChart scatter series" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.#ctor", + "id": 0, + "name": "IgbScatterBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.IgbScatterBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.ActualItemSearchMode", + "id": 0, + "name": "ActualItemSearchMode", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.ActualItemSearchMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScatterItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.ActualTrendLineBrush", + "id": 0, + "name": "ActualTrendLineBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.ActualTrendLineBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective TrendLineBrush for this series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.AssigningScatterMarkerStyle", + "id": 0, + "name": "AssigningScatterMarkerStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.AssigningScatterMarkerStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAssigningScatterMarkerStyleEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAssigningScatterMarkerStyleEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.AssigningScatterMarkerStyleScript", + "id": 0, + "name": "AssigningScatterMarkerStyleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.AssigningScatterMarkerStyleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.AssigningScatterStyle", + "id": 0, + "name": "AssigningScatterStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.AssigningScatterStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAssigningScatterStyleEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAssigningScatterStyleEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.AssigningScatterStyleScript", + "id": 0, + "name": "AssigningScatterStyleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.AssigningScatterStyleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "id": 0, + "name": "BindAxes(IgbAxis[])", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Axes", + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.CanUseAsXAxis(System.Object)", + "id": 0, + "name": "CanUseAsXAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.CanUseAsXAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.CanUseAsXAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsXAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.CanUseAsXAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as XAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.CanUseAsYAxis(System.Object)", + "id": 0, + "name": "CanUseAsYAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.CanUseAsYAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.CanUseAsYAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsYAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.CanUseAsYAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as YAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.GetExactItemIndex(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetExactItemIndex(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.GetExactItemIndex(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.GetExactItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetExactItemIndexAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.GetExactItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.GetItem(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItem(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.GetItem(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item that is the best match for the specified world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndex(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndexAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the index of the item that resides at the provided world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.GetItemValue(System.Object,System.String)", + "id": 0, + "name": "GetItemValue(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.GetItemValue(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.GetItemValueAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemValueAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.GetItemValueAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.GetMemberPathValue(System.String)", + "id": 0, + "name": "GetMemberPathValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.GetMemberPathValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.GetMemberPathValueAsync(System.String)", + "id": 0, + "name": "GetMemberPathValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.GetMemberPathValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value of a requested member path from the series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.GetSeriesValueMarkerBoundingBox(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueMarkerBoundingBox(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.GetSeriesValueMarkerBoundingBox(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.GetSeriesValueMarkerBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueMarkerBoundingBoxAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.GetSeriesValueMarkerBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If possible, will return the best available value marker bounding box within the series that has the best value match for the world position provided." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.GetSeriesValueType(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "id": 0, + "name": "GetSeriesValueType(ValueLayerValueMode)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.GetSeriesValueType(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mode", + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + ], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.GetSeriesValueTypeAsync(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "id": 0, + "name": "GetSeriesValueTypeAsync(ValueLayerValueMode)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.GetSeriesValueTypeAsync(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the numeric values from the X and Y axis associated with this scatter series that matches the desired value mode." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mode", + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + ], + "return": { + "type": "Task<Double[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.HighlightedXMemberPath", + "id": 0, + "name": "HighlightedXMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.HighlightedXMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlighted X value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.HighlightedYMemberPath", + "id": 0, + "name": "HighlightedYMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.HighlightedYMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlighted Y value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.IsCustomScatterMarkerStyleAllowed", + "id": 0, + "name": "IsCustomScatterMarkerStyleAllowed", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.IsCustomScatterMarkerStyleAllowed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.IsCustomScatterStyleAllowed", + "id": 0, + "name": "IsCustomScatterStyleAllowed", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.IsCustomScatterStyleAllowed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.ItemSearchMode", + "id": 0, + "name": "ItemSearchMode", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.ItemSearchMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode the series will use to find the closest point to the cursor." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScatterItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.ItemSearchThreshold", + "id": 0, + "name": "ItemSearchThreshold", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.ItemSearchThreshold", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the threshold to use when searching for items using ItemSearchMode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.MarkerCollisionAvoidance", + "id": 0, + "name": "MarkerCollisionAvoidance", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.MarkerCollisionAvoidance", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CollisionAvoidanceType", + "fullTypeName": "IgniteUI.Blazor.Controls.CollisionAvoidanceType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.MaximumMarkers", + "id": 0, + "name": "MaximumMarkers", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.MaximumMarkers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum number of markerItems displayed by the current series. If more than the specified number of markerItems are visible, the series will automatically choose a representative set." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.ScrollIntoView(System.Object)", + "id": 0, + "name": "ScrollIntoView(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.ScrollIntoView(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.ScrollIntoViewAsync(System.Object)", + "id": 0, + "name": "ScrollIntoViewAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.ScrollIntoViewAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls the series to display the item for the specified data item." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.TrendLineBrush", + "id": 0, + "name": "TrendLineBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.TrendLineBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use to draw the trend line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.TrendLineDashArray", + "id": 0, + "name": "TrendLineDashArray", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.TrendLineDashArray", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a collection of double values that indicate the pattern of dashes and gaps that is used to draw the trend line for the current scatter series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.TrendLinePeriod", + "id": 0, + "name": "TrendLinePeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.TrendLinePeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current scatter series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.TrendLineThickness", + "id": 0, + "name": "TrendLineThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.TrendLineThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness of the current scatter series object's trend line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.TrendLineType", + "id": 0, + "name": "TrendLineType", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.TrendLineType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the trend type for the current scatter series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.TrendLineZIndex", + "id": 0, + "name": "TrendLineZIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.TrendLineZIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Z-Index of the trend line. Values greater than 1000 will result in the trend line being rendered in front of the series data." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.XAxis", + "id": 0, + "name": "XAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.XAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the effective x-axis for the current object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbNumericXAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbNumericXAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.XAxisName", + "id": 0, + "name": "XAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.XAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve xAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.XAxisScript", + "id": 0, + "name": "XAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.XAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting XAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.XMemberAsLegendLabel", + "id": 0, + "name": "XMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.XMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series X value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.XMemberAsLegendUnit", + "id": 0, + "name": "XMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.XMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit after displayed after series X value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.XMemberPath", + "id": 0, + "name": "XMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.XMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.YAxis", + "id": 0, + "name": "YAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.YAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the effective y-axis for the current object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbNumericYAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbNumericYAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.YAxisName", + "id": 0, + "name": "YAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.YAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve yAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.YAxisScript", + "id": 0, + "name": "YAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.YAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting YAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.YMemberAsLegendLabel", + "id": 0, + "name": "YMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.YMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series Y value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.YMemberAsLegendUnit", + "id": 0, + "name": "YMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.YMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit after displayed after series Y value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase.YMemberPath", + "id": 0, + "name": "YMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterBase.YMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterContourSeries", + "id": 0, + "name": "IgbScatterContourSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterContourSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Series class for rendering isarithmic contours based on a triangulation of X+Y+Value points in the ItemsSource." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries", + "id": 0, + "name": "IgbScatterTriangulationSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.#ctor", + "id": 0, + "name": "IgbScatterContourSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.IgbScatterContourSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.ActualFillScale", + "id": 0, + "name": "ActualFillScale", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.ActualFillScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets actual fill scale that is set on the FillScale property or default FillScale" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbValueBrushScale", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbValueBrushScale" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.FillScale", + "id": 0, + "name": "FillScale", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.FillScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbValueBrushScale", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbValueBrushScale" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.GetItemValue(System.Object,System.String)", + "id": 0, + "name": "GetItemValue(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.GetItemValue(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.GetItemValueAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemValueAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.GetItemValueAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.GetMemberPathValue(System.String)", + "id": 0, + "name": "GetMemberPathValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.GetMemberPathValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.GetMemberPathValueAsync(System.String)", + "id": 0, + "name": "GetMemberPathValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.GetMemberPathValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value of a requested member path from the series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.ValueMemberAsLegendLabel", + "id": 0, + "name": "ValueMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.ValueMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.ValueMemberAsLegendUnit", + "id": 0, + "name": "ValueMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.ValueMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit displayed after series value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.ValueMemberPath", + "id": 0, + "name": "ValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.ValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or set the name of the property from which to retrieve the numeric values from the ItemsSource items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.ValueResolver", + "id": 0, + "name": "ValueResolver", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterContourSeries.ValueResolver", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or set the ContourValueResolver used to determine the numeric values of contours." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbContourValueResolver", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbContourValueResolver" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterContourSeriesModule", + "id": 0, + "name": "IgbScatterContourSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterContourSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterContourSeriesModule.#ctor", + "id": 0, + "name": "IgbScatterContourSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterContourSeriesModule.IgbScatterContourSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterContourSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterContourSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterContourSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterContourSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterContourSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterContourSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterLineSeries", + "id": 0, + "name": "IgbScatterLineSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterLineSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart scatter line series" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase", + "id": 0, + "name": "IgbScatterBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterLineSeries.#ctor", + "id": 0, + "name": "IgbScatterLineSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterLineSeries.IgbScatterLineSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterLineSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterLineSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterLineSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterLineSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterLineSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterLineSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterLineSeries.UnknownValuePlotting", + "id": 0, + "name": "UnknownValuePlotting", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterLineSeries.UnknownValuePlotting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines how unknown values will be plotted on the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "UnknownValuePlotting", + "fullTypeName": "IgniteUI.Blazor.Controls.UnknownValuePlotting" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterLineSeriesModule", + "id": 0, + "name": "IgbScatterLineSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterLineSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterLineSeriesModule.#ctor", + "id": 0, + "name": "IgbScatterLineSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterLineSeriesModule.IgbScatterLineSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterLineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterLineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterLineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterLineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterLineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterLineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries", + "id": 0, + "name": "IgbScatterPolygonSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Series class which renders polygons as Paths based on lists of points in the ItemsSource." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase", + "id": 0, + "name": "IgbShapeSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.#ctor", + "id": 0, + "name": "IgbScatterPolygonSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.IgbScatterPolygonSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.ActualMarkerBrush", + "id": 0, + "name": "ActualMarkerBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.ActualMarkerBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective marker brush for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.ActualMarkerOutline", + "id": 0, + "name": "ActualMarkerOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.ActualMarkerOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective marker outline for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.ActualMarkerTemplate", + "id": 0, + "name": "ActualMarkerTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.ActualMarkerTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective marker template for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.ActualMarkerTemplateScript", + "id": 0, + "name": "ActualMarkerTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.ActualMarkerTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ActualMarkerTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.MarkerBrush", + "id": 0, + "name": "MarkerBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.MarkerBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush that specifies how the current series object's marker interiors are painted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.MarkerCollisionAvoidance", + "id": 0, + "name": "MarkerCollisionAvoidance", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.MarkerCollisionAvoidance", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CollisionAvoidanceType", + "fullTypeName": "IgniteUI.Blazor.Controls.CollisionAvoidanceType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.MarkerFillMode", + "id": 0, + "name": "MarkerFillMode", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.MarkerFillMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerFillMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerFillMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.MarkerOutline", + "id": 0, + "name": "MarkerOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.MarkerOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush that specifies how the current series object's marker outlines are painted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.MarkerOutlineMode", + "id": 0, + "name": "MarkerOutlineMode", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.MarkerOutlineMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerOutlineMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerOutlineMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.MarkerTemplate", + "id": 0, + "name": "MarkerTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.MarkerTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the MarkerTemplate for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.MarkerTemplateScript", + "id": 0, + "name": "MarkerTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.MarkerTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting MarkerTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.MarkerThickness", + "id": 0, + "name": "MarkerThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.MarkerThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets thickness of the marker outline" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.MarkerType", + "id": 0, + "name": "MarkerType", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.MarkerType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the marker type for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.ShapeStyle", + "id": 0, + "name": "ShapeStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.ShapeStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The default style to apply to all Shapes in the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeriesModule", + "id": 0, + "name": "IgbScatterPolygonSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeriesModule.#ctor", + "id": 0, + "name": "IgbScatterPolygonSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeriesModule.IgbScatterPolygonSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolygonSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeries", + "id": 0, + "name": "IgbScatterPolylineSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Series class used for displaying multiple polylines for datasources which contain multiple lists of points." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase", + "id": 0, + "name": "IgbShapeSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeries.#ctor", + "id": 0, + "name": "IgbScatterPolylineSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeries.IgbScatterPolylineSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeries.ShapeStyle", + "id": 0, + "name": "ShapeStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeries.ShapeStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The default style to apply to all Shapes in the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeriesModule", + "id": 0, + "name": "IgbScatterPolylineSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeriesModule.#ctor", + "id": 0, + "name": "IgbScatterPolylineSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeriesModule.IgbScatterPolylineSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterPolylineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSeries", + "id": 0, + "name": "IgbScatterSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart scatter series" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase", + "id": 0, + "name": "IgbScatterBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSeries.#ctor", + "id": 0, + "name": "IgbScatterSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSeries.IgbScatterSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSeriesModule", + "id": 0, + "name": "IgbScatterSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSeriesModule.#ctor", + "id": 0, + "name": "IgbScatterSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSeriesModule.IgbScatterSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSplineSeries", + "id": 0, + "name": "IgbScatterSplineSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSplineSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart scatter spline series" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterBase", + "id": 0, + "name": "IgbScatterBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSplineSeries.#ctor", + "id": 0, + "name": "IgbScatterSplineSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSplineSeries.IgbScatterSplineSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSplineSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSplineSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSplineSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSplineSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSplineSeries.Stiffness", + "id": 0, + "name": "Stiffness", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSplineSeries.Stiffness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Stiffness property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSplineSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSplineSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSplineSeriesModule", + "id": 0, + "name": "IgbScatterSplineSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSplineSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSplineSeriesModule.#ctor", + "id": 0, + "name": "IgbScatterSplineSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSplineSeriesModule.IgbScatterSplineSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSplineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSplineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSplineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSplineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterSplineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterSplineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries", + "id": 0, + "name": "IgbScatterTriangulationSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Base class for series which triangulate XY data prior to rendering." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.#ctor", + "id": 0, + "name": "IgbScatterTriangulationSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.IgbScatterTriangulationSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "id": 0, + "name": "BindAxes(IgbAxis[])", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Axes", + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.CanUseAsXAxis(System.Object)", + "id": 0, + "name": "CanUseAsXAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.CanUseAsXAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.CanUseAsXAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsXAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.CanUseAsXAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as XAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.CanUseAsYAxis(System.Object)", + "id": 0, + "name": "CanUseAsYAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.CanUseAsYAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.CanUseAsYAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsYAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.CanUseAsYAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as YAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.GetItemValue(System.Object,System.String)", + "id": 0, + "name": "GetItemValue(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.GetItemValue(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.GetItemValueAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemValueAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.GetItemValueAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.GetMemberPathValue(System.String)", + "id": 0, + "name": "GetMemberPathValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.GetMemberPathValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.GetMemberPathValueAsync(System.String)", + "id": 0, + "name": "GetMemberPathValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.GetMemberPathValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value of a requested member path from the series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.TrianglesSource", + "id": 0, + "name": "TrianglesSource", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.TrianglesSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The source of triangulation data." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.TrianglesSourceScript", + "id": 0, + "name": "TrianglesSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.TrianglesSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TrianglesSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.TriangleVertexMemberPath1", + "id": 0, + "name": "TriangleVertexMemberPath1", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.TriangleVertexMemberPath1", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.TriangleVertexMemberPath2", + "id": 0, + "name": "TriangleVertexMemberPath2", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.TriangleVertexMemberPath2", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.TriangleVertexMemberPath3", + "id": 0, + "name": "TriangleVertexMemberPath3", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.TriangleVertexMemberPath3", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.TriangulationStatusChanged", + "id": 0, + "name": "TriangulationStatusChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.TriangulationStatusChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTriangulationStatusEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTriangulationStatusEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.TriangulationStatusChangedScript", + "id": 0, + "name": "TriangulationStatusChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.TriangulationStatusChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.XAxis", + "id": 0, + "name": "XAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.XAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The X-Axis for this series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbNumericXAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbNumericXAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.XAxisName", + "id": 0, + "name": "XAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.XAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve xAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.XAxisScript", + "id": 0, + "name": "XAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.XAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting XAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.XMemberAsLegendLabel", + "id": 0, + "name": "XMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.XMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series X value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.XMemberAsLegendUnit", + "id": 0, + "name": "XMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.XMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit after displayed after series X value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.XMemberPath", + "id": 0, + "name": "XMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.XMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property from which to extract the X-coordinate for each item in the ItemsSource." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.YAxis", + "id": 0, + "name": "YAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.YAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The Y-Axis for this series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbNumericYAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbNumericYAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.YAxisName", + "id": 0, + "name": "YAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.YAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve yAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.YAxisScript", + "id": 0, + "name": "YAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.YAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting YAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.YMemberAsLegendLabel", + "id": 0, + "name": "YMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.YMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series Y value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.YMemberAsLegendUnit", + "id": 0, + "name": "YMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.YMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit after displayed after series Y value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.YMemberPath", + "id": 0, + "name": "YMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbScatterTriangulationSeries.YMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property from which to extract the Y-coordinate for each item in the ItemsSource." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScrollStrategy", + "id": 0, + "name": "IgbScrollStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbScrollStrategy", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Documentation. Scroll strategies determines how the scrolling will be handled in the provided IgxOverlayService." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbScrollStrategy.#ctor", + "id": 0, + "name": "IgbScrollStrategy()", + "fullName": "IgniteUI.Blazor.Controls.IgbScrollStrategy.IgbScrollStrategy()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScrollStrategy.Attach", + "id": 0, + "name": "Attach()", + "fullName": "IgniteUI.Blazor.Controls.IgbScrollStrategy.Attach()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScrollStrategy.AttachAsync", + "id": 0, + "name": "AttachAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbScrollStrategy.AttachAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Attaches the strategy settings.scrollStrategy.attach();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScrollStrategy.Detach", + "id": 0, + "name": "Detach()", + "fullName": "IgniteUI.Blazor.Controls.IgbScrollStrategy.Detach()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScrollStrategy.DetachAsync", + "id": 0, + "name": "DetachAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbScrollStrategy.DetachAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Detaches the strategy settings.scrollStrategy.detach();" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScrollStrategy.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbScrollStrategy.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScrollStrategy.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbScrollStrategy.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScrollStrategy.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbScrollStrategy.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbScrollStrategy.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbScrollStrategy.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSearchInfo", + "id": 0, + "name": "IgbSearchInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbSearchInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseSearchInfo", + "id": 0, + "name": "IgbBaseSearchInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSearchInfo.#ctor", + "id": 0, + "name": "IgbSearchInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbSearchInfo.IgbSearchInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSearchInfo.ActiveMatchIndex", + "id": 0, + "name": "ActiveMatchIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbSearchInfo.ActiveMatchIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSearchInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSearchInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSearchInfo.MatchInfoCache", + "id": 0, + "name": "MatchInfoCache", + "fullName": "IgniteUI.Blazor.Controls.IgbSearchInfo.MatchInfoCache", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSearchInfo.MatchInfoCacheScript", + "id": 0, + "name": "MatchInfoCacheScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSearchInfo.MatchInfoCacheScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting MatchInfoCache in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSearchInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSearchInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionFooter", + "id": 0, + "name": "IgbSectionFooter", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionFooter", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Used to configure the appearance of the section footer cells." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionFooter.#ctor", + "id": 0, + "name": "IgbSectionFooter()", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionFooter.IgbSectionFooter()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionFooter.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionFooter.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionFooter.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionFooter.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionFooter.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionFooter.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionFooterModule", + "id": 0, + "name": "IgbSectionFooterModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionFooterModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionFooterModule.#ctor", + "id": 0, + "name": "IgbSectionFooterModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionFooterModule.IgbSectionFooterModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionFooterModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionFooterModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionFooterModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionFooterModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionFooterModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionFooterModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeader", + "id": 0, + "name": "IgbSectionHeader", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeader", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Used to configure the appearance of the section header cells." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeader.#ctor", + "id": 0, + "name": "IgbSectionHeader()", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeader.IgbSectionHeader()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeader.ActualSelectedBackground", + "id": 0, + "name": "ActualSelectedBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeader.ActualSelectedBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeader.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeader.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeader.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeader.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeader.IsCollapsable", + "id": 0, + "name": "IsCollapsable", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeader.IsCollapsable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeader.PaddingBottom", + "id": 0, + "name": "PaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeader.PaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of bottom padding to use for the cell content of this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeader.PaddingLeft", + "id": 0, + "name": "PaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeader.PaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of left padding to use for the cell content for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeader.PaddingRight", + "id": 0, + "name": "PaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeader.PaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of right padding to use for the cell content of this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeader.PaddingTop", + "id": 0, + "name": "PaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeader.PaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of top padding to use for the cell content for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeader.SelectedBackground", + "id": 0, + "name": "SelectedBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeader.SelectedBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeader.SummaryDisplayMode", + "id": 0, + "name": "SummaryDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeader.SummaryDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GroupSummaryDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeader.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeader.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeaderCellInfo", + "id": 0, + "name": "IgbSectionHeaderCellInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeaderCellInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Backing information for a section header cell in the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo", + "id": 0, + "name": "IgbCellInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeaderCellInfo.#ctor", + "id": 0, + "name": "IgbSectionHeaderCellInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeaderCellInfo.IgbSectionHeaderCellInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeaderCellInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeaderCellInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeaderCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeaderCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeaderCellInfo.ResolvedSummaryText", + "id": 0, + "name": "ResolvedSummaryText", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeaderCellInfo.ResolvedSummaryText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the resolved summary text for the section header cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeaderCellInfo.ResolvedText", + "id": 0, + "name": "ResolvedText", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeaderCellInfo.ResolvedText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the resolved text for the section header cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeaderCellInfo.SummaryDisplayMode", + "id": 0, + "name": "SummaryDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeaderCellInfo.SummaryDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets how summaries are displayed in the section header cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "GroupSummaryDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.GroupSummaryDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeaderCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeaderCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeaderCellInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeaderCellInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeaderModule", + "id": 0, + "name": "IgbSectionHeaderModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeaderModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeaderModule.#ctor", + "id": 0, + "name": "IgbSectionHeaderModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeaderModule.IgbSectionHeaderModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeaderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeaderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeaderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeaderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeaderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionHeaderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionInformation", + "id": 0, + "name": "IgbSectionInformation", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionInformation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents information about a section in a data source." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionInformation.#ctor", + "id": 0, + "name": "IgbSectionInformation()", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionInformation.IgbSectionInformation()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionInformation.EndIndex", + "id": 0, + "name": "EndIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionInformation.EndIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the end index for the group." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionInformation.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionInformation.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionInformation.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionInformation.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionInformation.GroupKeyProperties", + "id": 0, + "name": "GroupKeyProperties", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionInformation.GroupKeyProperties", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the key properties for the group." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionInformation.GroupKeyValues", + "id": 0, + "name": "GroupKeyValues", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionInformation.GroupKeyValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the key values for the group." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionInformation.GroupKeyValuesScript", + "id": 0, + "name": "GroupKeyValuesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionInformation.GroupKeyValuesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting GroupKeyValues in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionInformation.StartIndex", + "id": 0, + "name": "StartIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionInformation.StartIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the start index for the group." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionInformation.SummaryResults", + "id": 0, + "name": "SummaryResults", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionInformation.SummaryResults", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the summary results for the group." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGridSummaryResult[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionInformation.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionInformation.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionInformation.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSectionInformation.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect", + "id": 0, + "name": "IgbSelect", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a control that provides a menu of options." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseComboBoxLike", + "id": 0, + "name": "IgbBaseComboBoxLike" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.#ctor", + "id": 0, + "name": "IgbSelect()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.IgbSelect()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.Autofocus", + "id": 0, + "name": "Autofocus", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.Autofocus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The autofocus attribute of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.Blur", + "id": 0, + "name": "Blur", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.Blur", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.BlurComponent", + "id": 0, + "name": "BlurComponent()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.BlurComponent()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.BlurComponentAsync", + "id": 0, + "name": "BlurComponentAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.BlurComponentAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes focus from the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.BlurScript", + "id": 0, + "name": "BlurScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.BlurScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.Change", + "id": 0, + "name": "Change", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.Change", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSelectItemComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSelectItemComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.ChangeScript", + "id": 0, + "name": "ChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.ChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.CheckValidity", + "id": 0, + "name": "CheckValidity()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.CheckValidity()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.CheckValidityAsync", + "id": 0, + "name": "CheckValidityAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.CheckValidityAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Checks for validity of the control and emits the invalid event if it invalid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.ClearSelection", + "id": 0, + "name": "ClearSelection()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.ClearSelection()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.ClearSelectionAsync", + "id": 0, + "name": "ClearSelectionAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.ClearSelectionAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Resets the current value and selection of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.Closed", + "id": 0, + "name": "Closed", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.Closed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.ClosedScript", + "id": 0, + "name": "ClosedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.ClosedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.Closing", + "id": 0, + "name": "Closing", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.Closing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.ClosingScript", + "id": 0, + "name": "ClosingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.ClosingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The disabled state of the component" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.Distance", + "id": 0, + "name": "Distance", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.Distance", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The distance of the select dropdown from its input." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.Focus", + "id": 0, + "name": "Focus", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.Focus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.FocusComponent(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "id": 0, + "name": "FocusComponent(IgbFocusOptions)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.FocusComponent(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "options", + "type": "IgbFocusOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFocusOptions" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.FocusComponentAsync(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "id": 0, + "name": "FocusComponentAsync(IgbFocusOptions)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.FocusComponentAsync(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets focus on the component." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "options", + "type": "IgbFocusOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFocusOptions" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.FocusScript", + "id": 0, + "name": "FocusScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.FocusScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.GetCurrentValue", + "id": 0, + "name": "GetCurrentValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.GetCurrentValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.GetCurrentValueAsync", + "id": 0, + "name": "GetCurrentValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.GetCurrentValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.GetGroups", + "id": 0, + "name": "GetGroups()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.GetGroups()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSelectGroup[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSelectGroup[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.GetGroupsAsync", + "id": 0, + "name": "GetGroupsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.GetGroupsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbSelectGroup[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbSelectGroup[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.GetItems", + "id": 0, + "name": "GetItems()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.GetItems()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSelectItem[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSelectItem[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.GetItemsAsync", + "id": 0, + "name": "GetItemsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.GetItemsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbSelectItem[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbSelectItem[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.GetSelectedItem", + "id": 0, + "name": "GetSelectedItem()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.GetSelectedItem()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSelectItem", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSelectItem" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.GetSelectedItemAsync", + "id": 0, + "name": "GetSelectedItemAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.GetSelectedItemAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbSelectItem>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbSelectItem>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.Invalid", + "id": 0, + "name": "Invalid", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.Invalid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Control the validity of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The label attribute of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.Opened", + "id": 0, + "name": "Opened", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.Opened", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.OpenedScript", + "id": 0, + "name": "OpenedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.OpenedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.Opening", + "id": 0, + "name": "Opening", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.Opening", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.OpeningScript", + "id": 0, + "name": "OpeningScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.OpeningScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.Outlined", + "id": 0, + "name": "Outlined", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.Outlined", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The outlined attribute of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.Placeholder", + "id": 0, + "name": "Placeholder", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.Placeholder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The placeholder attribute of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.Placement", + "id": 0, + "name": "Placement", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.Placement", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The preferred placement of the select dropdown around its input." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.ReportValidity", + "id": 0, + "name": "ReportValidity()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.ReportValidity()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.ReportValidityAsync", + "id": 0, + "name": "ReportValidityAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.ReportValidityAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Checks the validity of the control and moves the focus to it if it is not valid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.Required", + "id": 0, + "name": "Required", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.Required", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Makes the control a required field in a form context." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.ScrollStrategy", + "id": 0, + "name": "ScrollStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.ScrollStrategy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines the behavior of the component during scrolling of the parent container." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverScrollStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverScrollStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.SetCustomValidity(System.String)", + "id": 0, + "name": "SetCustomValidity(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.SetCustomValidity(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "message", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.SetCustomValidityAsync(System.String)", + "id": 0, + "name": "SetCustomValidityAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.SetCustomValidityAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets a custom validation message for the control. As long as message is not empty, the control is considered invalid." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "message", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The value attribute of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelect.ValueChanged", + "id": 0, + "name": "ValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbSelect.ValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<String>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.String>" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectAllCheckboxChangedEventArgs", + "id": 0, + "name": "IgbSelectAllCheckboxChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectAllCheckboxChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectAllCheckboxChangedEventArgs.#ctor", + "id": 0, + "name": "IgbSelectAllCheckboxChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectAllCheckboxChangedEventArgs.IgbSelectAllCheckboxChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectAllCheckboxChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectAllCheckboxChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectAllCheckboxChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectAllCheckboxChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectAllCheckboxChangedEventArgs.IsChecked", + "id": 0, + "name": "IsChecked", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectAllCheckboxChangedEventArgs.IsChecked", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectAllCheckboxChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectAllCheckboxChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectAllCheckboxChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectAllCheckboxChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemChangedEventArgs", + "id": 0, + "name": "IgbSelectedItemChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for the SelectedItemChanged event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemChangedEventArgs.#ctor", + "id": 0, + "name": "IgbSelectedItemChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemChangedEventArgs.IgbSelectedItemChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemChangedEventArgs.NewItem", + "id": 0, + "name": "NewItem", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemChangedEventArgs.NewItem", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The newly selected item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemChangedEventArgs.OldItem", + "id": 0, + "name": "OldItem", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemChangedEventArgs.OldItem", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The previously selected item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemChangingEventArgs", + "id": 0, + "name": "IgbSelectedItemChangingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemChangingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for the SelectedItemChanging event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemChangedEventArgs", + "id": 0, + "name": "IgbSelectedItemChangedEventArgs" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemChangingEventArgs.#ctor", + "id": 0, + "name": "IgbSelectedItemChangingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemChangingEventArgs.IgbSelectedItemChangingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemChangingEventArgs.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemChangingEventArgs.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Set this to true in order to stop the SelectedItem from changing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemChangingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemChangingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemChangingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemChangingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemChangingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemChangingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemChangingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemChangingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangedEventArgs", + "id": 0, + "name": "IgbSelectedItemsChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for the SelectedItemsChanged event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangedEventArgs.#ctor", + "id": 0, + "name": "IgbSelectedItemsChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangedEventArgs.IgbSelectedItemsChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangedEventArgs.CurrentItems", + "id": 0, + "name": "CurrentItems", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangedEventArgs.CurrentItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A list of the current items selected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbObjectCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbObjectCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangedEventArgs.NewItems", + "id": 0, + "name": "NewItems", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangedEventArgs.NewItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A list of the items being selected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbObjectCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbObjectCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangedEventArgs.OldItems", + "id": 0, + "name": "OldItems", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangedEventArgs.OldItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A list of the previously selected items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbObjectCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbObjectCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangingEventArgs", + "id": 0, + "name": "IgbSelectedItemsChangingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for the SelectedItemsChanging event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangedEventArgs", + "id": 0, + "name": "IgbSelectedItemsChangedEventArgs" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangingEventArgs.#ctor", + "id": 0, + "name": "IgbSelectedItemsChangingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangingEventArgs.IgbSelectedItemsChangingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangingEventArgs.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangingEventArgs.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Set this to true in order to stop the SelectedItems collection from changing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedItemsChangingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedValueChangedEventArgs", + "id": 0, + "name": "IgbSelectedValueChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedValueChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedValueChangedEventArgs.#ctor", + "id": 0, + "name": "IgbSelectedValueChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedValueChangedEventArgs.IgbSelectedValueChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedValueChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedValueChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedValueChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedValueChangedEventArgs.NewValue", + "id": 0, + "name": "NewValue", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedValueChangedEventArgs.NewValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedValueChangedEventArgs.OldValue", + "id": 0, + "name": "OldValue", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedValueChangedEventArgs.OldValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedValueChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectedValueChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectedValueChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectGroup", + "id": 0, + "name": "IgbSelectGroup", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectGroup", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectGroup.#ctor", + "id": 0, + "name": "IgbSelectGroup()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectGroup.IgbSelectGroup()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectGroup.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectGroup.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectGroup.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectGroup.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectGroup.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectGroup.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the group item and all its children are disabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectGroup.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectGroup.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectGroup.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectGroup.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectGroup.Items", + "id": 0, + "name": "Items", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectGroup.Items", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "All child igc-select-items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSelectItem[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSelectItem[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectGroup.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectGroup.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectGroup.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectGroup.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectGroup.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectGroup.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectGroup.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectGroup.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectGroup.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectGroup.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectGroup.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectGroup.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectGroupModule", + "id": 0, + "name": "IgbSelectGroupModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectGroupModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectGroupModule.#ctor", + "id": 0, + "name": "IgbSelectGroupModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectGroupModule.IgbSelectGroupModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectGroupModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectGroupModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectGroupModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectGroupModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectGroupModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectGroupModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectHeader", + "id": 0, + "name": "IgbSelectHeader", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectHeader", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a header item in an igc-select component." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectHeader.#ctor", + "id": 0, + "name": "IgbSelectHeader()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectHeader.IgbSelectHeader()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectHeader.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectHeader.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectHeader.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectHeader.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectHeader.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectHeader.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectHeader.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectHeader.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectHeader.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectHeader.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectHeader.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectHeader.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectHeader.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectHeader.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectHeader.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectHeader.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectHeader.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectHeader.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectHeader.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectHeader.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectHeaderModule", + "id": 0, + "name": "IgbSelectHeaderModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectHeaderModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectHeaderModule.#ctor", + "id": 0, + "name": "IgbSelectHeaderModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectHeaderModule.IgbSelectHeaderModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectHeaderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectHeaderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectHeaderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectHeaderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectHeaderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectHeaderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItem", + "id": 0, + "name": "IgbSelectItem", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItem", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an item in a select list." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseOptionLike", + "id": 0, + "name": "IgbBaseOptionLike" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItem.#ctor", + "id": 0, + "name": "IgbSelectItem()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItem.IgbSelectItem()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItem.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItem.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItem.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItem.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItem.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItem.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItem.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItem.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItem.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItem.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItem.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItem.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItem.SelectParent", + "id": 0, + "name": "SelectParent", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItem.SelectParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItem.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItem.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItem.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItem.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItem.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItem.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItemComponentEventArgs", + "id": 0, + "name": "IgbSelectItemComponentEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItemComponentEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItemComponentEventArgs.#ctor", + "id": 0, + "name": "IgbSelectItemComponentEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItemComponentEventArgs.IgbSelectItemComponentEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItemComponentEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItemComponentEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSelectItem", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSelectItem" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItemComponentEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItemComponentEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItemComponentEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItemComponentEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItemComponentEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItemComponentEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItemComponentEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItemComponentEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItemModule", + "id": 0, + "name": "IgbSelectItemModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItemModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItemModule.#ctor", + "id": 0, + "name": "IgbSelectItemModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItemModule.IgbSelectItemModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItemModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItemModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItemModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItemModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectItemModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectItemModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectModule", + "id": 0, + "name": "IgbSelectModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectModule.#ctor", + "id": 0, + "name": "IgbSelectModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectModule.IgbSelectModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSelectModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSelectModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the base class for all IgbDataChart series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.#ctor", + "id": 0, + "name": "IgbSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.IgbSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ActualAreaFillOpacity", + "id": 0, + "name": "ActualAreaFillOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ActualAreaFillOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity applied to the area fill visual." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ActualBrush", + "id": 0, + "name": "ActualBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ActualBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective brush for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ActualFocusBrush", + "id": 0, + "name": "ActualFocusBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ActualFocusBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective emphasis brush for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ActualFocusMode", + "id": 0, + "name": "ActualFocusMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ActualFocusMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets actual Selection mode" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ActualHighlightedValuesFadeOpacity", + "id": 0, + "name": "ActualHighlightedValuesFadeOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ActualHighlightedValuesFadeOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets actual HighlightedValues fade opacity" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ActualHighlightingFadeOpacity", + "id": 0, + "name": "ActualHighlightingFadeOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ActualHighlightingFadeOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets actual highlighting fade opacity" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ActualHighlightingMode", + "id": 0, + "name": "ActualHighlightingMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ActualHighlightingMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets actual highlighting mode" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ActualHitTestMode", + "id": 0, + "name": "ActualHitTestMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ActualHitTestMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Resolved method of hit testing to use when pointing to items in the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHitTestMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHitTestMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ActualLayers", + "id": 0, + "name": "ActualLayers", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ActualLayers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual extra layers for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeriesLayerCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeriesLayerCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ActualLegendItemBadgeBrush", + "id": 0, + "name": "ActualLegendItemBadgeBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ActualLegendItemBadgeBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective legend badge fill for the current series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ActualLegendItemBadgeOutline", + "id": 0, + "name": "ActualLegendItemBadgeOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ActualLegendItemBadgeOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective legend badge outline for the current series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ActualLegendItemBadgeTemplate", + "id": 0, + "name": "ActualLegendItemBadgeTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ActualLegendItemBadgeTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual legend item badge template used by the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ActualLegendItemBadgeTemplateScript", + "id": 0, + "name": "ActualLegendItemBadgeTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ActualLegendItemBadgeTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ActualLegendItemBadgeTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ActualMarkerFillOpacity", + "id": 0, + "name": "ActualMarkerFillOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ActualMarkerFillOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity applied to the fill of the markers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ActualOutline", + "id": 0, + "name": "ActualOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ActualOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective outline for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ActualResolution", + "id": 0, + "name": "ActualResolution", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ActualResolution", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ActualSelectionBrush", + "id": 0, + "name": "ActualSelectionBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ActualSelectionBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective emphasis brush for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ActualSelectionMode", + "id": 0, + "name": "ActualSelectionMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ActualSelectionMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets actual Selection mode" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ActualThickness", + "id": 0, + "name": "ActualThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ActualThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective Thickness for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.AreaFillOpacity", + "id": 0, + "name": "AreaFillOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.AreaFillOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity applied to the area fill visual." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.AttachTooltipToRoot", + "id": 0, + "name": "AttachTooltipToRoot", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.AttachTooltipToRoot", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the tooltip will be attached to the root, when set to false it will be a child of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.AutoCalloutLabelFormat", + "id": 0, + "name": "AutoCalloutLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.AutoCalloutLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the AutoCalloutLabel format string to use for the AutoCalloutLabel." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.AutoCalloutLabelFormatSpecifiers", + "id": 0, + "name": "AutoCalloutLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.AutoCalloutLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the AutoCalloutLabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.AutoCalloutValueLabelFormat", + "id": 0, + "name": "AutoCalloutValueLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.AutoCalloutValueLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the AutoCalloutLabel format string to use for the AutoCalloutLabel." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.AutoCalloutValueLabelFormatSpecifiers", + "id": 0, + "name": "AutoCalloutValueLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.AutoCalloutValueLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the AutoCalloutValueLabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "id": 0, + "name": "BindAxes(IgbAxis[])", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Axes", + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.BindSeries(IgniteUI.Blazor.Controls.IgbSeries[])", + "id": 0, + "name": "BindSeries(IgbSeries[])", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.BindSeries(IgniteUI.Blazor.Controls.IgbSeries[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Series", + "type": "IgbSeries[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.Brush", + "id": 0, + "name": "Brush", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.Brush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.CoercionMethods", + "id": 0, + "name": "CoercionMethods", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.CoercionMethods", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the coercion methods to use when loading data from data sources. Should be specified before setting any member paths, if being used. Setting it later will not cause data to be reimported into the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.CoercionMethodsScript", + "id": 0, + "name": "CoercionMethodsScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.CoercionMethodsScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting CoercionMethods in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.DashArray", + "id": 0, + "name": "DashArray", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.DashArray", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a collection of Double values that indicate the pattern of dashes and gaps that is used to outline the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.DataLegendGroup", + "id": 0, + "name": "DataLegendGroup", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.DataLegendGroup", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a name used for grouping multiple series in the Data Legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ItemsSource property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.DiscreteLegendItemTemplate", + "id": 0, + "name": "DiscreteLegendItemTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.DiscreteLegendItemTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the DiscreteLegendItemTemplate property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.DiscreteLegendItemTemplateScript", + "id": 0, + "name": "DiscreteLegendItemTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.DiscreteLegendItemTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DiscreteLegendItemTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ExpectFunctions", + "id": 0, + "name": "ExpectFunctions", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ExpectFunctions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the series should expect that properties in its items source may be functions that need to be evaluated to yield their value. This defaults to false, as there will be a subtle performance impact to using this feature. This value must be set before assigning an item's source to take effect." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.FinalValue", + "id": 0, + "name": "FinalValue", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.FinalValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The final value of this series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.FocusBrush", + "id": 0, + "name": "FocusBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.FocusBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Focus brush to use for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.FromWorldPosition(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "FromWorldPosition(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.FromWorldPosition(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.FromWorldPositionAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "FromWorldPositionAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.FromWorldPositionAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Converts a point from world coordinates to coordinates within the viewport of the series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetEffectiveViewport", + "id": 0, + "name": "GetEffectiveViewport()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetEffectiveViewport()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetEffectiveViewportAsync", + "id": 0, + "name": "GetEffectiveViewportAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetEffectiveViewportAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective viewport, adjusted to account for margins and other factors." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetExactItemIndex(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetExactItemIndex(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetExactItemIndex(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetExactItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetExactItemIndexAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetExactItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the precise item index, if possible, based on the closeness to the previous or next whole integer. If the series cannot provide this information, GetExactItemIndex will return the same integer value as GetItemIndex." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetItem(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItem(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetItem(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item that is the best match for the specified world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndex(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndexAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item index associated with the specified world position" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetItemSpan", + "id": 0, + "name": "GetItemSpan()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetItemSpan()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetItemSpanAsync", + "id": 0, + "name": "GetItemSpanAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetItemSpanAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetItemValue(System.Object,System.String)", + "id": 0, + "name": "GetItemValue(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetItemValue(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetItemValueAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemValueAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetItemValueAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetMainContentViewport", + "id": 0, + "name": "GetMainContentViewport()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetMainContentViewport()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetMainContentViewportAsync", + "id": 0, + "name": "GetMainContentViewportAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetMainContentViewportAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetMemberPathValue(System.String)", + "id": 0, + "name": "GetMemberPathValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetMemberPathValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetMemberPathValueAsync(System.String)", + "id": 0, + "name": "GetMemberPathValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetMemberPathValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value of a requested member path from the series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesHighValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesHighValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesHighValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesHighValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesHighValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesHighValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesHighValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesHighValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesHighValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesHighValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesHighValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesHighValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesLowValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesLowValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesLowValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesLowValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesLowValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesLowValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesLowValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesLowValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesLowValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesLowValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesLowValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesLowValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBox(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBoxAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If possible, will return the best available value bounding box within the series that has the best value match for the world position provided." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueFromSeriesPixel(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValueFromSeriesPixel(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueFromSeriesPixel(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mouse", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueFromSeriesPixelAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValueFromSeriesPixelAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueFromSeriesPixelAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mouse", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueMarkerBoundingBox(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueMarkerBoundingBox(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueMarkerBoundingBox(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueMarkerBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueMarkerBoundingBoxAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueMarkerBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If possible, will return the best available value marker bounding box within the series that has the best value match for the world position provided." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValuePositionFromSeriesPixel(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePositionFromSeriesPixel(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValuePositionFromSeriesPixel(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mouse", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValuePositionFromSeriesPixelAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePositionFromSeriesPixelAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValuePositionFromSeriesPixelAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mouse", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueType(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "id": 0, + "name": "GetSeriesValueType(ValueLayerValueMode)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueType(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mode", + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + ], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueTypeAsync(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "id": 0, + "name": "GetSeriesValueTypeAsync(ValueLayerValueMode)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueTypeAsync(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the data values of each axis associated with the specified value type. For example, if you specify mode as Maximum then it will return the maximum numerical value for each axis. For non-numerical axes it will return NaN." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mode", + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + ], + "return": { + "type": "Task<Double[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueTypePosition(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "id": 0, + "name": "GetSeriesValueTypePosition(ValueLayerValueMode)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueTypePosition(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mode", + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueTypePositionAsync(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "id": 0, + "name": "GetSeriesValueTypePositionAsync(ValueLayerValueMode)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.GetSeriesValueTypePositionAsync(IgniteUI.Blazor.Controls.ValueLayerValueMode)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets position of series value for specified layer value mode" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mode", + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.HideToolTips", + "id": 0, + "name": "HideToolTips()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.HideToolTips()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.HideToolTipsAsync", + "id": 0, + "name": "HideToolTipsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.HideToolTipsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hides any internal tooltips presented by the series, if any." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.HideToolTipsImmediate", + "id": 0, + "name": "HideToolTipsImmediate()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.HideToolTipsImmediate()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.HideToolTipsImmediateAsync", + "id": 0, + "name": "HideToolTipsImmediateAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.HideToolTipsImmediateAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hides any internal tooltips presented by the series, if any." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.HighlightedDataSource", + "id": 0, + "name": "HighlightedDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.HighlightedDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data to highlight for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.HighlightedDataSourceScript", + "id": 0, + "name": "HighlightedDataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.HighlightedDataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting HighlightedDataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.HighlightedLegendItemVisibility", + "id": 0, + "name": "HighlightedLegendItemVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.HighlightedLegendItemVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the highlighted values layer should have a legend item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.HighlightedTitleSuffix", + "id": 0, + "name": "HighlightedTitleSuffix", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.HighlightedTitleSuffix", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the HighlightedTitleSuffix property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.HighlightedValuesDataLegendGroup", + "id": 0, + "name": "HighlightedValuesDataLegendGroup", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.HighlightedValuesDataLegendGroup", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a name used for grouping highlighted series in the Data Legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.HighlightedValuesDisplayMode", + "id": 0, + "name": "HighlightedValuesDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.HighlightedValuesDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether and how to display highlighted values for the series. Note, this is distinct from the highlighting feature that indicates what is closest or under the mouse." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightedValuesDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightedValuesDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.HighlightedValuesExtraPropertyOverlays", + "id": 0, + "name": "HighlightedValuesExtraPropertyOverlays", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.HighlightedValuesExtraPropertyOverlays", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current extra layers for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeriesLayerPropertyOverlayCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.HighlightedValuesFadeOpacity", + "id": 0, + "name": "HighlightedValuesFadeOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.HighlightedValuesFadeOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the target opacity to fade to for fade style HighlightedValues." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.HighlightingFadeOpacity", + "id": 0, + "name": "HighlightingFadeOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.HighlightingFadeOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the target opacity to fade to for fade style highlighting." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.HitTestMode", + "id": 0, + "name": "HitTestMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.HitTestMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Method of hit testing to use when pointing to items in this series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHitTestMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHitTestMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.Index", + "id": 0, + "name": "Index", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.Index", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the Index property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.IsActualLegendFinancial", + "id": 0, + "name": "IsActualLegendFinancial", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.IsActualLegendFinancial", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the ActualLegend is FinancialLegend or normal Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.IsComponentHighlightingModeIgnored", + "id": 0, + "name": "IsComponentHighlightingModeIgnored", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.IsComponentHighlightingModeIgnored", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the component level highlight mode is ignored." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.IsDefaultToolTipSelected", + "id": 0, + "name": "IsDefaultToolTipSelected", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.IsDefaultToolTipSelected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets if the default tooltip has been selected for display." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.IsDropShadowEnabled", + "id": 0, + "name": "IsDropShadowEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.IsDropShadowEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether drop shadow should be enabled for this series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.IsHighlightingEnabled", + "id": 0, + "name": "IsHighlightingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.IsHighlightingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether highlighting should be enabled for this series, if this type of series supports highlighting." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.Layers", + "id": 0, + "name": "Layers", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.Layers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current extra layers for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeriesLayerCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeriesLayerCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.Legend", + "id": 0, + "name": "Legend", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.Legend", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a legend for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbLegendBase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbLegendBase" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.LegendItemBadgeMode", + "id": 0, + "name": "LegendItemBadgeMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.LegendItemBadgeMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode of legend badge representing the current series in a legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.LegendItemBadgeShape", + "id": 0, + "name": "LegendItemBadgeShape", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.LegendItemBadgeShape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the type of legend badge representing the current series in a legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.LegendItemBadgeTemplate", + "id": 0, + "name": "LegendItemBadgeTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.LegendItemBadgeTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the LegendItemBadgeTemplate property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.LegendItemBadgeTemplateScript", + "id": 0, + "name": "LegendItemBadgeTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.LegendItemBadgeTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting LegendItemBadgeTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.LegendItemTemplate", + "id": 0, + "name": "LegendItemTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.LegendItemTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the LegendItemTemplate property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.LegendItemTemplateScript", + "id": 0, + "name": "LegendItemTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.LegendItemTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting LegendItemTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.LegendItemVisibility", + "id": 0, + "name": "LegendItemVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.LegendItemVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not the current series will have a legend item displayed in a legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.LegendScript", + "id": 0, + "name": "LegendScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.LegendScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Legend in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.LineCap", + "id": 0, + "name": "LineCap", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.LineCap", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the style of the starting point of any lines or polylines representing this series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PenLineCap", + "fullTypeName": "IgniteUI.Blazor.Controls.PenLineCap" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.LineJoin", + "id": 0, + "name": "LineJoin", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.LineJoin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush that specifies current series object's line join style." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PenLineJoin", + "fullTypeName": "IgniteUI.Blazor.Controls.PenLineJoin" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.MarkerFillOpacity", + "id": 0, + "name": "MarkerFillOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.MarkerFillOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity applied to the fill of the markers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.MouseOverEnabled", + "id": 0, + "name": "MouseOverEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.MouseOverEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the whether the chart reacts to mouse move events." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.MoveCursorPoint(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "MoveCursorPoint(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.MoveCursorPoint(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.MoveCursorPointAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "MoveCursorPointAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.MoveCursorPointAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Moves the cursor point to the provided world position. Some series may react to the current cursor position." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.NotifyIndexedPropertiesChanged", + "id": 0, + "name": "NotifyIndexedPropertiesChanged()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.NotifyIndexedPropertiesChanged()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.NotifyIndexedPropertiesChangedAsync", + "id": 0, + "name": "NotifyIndexedPropertiesChangedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.NotifyIndexedPropertiesChangedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called to notify about changes to indexed-based properties, e.g. Brushes, Outlines, MarkerBrushes, MarkerOutlines and refresh series" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.NotifyVisualPropertiesChanged", + "id": 0, + "name": "NotifyVisualPropertiesChanged()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.NotifyVisualPropertiesChanged()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.NotifyVisualPropertiesChangedAsync", + "id": 0, + "name": "NotifyVisualPropertiesChangedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.NotifyVisualPropertiesChangedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notifies the series that a visual property has changed, requiring a visual update." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.Opacity", + "id": 0, + "name": "Opacity", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.Opacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.Outline", + "id": 0, + "name": "Outline", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.Outline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for the outline of the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.OutlineMode", + "id": 0, + "name": "OutlineMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.OutlineMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the outline mode to use for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesOutlineMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesOutlineMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.PercentChange", + "id": 0, + "name": "PercentChange", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.PercentChange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The percent change from the beginning to the end of this series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.PlayTransitionIn", + "id": 0, + "name": "PlayTransitionIn()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.PlayTransitionIn()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.PlayTransitionInAsync", + "id": 0, + "name": "PlayTransitionInAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.PlayTransitionInAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Plays the assigned transition out animation, if any." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.PlayTransitionOut", + "id": 0, + "name": "PlayTransitionOut()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.PlayTransitionOut()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.PlayTransitionOutAndRemove", + "id": 0, + "name": "PlayTransitionOutAndRemove()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.PlayTransitionOutAndRemove()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.PlayTransitionOutAndRemoveAsync", + "id": 0, + "name": "PlayTransitionOutAndRemoveAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.PlayTransitionOutAndRemoveAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Plays the assigned transition out animation, if any." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.PlayTransitionOutAsync", + "id": 0, + "name": "PlayTransitionOutAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.PlayTransitionOutAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Plays the assigned transition out animation, if any." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.RemoveAllAlternateViews", + "id": 0, + "name": "RemoveAllAlternateViews()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.RemoveAllAlternateViews()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.RemoveAllAlternateViewsAsync", + "id": 0, + "name": "RemoveAllAlternateViewsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.RemoveAllAlternateViewsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes all alternate views of this series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.RemoveAlternateView(System.String)", + "id": 0, + "name": "RemoveAlternateView(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.RemoveAlternateView(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "viewIdentifier", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.RemoveAlternateViewAsync(System.String)", + "id": 0, + "name": "RemoveAlternateViewAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.RemoveAlternateViewAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes an alternate view of this series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "viewIdentifier", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.RemoveAxes", + "id": 0, + "name": "RemoveAxes()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.RemoveAxes()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.RemoveAxesAsync", + "id": 0, + "name": "RemoveAxesAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.RemoveAxesAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Call to null out the axes of the series;" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.RenderRequested", + "id": 0, + "name": "RenderRequested", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.RenderRequested", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbRenderRequestedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbRenderRequestedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.RenderRequestedScript", + "id": 0, + "name": "RenderRequestedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.RenderRequestedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.RenderSeries(System.Boolean)", + "id": 0, + "name": "RenderSeries(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.RenderSeries(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "animate", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.RenderSeriesAsync(System.Boolean)", + "id": 0, + "name": "RenderSeriesAsync(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.RenderSeriesAsync(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Renders the series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "animate", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ReplayTransitionIn", + "id": 0, + "name": "ReplayTransitionIn()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ReplayTransitionIn()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ReplayTransitionInAsync", + "id": 0, + "name": "ReplayTransitionInAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ReplayTransitionInAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Replays the assigned transition in animation, if any." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.Resolution", + "id": 0, + "name": "Resolution", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.Resolution", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the current series object's rendering resolution." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ResolveTooltipBrush", + "id": 0, + "name": "ResolveTooltipBrush()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ResolveTooltipBrush()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ResolveTooltipBrushAsync", + "id": 0, + "name": "ResolveTooltipBrushAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ResolveTooltipBrushAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the brush for tooltip labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.SafeActualBrush", + "id": 0, + "name": "SafeActualBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.SafeActualBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective brush for the current series object with opacity removed so its contrasty for use as a font color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ScrollIntoView(System.Object)", + "id": 0, + "name": "ScrollIntoView(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ScrollIntoView(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ScrollIntoViewAsync(System.Object)", + "id": 0, + "name": "ScrollIntoViewAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ScrollIntoViewAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Requests that the provided item should be brought into view if possible." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.SelectionBrush", + "id": 0, + "name": "SelectionBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.SelectionBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the selection brush to use for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.SelectionThickness", + "id": 0, + "name": "SelectionThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.SelectionThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width of the current series object's line thickness when the series is selected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.SeriesViewerParent", + "id": 0, + "name": "SeriesViewerParent", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.SeriesViewerParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.SetNegativeColors(System.String,System.String)", + "id": 0, + "name": "SetNegativeColors(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.SetNegativeColors(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "negativeBrush", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "negativeOutline", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.SetNegativeColorsAsync(System.String,System.String)", + "id": 0, + "name": "SetNegativeColorsAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.SetNegativeColorsAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "negativeBrush", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "negativeOutline", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ShadowBlur", + "id": 0, + "name": "ShadowBlur", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ShadowBlur", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the shadow blur." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ShadowColor", + "id": 0, + "name": "ShadowColor", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ShadowColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the drop shadow color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ShadowOffsetX", + "id": 0, + "name": "ShadowOffsetX", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ShadowOffsetX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the drop shadow x-offset." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ShadowOffsetY", + "id": 0, + "name": "ShadowOffsetY", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ShadowOffsetY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the drop shadow y-offset." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ShouldAnimateOnDataSourceSwap", + "id": 0, + "name": "ShouldAnimateOnDataSourceSwap", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ShouldAnimateOnDataSourceSwap", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether and how to display highlighted values for the series. Note, this is distinct from the highlighting feature that indicates what is closest or under the mouse." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ShouldHideAutoCallouts", + "id": 0, + "name": "ShouldHideAutoCallouts", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ShouldHideAutoCallouts", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this series should suppress it's auto callouts" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ShouldRemoveHighlightedDataOnLayerHidden", + "id": 0, + "name": "ShouldRemoveHighlightedDataOnLayerHidden", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ShouldRemoveHighlightedDataOnLayerHidden", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the opacity should be automatically shifted for the safe actual brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ShouldShiftOpacityForSafeActualBrush", + "id": 0, + "name": "ShouldShiftOpacityForSafeActualBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ShouldShiftOpacityForSafeActualBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the opacity should be automatically shifted for the safe actual brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ShowDefaultTooltip", + "id": 0, + "name": "ShowDefaultTooltip", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ShowDefaultTooltip", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether default tooltip will be shown." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.SimulateHover(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "SimulateHover(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.SimulateHover(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.SimulateHoverAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "SimulateHoverAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.SimulateHoverAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Simulates a pointer hover over the series surface." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.StyleUpdated", + "id": 0, + "name": "StyleUpdated()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.StyleUpdated()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.StyleUpdatedAsync", + "id": 0, + "name": "StyleUpdatedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.StyleUpdatedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called when this series' Style is updated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.Thickness", + "id": 0, + "name": "Thickness", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.Thickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width of the current series object's line thickness." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.Title", + "id": 0, + "name": "Title", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.Title", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.TooltipTemplate", + "id": 0, + "name": "TooltipTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.TooltipTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbDataContext>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbDataContext>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ToWorldPosition(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "ToWorldPosition(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ToWorldPosition(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "seriesPoint", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ToWorldPositionAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "ToWorldPositionAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ToWorldPositionAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Converts a point from coordinates within the series plot area to a world position within axis space." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "seriesPoint", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ToWorldRect(IgniteUI.Blazor.Controls.Rect)", + "id": 0, + "name": "ToWorldRect(Rect)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ToWorldRect(IgniteUI.Blazor.Controls.Rect)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rect", + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.ToWorldRectAsync(IgniteUI.Blazor.Controls.Rect)", + "id": 0, + "name": "ToWorldRectAsync(Rect)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.ToWorldRectAsync(IgniteUI.Blazor.Controls.Rect)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Converts a rect from coordinates within the series plot area to a world position within axis space." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rect", + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.TransitionDuration", + "id": 0, + "name": "TransitionDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.TransitionDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration of the current series' morph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.TransitionEasingFunction", + "id": 0, + "name": "TransitionEasingFunction", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.TransitionEasingFunction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the easing function used to morph the current series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.TransitionEasingFunctionScript", + "id": 0, + "name": "TransitionEasingFunctionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.TransitionEasingFunctionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TransitionEasingFunction in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.TransitionInDuration", + "id": 0, + "name": "TransitionInDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.TransitionInDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration of the current series' transition in morph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.TransitionInEasingFunction", + "id": 0, + "name": "TransitionInEasingFunction", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.TransitionInEasingFunction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the EasingFunction used to morph the current series during the initial transition." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.TransitionInEasingFunctionScript", + "id": 0, + "name": "TransitionInEasingFunctionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.TransitionInEasingFunctionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TransitionInEasingFunction in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.TransitionInSpeedType", + "id": 0, + "name": "TransitionInSpeedType", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.TransitionInSpeedType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration of the current series' transition in morph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransitionInSpeedType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransitionInSpeedType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.TransitionOutCompleted", + "id": 0, + "name": "TransitionOutCompleted", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.TransitionOutCompleted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTransitionOutCompletedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTransitionOutCompletedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.TransitionOutCompletedScript", + "id": 0, + "name": "TransitionOutCompletedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.TransitionOutCompletedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.TransitionOutDuration", + "id": 0, + "name": "TransitionOutDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.TransitionOutDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration of the current series' transition out morph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.TransitionOutEasingFunction", + "id": 0, + "name": "TransitionOutEasingFunction", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.TransitionOutEasingFunction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the EasingFunction used to morph the current series during the initial transition." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.TransitionOutEasingFunctionScript", + "id": 0, + "name": "TransitionOutEasingFunctionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.TransitionOutEasingFunctionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TransitionOutEasingFunction in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.TransitionOutSpeedType", + "id": 0, + "name": "TransitionOutSpeedType", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.TransitionOutSpeedType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration of the current series' transition out morph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransitionOutSpeedType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransitionOutSpeedType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.UseItemWiseColors", + "id": 0, + "name": "UseItemWiseColors", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.UseItemWiseColors", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the series should use individual palette colors for each item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.UseSingleShadow", + "id": 0, + "name": "UseSingleShadow", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.UseSingleShadow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether drop shadow is applied to the whole series visual or to each of the individual shapes forming the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.Visibility", + "id": 0, + "name": "Visibility", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.Visibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.VisibleRangeMarginBottom", + "id": 0, + "name": "VisibleRangeMarginBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.VisibleRangeMarginBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom margin to use when getting a visible axis range for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.VisibleRangeMarginLeft", + "id": 0, + "name": "VisibleRangeMarginLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.VisibleRangeMarginLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left margin to use when getting a visible axis range for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.VisibleRangeMarginRight", + "id": 0, + "name": "VisibleRangeMarginRight", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.VisibleRangeMarginRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right margin to use when getting a visible axis range for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.VisibleRangeMarginTop", + "id": 0, + "name": "VisibleRangeMarginTop", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.VisibleRangeMarginTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top margin to use when getting a visible axis range for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries.VisibleRangeMode", + "id": 0, + "name": "VisibleRangeMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSeries.VisibleRangeMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the visible range mode to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesVisibleRangeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesVisibleRangeMode" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesCollection", + "id": 0, + "name": "IgbSeriesCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbSeries}", + "id": 0, + "name": "BaseCollection<IgbSeries>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbSeriesCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesCollection.IgbSeriesCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayer", + "id": 0, + "name": "IgbSeriesLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an axis annotation" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayer.#ctor", + "id": 0, + "name": "IgbSeriesLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayer.IgbSeriesLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayer.PlayTransitionIn", + "id": 0, + "name": "PlayTransitionIn()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayer.PlayTransitionIn()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayer.PlayTransitionInAsync", + "id": 0, + "name": "PlayTransitionInAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayer.PlayTransitionInAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayer.PlayTransitionOutAndRemove", + "id": 0, + "name": "PlayTransitionOutAndRemove()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayer.PlayTransitionOutAndRemove()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayer.PlayTransitionOutAndRemoveAsync", + "id": 0, + "name": "PlayTransitionOutAndRemoveAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayer.PlayTransitionOutAndRemoveAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayer.PropertyOverlays", + "id": 0, + "name": "PropertyOverlays", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayer.PropertyOverlays", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current extra layers for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeriesLayerPropertyOverlayCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayer.ZIndex", + "id": 0, + "name": "ZIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayer.ZIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ZIndex to use for layering the series layers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerCollection", + "id": 0, + "name": "IgbSeriesLayerCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbSeriesLayer}", + "id": 0, + "name": "BaseCollection<IgbSeriesLayer>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbSeriesLayerCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerCollection.IgbSeriesLayerCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay", + "id": 0, + "name": "IgbSeriesLayerPropertyOverlay", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an axis annotation" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.#ctor", + "id": 0, + "name": "IgbSeriesLayerPropertyOverlay()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.IgbSeriesLayerPropertyOverlay()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.CurrentValuePropertyName", + "id": 0, + "name": "CurrentValuePropertyName", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.CurrentValuePropertyName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the property from which to get the current value, if different from property name." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.IsAlwaysApplied", + "id": 0, + "name": "IsAlwaysApplied", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.IsAlwaysApplied", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this property overlay should be applied to the source or target even if the source property wasn't mutated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.IsSourceOverlay", + "id": 0, + "name": "IsSourceOverlay", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.IsSourceOverlay", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this property overlay targets the source series instead of the current layer while the layer is present." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.PropertyName", + "id": 0, + "name": "PropertyName", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.PropertyName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the property to overlay on the series or series layer." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.PropertyUpdated", + "id": 0, + "name": "PropertyUpdated", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.PropertyUpdated", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPropertyUpdatedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.PropertyUpdatedScript", + "id": 0, + "name": "PropertyUpdatedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.PropertyUpdatedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value to overlay on the series or series layer." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.ValueResolving", + "id": 0, + "name": "ValueResolving", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.ValueResolving", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSeriesLayerPropertyOverlayValueResolvingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayValueResolvingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.ValueResolvingScript", + "id": 0, + "name": "ValueResolvingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.ValueResolvingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.ValueScript", + "id": 0, + "name": "ValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay.ValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Value in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayCollection", + "id": 0, + "name": "IgbSeriesLayerPropertyOverlayCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlay}", + "id": 0, + "name": "BaseCollection<IgbSeriesLayerPropertyOverlay>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbSeriesLayerPropertyOverlayCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayCollection.IgbSeriesLayerPropertyOverlayCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayValueResolvingEventArgs", + "id": 0, + "name": "IgbSeriesLayerPropertyOverlayValueResolvingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayValueResolvingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for Axis RangeChanged events." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayValueResolvingEventArgs.#ctor", + "id": 0, + "name": "IgbSeriesLayerPropertyOverlayValueResolvingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayValueResolvingEventArgs.IgbSeriesLayerPropertyOverlayValueResolvingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayValueResolvingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayValueResolvingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayValueResolvingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayValueResolvingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayValueResolvingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayValueResolvingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayValueResolvingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayValueResolvingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayValueResolvingEventArgs.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayValueResolvingEventArgs.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayValueResolvingEventArgs.ValueScript", + "id": 0, + "name": "ValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesLayerPropertyOverlayValueResolvingEventArgs.ValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Value in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesMatcher", + "id": 0, + "name": "IgbSeriesMatcher", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesMatcher", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesMatcher.#ctor", + "id": 0, + "name": "IgbSeriesMatcher()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesMatcher.IgbSeriesMatcher()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesMatcher.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesMatcher.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesMatcher.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesMatcher.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesMatcher.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesMatcher.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesMatcher.Index", + "id": 0, + "name": "Index", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesMatcher.Index", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If set, tries to match a series based on index" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesMatcher.MemberPath", + "id": 0, + "name": "MemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesMatcher.MemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If set, tries to match a series based on a member path, combined with MemberPathType." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesMatcher.MemberPathType", + "id": 0, + "name": "MemberPathType", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesMatcher.MemberPathType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Combined with MemberPath allows you to select a series by member path." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesMatcher.Title", + "id": 0, + "name": "Title", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesMatcher.Title", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If set, tries to match a series based on its title." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesMatcher.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesMatcher.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesMatcher.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesMatcher.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesMatcherModule", + "id": 0, + "name": "IgbSeriesMatcherModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesMatcherModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesMatcherModule.#ctor", + "id": 0, + "name": "IgbSeriesMatcherModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesMatcherModule.IgbSeriesMatcherModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesMatcherModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesMatcherModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesMatcherModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesMatcherModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesMatcherModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesMatcherModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer", + "id": 0, + "name": "IgbSeriesViewer", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a control for viewing series objects." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.#ctor", + "id": 0, + "name": "IgbSeriesViewer()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.IgbSeriesViewer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualContentHitTestMode", + "id": 0, + "name": "ActualContentHitTestMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualContentHitTestMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Resolved method of hit testing used when the pointer is over elements in the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ChartHitTestMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ChartHitTestMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualInteractionPixelScalingRatio", + "id": 0, + "name": "ActualInteractionPixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualInteractionPixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Resolved method of pixel scaling to use during end user interaction with the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualPixelScalingRatio", + "id": 0, + "name": "ActualPixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualPixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the resolved pixel scaling ratio." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualSeries", + "id": 0, + "name": "ActualSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeriesCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeriesCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualWindowPositionHorizontal", + "id": 0, + "name": "ActualWindowPositionHorizontal", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualWindowPositionHorizontal", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A number between 0 and 1 determining the position of the horizontal scroll." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualWindowPositionVertical", + "id": 0, + "name": "ActualWindowPositionVertical", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualWindowPositionVertical", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A number between 0 and 1 determining the position of the vertical scroll." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualWindowRect", + "id": 0, + "name": "ActualWindowRect", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualWindowRect", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual value of the window rectangle, which represents the current zoom level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualWindowRectChanged", + "id": 0, + "name": "ActualWindowRectChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualWindowRectChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbRectChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbRectChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualWindowRectChangedScript", + "id": 0, + "name": "ActualWindowRectChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualWindowRectChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualWindowRectMinHeight", + "id": 0, + "name": "ActualWindowRectMinHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualWindowRectMinHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual minimum height that the window rect is allowed to reach before being clamped." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualWindowRectMinWidth", + "id": 0, + "name": "ActualWindowRectMinWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ActualWindowRectMinWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual minimum width that the window rect is allowed to reach before being clamped." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AnimateSeriesWhenAxisRangeChanges", + "id": 0, + "name": "AnimateSeriesWhenAxisRangeChanges", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AnimateSeriesWhenAxisRangeChanges", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the series animations should be allowed when a range change has been detected on an axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AutoMarginHeight", + "id": 0, + "name": "AutoMarginHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AutoMarginHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the automatic height to add when automatically adding margins to the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AutoMarginWidth", + "id": 0, + "name": "AutoMarginWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AutoMarginWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the automatic width to add when automatically adding margins to the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseClick", + "id": 0, + "name": "AxisLabelMouseClick", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAxisMouseEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseClickScript", + "id": 0, + "name": "AxisLabelMouseClickScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseClickScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseDown", + "id": 0, + "name": "AxisLabelMouseDown", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseDown", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAxisMouseEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseDownScript", + "id": 0, + "name": "AxisLabelMouseDownScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseDownScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseEnter", + "id": 0, + "name": "AxisLabelMouseEnter", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseEnter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAxisMouseEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseEnterScript", + "id": 0, + "name": "AxisLabelMouseEnterScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseEnterScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseLeave", + "id": 0, + "name": "AxisLabelMouseLeave", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseLeave", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAxisMouseEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseLeaveScript", + "id": 0, + "name": "AxisLabelMouseLeaveScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseLeaveScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseOver", + "id": 0, + "name": "AxisLabelMouseOver", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseOver", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAxisMouseEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseOverScript", + "id": 0, + "name": "AxisLabelMouseOverScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseOverScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseUp", + "id": 0, + "name": "AxisLabelMouseUp", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseUp", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAxisMouseEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseUpScript", + "id": 0, + "name": "AxisLabelMouseUpScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisLabelMouseUpScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseClick", + "id": 0, + "name": "AxisPanelMouseClick", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAxisMouseEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseClickScript", + "id": 0, + "name": "AxisPanelMouseClickScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseClickScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseDown", + "id": 0, + "name": "AxisPanelMouseDown", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseDown", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAxisMouseEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseDownScript", + "id": 0, + "name": "AxisPanelMouseDownScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseDownScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseEnter", + "id": 0, + "name": "AxisPanelMouseEnter", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseEnter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAxisMouseEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseEnterScript", + "id": 0, + "name": "AxisPanelMouseEnterScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseEnterScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseLeave", + "id": 0, + "name": "AxisPanelMouseLeave", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseLeave", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAxisMouseEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseLeaveScript", + "id": 0, + "name": "AxisPanelMouseLeaveScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseLeaveScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseOver", + "id": 0, + "name": "AxisPanelMouseOver", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseOver", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAxisMouseEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseOverScript", + "id": 0, + "name": "AxisPanelMouseOverScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseOverScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseUp", + "id": 0, + "name": "AxisPanelMouseUp", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseUp", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAxisMouseEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAxisMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseUpScript", + "id": 0, + "name": "AxisPanelMouseUpScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.AxisPanelMouseUpScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.BottomMargin", + "id": 0, + "name": "BottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.BottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the bottom margin to use around the chart content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.Brushes", + "id": 0, + "name": "Brushes", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.Brushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette of brushes used for fill of plotted series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.CancelManipulation", + "id": 0, + "name": "CancelManipulation()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.CancelManipulation()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.CancelManipulationAsync", + "id": 0, + "name": "CancelManipulationAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.CancelManipulationAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.CaptureImage(IgniteUI.Blazor.Controls.IgbCaptureImageSettings)", + "id": 0, + "name": "CaptureImage(IgbCaptureImageSettings)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.CaptureImage(IgniteUI.Blazor.Controls.IgbCaptureImageSettings)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "settings", + "type": "IgbCaptureImageSettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCaptureImageSettings" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.CaptureImageAsync(IgniteUI.Blazor.Controls.IgbCaptureImageSettings)", + "id": 0, + "name": "CaptureImageAsync(IgbCaptureImageSettings)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.CaptureImageAsync(IgniteUI.Blazor.Controls.IgbCaptureImageSettings)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "settings", + "type": "IgbCaptureImageSettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCaptureImageSettings" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ChartTitle", + "id": 0, + "name": "ChartTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ChartTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Text to display above the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ClearTileZoomCache", + "id": 0, + "name": "ClearTileZoomCache()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ClearTileZoomCache()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ClearTileZoomCacheAsync", + "id": 0, + "name": "ClearTileZoomCacheAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ClearTileZoomCacheAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Clears the tile zoom tile cache so that new tiles will be generated. Only applies if the viewer is using a tile based zoom." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ContentHitTestMode", + "id": 0, + "name": "ContentHitTestMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ContentHitTestMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines the method of hit testing used when mousing over elements in the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ChartHitTestMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ChartHitTestMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ContentSeries", + "id": 0, + "name": "ContentSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ContentSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeriesCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeriesCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.CrosshairPoint", + "id": 0, + "name": "CrosshairPoint", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.CrosshairPoint", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the cross hair point (in world coordinates)" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.CrosshairVisibility", + "id": 0, + "name": "CrosshairVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.CrosshairVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the current SeriesViewer's crosshair visibility override." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.DefaultInteraction", + "id": 0, + "name": "DefaultInteraction", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.DefaultInteraction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the DefaultInteraction property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InteractionState", + "fullTypeName": "IgniteUI.Blazor.Controls.InteractionState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.Destroy", + "id": 0, + "name": "Destroy()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.Destroy()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.DestroyAsync", + "id": 0, + "name": "DestroyAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.DestroyAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Release any resources held by the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.DragModifier", + "id": 0, + "name": "DragModifier", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.DragModifier", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the current SeriesViewer's DragModifier property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ModifierKeys", + "fullTypeName": "IgniteUI.Blazor.Controls.ModifierKeys" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.EffectiveViewport", + "id": 0, + "name": "EffectiveViewport", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.EffectiveViewport", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the EffectiveViewport rectangle, representing the effective viewport area after margins have been subtracted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.EndTiledZoomingIfRunning", + "id": 0, + "name": "EndTiledZoomingIfRunning()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.EndTiledZoomingIfRunning()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.EndTiledZoomingIfRunningAsync", + "id": 0, + "name": "EndTiledZoomingIfRunningAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.EndTiledZoomingIfRunningAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Manually ends a tiled zoom if one is running." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.FireMouseLeaveOnManipulationStart", + "id": 0, + "name": "FireMouseLeaveOnManipulationStart", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.FireMouseLeaveOnManipulationStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how the mouse leave event fires when a manipulation is started." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.Flush", + "id": 0, + "name": "Flush()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.Flush()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.FlushAsync", + "id": 0, + "name": "FlushAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.FlushAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Use to force the SeriesViewer to finish any deferred work before printing or evaluating its visual." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.FocusBrush", + "id": 0, + "name": "FocusBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.FocusBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Focus brush to use for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.FocusDismissDelayMilliseconds", + "id": 0, + "name": "FocusDismissDelayMilliseconds", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.FocusDismissDelayMilliseconds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of time to delay before dismissing a selection effect." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.FocusedSeriesItems", + "id": 0, + "name": "FocusedSeriesItems", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.FocusedSeriesItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the currently focused data items. Adding or removing data items from this collection will focus or blur the visuals associated with those items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSelectedItemCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.FocusedSeriesItemsChanged", + "id": 0, + "name": "FocusedSeriesItemsChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.FocusedSeriesItemsChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSeriesViewerSelectedSeriesItemsChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.FocusedSeriesItemsChangedScript", + "id": 0, + "name": "FocusedSeriesItemsChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.FocusedSeriesItemsChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.FocusMode", + "id": 0, + "name": "FocusMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.FocusMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the focus mode to use for the series in the component, when supported." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.FocusTransitionDuration", + "id": 0, + "name": "FocusTransitionDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.FocusTransitionDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration the Focus/de-Focus effects." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetActualWindowScaleHorizontal", + "id": 0, + "name": "GetActualWindowScaleHorizontal()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetActualWindowScaleHorizontal()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetActualWindowScaleHorizontalAsync", + "id": 0, + "name": "GetActualWindowScaleHorizontalAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetActualWindowScaleHorizontalAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets actual window scale for horizontal dimension of the control" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetActualWindowScaleVertical", + "id": 0, + "name": "GetActualWindowScaleVertical()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetActualWindowScaleVertical()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetActualWindowScaleVerticalAsync", + "id": 0, + "name": "GetActualWindowScaleVerticalAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetActualWindowScaleVerticalAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets actual window scale for vertical dimension of the control" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetAllAxes", + "id": 0, + "name": "GetAllAxes()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetAllAxes()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetAllSeries", + "id": 0, + "name": "GetAllSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetAllSeries()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetAnimationIdleVersionNumber", + "id": 0, + "name": "GetAnimationIdleVersionNumber()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetAnimationIdleVersionNumber()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetAnimationIdleVersionNumberAsync", + "id": 0, + "name": "GetAnimationIdleVersionNumberAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetAnimationIdleVersionNumberAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetCurrentActualWindowRect", + "id": 0, + "name": "GetCurrentActualWindowRect()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetCurrentActualWindowRect()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetCurrentActualWindowRectAsync", + "id": 0, + "name": "GetCurrentActualWindowRectAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetCurrentActualWindowRectAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetCurrentFocusedSeriesItems", + "id": 0, + "name": "GetCurrentFocusedSeriesItems()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetCurrentFocusedSeriesItems()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSelectedItemCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetCurrentFocusedSeriesItemsAsync", + "id": 0, + "name": "GetCurrentFocusedSeriesItemsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetCurrentFocusedSeriesItemsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbChartSelectedItemCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetCurrentSelectedSeriesItems", + "id": 0, + "name": "GetCurrentSelectedSeriesItems()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetCurrentSelectedSeriesItems()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSelectedItemCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetCurrentSelectedSeriesItemsAsync", + "id": 0, + "name": "GetCurrentSelectedSeriesItemsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetCurrentSelectedSeriesItemsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbChartSelectedItemCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetCurrentViewportRect", + "id": 0, + "name": "GetCurrentViewportRect()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetCurrentViewportRect()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetCurrentViewportRectAsync", + "id": 0, + "name": "GetCurrentViewportRectAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetCurrentViewportRectAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetCurrentWindowRect", + "id": 0, + "name": "GetCurrentWindowRect()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetCurrentWindowRect()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetCurrentWindowRectAsync", + "id": 0, + "name": "GetCurrentWindowRectAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GetCurrentWindowRectAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GridAreaRectChanged", + "id": 0, + "name": "GridAreaRectChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GridAreaRectChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbRectChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbRectChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GridAreaRectChangedScript", + "id": 0, + "name": "GridAreaRectChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.GridAreaRectChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HideToolTip", + "id": 0, + "name": "HideToolTip()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HideToolTip()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HideToolTipAsync", + "id": 0, + "name": "HideToolTipAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HideToolTipAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hides the active main tooltip, if displayed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HighlightedValuesDisplayMode", + "id": 0, + "name": "HighlightedValuesDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HighlightedValuesDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether and how to display highlighted values for the series by default. Note, this is distinct from the highlighting feature that indicates what is closest or under the mouse." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightedValuesDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightedValuesDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HighlightingBehavior", + "id": 0, + "name": "HighlightingBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HighlightingBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlighting Behavior to use for the series in the component, when supported. This takes precedence over the series level IsHighlightingEnabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightingBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HighlightingDismissDelayMilliseconds", + "id": 0, + "name": "HighlightingDismissDelayMilliseconds", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HighlightingDismissDelayMilliseconds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of time to delay before dismissing a selection effect." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HighlightingFadeOpacity", + "id": 0, + "name": "HighlightingFadeOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HighlightingFadeOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the target opacity to fade to for fade style highlighting." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HighlightingMode", + "id": 0, + "name": "HighlightingMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HighlightingMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlighting mode to use for the series in the component, when supported. This takes precedence over the series level IsHighlightingEnabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HighlightingTransitionDuration", + "id": 0, + "name": "HighlightingTransitionDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HighlightingTransitionDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration the highlighting/de-highlighting effects." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalCrosshairBrush", + "id": 0, + "name": "HorizontalCrosshairBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalCrosshairBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the current SeriesViewer's crosshair horizontal brush override." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarCornerRadius", + "id": 0, + "name": "HorizontalViewScrollbarCornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarCornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the corner radius to use for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarFill", + "id": 0, + "name": "HorizontalViewScrollbarFill", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarHeight", + "id": 0, + "name": "HorizontalViewScrollbarHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the height to use for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarInset", + "id": 0, + "name": "HorizontalViewScrollbarInset", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the inset distance to use for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarMaxOpacity", + "id": 0, + "name": "HorizontalViewScrollbarMaxOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarMaxOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the max opacity to use for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarMode", + "id": 0, + "name": "HorizontalViewScrollbarMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the horizontal scrollbar mode to use for the series viewer." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesViewerScrollbarMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesViewerScrollbarMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarOutline", + "id": 0, + "name": "HorizontalViewScrollbarOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarPosition", + "id": 0, + "name": "HorizontalViewScrollbarPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position to use for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesViewerHorizontalScrollbarPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesViewerHorizontalScrollbarPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarShouldAddAutoTrackInsets", + "id": 0, + "name": "HorizontalViewScrollbarShouldAddAutoTrackInsets", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarShouldAddAutoTrackInsets", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use automatic track insets for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarStrokeThickness", + "id": 0, + "name": "HorizontalViewScrollbarStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarTrackEndInset", + "id": 0, + "name": "HorizontalViewScrollbarTrackEndInset", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarTrackEndInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the track end inset to use for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarTrackStartInset", + "id": 0, + "name": "HorizontalViewScrollbarTrackStartInset", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.HorizontalViewScrollbarTrackStartInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the track start inset to use for the horizontal scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ImageCaptured", + "id": 0, + "name": "ImageCaptured", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ImageCaptured", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbImageCapturedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbImageCapturedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ImageCapturedScript", + "id": 0, + "name": "ImageCapturedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ImageCapturedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.InteractionOverride", + "id": 0, + "name": "InteractionOverride", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.InteractionOverride", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the InteractionOverride property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InteractionState", + "fullTypeName": "IgniteUI.Blazor.Controls.InteractionState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.InteractionPixelScalingRatio", + "id": 0, + "name": "InteractionPixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.InteractionPixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Method of pixel scaling to use during end user interaction with the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.IsAnimationActive", + "id": 0, + "name": "IsAnimationActive()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.IsAnimationActive()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.IsAnimationActiveAsync", + "id": 0, + "name": "IsAnimationActiveAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.IsAnimationActiveAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.IsAntiAliasingEnabledDuringInteraction", + "id": 0, + "name": "IsAntiAliasingEnabledDuringInteraction", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.IsAntiAliasingEnabledDuringInteraction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the IsAntiAliasingEnabledDuringInteraction property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.IsPagePanningAllowed", + "id": 0, + "name": "IsPagePanningAllowed", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.IsPagePanningAllowed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the whether the series viewer can allow the page to pan if a control pan is not possible in the requested direction." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.IsSurfaceInteractionDisabled", + "id": 0, + "name": "IsSurfaceInteractionDisabled", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.IsSurfaceInteractionDisabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether all surface interactions with the plot area should be disabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.IsWindowSyncedToVisibleRange", + "id": 0, + "name": "IsWindowSyncedToVisibleRange", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.IsWindowSyncedToVisibleRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to sync the vertical aspect of the window with the contained series content. This is only supported for a subset of the available series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.LeftMargin", + "id": 0, + "name": "LeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.LeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the left margin to use around the chart content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.Legend", + "id": 0, + "name": "Legend", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.Legend", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets which legend to use for all series in this SeriesViewer, unless otherwise specified by the Series.Legend property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbLegendBase", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbLegendBase" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.LegendHighlightingMode", + "id": 0, + "name": "LegendHighlightingMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.LegendHighlightingMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlighting mode to use for the legend linked to the component, when supported." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendHighlightingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendHighlightingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.LegendItemBadgeMode", + "id": 0, + "name": "LegendItemBadgeMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.LegendItemBadgeMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode of legend badges representing all series in this chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.LegendItemBadgeShape", + "id": 0, + "name": "LegendItemBadgeShape", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.LegendItemBadgeShape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets type of legend badges representing all series displayed in a legend linked to this component" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.LegendScript", + "id": 0, + "name": "LegendScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.LegendScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Legend in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.MarkerAutomaticBehavior", + "id": 0, + "name": "MarkerAutomaticBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.MarkerAutomaticBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the marker mode used for assigning a marker type to series when the marker type is automatic." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerAutomaticBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.MarkerBrushes", + "id": 0, + "name": "MarkerBrushes", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.MarkerBrushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette of brushes used for fill of marker series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.MarkerOutlines", + "id": 0, + "name": "MarkerOutlines", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.MarkerOutlines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette of brushes used for outlines of plotted markers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.NotifyContainerResized", + "id": 0, + "name": "NotifyContainerResized()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.NotifyContainerResized()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.NotifyContainerResizedAsync", + "id": 0, + "name": "NotifyContainerResizedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.NotifyContainerResizedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notification from the containing object that the container has been resized." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.NotifySeriesDataChanged", + "id": 0, + "name": "NotifySeriesDataChanged()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.NotifySeriesDataChanged()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.NotifySeriesDataChangedAsync", + "id": 0, + "name": "NotifySeriesDataChangedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.NotifySeriesDataChangedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.Outlines", + "id": 0, + "name": "Outlines", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.Outlines", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the palette of brushes used for outlines of plotted series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PanModifier", + "id": 0, + "name": "PanModifier", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PanModifier", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the current SeriesViewer's PanModifier property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ModifierKeys", + "fullTypeName": "IgniteUI.Blazor.Controls.ModifierKeys" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PixelScalingRatio", + "id": 0, + "name": "PixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scaling value used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaBackground", + "id": 0, + "name": "PlotAreaBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush used as the background for the current SeriesViewer object's plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaClicked", + "id": 0, + "name": "PlotAreaClicked", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaClicked", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPlotAreaMouseButtonEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaClickedScript", + "id": 0, + "name": "PlotAreaClickedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaClickedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaMouseEnter", + "id": 0, + "name": "PlotAreaMouseEnter", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaMouseEnter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbPlotAreaMouseEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaMouseEnterScript", + "id": 0, + "name": "PlotAreaMouseEnterScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaMouseEnterScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaMouseLeave", + "id": 0, + "name": "PlotAreaMouseLeave", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaMouseLeave", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbPlotAreaMouseEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaMouseLeaveScript", + "id": 0, + "name": "PlotAreaMouseLeaveScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaMouseLeaveScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaMouseLeftButtonDown", + "id": 0, + "name": "PlotAreaMouseLeftButtonDown", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaMouseLeftButtonDown", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPlotAreaMouseButtonEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaMouseLeftButtonDownScript", + "id": 0, + "name": "PlotAreaMouseLeftButtonDownScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaMouseLeftButtonDownScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaMouseLeftButtonUp", + "id": 0, + "name": "PlotAreaMouseLeftButtonUp", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaMouseLeftButtonUp", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPlotAreaMouseButtonEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPlotAreaMouseButtonEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaMouseLeftButtonUpScript", + "id": 0, + "name": "PlotAreaMouseLeftButtonUpScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaMouseLeftButtonUpScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaMouseOver", + "id": 0, + "name": "PlotAreaMouseOver", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaMouseOver", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbPlotAreaMouseEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbPlotAreaMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaMouseOverScript", + "id": 0, + "name": "PlotAreaMouseOverScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PlotAreaMouseOverScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PreferHigherResolutionTiles", + "id": 0, + "name": "PreferHigherResolutionTiles", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PreferHigherResolutionTiles", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the series viewer should prefer selecting higher resolution tiles over lower resolution tiles when performing tile zooming. Setting this to true will lower performance but increase quality." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PreviewPathFill", + "id": 0, + "name": "PreviewPathFill", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PreviewPathFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush used as the fill for the current SeriesViewer object's preview path. Null is treated as auto." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PreviewPathOpacity", + "id": 0, + "name": "PreviewPathOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PreviewPathOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity used as for the fill for the current SeriesViewer object's preview path. Null is treated as auto." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PreviewPathStroke", + "id": 0, + "name": "PreviewPathStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PreviewPathStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush used as the border for the current SeriesViewer object's preview path. Null is treated as auto." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PreviewRect", + "id": 0, + "name": "PreviewRect", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.PreviewRect", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the preview rectangle." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.RefreshCompleted", + "id": 0, + "name": "RefreshCompleted", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.RefreshCompleted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbRefreshCompletedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbRefreshCompletedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.RefreshCompletedScript", + "id": 0, + "name": "RefreshCompletedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.RefreshCompletedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.RenderToImage(System.Double,System.Double)", + "id": 0, + "name": "RenderToImage(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.RenderToImage(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "width", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "height", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.RenderToImageAsync(System.Double,System.Double)", + "id": 0, + "name": "RenderToImageAsync(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.RenderToImageAsync(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "width", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "height", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ResetZoom", + "id": 0, + "name": "ResetZoom()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ResetZoom()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ResetZoomAsync", + "id": 0, + "name": "ResetZoomAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ResetZoomAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Resets the zoom level to default." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ResizeIdle", + "id": 0, + "name": "ResizeIdle", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ResizeIdle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbChartResizeIdleEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbChartResizeIdleEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ResizeIdleMilliseconds", + "id": 0, + "name": "ResizeIdleMilliseconds", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ResizeIdleMilliseconds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ResizeIdleScript", + "id": 0, + "name": "ResizeIdleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ResizeIdleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.RightButtonDefaultInteraction", + "id": 0, + "name": "RightButtonDefaultInteraction", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.RightButtonDefaultInteraction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the RightButtonDefaultInteraction property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InteractionState", + "fullTypeName": "IgniteUI.Blazor.Controls.InteractionState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.RightMargin", + "id": 0, + "name": "RightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.RightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the right margin to use around the chart content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ScrollbarsAnimationDuration", + "id": 0, + "name": "ScrollbarsAnimationDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ScrollbarsAnimationDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration of the scrollbar effects." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SelectedSeriesItems", + "id": 0, + "name": "SelectedSeriesItems", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SelectedSeriesItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the currently selected data items. Adding or removing data items from this collection will select or deselect the visuals associated with those items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSelectedItemCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SelectedSeriesItemsChanged", + "id": 0, + "name": "SelectedSeriesItemsChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SelectedSeriesItemsChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbSeriesViewerSelectedSeriesItemsChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SelectedSeriesItemsChangedScript", + "id": 0, + "name": "SelectedSeriesItemsChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SelectedSeriesItemsChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SelectionBehavior", + "id": 0, + "name": "SelectionBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SelectionBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the selection behavior to use for the series in the component, when supported." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SelectionBrush", + "id": 0, + "name": "SelectionBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SelectionBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the selection brush to use for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SelectionDismissDelayMilliseconds", + "id": 0, + "name": "SelectionDismissDelayMilliseconds", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SelectionDismissDelayMilliseconds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of time to delay before dismissing a selection effect." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SelectionMode", + "id": 0, + "name": "SelectionMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SelectionMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the selection mode to use for the series in the component, when supported." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SelectionModifier", + "id": 0, + "name": "SelectionModifier", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SelectionModifier", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the current SeriesViewer's SelectionModifier property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ModifierKeys", + "fullTypeName": "IgniteUI.Blazor.Controls.ModifierKeys" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SelectionTransitionDuration", + "id": 0, + "name": "SelectionTransitionDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SelectionTransitionDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration the selection/de-Selection effects." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.Series", + "id": 0, + "name": "Series", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.Series", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current SeriesViewer object's child Series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeriesCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeriesCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesClick", + "id": 0, + "name": "SeriesClick", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDataChartMouseButtonEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesClickScript", + "id": 0, + "name": "SeriesClickScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesClickScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesCursorMouseMove", + "id": 0, + "name": "SeriesCursorMouseMove", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesCursorMouseMove", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbChartCursorEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbChartCursorEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesCursorMouseMoveScript", + "id": 0, + "name": "SeriesCursorMouseMoveScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesCursorMouseMoveScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesMouseEnter", + "id": 0, + "name": "SeriesMouseEnter", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesMouseEnter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbChartMouseEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbChartMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesMouseEnterScript", + "id": 0, + "name": "SeriesMouseEnterScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesMouseEnterScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesMouseLeave", + "id": 0, + "name": "SeriesMouseLeave", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesMouseLeave", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbChartMouseEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbChartMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesMouseLeaveScript", + "id": 0, + "name": "SeriesMouseLeaveScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesMouseLeaveScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesMouseLeftButtonDown", + "id": 0, + "name": "SeriesMouseLeftButtonDown", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesMouseLeftButtonDown", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDataChartMouseButtonEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesMouseLeftButtonDownScript", + "id": 0, + "name": "SeriesMouseLeftButtonDownScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesMouseLeftButtonDownScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesMouseLeftButtonUp", + "id": 0, + "name": "SeriesMouseLeftButtonUp", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesMouseLeftButtonUp", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbDataChartMouseButtonEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbDataChartMouseButtonEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesMouseLeftButtonUpScript", + "id": 0, + "name": "SeriesMouseLeftButtonUpScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesMouseLeftButtonUpScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesMouseMove", + "id": 0, + "name": "SeriesMouseMove", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesMouseMove", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbChartMouseEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbChartMouseEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesMouseMoveScript", + "id": 0, + "name": "SeriesMouseMoveScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesMouseMoveScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesValueLayerUseLegend", + "id": 0, + "name": "SeriesValueLayerUseLegend", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SeriesValueLayerUseLegend", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the series animations should be allowed when a range change has been detected on an axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ShouldMatchZOrderToSeriesOrder", + "id": 0, + "name": "ShouldMatchZOrderToSeriesOrder", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ShouldMatchZOrderToSeriesOrder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to match the z order of the series to their positional order in the series collection, regardless of mutation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ShouldPanOnMaximumZoom", + "id": 0, + "name": "ShouldPanOnMaximumZoom", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ShouldPanOnMaximumZoom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a whether the chart should pan its content when zooming in passed max zoom level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ShouldSimulateHoverMoveCrosshairPoint", + "id": 0, + "name": "ShouldSimulateHoverMoveCrosshairPoint", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ShouldSimulateHoverMoveCrosshairPoint", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether calling SimulateHover should shift the crosshair point." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SimulateHover(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "SimulateHover(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SimulateHover(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SimulateHoverAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "SimulateHoverAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SimulateHoverAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SizeChanged", + "id": 0, + "name": "SizeChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SizeChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbRectChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbRectChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SizeChangedScript", + "id": 0, + "name": "SizeChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SizeChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.StartTiledZoomingIfNecessary", + "id": 0, + "name": "StartTiledZoomingIfNecessary()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.StartTiledZoomingIfNecessary()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.StartTiledZoomingIfNecessaryAsync", + "id": 0, + "name": "StartTiledZoomingIfNecessaryAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.StartTiledZoomingIfNecessaryAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Manually starts a tiled zoom if one isn't already running." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.Subtitle", + "id": 0, + "name": "Subtitle", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.Subtitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Subtitle property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SubtitleBottomMargin", + "id": 0, + "name": "SubtitleBottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SubtitleBottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied below the subtitle." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SubtitleHorizontalAlignment", + "id": 0, + "name": "SubtitleHorizontalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SubtitleHorizontalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the SubtitleHorizontalAlignment property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SubtitleLeftMargin", + "id": 0, + "name": "SubtitleLeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SubtitleLeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied to the left of the subtitle." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SubtitleRightMargin", + "id": 0, + "name": "SubtitleRightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SubtitleRightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied to the right of the subtitle." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SubtitleTextColor", + "id": 0, + "name": "SubtitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SubtitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Color used for the Subtitle Text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SubtitleTextStyle", + "id": 0, + "name": "SubtitleTextStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SubtitleTextStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Font settings for the subtitle." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SubtitleTopMargin", + "id": 0, + "name": "SubtitleTopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SubtitleTopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied above the subtitle." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SyncChannel", + "id": 0, + "name": "SyncChannel", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.SyncChannel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the Synchronization channel to use for the SeriesViewer." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.TitleBottomMargin", + "id": 0, + "name": "TitleBottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.TitleBottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied below the title." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.TitleHorizontalAlignment", + "id": 0, + "name": "TitleHorizontalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.TitleHorizontalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the TitleHorizontalAlignment property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.TitleLeftMargin", + "id": 0, + "name": "TitleLeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.TitleLeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied to the left of the title." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.TitleRightMargin", + "id": 0, + "name": "TitleRightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.TitleRightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied to the right of the title." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.TitleTextColor", + "id": 0, + "name": "TitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.TitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Color used for the Title Text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.TitleTextStyle", + "id": 0, + "name": "TitleTextStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.TitleTextStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Font settings for the title." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.TitleTopMargin", + "id": 0, + "name": "TitleTopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.TitleTopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Margin applied above the title." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.TopMargin", + "id": 0, + "name": "TopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.TopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the top margin to use around the chart content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.UseTiledZooming", + "id": 0, + "name": "UseTiledZooming", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.UseTiledZooming", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the series viewer should use cached tiles during zooms rather than the default live content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalCrosshairBrush", + "id": 0, + "name": "VerticalCrosshairBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalCrosshairBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the current SeriesViewer's crosshair vertical brush override." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarCornerRadius", + "id": 0, + "name": "VerticalViewScrollbarCornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarCornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the corner radius to use for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarFill", + "id": 0, + "name": "VerticalViewScrollbarFill", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill to use for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarInset", + "id": 0, + "name": "VerticalViewScrollbarInset", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the inset distance to use for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarMaxOpacity", + "id": 0, + "name": "VerticalViewScrollbarMaxOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarMaxOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the max opacity to use for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarMode", + "id": 0, + "name": "VerticalViewScrollbarMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the vertical scrollbar mode to use for the series viewer." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesViewerScrollbarMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesViewerScrollbarMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarOutline", + "id": 0, + "name": "VerticalViewScrollbarOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the outline to use for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarPosition", + "id": 0, + "name": "VerticalViewScrollbarPosition", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarPosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position to use for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesViewerVerticalScrollbarPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesViewerVerticalScrollbarPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarShouldAddAutoTrackInsets", + "id": 0, + "name": "VerticalViewScrollbarShouldAddAutoTrackInsets", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarShouldAddAutoTrackInsets", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use automatic track insets for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarStrokeThickness", + "id": 0, + "name": "VerticalViewScrollbarStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness to use for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarTrackEndInset", + "id": 0, + "name": "VerticalViewScrollbarTrackEndInset", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarTrackEndInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the track end inset to use for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarTrackStartInset", + "id": 0, + "name": "VerticalViewScrollbarTrackStartInset", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarTrackStartInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the track start inset to use for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarWidth", + "id": 0, + "name": "VerticalViewScrollbarWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.VerticalViewScrollbarWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width to use for the vertical scrollbar in the component, when enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ViewerManipulationEnding", + "id": 0, + "name": "ViewerManipulationEnding", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ViewerManipulationEnding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbSeriesViewerManipulationEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbSeriesViewerManipulationEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ViewerManipulationEndingScript", + "id": 0, + "name": "ViewerManipulationEndingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ViewerManipulationEndingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ViewerManipulationStarting", + "id": 0, + "name": "ViewerManipulationStarting", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ViewerManipulationStarting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbSeriesViewerManipulationEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbSeriesViewerManipulationEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ViewerManipulationStartingScript", + "id": 0, + "name": "ViewerManipulationStartingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ViewerManipulationStartingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ViewportRect", + "id": 0, + "name": "ViewportRect", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ViewportRect", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the viewport rectangle associated with the SeriesViewer, the physical dimensions of the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.WindowPositionHorizontal", + "id": 0, + "name": "WindowPositionHorizontal", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.WindowPositionHorizontal", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A number between 0 and 1 determining the position of the horizontal scroll." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.WindowPositionVertical", + "id": 0, + "name": "WindowPositionVertical", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.WindowPositionVertical", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A number between 0 and 1 determining the position of the vertical scroll." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.WindowRect", + "id": 0, + "name": "WindowRect", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.WindowRect", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A rectangle representing the portion of the SeriesViewer currently in view." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.WindowRectChanged", + "id": 0, + "name": "WindowRectChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.WindowRectChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbRectChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbRectChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.WindowRectChangedScript", + "id": 0, + "name": "WindowRectChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.WindowRectChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.WindowRectMinHeight", + "id": 0, + "name": "WindowRectMinHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.WindowRectMinHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the minimum height that the window rect is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.WindowRectMinWidth", + "id": 0, + "name": "WindowRectMinWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.WindowRectMinWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the minimum width that the window rect is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.WindowResponse", + "id": 0, + "name": "WindowResponse", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.WindowResponse", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The response to user panning and zooming: whether to update the view immediately while the user action is happening, or to defer the update to after the user action is complete. The user action will be an action such as a mouse drag which causes panning and/or zooming to occur." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "WindowResponse", + "fullTypeName": "IgniteUI.Blazor.Controls.WindowResponse" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.WindowSizeMinHeight", + "id": 0, + "name": "WindowSizeMinHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.WindowSizeMinHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets minimum pixel height that the window is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.WindowSizeMinWidth", + "id": 0, + "name": "WindowSizeMinWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.WindowSizeMinWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets minimum pixel width that the window is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ZoomCoercionMode", + "id": 0, + "name": "ZoomCoercionMode", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ZoomCoercionMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets zoom is constrained to within the axes. Setting this to false is a preview feature at the present time." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ZoomCoercionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ZoomCoercionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ZoomIn(System.Double)", + "id": 0, + "name": "ZoomIn(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ZoomIn(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "percentage", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ZoomInAsync(System.Double)", + "id": 0, + "name": "ZoomInAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ZoomInAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Performs zoom in action on the chart by specified percentage of current window rect" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "percentage", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ZoomOut(System.Double)", + "id": 0, + "name": "ZoomOut(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ZoomOut(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "percentage", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ZoomOutAsync(System.Double)", + "id": 0, + "name": "ZoomOutAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ZoomOutAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Performs zoom out action on the chart by specified percentage of current window rect" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "percentage", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ZoomTileCacheSize", + "id": 0, + "name": "ZoomTileCacheSize", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewer.ZoomTileCacheSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum number of zoom tiles that the series viewer should cache while in tiled zooming mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerManipulationEventArgs", + "id": 0, + "name": "IgbSeriesViewerManipulationEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerManipulationEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerManipulationEventArgs.#ctor", + "id": 0, + "name": "IgbSeriesViewerManipulationEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerManipulationEventArgs.IgbSeriesViewerManipulationEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerManipulationEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerManipulationEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerManipulationEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerManipulationEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerManipulationEventArgs.IsDragSelect", + "id": 0, + "name": "IsDragSelect", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerManipulationEventArgs.IsDragSelect", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerManipulationEventArgs.IsDragZoom", + "id": 0, + "name": "IsDragZoom", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerManipulationEventArgs.IsDragZoom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerManipulationEventArgs.IsZoomPan", + "id": 0, + "name": "IsZoomPan", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerManipulationEventArgs.IsZoomPan", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerManipulationEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerManipulationEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerManipulationEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerManipulationEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs", + "id": 0, + "name": "IgbSeriesViewerSelectedSeriesItemsChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for the SelectedItemsChanged event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs.#ctor", + "id": 0, + "name": "IgbSeriesViewerSelectedSeriesItemsChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs.CurrentItems", + "id": 0, + "name": "CurrentItems", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs.CurrentItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A list of the current items selected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSelectedItemCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs.NewItems", + "id": 0, + "name": "NewItems", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs.NewItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A list of the items being selected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSelectedItemCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs.OldItems", + "id": 0, + "name": "OldItems", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs.OldItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A list of the previously selected items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbChartSelectedItemCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbChartSelectedItemCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangingEventArgs", + "id": 0, + "name": "IgbSeriesViewerSelectedSeriesItemsChangingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for the SelectedItemsChanging event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangedEventArgs", + "id": 0, + "name": "IgbSeriesViewerSelectedSeriesItemsChangedEventArgs" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangingEventArgs.#ctor", + "id": 0, + "name": "IgbSeriesViewerSelectedSeriesItemsChangingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangingEventArgs.IgbSeriesViewerSelectedSeriesItemsChangingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangingEventArgs.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangingEventArgs.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Set this to true in order to stop the SelectedItems collection from changing." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSeriesViewerSelectedSeriesItemsChangingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource", + "id": 0, + "name": "IgbShapeDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Class used to convert Shapefiles into CLR objects." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.#ctor", + "id": 0, + "name": "IgbShapeDataSource()", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.IgbShapeDataSource()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.ComputedWorldRect", + "id": 0, + "name": "ComputedWorldRect", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.ComputedWorldRect", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the world bounding rectangle, based on the filtered shapes" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.DatabaseSource", + "id": 0, + "name": "DatabaseSource", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.DatabaseSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The Uri of the .dbf portion of the Shapefile." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.DeferImportCompleted", + "id": 0, + "name": "DeferImportCompleted", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.DeferImportCompleted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The Uri of the .shp portion of the Shapefile." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.Filter", + "id": 0, + "name": "Filter", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.Filter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbShapeFilterRecordEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbShapeFilterRecordEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.FilterScript", + "id": 0, + "name": "FilterScript", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.FilterScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetLargestShapeBoundsForRecord(System.Int32)", + "id": 0, + "name": "GetLargestShapeBoundsForRecord(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetLargestShapeBoundsForRecord(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetLargestShapeBoundsForRecordAsync(System.Int32)", + "id": 0, + "name": "GetLargestShapeBoundsForRecordAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetLargestShapeBoundsForRecordAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetMaxLongitude(System.Int32,System.Boolean,System.Double,System.Double)", + "id": 0, + "name": "GetMaxLongitude(Int32, Boolean, Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetMaxLongitude(System.Int32, System.Boolean, System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "recordIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "useLargestShape", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "fromLongitude", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "toLongitude", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetMaxLongitudeAsync(System.Int32,System.Boolean,System.Double,System.Double)", + "id": 0, + "name": "GetMaxLongitudeAsync(Int32, Boolean, Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetMaxLongitudeAsync(System.Int32, System.Boolean, System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "recordIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "useLargestShape", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "fromLongitude", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "toLongitude", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecord(System.Int32)", + "id": 0, + "name": "GetRecord(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecord(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "IgbShapefileRecord", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbShapefileRecord" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordAsync(System.Int32)", + "id": 0, + "name": "GetRecordAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<IgbShapefileRecord>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbShapefileRecord>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordBounds(System.Int32)", + "id": 0, + "name": "GetRecordBounds(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordBounds(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordBoundsAsync(System.Int32)", + "id": 0, + "name": "GetRecordBoundsAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordBoundsAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordFieldNames(System.Int32)", + "id": 0, + "name": "GetRecordFieldNames(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordFieldNames(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordFieldNamesAsync(System.Int32)", + "id": 0, + "name": "GetRecordFieldNamesAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordFieldNamesAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<String[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.String[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordsCount", + "id": 0, + "name": "GetRecordsCount()", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordsCount()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordsCountAsync", + "id": 0, + "name": "GetRecordsCountAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordsCountAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordValue(System.Int32,System.String)", + "id": 0, + "name": "GetRecordValue(Int32, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordValue(System.Int32, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "fieldName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordValueAsync(System.Int32,System.String)", + "id": 0, + "name": "GetRecordValueAsync(Int32, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordValueAsync(System.Int32, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "fieldName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordValues(System.String)", + "id": 0, + "name": "GetRecordValues(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordValues(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "fieldName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordValuesAsync(System.String)", + "id": 0, + "name": "GetRecordValuesAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetRecordValuesAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "fieldName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetWorldBounds(System.Boolean)", + "id": 0, + "name": "GetWorldBounds(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetWorldBounds(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "useComputed", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetWorldBoundsAsync(System.Boolean)", + "id": 0, + "name": "GetWorldBoundsAsync(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.GetWorldBoundsAsync(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "useComputed", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.ImportCompleted", + "id": 0, + "name": "ImportCompleted", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.ImportCompleted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbAsyncCompletedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.ImportCompletedScript", + "id": 0, + "name": "ImportCompletedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.ImportCompletedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.ImportPending", + "id": 0, + "name": "ImportPending", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.ImportPending", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbAsyncCompletedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.ImportPendingScript", + "id": 0, + "name": "ImportPendingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.ImportPendingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.RemoveRecord(System.Int32)", + "id": 0, + "name": "RemoveRecord(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.RemoveRecord(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.RemoveRecordAsync(System.Int32)", + "id": 0, + "name": "RemoveRecordAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.RemoveRecordAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.SendImportCompleted", + "id": 0, + "name": "SendImportCompleted()", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.SendImportCompleted()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.SendImportCompletedAsync", + "id": 0, + "name": "SendImportCompletedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.SendImportCompletedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.SetRecordValue(System.Int32,System.String,System.Object)", + "id": 0, + "name": "SetRecordValue(Int32, String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.SetRecordValue(System.Int32, System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "fieldName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.SetRecordValueAsync(System.Int32,System.String,System.Object)", + "id": 0, + "name": "SetRecordValueAsync(Int32, String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.SetRecordValueAsync(System.Int32, System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "fieldName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.SetRecordValues(System.String,System.Object[])", + "id": 0, + "name": "SetRecordValues(String, Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.SetRecordValues(System.String, System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "fieldName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.SetRecordValuesAsync(System.String,System.Object[])", + "id": 0, + "name": "SetRecordValuesAsync(String, Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.SetRecordValuesAsync(System.String, System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "fieldName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.SetWorldBounds(System.Boolean,IgniteUI.Blazor.Controls.Rect)", + "id": 0, + "name": "SetWorldBounds(Boolean, Rect)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.SetWorldBounds(System.Boolean, IgniteUI.Blazor.Controls.Rect)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "setComputed", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "bounds", + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.SetWorldBoundsAsync(System.Boolean,IgniteUI.Blazor.Controls.Rect)", + "id": 0, + "name": "SetWorldBoundsAsync(Boolean, Rect)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.SetWorldBoundsAsync(System.Boolean, IgniteUI.Blazor.Controls.Rect)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "setComputed", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "bounds", + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.ShapefileSource", + "id": 0, + "name": "ShapefileSource", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.ShapefileSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The Uri of the .shp portion of the Shapefile." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.ShiftAllShapes(System.Double,System.Double)", + "id": 0, + "name": "ShiftAllShapes(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.ShiftAllShapes(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "offsetX", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "offsetY", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.ShiftAllShapesAsync(System.Double,System.Double)", + "id": 0, + "name": "ShiftAllShapesAsync(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.ShiftAllShapesAsync(System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "offsetX", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "offsetY", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.ShiftShapes(System.Int32,System.Double,System.Double)", + "id": 0, + "name": "ShiftShapes(Int32, Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.ShiftShapes(System.Int32, System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "recordIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "offsetX", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "offsetY", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.ShiftShapesAsync(System.Int32,System.Double,System.Double)", + "id": 0, + "name": "ShiftShapesAsync(Int32, Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.ShiftShapesAsync(System.Int32, System.Double, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "recordIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "offsetX", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "offsetY", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSource.WorldRect", + "id": 0, + "name": "WorldRect", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSource.WorldRect", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the world bounding rectangle, as read from the header of the Shapefile." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSourceModule", + "id": 0, + "name": "IgbShapeDataSourceModule", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSourceModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSourceModule.#ctor", + "id": 0, + "name": "IgbShapeDataSourceModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSourceModule.IgbShapeDataSourceModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSourceModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSourceModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSourceModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSourceModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeDataSourceModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeDataSourceModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapefileRecord", + "id": 0, + "name": "IgbShapefileRecord", + "fullName": "IgniteUI.Blazor.Controls.IgbShapefileRecord", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a record of data from a Shapefile (.shp and .dbf)." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbShapefileRecord.#ctor", + "id": 0, + "name": "IgbShapefileRecord()", + "fullName": "IgniteUI.Blazor.Controls.IgbShapefileRecord.IgbShapefileRecord()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapefileRecord.Bounds", + "id": 0, + "name": "Bounds", + "fullName": "IgniteUI.Blazor.Controls.IgbShapefileRecord.Bounds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the bounds for the shapes" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapefileRecord.FieldValues", + "id": 0, + "name": "FieldValues", + "fullName": "IgniteUI.Blazor.Controls.IgbShapefileRecord.FieldValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapefileRecord.FieldValuesScript", + "id": 0, + "name": "FieldValuesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbShapefileRecord.FieldValuesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting FieldValues in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapefileRecord.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapefileRecord.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapefileRecord.GetFieldValue(System.String)", + "id": 0, + "name": "GetFieldValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapefileRecord.GetFieldValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "fieldName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapefileRecord.GetFieldValueAsync(System.String)", + "id": 0, + "name": "GetFieldValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapefileRecord.GetFieldValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "fieldName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapefileRecord.SetFieldValue(System.String,System.Object)", + "id": 0, + "name": "SetFieldValue(String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapefileRecord.SetFieldValue(System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "fieldName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapefileRecord.SetFieldValueAsync(System.String,System.Object)", + "id": 0, + "name": "SetFieldValueAsync(String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapefileRecord.SetFieldValueAsync(System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "fieldName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapefileRecord.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbShapefileRecord.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeFilterRecordEventArgs", + "id": 0, + "name": "IgbShapeFilterRecordEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeFilterRecordEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeFilterRecordEventArgs.#ctor", + "id": 0, + "name": "IgbShapeFilterRecordEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeFilterRecordEventArgs.IgbShapeFilterRecordEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeFilterRecordEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeFilterRecordEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeFilterRecordEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeFilterRecordEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeFilterRecordEventArgs.Record", + "id": 0, + "name": "Record", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeFilterRecordEventArgs.Record", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbShapefileRecord", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbShapefileRecord" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeFilterRecordEventArgs.ShouldInclude", + "id": 0, + "name": "ShouldInclude", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeFilterRecordEventArgs.ShouldInclude", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeFilterRecordEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeFilterRecordEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeFilterRecordEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeFilterRecordEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase", + "id": 0, + "name": "IgbShapeSeriesBase", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Series class for rendering polygons." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.#ctor", + "id": 0, + "name": "IgbShapeSeriesBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.IgbShapeSeriesBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.ActualItemSearchMode", + "id": 0, + "name": "ActualItemSearchMode", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.ActualItemSearchMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ShapeItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ShapeItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.AssigningShapeMarkerStyle", + "id": 0, + "name": "AssigningShapeMarkerStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.AssigningShapeMarkerStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAssigningShapeMarkerStyleEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAssigningShapeMarkerStyleEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.AssigningShapeMarkerStyleScript", + "id": 0, + "name": "AssigningShapeMarkerStyleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.AssigningShapeMarkerStyleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.AssigningShapeStyle", + "id": 0, + "name": "AssigningShapeStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.AssigningShapeStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbAssigningShapeStyleEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbAssigningShapeStyleEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.AssigningShapeStyleScript", + "id": 0, + "name": "AssigningShapeStyleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.AssigningShapeStyleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "id": 0, + "name": "BindAxes(IgbAxis[])", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Axes", + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.CanUseAsXAxis(System.Object)", + "id": 0, + "name": "CanUseAsXAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.CanUseAsXAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.CanUseAsXAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsXAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.CanUseAsXAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as XAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.CanUseAsYAxis(System.Object)", + "id": 0, + "name": "CanUseAsYAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.CanUseAsYAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.CanUseAsYAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsYAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.CanUseAsYAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as YAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.FillMemberPath", + "id": 0, + "name": "FillMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.FillMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.FillScale", + "id": 0, + "name": "FillScale", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.FillScale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush scale for the fill brush of markers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbBrushScale", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbBrushScale" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.FillScaleUseGlobalValues", + "id": 0, + "name": "FillScaleUseGlobalValues", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.FillScaleUseGlobalValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series. This setting applies only if multiple series are using the same FillScale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.GetExactItemIndex(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetExactItemIndex(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.GetExactItemIndex(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.GetExactItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetExactItemIndexAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.GetExactItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.GetItem(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItem(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.GetItem(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item that is the best match for the specified world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.GetItemValue(System.Object,System.String)", + "id": 0, + "name": "GetItemValue(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.GetItemValue(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.GetItemValueAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemValueAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.GetItemValueAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.GetMemberPathValue(System.String)", + "id": 0, + "name": "GetMemberPathValue(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.GetMemberPathValue(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.GetMemberPathValueAsync(System.String)", + "id": 0, + "name": "GetMemberPathValueAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.GetMemberPathValueAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the value of a requested member path from the series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.HighlightedShapeMemberPath", + "id": 0, + "name": "HighlightedShapeMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.HighlightedShapeMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.IsCustomShapeMarkerStyleAllowed", + "id": 0, + "name": "IsCustomShapeMarkerStyleAllowed", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.IsCustomShapeMarkerStyleAllowed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.IsCustomShapeStyleAllowed", + "id": 0, + "name": "IsCustomShapeStyleAllowed", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.IsCustomShapeStyleAllowed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether this Shape series should allow custom style overrides of its individual visuals." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.ItemSearchMode", + "id": 0, + "name": "ItemSearchMode", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.ItemSearchMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode the series will use to find the closest point to the cursor." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ShapeItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ShapeItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.ItemSearchPointsThreshold", + "id": 0, + "name": "ItemSearchPointsThreshold", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.ItemSearchPointsThreshold", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the points threshold to use when searching for items using ItemSearchMode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.ItemSearchThreshold", + "id": 0, + "name": "ItemSearchThreshold", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.ItemSearchThreshold", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the threshold to use when searching for items using ItemSearchMode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.ShapeFilterResolution", + "id": 0, + "name": "ShapeFilterResolution", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.ShapeFilterResolution", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The resolution at which to filter out shapes in the series. For example, if the ShapeFilterResolution is set to 3, then elements with a bounding rectangle smaller than 3 X 3 pixels will be filtered out." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.ShapeMemberPath", + "id": 0, + "name": "ShapeMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.ShapeMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The name of the property on ItemsSource items which, for each shape, contains a list of points to be converted to a polygon." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.StyleShape", + "id": 0, + "name": "StyleShape", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.StyleShape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbStyleShapeEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.StyleShapeScript", + "id": 0, + "name": "StyleShapeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.StyleShapeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.XAxis", + "id": 0, + "name": "XAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.XAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the effective x-axis for the current ScatterBase object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbNumericXAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbNumericXAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.XAxisName", + "id": 0, + "name": "XAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.XAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve xAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.XAxisScript", + "id": 0, + "name": "XAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.XAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting XAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.YAxis", + "id": 0, + "name": "YAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.YAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the effective y-axis for the current ScatterBase object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbNumericYAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbNumericYAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.YAxisName", + "id": 0, + "name": "YAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.YAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve yAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.YAxisScript", + "id": 0, + "name": "YAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase.YAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting YAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSize", + "id": 0, + "name": "IgbSize", + "fullName": "IgniteUI.Blazor.Controls.IgbSize", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSize.#ctor", + "id": 0, + "name": "IgbSize()", + "fullName": "IgniteUI.Blazor.Controls.IgbSize.IgbSize()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSize.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSize.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSize.Height", + "id": 0, + "name": "Height", + "fullName": "IgniteUI.Blazor.Controls.IgbSize.Height", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the vertical component of Size" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSize.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSize.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSize.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSize.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSize.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSize.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSize.Width", + "id": 0, + "name": "Width", + "fullName": "IgniteUI.Blazor.Controls.IgbSize.Width", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the horizontal component of Size" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSizeScale", + "id": 0, + "name": "IgbSizeScale", + "fullName": "IgniteUI.Blazor.Controls.IgbSizeScale", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a scale that is used determine an object's size." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSizeScale.#ctor", + "id": 0, + "name": "IgbSizeScale()", + "fullName": "IgniteUI.Blazor.Controls.IgbSizeScale.IgbSizeScale()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSizeScale.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSizeScale.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSizeScale.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSizeScale.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSizeScale.GetCurrentGlobalMaximum", + "id": 0, + "name": "GetCurrentGlobalMaximum()", + "fullName": "IgniteUI.Blazor.Controls.IgbSizeScale.GetCurrentGlobalMaximum()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSizeScale.GetCurrentGlobalMaximumAsync", + "id": 0, + "name": "GetCurrentGlobalMaximumAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSizeScale.GetCurrentGlobalMaximumAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSizeScale.GetCurrentGlobalMinimum", + "id": 0, + "name": "GetCurrentGlobalMinimum()", + "fullName": "IgniteUI.Blazor.Controls.IgbSizeScale.GetCurrentGlobalMinimum()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSizeScale.GetCurrentGlobalMinimumAsync", + "id": 0, + "name": "GetCurrentGlobalMinimumAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSizeScale.GetCurrentGlobalMinimumAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSizeScale.GlobalMaximum", + "id": 0, + "name": "GlobalMaximum", + "fullName": "IgniteUI.Blazor.Controls.IgbSizeScale.GlobalMaximum", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets global maximum value that will be mapped to MaxumumValue of this scale" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSizeScale.GlobalMinimum", + "id": 0, + "name": "GlobalMinimum", + "fullName": "IgniteUI.Blazor.Controls.IgbSizeScale.GlobalMinimum", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets global minimum value that will be mapped to MinumumValue of this scale" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSizeScale.IsLogarithmic", + "id": 0, + "name": "IsLogarithmic", + "fullName": "IgniteUI.Blazor.Controls.IgbSizeScale.IsLogarithmic", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the scale is logarithmic." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSizeScale.LogarithmBase", + "id": 0, + "name": "LogarithmBase", + "fullName": "IgniteUI.Blazor.Controls.IgbSizeScale.LogarithmBase", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the logarithm base for this scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSizeScale.MaximumValue", + "id": 0, + "name": "MaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbSizeScale.MaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum size (in pixels) for this scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSizeScale.MinimumValue", + "id": 0, + "name": "MinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbSizeScale.MinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the minimum size (in pixels) for this scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSizeScale.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSizeScale.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSizeScaleModule", + "id": 0, + "name": "IgbSizeScaleModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSizeScaleModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSizeScaleModule.#ctor", + "id": 0, + "name": "IgbSizeScaleModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSizeScaleModule.IgbSizeScaleModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSizeScaleModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSizeScaleModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSizeScaleModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSizeScaleModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSizeScaleModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSizeScaleModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs", + "id": 0, + "name": "IgbSliceClickEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Contains PieChart click event data." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.#ctor", + "id": 0, + "name": "IgbSliceClickEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.IgbSliceClickEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.Bounds", + "id": 0, + "name": "Bounds", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.Bounds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the bounds of the slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.DataContext", + "id": 0, + "name": "DataContext", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.DataContext", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the slice data context." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.DataContextScript", + "id": 0, + "name": "DataContextScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.DataContextScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataContext in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.EndAngle", + "id": 0, + "name": "EndAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.EndAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the end angle of the slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.Fill", + "id": 0, + "name": "Fill", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.Fill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the fill color of the slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.Index", + "id": 0, + "name": "Index", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.Index", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the index of the slice that was clicked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.IsExploded", + "id": 0, + "name": "IsExploded", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.IsExploded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the slice is exploded." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.IsOthersSlice", + "id": 0, + "name": "IsOthersSlice", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.IsOthersSlice", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the current slice is part of the others slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.IsSelected", + "id": 0, + "name": "IsSelected", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.IsSelected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the slice is selected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.Origin", + "id": 0, + "name": "Origin", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.Origin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the origin location of the slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.OriginalEvent", + "id": 0, + "name": "OriginalEvent", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.OriginalEvent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Holds a reference to the original event that triggered slice click." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.OriginalEventScript", + "id": 0, + "name": "OriginalEventScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.OriginalEventScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting OriginalEvent in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.Outline", + "id": 0, + "name": "Outline", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.Outline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the outline color of the slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.Radius", + "id": 0, + "name": "Radius", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.Radius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the radius of the slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.StartAngle", + "id": 0, + "name": "StartAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.StartAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the start angle of the slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceClickEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs", + "id": 0, + "name": "IgbSliceEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Contains PieChart click event data." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.#ctor", + "id": 0, + "name": "IgbSliceEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.IgbSliceEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.Bounds", + "id": 0, + "name": "Bounds", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.Bounds", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the bounds of the slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.DataContext", + "id": 0, + "name": "DataContext", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.DataContext", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the slice data context." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.DataContextScript", + "id": 0, + "name": "DataContextScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.DataContextScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataContext in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.EndAngle", + "id": 0, + "name": "EndAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.EndAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the end angle of the slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.Fill", + "id": 0, + "name": "Fill", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.Fill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the fill color of the slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.Index", + "id": 0, + "name": "Index", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.Index", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the index of the slice that was clicked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.IsExploded", + "id": 0, + "name": "IsExploded", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.IsExploded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the slice is exploded." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.IsOthersSlice", + "id": 0, + "name": "IsOthersSlice", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.IsOthersSlice", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the current slice is part of the others slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.IsSelected", + "id": 0, + "name": "IsSelected", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.IsSelected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the slice is selected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.Origin", + "id": 0, + "name": "Origin", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.Origin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the origin location of the slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.OriginalEvent", + "id": 0, + "name": "OriginalEvent", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.OriginalEvent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Holds a reference to the original event that triggered slice click." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.OriginalEventScript", + "id": 0, + "name": "OriginalEventScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.OriginalEventScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting OriginalEvent in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.Outline", + "id": 0, + "name": "Outline", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.Outline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the outline color of the slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.Position", + "id": 0, + "name": "Position", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.Position", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the position of the mouse relative to the pie chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.Radius", + "id": 0, + "name": "Radius", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.Radius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the radius of the slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.StartAngle", + "id": 0, + "name": "StartAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.StartAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the start angle of the slice." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSliceEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider", + "id": 0, + "name": "IgbSlider", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A slider component used to select numeric value within a range." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase", + "id": 0, + "name": "IgbSliderBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.#ctor", + "id": 0, + "name": "IgbSlider()", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.IgbSlider()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.Change", + "id": 0, + "name": "Change", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.Change", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbNumberEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbNumberEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.ChangeScript", + "id": 0, + "name": "ChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.ChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.CheckValidity", + "id": 0, + "name": "CheckValidity()", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.CheckValidity()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.CheckValidityAsync", + "id": 0, + "name": "CheckValidityAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.CheckValidityAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Checks for validity of the control and emits the invalid event if it invalid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.GetCurrentValue", + "id": 0, + "name": "GetCurrentValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.GetCurrentValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.GetCurrentValueAsync", + "id": 0, + "name": "GetCurrentValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.GetCurrentValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.Input", + "id": 0, + "name": "Input", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.Input", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbNumberEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbNumberEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.InputScript", + "id": 0, + "name": "InputScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.InputScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.Invalid", + "id": 0, + "name": "Invalid", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.Invalid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Control the validity of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.ReportValidity", + "id": 0, + "name": "ReportValidity()", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.ReportValidity()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.ReportValidityAsync", + "id": 0, + "name": "ReportValidityAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.ReportValidityAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Checks for validity of the control and shows the browser message if it invalid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.SetCustomValidity(System.String)", + "id": 0, + "name": "SetCustomValidity(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.SetCustomValidity(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "message", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.SetCustomValidityAsync(System.String)", + "id": 0, + "name": "SetCustomValidityAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.SetCustomValidityAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets a custom validation message for the control. As long as message is not empty, the control is considered invalid." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "message", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.StepDown(System.Double)", + "id": 0, + "name": "StepDown(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.StepDown(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "stepDecrement", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.StepDownAsync(System.Double)", + "id": 0, + "name": "StepDownAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.StepDownAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Decrements the value of the slider by stepDecrement * step, where stepDecrement defaults to 1. stepDecrement Optional step decrement. If no parameter is passed, it defaults to 1." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "stepDecrement", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.StepUp(System.Double)", + "id": 0, + "name": "StepUp(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.StepUp(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "stepIncrement", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.StepUpAsync(System.Double)", + "id": 0, + "name": "StepUpAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.StepUpAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Increments the value of the slider by stepIncrement * step, where stepIncrement defaults to 1. stepIncrement Optional step increment. If no parameter is passed, it defaults to 1." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "stepIncrement", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The current value of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlider.ValueChanged", + "id": 0, + "name": "ValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbSlider.ValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<Double>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.Double>" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase", + "id": 0, + "name": "IgbSliderBase", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.#ctor", + "id": 0, + "name": "IgbSliderBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.IgbSliderBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Disables the UI interactions of the slider." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.DiscreteTrack", + "id": 0, + "name": "DiscreteTrack", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.DiscreteTrack", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Marks the slider track as discrete so it displays the steps. If the step is 0, the slider will remain continuos even if discreteTrack is true." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.HidePrimaryLabels", + "id": 0, + "name": "HidePrimaryLabels", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.HidePrimaryLabels", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hides the primary tick labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.HideSecondaryLabels", + "id": 0, + "name": "HideSecondaryLabels", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.HideSecondaryLabels", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hides the secondary tick labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.HideTooltip", + "id": 0, + "name": "HideTooltip", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.HideTooltip", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hides the thumb tooltip." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.Locale", + "id": 0, + "name": "Locale", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.Locale", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The locale used to format the thumb and tick label values in the slider." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.LowerBound", + "id": 0, + "name": "LowerBound", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.LowerBound", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The lower bound of the slider value. If not set, the min value is applied." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.Max", + "id": 0, + "name": "Max", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.Max", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The maximum value of the slider scale. Defaults to 100. If max is less than min the call is a no-op. If labels are provided (projected), then max is always set to the number of labels. If upperBound ends up being greater than than the current max value, it is automatically assigned the new max value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.Min", + "id": 0, + "name": "Min", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.Min", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The minimum value of the slider scale. Defaults to 0. If min is greater than max the call is a no-op. If labels are provided (projected), then min is always set to 0. If lowerBound ends up being less than than the current min value, it is automatically assigned the new min value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.PrimaryTicks", + "id": 0, + "name": "PrimaryTicks", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.PrimaryTicks", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The number of primary ticks. It defaults to 0 which means no primary ticks are displayed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.SecondaryTicks", + "id": 0, + "name": "SecondaryTicks", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.SecondaryTicks", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.Step", + "id": 0, + "name": "Step", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.Step", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Specifies the granularity that the value must adhere to. If set to 0 no stepping is implied and any value in the range is allowed. If labels are provided (projected) then the step is always assumed to be 1 since it is a discrete slider." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.TickLabelRotation", + "id": 0, + "name": "TickLabelRotation", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.TickLabelRotation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The degrees for the rotation of the tick labels. Defaults to 0." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SliderTickLabelRotation", + "fullTypeName": "IgniteUI.Blazor.Controls.SliderTickLabelRotation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.TickOrientation", + "id": 0, + "name": "TickOrientation", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.TickOrientation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Changes the orientation of the ticks." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SliderTickOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.SliderTickOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.UpperBound", + "id": 0, + "name": "UpperBound", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.UpperBound", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The upper bound of the slider value. If not set, the max value is applied." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.ValueFormat", + "id": 0, + "name": "ValueFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.ValueFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "String format used for the thumb and tick label values in the slider." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBase.ValueFormatOptions", + "id": 0, + "name": "ValueFormatOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBase.ValueFormatOptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Number format options used for the thumb and tick label values in the slider." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbNumberFormatSpecifier", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbNumberFormatSpecifier" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBaseModule", + "id": 0, + "name": "IgbSliderBaseModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBaseModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBaseModule.#ctor", + "id": 0, + "name": "IgbSliderBaseModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBaseModule.IgbSliderBaseModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBaseModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBaseModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBaseModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBaseModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderBaseModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderBaseModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderLabel", + "id": 0, + "name": "IgbSliderLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderLabel", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Allows formatting the values of the slider as string values. The text content of the slider labels is used for thumb and tick labels. When slider labels are provided, the min, max and step properties are automatically calculated so that they do not allow values that do not map to the provided labels." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderLabel.#ctor", + "id": 0, + "name": "IgbSliderLabel()", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderLabel.IgbSliderLabel()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderLabel.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderLabel.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderLabel.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderLabel.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderLabel.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderLabel.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderLabel.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderLabel.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderLabel.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderLabel.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderLabel.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderLabel.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderLabel.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderLabel.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderLabel.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderLabel.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderLabel.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderLabel.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderLabel.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderLabel.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderLabelModule", + "id": 0, + "name": "IgbSliderLabelModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderLabelModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderLabelModule.#ctor", + "id": 0, + "name": "IgbSliderLabelModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderLabelModule.IgbSliderLabelModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderLabelModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderLabelModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderLabelModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderLabelModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderLabelModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderLabelModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderModule", + "id": 0, + "name": "IgbSliderModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderModule.#ctor", + "id": 0, + "name": "IgbSliderModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderModule.IgbSliderModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSliderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSliderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicator", + "id": 0, + "name": "IgbSlowStochasticOscillatorIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Slow Stochastic Oscillator indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicator.#ctor", + "id": 0, + "name": "IgbSlowStochasticOscillatorIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicator.IgbSlowStochasticOscillatorIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicator.Period", + "id": 0, + "name": "Period", + "fullName": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicator.Period", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current SlowStochasticOscillatorIndicator object. The typical, and initial, value for SlowStochasticOscillatorIndicator periods is 14." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicatorModule", + "id": 0, + "name": "IgbSlowStochasticOscillatorIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicatorModule.#ctor", + "id": 0, + "name": "IgbSlowStochasticOscillatorIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicatorModule.IgbSlowStochasticOscillatorIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSlowStochasticOscillatorIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSnackbar", + "id": 0, + "name": "IgbSnackbar", + "fullName": "IgniteUI.Blazor.Controls.IgbSnackbar", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A snackbar component is used to provide feedback about an operation by showing a brief message at the bottom of the screen." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike", + "id": 0, + "name": "IgbBaseAlertLike" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSnackbar.#ctor", + "id": 0, + "name": "IgbSnackbar()", + "fullName": "IgniteUI.Blazor.Controls.IgbSnackbar.IgbSnackbar()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSnackbar.Action", + "id": 0, + "name": "Action", + "fullName": "IgniteUI.Blazor.Controls.IgbSnackbar.Action", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSnackbar.ActionScript", + "id": 0, + "name": "ActionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSnackbar.ActionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSnackbar.ActionText", + "id": 0, + "name": "ActionText", + "fullName": "IgniteUI.Blazor.Controls.IgbSnackbar.ActionText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The snackbar action button." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSnackbar.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbSnackbar.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSnackbar.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSnackbar.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSnackbar.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSnackbar.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSnackbar.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbSnackbar.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSnackbar.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbSnackbar.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSnackbar.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSnackbar.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSnackbar.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbSnackbar.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSnackbarModule", + "id": 0, + "name": "IgbSnackbarModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSnackbarModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSnackbarModule.#ctor", + "id": 0, + "name": "IgbSnackbarModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSnackbarModule.IgbSnackbarModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSnackbarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSnackbarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSnackbarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSnackbarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSnackbarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSnackbarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortIndicatorRenderCompletedEventArgs", + "id": 0, + "name": "IgbSortIndicatorRenderCompletedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbSortIndicatorRenderCompletedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSortIndicatorRenderCompletedEventArgs.#ctor", + "id": 0, + "name": "IgbSortIndicatorRenderCompletedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbSortIndicatorRenderCompletedEventArgs.IgbSortIndicatorRenderCompletedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortIndicatorRenderCompletedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortIndicatorRenderCompletedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortIndicatorRenderCompletedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortIndicatorRenderCompletedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortIndicatorRenderCompletedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortIndicatorRenderCompletedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortIndicatorRenderCompletedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSortIndicatorRenderCompletedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingEventArgs", + "id": 0, + "name": "IgbSortingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments related to sorting and grouping operations The event is cancelable" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingEventArgs.#ctor", + "id": 0, + "name": "IgbSortingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingEventArgs.IgbSortingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSortingEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail", + "id": 0, + "name": "IgbSortingEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments related to sorting and grouping operations The event is cancelable" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.#ctor", + "id": 0, + "name": "IgbSortingEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.IgbSortingEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides the ability to cancel the event." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.GroupingExpressions", + "id": 0, + "name": "GroupingExpressions", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.GroupingExpressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Represents the grouping expressions applied to the grid. It can be a single grouping expression or an array of them The expression contains information like the sorting expression and criteria by which the elements will be grouped" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGroupingExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGroupingExpression[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.Owner", + "id": 0, + "name": "Owner", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.Owner", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides reference to the owner component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.SortingExpressions", + "id": 0, + "name": "SortingExpressions", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.SortingExpressions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Optional Represents the sorting expressions applied to the grid. It can be a single sorting expression or an array of them The expression contains information like file name, whether the letter case should be taken into account, etc." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSortingExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSortingExpression[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingExpression", + "id": 0, + "name": "IgbSortingExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgs", + "id": 0, + "name": "IgbBaseEventArgs" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingExpression.#ctor", + "id": 0, + "name": "IgbSortingExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingExpression.IgbSortingExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingExpression.Dir", + "id": 0, + "name": "Dir", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingExpression.Dir", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortingDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SortingDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingExpression.FieldName", + "id": 0, + "name": "FieldName", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingExpression.FieldName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingExpression.IgnoreCase", + "id": 0, + "name": "IgnoreCase", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingExpression.IgnoreCase", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingExpression.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingExpression.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingExpression.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingExpression.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingExpression.Strategy", + "id": 0, + "name": "Strategy", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingExpression.Strategy", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSortingStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSortingStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingExpressionEventArgs", + "id": 0, + "name": "IgbSortingExpressionEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingExpressionEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingExpressionEventArgs.#ctor", + "id": 0, + "name": "IgbSortingExpressionEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingExpressionEventArgs.IgbSortingExpressionEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingExpressionEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingExpressionEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSortingExpression[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSortingExpression[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingExpressionEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingExpressionEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingExpressionEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingExpressionEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingExpressionEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingExpressionEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingExpressionEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingExpressionEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingOptions", + "id": 0, + "name": "IgbSortingOptions", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingOptions.#ctor", + "id": 0, + "name": "IgbSortingOptions()", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingOptions.IgbSortingOptions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingOptions.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingOptions.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingOptions.Mode", + "id": 0, + "name": "Mode", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingOptions.Mode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortingOptionsMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SortingOptionsMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingOptions.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingOptions.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingOptions.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingOptions.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingOptions.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingOptions.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingStrategy", + "id": 0, + "name": "IgbSortingStrategy", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingStrategy", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingStrategy.#ctor", + "id": 0, + "name": "IgbSortingStrategy()", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingStrategy.IgbSortingStrategy()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingStrategy.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingStrategy.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingStrategy.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingStrategy.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingStrategy.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingStrategy.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSortingStrategy.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSortingStrategy.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline", + "id": 0, + "name": "IgbSparkline", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a sparkline chart." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.#ctor", + "id": 0, + "name": "IgbSparkline()", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.IgbSparkline()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.ActualHorizontalLabelFormatSpecifiers", + "id": 0, + "name": "ActualHorizontalLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.ActualHorizontalLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.ActualPixelScalingRatio", + "id": 0, + "name": "ActualPixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.ActualPixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual scaling value used by the component to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.ActualVerticalLabelFormatSpecifiers", + "id": 0, + "name": "ActualVerticalLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.ActualVerticalLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.Brush", + "id": 0, + "name": "Brush", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.Brush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the sparkline brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.ContentHorizontalLabelFormatSpecifiers", + "id": 0, + "name": "ContentHorizontalLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.ContentHorizontalLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.ContentVerticalLabelFormatSpecifiers", + "id": 0, + "name": "ContentVerticalLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.ContentVerticalLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ItemsSource of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.DisplayNormalRangeInFront", + "id": 0, + "name": "DisplayNormalRangeInFront", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.DisplayNormalRangeInFront", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the position of the normal range on the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.DisplayType", + "id": 0, + "name": "DisplayType", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.DisplayType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display type of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SparklineDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.SparklineDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.ExportSerializedVisualData", + "id": 0, + "name": "ExportSerializedVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.ExportSerializedVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.ExportSerializedVisualDataAsync", + "id": 0, + "name": "ExportSerializedVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.ExportSerializedVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns visuals as a serialized string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.FirstMarkerBrush", + "id": 0, + "name": "FirstMarkerBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.FirstMarkerBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the first marker brush of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.FirstMarkerSize", + "id": 0, + "name": "FirstMarkerSize", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.FirstMarkerSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the first marker size of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.FirstMarkerVisibility", + "id": 0, + "name": "FirstMarkerVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.FirstMarkerVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the first marker visibility of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.FormatLabel", + "id": 0, + "name": "FormatLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.FormatLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets a function which takes an object that produces a formatted label for displaying in the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.FormatLabelScript", + "id": 0, + "name": "FormatLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.FormatLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting FormatLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.HighMarkerBrush", + "id": 0, + "name": "HighMarkerBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.HighMarkerBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the high marker brush of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.HighMarkerSize", + "id": 0, + "name": "HighMarkerSize", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.HighMarkerSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the high marker size of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.HighMarkerVisibility", + "id": 0, + "name": "HighMarkerVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.HighMarkerVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the high marker visibility of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.HorizontalAxisBrush", + "id": 0, + "name": "HorizontalAxisBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.HorizontalAxisBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the horizontal axis line brush of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.HorizontalAxisLabel", + "id": 0, + "name": "HorizontalAxisLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.HorizontalAxisLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The value or content to display on the horizontal axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.HorizontalAxisLabelScript", + "id": 0, + "name": "HorizontalAxisLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.HorizontalAxisLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting HorizontalAxisLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.HorizontalAxisVisibility", + "id": 0, + "name": "HorizontalAxisVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.HorizontalAxisVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display state of the horizontal axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.HorizontalLabelFormat", + "id": 0, + "name": "HorizontalLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.HorizontalLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label composite format used when creating label values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.HorizontalLabelFormatSpecifiers", + "id": 0, + "name": "HorizontalLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.HorizontalLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the HorizontalLabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.LabelMemberPath", + "id": 0, + "name": "LabelMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.LabelMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "String identifier of a column or property name to get labels from on each item in the data source. These labels will be retrieved from the first and last item, and displayed by the horizontal axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.LastMarkerBrush", + "id": 0, + "name": "LastMarkerBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.LastMarkerBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the last marker brush of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.LastMarkerSize", + "id": 0, + "name": "LastMarkerSize", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.LastMarkerSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the last marker size of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.LastMarkerVisibility", + "id": 0, + "name": "LastMarkerVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.LastMarkerVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the last marker visibility of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.LineThickness", + "id": 0, + "name": "LineThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.LineThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the line thickness of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.LowMarkerBrush", + "id": 0, + "name": "LowMarkerBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.LowMarkerBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the low marker brush of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.LowMarkerSize", + "id": 0, + "name": "LowMarkerSize", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.LowMarkerSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the low marker size of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.LowMarkerVisibility", + "id": 0, + "name": "LowMarkerVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.LowMarkerVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the low marker visibility of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.MarkerBrush", + "id": 0, + "name": "MarkerBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.MarkerBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the marker brush of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.MarkerSize", + "id": 0, + "name": "MarkerSize", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.MarkerSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the marker size of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.MarkerVisibility", + "id": 0, + "name": "MarkerVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.MarkerVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the marker visibility of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.Maximum", + "id": 0, + "name": "Maximum", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.Maximum", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum value of the y axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.Minimum", + "id": 0, + "name": "Minimum", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.Minimum", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the minimum value of the y axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.NegativeBrush", + "id": 0, + "name": "NegativeBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.NegativeBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the negative brush of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.NegativeMarkerBrush", + "id": 0, + "name": "NegativeMarkerBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.NegativeMarkerBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the negative marker brush of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.NegativeMarkerSize", + "id": 0, + "name": "NegativeMarkerSize", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.NegativeMarkerSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the negative marker size of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.NegativeMarkerVisibility", + "id": 0, + "name": "NegativeMarkerVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.NegativeMarkerVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the negative marker visibility of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.NormalRangeFill", + "id": 0, + "name": "NormalRangeFill", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.NormalRangeFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the normal range brush of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.NormalRangeMaximum", + "id": 0, + "name": "NormalRangeMaximum", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.NormalRangeMaximum", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum value of the normal range." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.NormalRangeMinimum", + "id": 0, + "name": "NormalRangeMinimum", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.NormalRangeMinimum", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the minimum value of the normal range." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.NormalRangeVisibility", + "id": 0, + "name": "NormalRangeVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.NormalRangeVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the normal range visibility of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.NotifyClearItems(System.Object)", + "id": 0, + "name": "NotifyClearItems(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.NotifyClearItems(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.NotifyClearItemsAsync(System.Object)", + "id": 0, + "name": "NotifyClearItemsAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.NotifyClearItemsAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Used to manually notify the IgbSparkline that the data source has reset or cleared its items. Invoking this method is only necessary if that datasource is not observable." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.NotifyInsertItem(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItem(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.NotifyInsertItem(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.NotifyInsertItemAsync(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItemAsync(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.NotifyInsertItemAsync(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.NotifyRemoveItem(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItem(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.NotifyRemoveItem(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.NotifyRemoveItemAsync(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItemAsync(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.NotifyRemoveItemAsync(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.NotifyResized", + "id": 0, + "name": "NotifyResized()", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.NotifyResized()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.NotifyResizedAsync", + "id": 0, + "name": "NotifyResizedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.NotifyResizedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notify that the control has resized." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.NotifySetItem(System.Object,System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItem(Object, Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.NotifySetItem(System.Object, System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.NotifySetItemAsync(System.Object,System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItemAsync(Object, Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.NotifySetItemAsync(System.Object, System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.PixelScalingRatio", + "id": 0, + "name": "PixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.PixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scaling value used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.ProvideContainer(System.Object)", + "id": 0, + "name": "ProvideContainer(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.ProvideContainer(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.ProvideContainerAsync(System.Object)", + "id": 0, + "name": "ProvideContainerAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.ProvideContainerAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a container to the sparkline control." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.TrendLineBrush", + "id": 0, + "name": "TrendLineBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.TrendLineBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the trendline brush of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.TrendLinePeriod", + "id": 0, + "name": "TrendLinePeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.TrendLinePeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the trendline period used by the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.TrendLineThickness", + "id": 0, + "name": "TrendLineThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.TrendLineThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness of the sparkline's trendline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.TrendLineType", + "id": 0, + "name": "TrendLineType", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.TrendLineType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the type of trendline used by the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.UnknownValuePlotting", + "id": 0, + "name": "UnknownValuePlotting", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.UnknownValuePlotting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the way null values are interpreted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "UnknownValuePlotting", + "fullTypeName": "IgniteUI.Blazor.Controls.UnknownValuePlotting" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.ValueMemberPath", + "id": 0, + "name": "ValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.ValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the string path to the value column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.VerticalAxisBrush", + "id": 0, + "name": "VerticalAxisBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.VerticalAxisBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the vertical axis line brush of the sparkline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.VerticalAxisLabel", + "id": 0, + "name": "VerticalAxisLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.VerticalAxisLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The value or content to display on the vertical axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.VerticalAxisLabelScript", + "id": 0, + "name": "VerticalAxisLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.VerticalAxisLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting VerticalAxisLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.VerticalAxisVisibility", + "id": 0, + "name": "VerticalAxisVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.VerticalAxisVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display state of the vertical axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.VerticalLabelFormat", + "id": 0, + "name": "VerticalLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.VerticalLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label composite format used when creating label values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparkline.VerticalLabelFormatSpecifiers", + "id": 0, + "name": "VerticalLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbSparkline.VerticalLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the VerticalLabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparklineCoreModule", + "id": 0, + "name": "IgbSparklineCoreModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSparklineCoreModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSparklineCoreModule.#ctor", + "id": 0, + "name": "IgbSparklineCoreModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSparklineCoreModule.IgbSparklineCoreModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparklineCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSparklineCoreModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparklineCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSparklineCoreModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparklineCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSparklineCoreModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparklineModule", + "id": 0, + "name": "IgbSparklineModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSparklineModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSparklineModule.#ctor", + "id": 0, + "name": "IgbSparklineModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSparklineModule.IgbSparklineModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparklineModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSparklineModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparklineModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSparklineModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSparklineModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSparklineModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineAreaFragment", + "id": 0, + "name": "IgbSplineAreaFragment", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineAreaFragment", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents one part of a StackedSplineAreaSeries." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeriesBase", + "id": 0, + "name": "IgbSplineSeriesBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineFragmentBase", + "id": 0, + "name": "IgbSplineFragmentBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineAreaFragment.#ctor", + "id": 0, + "name": "IgbSplineAreaFragment()", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineAreaFragment.IgbSplineAreaFragment()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineAreaFragment.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineAreaFragment.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineAreaFragment.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineAreaFragment.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineAreaFragment.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineAreaFragment.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineAreaFragmentModule", + "id": 0, + "name": "IgbSplineAreaFragmentModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineAreaFragmentModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineAreaFragmentModule.#ctor", + "id": 0, + "name": "IgbSplineAreaFragmentModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineAreaFragmentModule.IgbSplineAreaFragmentModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineAreaFragmentModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineAreaFragmentModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineAreaFragmentModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineAreaFragmentModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineAreaFragmentModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineAreaFragmentModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineAreaSeries", + "id": 0, + "name": "IgbSplineAreaSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineAreaSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart spline area series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeriesBase", + "id": 0, + "name": "IgbSplineSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineAreaSeries.#ctor", + "id": 0, + "name": "IgbSplineAreaSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineAreaSeries.IgbSplineAreaSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineAreaSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineAreaSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineAreaSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineAreaSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineAreaSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineAreaSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineAreaSeriesModule", + "id": 0, + "name": "IgbSplineAreaSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineAreaSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineAreaSeriesModule.#ctor", + "id": 0, + "name": "IgbSplineAreaSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineAreaSeriesModule.IgbSplineAreaSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineFragment", + "id": 0, + "name": "IgbSplineFragment", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineFragment", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents one part of a StackedSplineSeries." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeriesBase", + "id": 0, + "name": "IgbSplineSeriesBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineFragmentBase", + "id": 0, + "name": "IgbSplineFragmentBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineFragment.#ctor", + "id": 0, + "name": "IgbSplineFragment()", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineFragment.IgbSplineFragment()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineFragment.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineFragment.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineFragment.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineFragment.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineFragment.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineFragment.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineFragmentBase", + "id": 0, + "name": "IgbSplineFragmentBase", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineFragmentBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents one part in a StackedSplineSeries or StackedSplineAreaSeries." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeriesBase", + "id": 0, + "name": "IgbSplineSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineFragmentBase.#ctor", + "id": 0, + "name": "IgbSplineFragmentBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineFragmentBase.IgbSplineFragmentBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineFragmentBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineFragmentBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineFragmentBase.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineFragmentBase.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineFragmentBase.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineFragmentBase.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineFragmentBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineFragmentBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineFragmentModule", + "id": 0, + "name": "IgbSplineFragmentModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineFragmentModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineFragmentModule.#ctor", + "id": 0, + "name": "IgbSplineFragmentModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineFragmentModule.IgbSplineFragmentModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineFragmentModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineFragmentModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineFragmentModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineFragmentModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineFragmentModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineFragmentModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeries", + "id": 0, + "name": "IgbSplineSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart spline series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeriesBase", + "id": 0, + "name": "IgbSplineSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeries.#ctor", + "id": 0, + "name": "IgbSplineSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineSeries.IgbSplineSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeriesBase", + "id": 0, + "name": "IgbSplineSeriesBase", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineSeriesBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the base class for all IgbDataChart spline series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeriesBase.#ctor", + "id": 0, + "name": "IgbSplineSeriesBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineSeriesBase.IgbSplineSeriesBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeriesBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineSeriesBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeriesBase.IsSplineShapePartOfRange", + "id": 0, + "name": "IsSplineShapePartOfRange", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineSeriesBase.IsSplineShapePartOfRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to include the spline shape in the axis range requested of the axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeriesBase.SplineType", + "id": 0, + "name": "SplineType", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineSeriesBase.SplineType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the type of spline to be rendered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SplineType", + "fullTypeName": "IgniteUI.Blazor.Controls.SplineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeriesBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineSeriesBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeriesModule", + "id": 0, + "name": "IgbSplineSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeriesModule.#ctor", + "id": 0, + "name": "IgbSplineSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineSeriesModule.IgbSplineSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane", + "id": 0, + "name": "IgbSplitPane", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPane", + "id": 0, + "name": "IgbDockManagerPane" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.#ctor", + "id": 0, + "name": "IgbSplitPane()", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.IgbSplitPane()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.AllowEmpty", + "id": 0, + "name": "AllowEmpty", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.AllowEmpty", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the pane should present in the UI when empty." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.FloatingHeight", + "id": 0, + "name": "FloatingHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.FloatingHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The absolute height of the pane. Applies only for floating panes. Defaults to 100." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.FloatingLocation", + "id": 0, + "name": "FloatingLocation", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.FloatingLocation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The absolute location point of the pane. Applies only for floating panes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockManagerPoint", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerPoint" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.FloatingResizable", + "id": 0, + "name": "FloatingResizable", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.FloatingResizable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether floating pane resizing is allowed. Applies only for floating panes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.FloatingWidth", + "id": 0, + "name": "FloatingWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.FloatingWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The absolute width of the pane. Applies only for floating panes. Defaults to 100." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.Id", + "id": 0, + "name": "Id", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.Id", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The id of the pane. If not set the Dock Manager generates it automatically." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.IsMaximized", + "id": 0, + "name": "IsMaximized", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.IsMaximized", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether a split pane is maximized or not. Defaults to false." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.Orientation", + "id": 0, + "name": "Orientation", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.Orientation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The orientation of the split pane." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SplitPaneOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.SplitPaneOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.Panes", + "id": 0, + "name": "Panes", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.Panes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The child panes of the split pane." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockManagerPaneCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerPaneCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.PaneType", + "id": 0, + "name": "PaneType", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.PaneType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The type of the pane." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockManagerPaneType", + "fullTypeName": "IgniteUI.Blazor.Controls.DockManagerPaneType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.Size", + "id": 0, + "name": "Size", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.Size", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The size of the pane relative to its sibling panes' sizes. Defaults to 100." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.UseFixedSize", + "id": 0, + "name": "UseFixedSize", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.UseFixedSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether child panes are sized in pixels (instead of relatively to their siblings) and can be resized beyond the viewport, allowing scrollable overflow within the container. Defaults to false." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPane.WithPanes(IgniteUI.Blazor.Controls.IgbDockManagerPane[])", + "id": 0, + "name": "WithPanes(IgbDockManagerPane[])", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPane.WithPanes(IgniteUI.Blazor.Controls.IgbDockManagerPane[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "panes", + "type": "IgbDockManagerPane[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerPane[]" + } + ], + "return": { + "type": "IgbSplitPane", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSplitPane" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPaneCollection", + "id": 0, + "name": "IgbSplitPaneCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPaneCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbSplitPane}", + "id": 0, + "name": "BaseCollection<IgbSplitPane>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPaneCollection.#ctor", + "id": 0, + "name": "IgbSplitPaneCollection()", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPaneCollection.IgbSplitPaneCollection()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPaneCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbSplitPaneCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPaneCollection.IgbSplitPaneCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPaneModule", + "id": 0, + "name": "IgbSplitPaneModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPaneModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPaneModule.#ctor", + "id": 0, + "name": "IgbSplitPaneModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPaneModule.IgbSplitPaneModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPaneModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPaneModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPaneModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPaneModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitPaneModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitPaneModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitterResizeEventArgs", + "id": 0, + "name": "IgbSplitterResizeEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitterResizeEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitterResizeEventArgs.#ctor", + "id": 0, + "name": "IgbSplitterResizeEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitterResizeEventArgs.IgbSplitterResizeEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitterResizeEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitterResizeEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitterResizeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitterResizeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitterResizeEventArgs.Orientation", + "id": 0, + "name": "Orientation", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitterResizeEventArgs.Orientation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the pane's orientation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SplitPaneOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.SplitPaneOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitterResizeEventArgs.Pane", + "id": 0, + "name": "Pane", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitterResizeEventArgs.Pane", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the pane being resized with the splitter." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDockManagerPane", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDockManagerPane" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitterResizeEventArgs.PaneHeight", + "id": 0, + "name": "PaneHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitterResizeEventArgs.PaneHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the pane's height." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitterResizeEventArgs.PaneWidth", + "id": 0, + "name": "PaneWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitterResizeEventArgs.PaneWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the pane's width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitterResizeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitterResizeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSplitterResizeEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSplitterResizeEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100AreaSeries", + "id": 0, + "name": "IgbStacked100AreaSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100AreaSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a stacked area series, where values are presented as percentages of the total." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase", + "id": 0, + "name": "IgbStackedSeriesBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase", + "id": 0, + "name": "IgbHorizontalStackedSeriesBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedAreaSeries", + "id": 0, + "name": "IgbStackedAreaSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100AreaSeries.#ctor", + "id": 0, + "name": "IgbStacked100AreaSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100AreaSeries.IgbStacked100AreaSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100AreaSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100AreaSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100AreaSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100AreaSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100AreaSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100AreaSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100AreaSeriesModule", + "id": 0, + "name": "IgbStacked100AreaSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100AreaSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100AreaSeriesModule.#ctor", + "id": 0, + "name": "IgbStacked100AreaSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100AreaSeriesModule.IgbStacked100AreaSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100AreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100AreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100AreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100AreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100AreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100AreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100BarSeries", + "id": 0, + "name": "IgbStacked100BarSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100BarSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart stacked100 bar series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase", + "id": 0, + "name": "IgbStackedSeriesBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase", + "id": 0, + "name": "IgbVerticalStackedSeriesBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeries", + "id": 0, + "name": "IgbStackedBarSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100BarSeries.#ctor", + "id": 0, + "name": "IgbStacked100BarSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100BarSeries.IgbStacked100BarSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100BarSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100BarSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100BarSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100BarSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100BarSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100BarSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100BarSeriesModule", + "id": 0, + "name": "IgbStacked100BarSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100BarSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100BarSeriesModule.#ctor", + "id": 0, + "name": "IgbStacked100BarSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100BarSeriesModule.IgbStacked100BarSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100BarSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100BarSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100BarSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100BarSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100BarSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100BarSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100ColumnSeries", + "id": 0, + "name": "IgbStacked100ColumnSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100ColumnSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart stacked100 column series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase", + "id": 0, + "name": "IgbStackedSeriesBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase", + "id": 0, + "name": "IgbHorizontalStackedSeriesBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedColumnSeries", + "id": 0, + "name": "IgbStackedColumnSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100ColumnSeries.#ctor", + "id": 0, + "name": "IgbStacked100ColumnSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100ColumnSeries.IgbStacked100ColumnSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100ColumnSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100ColumnSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100ColumnSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100ColumnSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100ColumnSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100ColumnSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100ColumnSeriesModule", + "id": 0, + "name": "IgbStacked100ColumnSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100ColumnSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100ColumnSeriesModule.#ctor", + "id": 0, + "name": "IgbStacked100ColumnSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100ColumnSeriesModule.IgbStacked100ColumnSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100ColumnSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100ColumnSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100ColumnSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100ColumnSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100ColumnSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100ColumnSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100LineSeries", + "id": 0, + "name": "IgbStacked100LineSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100LineSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart stacked100 line series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase", + "id": 0, + "name": "IgbStackedSeriesBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase", + "id": 0, + "name": "IgbHorizontalStackedSeriesBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedLineSeries", + "id": 0, + "name": "IgbStackedLineSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100LineSeries.#ctor", + "id": 0, + "name": "IgbStacked100LineSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100LineSeries.IgbStacked100LineSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100LineSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100LineSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100LineSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100LineSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100LineSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100LineSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100LineSeriesModule", + "id": 0, + "name": "IgbStacked100LineSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100LineSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100LineSeriesModule.#ctor", + "id": 0, + "name": "IgbStacked100LineSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100LineSeriesModule.IgbStacked100LineSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100LineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100LineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100LineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100LineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100LineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100LineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100SplineAreaSeries", + "id": 0, + "name": "IgbStacked100SplineAreaSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100SplineAreaSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart stacked100 spline area series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase", + "id": 0, + "name": "IgbStackedSeriesBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase", + "id": 0, + "name": "IgbHorizontalStackedSeriesBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeries", + "id": 0, + "name": "IgbStackedSplineAreaSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100SplineAreaSeries.#ctor", + "id": 0, + "name": "IgbStacked100SplineAreaSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100SplineAreaSeries.IgbStacked100SplineAreaSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100SplineAreaSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100SplineAreaSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100SplineAreaSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100SplineAreaSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100SplineAreaSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100SplineAreaSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100SplineAreaSeriesModule", + "id": 0, + "name": "IgbStacked100SplineAreaSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100SplineAreaSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100SplineAreaSeriesModule.#ctor", + "id": 0, + "name": "IgbStacked100SplineAreaSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100SplineAreaSeriesModule.IgbStacked100SplineAreaSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100SplineAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100SplineAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100SplineAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100SplineAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100SplineAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100SplineAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100SplineSeries", + "id": 0, + "name": "IgbStacked100SplineSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100SplineSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart stacked100 spline series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase", + "id": 0, + "name": "IgbStackedSeriesBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase", + "id": 0, + "name": "IgbHorizontalStackedSeriesBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineSeries", + "id": 0, + "name": "IgbStackedSplineSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100SplineSeries.#ctor", + "id": 0, + "name": "IgbStacked100SplineSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100SplineSeries.IgbStacked100SplineSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100SplineSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100SplineSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100SplineSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100SplineSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100SplineSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100SplineSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100SplineSeriesModule", + "id": 0, + "name": "IgbStacked100SplineSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100SplineSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100SplineSeriesModule.#ctor", + "id": 0, + "name": "IgbStacked100SplineSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100SplineSeriesModule.IgbStacked100SplineSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100SplineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100SplineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100SplineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100SplineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStacked100SplineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStacked100SplineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedAreaSeries", + "id": 0, + "name": "IgbStackedAreaSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedAreaSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart stacked area series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase", + "id": 0, + "name": "IgbStackedSeriesBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase", + "id": 0, + "name": "IgbHorizontalStackedSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedAreaSeries.#ctor", + "id": 0, + "name": "IgbStackedAreaSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedAreaSeries.IgbStackedAreaSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedAreaSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedAreaSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedAreaSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedAreaSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedAreaSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedAreaSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedAreaSeriesModule", + "id": 0, + "name": "IgbStackedAreaSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedAreaSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedAreaSeriesModule.#ctor", + "id": 0, + "name": "IgbStackedAreaSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedAreaSeriesModule.IgbStackedAreaSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeries", + "id": 0, + "name": "IgbStackedBarSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedBarSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart stacked bar series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase", + "id": 0, + "name": "IgbStackedSeriesBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase", + "id": 0, + "name": "IgbVerticalStackedSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.#ctor", + "id": 0, + "name": "IgbStackedBarSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.IgbStackedBarSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.GetItem(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItem(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.GetItem(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item that is the best match for the specified world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndex(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndexAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the index of the item that resides at the provided world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.GetItemSpan", + "id": 0, + "name": "GetItemSpan()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.GetItemSpan()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.GetItemSpanAsync", + "id": 0, + "name": "GetItemSpanAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.GetItemSpanAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.RadiusX", + "id": 0, + "name": "RadiusX", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.RadiusX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the x-radius of the ellipse that is used to round the corners of the bar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.RadiusY", + "id": 0, + "name": "RadiusY", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.RadiusY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the y-radius of the ellipse that is used to round the corners of the bar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.ScrollIntoView(System.Object)", + "id": 0, + "name": "ScrollIntoView(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.ScrollIntoView(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.ScrollIntoViewAsync(System.Object)", + "id": 0, + "name": "ScrollIntoViewAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.ScrollIntoViewAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls the series to display the item for the specified data item." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedBarSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeriesModule", + "id": 0, + "name": "IgbStackedBarSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedBarSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeriesModule.#ctor", + "id": 0, + "name": "IgbStackedBarSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedBarSeriesModule.IgbStackedBarSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedBarSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedBarSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedBarSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedBarSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedColumnSeries", + "id": 0, + "name": "IgbStackedColumnSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedColumnSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart stacked column series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase", + "id": 0, + "name": "IgbStackedSeriesBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase", + "id": 0, + "name": "IgbHorizontalStackedSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedColumnSeries.#ctor", + "id": 0, + "name": "IgbStackedColumnSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedColumnSeries.IgbStackedColumnSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedColumnSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedColumnSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedColumnSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedColumnSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedColumnSeries.GetItemSpan", + "id": 0, + "name": "GetItemSpan()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedColumnSeries.GetItemSpan()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedColumnSeries.GetItemSpanAsync", + "id": 0, + "name": "GetItemSpanAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedColumnSeries.GetItemSpanAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedColumnSeries.RadiusX", + "id": 0, + "name": "RadiusX", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedColumnSeries.RadiusX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the x-radius of the ellipse that is used to round the corners of the column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedColumnSeries.RadiusY", + "id": 0, + "name": "RadiusY", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedColumnSeries.RadiusY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the y-radius of the ellipse that is used to round the corners of the column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedColumnSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedColumnSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedColumnSeriesModule", + "id": 0, + "name": "IgbStackedColumnSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedColumnSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedColumnSeriesModule.#ctor", + "id": 0, + "name": "IgbStackedColumnSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedColumnSeriesModule.IgbStackedColumnSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedColumnSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedColumnSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedColumnSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedColumnSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedColumnSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedColumnSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries", + "id": 0, + "name": "IgbStackedFragmentSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a non-visual child of StackedSeriesBase." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.#ctor", + "id": 0, + "name": "IgbStackedFragmentSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.IgbStackedFragmentSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualAreaFillOpacity", + "id": 0, + "name": "ActualAreaFillOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualAreaFillOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the series ActualAreaFillOpacity. This property only applies for area-like series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualBrush", + "id": 0, + "name": "ActualBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual brush used by the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualDataLegendGroup", + "id": 0, + "name": "ActualDataLegendGroup", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualDataLegendGroup", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the label displayed before series value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualHighlightedValuesDataLegendGroup", + "id": 0, + "name": "ActualHighlightedValuesDataLegendGroup", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualHighlightedValuesDataLegendGroup", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the label displayed before series value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualHighlightedValuesDisplayMode", + "id": 0, + "name": "ActualHighlightedValuesDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualHighlightedValuesDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual mode for displaying highlighted values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightedValuesDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightedValuesDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualHighlightingFadeOpacity", + "id": 0, + "name": "ActualHighlightingFadeOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualHighlightingFadeOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual target opacity to fade to for fade style highlighting." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualIsDropShadowEnabled", + "id": 0, + "name": "ActualIsDropShadowEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualIsDropShadowEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether drop shadow is actually enabled for this series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualIsSplineShapePartOfRange", + "id": 0, + "name": "ActualIsSplineShapePartOfRange", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualIsSplineShapePartOfRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the spline part is considered to be part of the range" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualIsTransitionInEnabled", + "id": 0, + "name": "ActualIsTransitionInEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualIsTransitionInEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the the resolved value of whether transition in is enabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualLegendItemBadgeMode", + "id": 0, + "name": "ActualLegendItemBadgeMode", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualLegendItemBadgeMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual LegendItemBadgeMode of the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualLegendItemBadgeShape", + "id": 0, + "name": "ActualLegendItemBadgeShape", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualLegendItemBadgeShape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual LegendItemBadgeShape of the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualLegendItemBadgeTemplate", + "id": 0, + "name": "ActualLegendItemBadgeTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualLegendItemBadgeTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual legend item badge template used by the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualLegendItemBadgeTemplateScript", + "id": 0, + "name": "ActualLegendItemBadgeTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualLegendItemBadgeTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ActualLegendItemBadgeTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualLegendItemTemplate", + "id": 0, + "name": "ActualLegendItemTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualLegendItemTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual legend item template used by the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualLegendItemTemplateScript", + "id": 0, + "name": "ActualLegendItemTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualLegendItemTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ActualLegendItemTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualLegendItemVisibility", + "id": 0, + "name": "ActualLegendItemVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualLegendItemVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual visibility of the legend items in the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualLineCap", + "id": 0, + "name": "ActualLineCap", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualLineCap", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual end cap used by the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PenLineCap", + "fullTypeName": "IgniteUI.Blazor.Controls.PenLineCap" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualMarkerBrush", + "id": 0, + "name": "ActualMarkerBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualMarkerBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual marker brush of the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualMarkerFillMode", + "id": 0, + "name": "ActualMarkerFillMode", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualMarkerFillMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerFillMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerFillMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualMarkerFillOpacity", + "id": 0, + "name": "ActualMarkerFillOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualMarkerFillOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual opacity to use for hte marker fills." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualMarkerOutline", + "id": 0, + "name": "ActualMarkerOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualMarkerOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual marker outline of the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualMarkerOutlineMode", + "id": 0, + "name": "ActualMarkerOutlineMode", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualMarkerOutlineMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerOutlineMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerOutlineMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualMarkerTemplate", + "id": 0, + "name": "ActualMarkerTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualMarkerTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual marker template used by the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualMarkerTemplateScript", + "id": 0, + "name": "ActualMarkerTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualMarkerTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ActualMarkerTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualMarkerThickness", + "id": 0, + "name": "ActualMarkerThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualMarkerThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets actual marker thickness of this stacked fragment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualMarkerType", + "id": 0, + "name": "ActualMarkerType", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualMarkerType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual marker type set used in the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualOpacity", + "id": 0, + "name": "ActualOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the series opacity." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualOutline", + "id": 0, + "name": "ActualOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the series outline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualOutlineMode", + "id": 0, + "name": "ActualOutlineMode", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualOutlineMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual outline mode to use for the fragment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesOutlineMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesOutlineMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualRadiusX", + "id": 0, + "name": "ActualRadiusX", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualRadiusX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual corner radius of the series" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualRadiusY", + "id": 0, + "name": "ActualRadiusY", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualRadiusY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual corner radius of the series" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualShadowBlur", + "id": 0, + "name": "ActualShadowBlur", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualShadowBlur", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual shadow blur used by the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualShadowColor", + "id": 0, + "name": "ActualShadowColor", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualShadowColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets actual the drop shadow color used by the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualShadowOffsetX", + "id": 0, + "name": "ActualShadowOffsetX", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualShadowOffsetX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual drop shadow x-offset applied to the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualShadowOffsetY", + "id": 0, + "name": "ActualShadowOffsetY", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualShadowOffsetY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual drop shadow y-offset applied to the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualThickness", + "id": 0, + "name": "ActualThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness of this stacked fragment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualTransitionDuration", + "id": 0, + "name": "ActualTransitionDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualTransitionDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the series transition duration." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualTransitionEasingFunction", + "id": 0, + "name": "ActualTransitionEasingFunction", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualTransitionEasingFunction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the series transition easing function." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualTransitionEasingFunctionScript", + "id": 0, + "name": "ActualTransitionEasingFunctionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualTransitionEasingFunctionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ActualTransitionEasingFunction in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualTransitionInDuration", + "id": 0, + "name": "ActualTransitionInDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualTransitionInDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the resolved transition in duration" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualTransitionInEasingFunction", + "id": 0, + "name": "ActualTransitionInEasingFunction", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualTransitionInEasingFunction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the series transition easing function." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualTransitionInEasingFunctionScript", + "id": 0, + "name": "ActualTransitionInEasingFunctionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualTransitionInEasingFunctionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ActualTransitionInEasingFunction in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualTransitionInMode", + "id": 0, + "name": "ActualTransitionInMode", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualTransitionInMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the series transition easing function." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualTransitionInSpeedType", + "id": 0, + "name": "ActualTransitionInSpeedType", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualTransitionInSpeedType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the series transition easing function." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransitionInSpeedType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransitionInSpeedType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualUseSingleShadow", + "id": 0, + "name": "ActualUseSingleShadow", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualUseSingleShadow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether drop shadow is actually applied to the whole StackedFragmentSeries visual or to each of the individual shapes forming the StackedFragmentSeries." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualValueMemberAsLegendLabel", + "id": 0, + "name": "ActualValueMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualValueMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the label displayed before series value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualValueMemberAsLegendUnit", + "id": 0, + "name": "ActualValueMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualValueMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the unit displayed after series value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualVisibility", + "id": 0, + "name": "ActualVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ActualVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual visibility of the stacked fragment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.AreaFillOpacity", + "id": 0, + "name": "AreaFillOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.AreaFillOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the AreaFillOpacity of the stacked fragment. This property only applies for area-like series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.Brush", + "id": 0, + "name": "Brush", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.Brush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush of the stacked fragment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.DashArray", + "id": 0, + "name": "DashArray", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.DashArray", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a collection of Double values that indicate the pattern of dashes and gaps that is used to outline the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.DataLegendGroup", + "id": 0, + "name": "DataLegendGroup", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.DataLegendGroup", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a name used for grouping multiple fragment series in the Data Legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ItemsSource property for the current series object. Normally you will want to provide data to the parent series instead. But if you have data as individual columns, it can be assigned here. The data must be aligned and have the same number of items for each fragment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.FromWorldPosition(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "FromWorldPosition(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.FromWorldPosition(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.FromWorldPositionAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "FromWorldPositionAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.FromWorldPositionAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Converts a point from world coordinates to coordinates within the viewport of the series." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetEffectiveViewport", + "id": 0, + "name": "GetEffectiveViewport()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetEffectiveViewport()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetEffectiveViewportAsync", + "id": 0, + "name": "GetEffectiveViewportAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetEffectiveViewportAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective viewport, adjusted to account for margins and other factors." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetItem(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItem(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetItem(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item that is the best match for the specified world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndex(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndexAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item index associated with the specified world position" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetItemSpan", + "id": 0, + "name": "GetItemSpan()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetItemSpan()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetItemSpanAsync", + "id": 0, + "name": "GetItemSpanAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetItemSpanAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesHighValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesHighValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesHighValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesHighValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesHighValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesHighValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesHighValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesHighValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesHighValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesHighValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesHighValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesHighValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesLowValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesLowValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesLowValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesLowValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesLowValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesLowValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesLowValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesLowValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesLowValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesLowValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesLowValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesLowValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBox(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBoxAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If possible, will return the best available value bounding box within the series that has the best value match for the world position provided." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValueFromSeriesPixel(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValueFromSeriesPixel(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValueFromSeriesPixel(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mouse", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValueFromSeriesPixelAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValueFromSeriesPixelAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValueFromSeriesPixelAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mouse", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValueMarkerBoundingBox(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueMarkerBoundingBox(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValueMarkerBoundingBox(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValueMarkerBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueMarkerBoundingBoxAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValueMarkerBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If possible, will return the best available value marker bounding box within the series that has the best value match for the world position provided." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValuePositionFromSeriesPixel(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePositionFromSeriesPixel(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValuePositionFromSeriesPixel(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mouse", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValuePositionFromSeriesPixelAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePositionFromSeriesPixelAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.GetSeriesValuePositionFromSeriesPixelAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "mouse", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.HighlightedDataSource", + "id": 0, + "name": "HighlightedDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.HighlightedDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the HighlightedItemsSource property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.HighlightedDataSourceScript", + "id": 0, + "name": "HighlightedDataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.HighlightedDataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting HighlightedDataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.HighlightedValuesDataLegendGroup", + "id": 0, + "name": "HighlightedValuesDataLegendGroup", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.HighlightedValuesDataLegendGroup", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a name used for grouping highlighted series in the Data Legend" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.HighlightingFadeOpacity", + "id": 0, + "name": "HighlightingFadeOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.HighlightingFadeOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the target opacity to fade to for fade style highlighting." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.IsDropShadowEnabled", + "id": 0, + "name": "IsDropShadowEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.IsDropShadowEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether drop shadow should be enabled for this series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.IsSplineShapePartOfRange", + "id": 0, + "name": "IsSplineShapePartOfRange", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.IsSplineShapePartOfRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to include the spline shape in the axis range requested of the axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.IsTransitionInEnabled", + "id": 0, + "name": "IsTransitionInEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.IsTransitionInEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the series should transition into the plot area when a new data source is assigned. Note: Transitions are not currently supported for stacked series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.LegendItemBadgeMode", + "id": 0, + "name": "LegendItemBadgeMode", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.LegendItemBadgeMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode of legend badge representing the current series in a legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.LegendItemBadgeShape", + "id": 0, + "name": "LegendItemBadgeShape", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.LegendItemBadgeShape", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the type of legend badge representing the current series in a legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.LegendItemBadgeTemplate", + "id": 0, + "name": "LegendItemBadgeTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.LegendItemBadgeTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the LegendItemBadgeTemplate property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.LegendItemBadgeTemplateScript", + "id": 0, + "name": "LegendItemBadgeTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.LegendItemBadgeTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting LegendItemBadgeTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.LegendItemTemplate", + "id": 0, + "name": "LegendItemTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.LegendItemTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the LegendItemTemplate property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.LegendItemTemplateScript", + "id": 0, + "name": "LegendItemTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.LegendItemTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting LegendItemTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.LegendItemVisibility", + "id": 0, + "name": "LegendItemVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.LegendItemVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the legend item visibility for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.LineCap", + "id": 0, + "name": "LineCap", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.LineCap", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The style of the end points of any lines or polylines representing this series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PenLineCap", + "fullTypeName": "IgniteUI.Blazor.Controls.PenLineCap" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MarkerBrush", + "id": 0, + "name": "MarkerBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MarkerBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush that specifies how the current series object's marker interiors are painted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MarkerFillMode", + "id": 0, + "name": "MarkerFillMode", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MarkerFillMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerFillMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerFillMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MarkerFillOpacity", + "id": 0, + "name": "MarkerFillOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MarkerFillOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity to use for the marker fills." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MarkerOutline", + "id": 0, + "name": "MarkerOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MarkerOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush that specifies how the current series object's marker outlines are painted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MarkerOutlineMode", + "id": 0, + "name": "MarkerOutlineMode", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MarkerOutlineMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerOutlineMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerOutlineMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MarkerTemplate", + "id": 0, + "name": "MarkerTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MarkerTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the MarkerTemplate for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MarkerTemplateScript", + "id": 0, + "name": "MarkerTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MarkerTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting MarkerTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MarkerThickness", + "id": 0, + "name": "MarkerThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MarkerThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width of the current series object's marker thickness." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MarkerType", + "id": 0, + "name": "MarkerType", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MarkerType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the marker type for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MoveCursorPoint(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "MoveCursorPoint(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MoveCursorPoint(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MoveCursorPointAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "MoveCursorPointAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.MoveCursorPointAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Moves the cursor point to the provided world position. Some series may react to the current cursor position." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.NotifyVisualPropertiesChanged", + "id": 0, + "name": "NotifyVisualPropertiesChanged()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.NotifyVisualPropertiesChanged()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.NotifyVisualPropertiesChangedAsync", + "id": 0, + "name": "NotifyVisualPropertiesChangedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.NotifyVisualPropertiesChangedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Notifies the series that a visual property has changed, requiring a visual update." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.Opacity", + "id": 0, + "name": "Opacity", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.Opacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Opacity of the stacked fragment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.Outline", + "id": 0, + "name": "Outline", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.Outline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for the outline of the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.OutlineMode", + "id": 0, + "name": "OutlineMode", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.OutlineMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the outline mode to use for the fragment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesOutlineMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesOutlineMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ParentOrLocalBrush", + "id": 0, + "name": "ParentOrLocalBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ParentOrLocalBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the resolved brush used between the local series and the parent series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.PropertyUpdated", + "id": 0, + "name": "PropertyUpdated", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.PropertyUpdated", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPropertyUpdatedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.PropertyUpdatedScript", + "id": 0, + "name": "PropertyUpdatedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.PropertyUpdatedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.RadiusX", + "id": 0, + "name": "RadiusX", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.RadiusX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the x-radius of the ellipse that is used to round the corners of the column. This only applies to Bar and Column series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.RadiusY", + "id": 0, + "name": "RadiusY", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.RadiusY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the y-radius of the ellipse that is used to round the corners of the column. This only applies to Bar and Column series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ReplayTransitionIn", + "id": 0, + "name": "ReplayTransitionIn()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ReplayTransitionIn()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ReplayTransitionInAsync", + "id": 0, + "name": "ReplayTransitionInAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ReplayTransitionInAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ScrollIntoView(System.Object)", + "id": 0, + "name": "ScrollIntoView(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ScrollIntoView(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ScrollIntoViewAsync(System.Object)", + "id": 0, + "name": "ScrollIntoViewAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ScrollIntoViewAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Requests that the provided item should be brought into view if possible." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ShadowBlur", + "id": 0, + "name": "ShadowBlur", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ShadowBlur", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the shadow blur." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ShadowColor", + "id": 0, + "name": "ShadowColor", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ShadowColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the drop shadow color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ShadowOffsetX", + "id": 0, + "name": "ShadowOffsetX", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ShadowOffsetX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the drop shadow x-offset." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ShadowOffsetY", + "id": 0, + "name": "ShadowOffsetY", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ShadowOffsetY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the drop shadow y-offset." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.SimulateHover(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "SimulateHover(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.SimulateHover(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.SimulateHoverAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "SimulateHoverAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.SimulateHoverAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Simulates a pointer hover over the series surface." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.StackedSeriesBaseParent", + "id": 0, + "name": "StackedSeriesBaseParent", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.StackedSeriesBaseParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.Thickness", + "id": 0, + "name": "Thickness", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.Thickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width of the current series object's line thickness." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.Title", + "id": 0, + "name": "Title", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.Title", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Title property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ToWorldPosition(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "ToWorldPosition(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ToWorldPosition(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "seriesPoint", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ToWorldPositionAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "ToWorldPositionAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ToWorldPositionAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Converts a point from coordinates within the series plot area to a world position within axis space." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "seriesPoint", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.TransitionDuration", + "id": 0, + "name": "TransitionDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.TransitionDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration of the current series's morph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.TransitionEasingFunction", + "id": 0, + "name": "TransitionEasingFunction", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.TransitionEasingFunction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the EasingFunction used to morph the current series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.TransitionEasingFunctionScript", + "id": 0, + "name": "TransitionEasingFunctionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.TransitionEasingFunctionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TransitionEasingFunction in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.TransitionInDuration", + "id": 0, + "name": "TransitionInDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.TransitionInDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration of the current series's transition in morph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.TransitionInEasingFunction", + "id": 0, + "name": "TransitionInEasingFunction", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.TransitionInEasingFunction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the EasingFunction used to morph the current series during the initial transition." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.TransitionInEasingFunctionScript", + "id": 0, + "name": "TransitionInEasingFunctionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.TransitionInEasingFunctionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TransitionInEasingFunction in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.TransitionInMode", + "id": 0, + "name": "TransitionInMode", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.TransitionInMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the method by which to animate the data into the chart when the chart data source is swapped. Note: Transitions are not currently supported for stacked series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "CategoryTransitionInMode", + "fullTypeName": "IgniteUI.Blazor.Controls.CategoryTransitionInMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.TransitionInSpeedType", + "id": 0, + "name": "TransitionInSpeedType", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.TransitionInSpeedType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the duration of the current series's transition in morph." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransitionInSpeedType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransitionInSpeedType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.UseSingleShadow", + "id": 0, + "name": "UseSingleShadow", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.UseSingleShadow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether drop shadow is applied to the whole StackedFragmentSeries visual or to each of the individual shapes forming the StackedFragmentSeries." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ValueMemberAsLegendLabel", + "id": 0, + "name": "ValueMemberAsLegendLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ValueMemberAsLegendLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label displayed before series value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ValueMemberAsLegendUnit", + "id": 0, + "name": "ValueMemberAsLegendUnit", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ValueMemberAsLegendUnit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unit displayed after series value in the Data Legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ValueMemberPath", + "id": 0, + "name": "ValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.ValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value mapping property for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.Visibility", + "id": 0, + "name": "Visibility", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeries.Visibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Visibility of the stacked fragment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeriesModule", + "id": 0, + "name": "IgbStackedFragmentSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeriesModule.#ctor", + "id": 0, + "name": "IgbStackedFragmentSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeriesModule.IgbStackedFragmentSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedFragmentSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedLineSeries", + "id": 0, + "name": "IgbStackedLineSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedLineSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a stacked series, where the points in each series are connected with a line." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase", + "id": 0, + "name": "IgbStackedSeriesBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase", + "id": 0, + "name": "IgbHorizontalStackedSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedLineSeries.#ctor", + "id": 0, + "name": "IgbStackedLineSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedLineSeries.IgbStackedLineSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedLineSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedLineSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedLineSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedLineSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedLineSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedLineSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedLineSeriesModule", + "id": 0, + "name": "IgbStackedLineSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedLineSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedLineSeriesModule.#ctor", + "id": 0, + "name": "IgbStackedLineSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedLineSeriesModule.IgbStackedLineSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedLineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedLineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedLineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedLineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedLineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedLineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase", + "id": 0, + "name": "IgbStackedSeriesBase", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a base class for stacked series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.#ctor", + "id": 0, + "name": "IgbStackedSeriesBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.IgbStackedSeriesBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.ActualSeries", + "id": 0, + "name": "ActualSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.ActualSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbStackedSeriesCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.AutoGenerateSeries", + "id": 0, + "name": "AutoGenerateSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.AutoGenerateSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether series should be automatically generated. Reqiures the use of GroupBy as the ItemsSource." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.ContentSeries", + "id": 0, + "name": "ContentSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.ContentSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbStackedSeriesCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.NotifyIndexedPropertiesChanged", + "id": 0, + "name": "NotifyIndexedPropertiesChanged()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.NotifyIndexedPropertiesChanged()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.NotifyIndexedPropertiesChangedAsync", + "id": 0, + "name": "NotifyIndexedPropertiesChangedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.NotifyIndexedPropertiesChangedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called to notify about changes to indexed-based properties, e.g. Brushes, Outlines, MarkerBrushes, MarkerOutlines and refresh series" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.ReplayTransitionIn", + "id": 0, + "name": "ReplayTransitionIn()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.ReplayTransitionIn()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.ReplayTransitionInAsync", + "id": 0, + "name": "ReplayTransitionInAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.ReplayTransitionInAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.ReverseLegendOrder", + "id": 0, + "name": "ReverseLegendOrder", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.ReverseLegendOrder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the order of the fragment series should be reversed in the legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.ScrollIntoView(System.Object)", + "id": 0, + "name": "ScrollIntoView(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.ScrollIntoView(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.ScrollIntoViewAsync(System.Object)", + "id": 0, + "name": "ScrollIntoViewAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.ScrollIntoViewAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Scrolls the series to display the item for the specified data item." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.Series", + "id": 0, + "name": "Series", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.Series", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Contains one or more stacked fragments." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbStackedSeriesCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.SeriesCreated", + "id": 0, + "name": "SeriesCreated", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.SeriesCreated", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbStackedSeriesCreatedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.SeriesCreatedScript", + "id": 0, + "name": "SeriesCreatedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.SeriesCreatedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.SimulateHover(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "SimulateHover(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.SimulateHover(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.SimulateHoverAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "SimulateHoverAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.SimulateHoverAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Simulates a pointer hover over the series surface." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCollection", + "id": 0, + "name": "IgbStackedSeriesCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbStackedFragmentSeries}", + "id": 0, + "name": "BaseCollection<IgbStackedFragmentSeries>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbStackedSeriesCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCollection.IgbStackedSeriesCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs", + "id": 0, + "name": "IgbStackedSeriesCreatedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides data for IgbDataChart stacked series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.#ctor", + "id": 0, + "name": "IgbStackedSeriesCreatedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.IgbStackedSeriesCreatedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.Brush", + "id": 0, + "name": "Brush", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.Brush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.DashArray", + "id": 0, + "name": "DashArray", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.DashArray", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series stroke dash array." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.Index", + "id": 0, + "name": "Index", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.Index", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the index of the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.LegendItemBadgeTemplate", + "id": 0, + "name": "LegendItemBadgeTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.LegendItemBadgeTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series legend item badge templae." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.LegendItemBadgeTemplateScript", + "id": 0, + "name": "LegendItemBadgeTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.LegendItemBadgeTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting LegendItemBadgeTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.LegendItemTemplate", + "id": 0, + "name": "LegendItemTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.LegendItemTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series legend item template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.LegendItemTemplateScript", + "id": 0, + "name": "LegendItemTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.LegendItemTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting LegendItemTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.LegendItemVisibility", + "id": 0, + "name": "LegendItemVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.LegendItemVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the visibility of the series legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.LineCap", + "id": 0, + "name": "LineCap", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.LineCap", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PenLineCap", + "fullTypeName": "IgniteUI.Blazor.Controls.PenLineCap" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.MarkerBrush", + "id": 0, + "name": "MarkerBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.MarkerBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series marker brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.MarkerOutline", + "id": 0, + "name": "MarkerOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.MarkerOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series marker outline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.MarkerStyle", + "id": 0, + "name": "MarkerStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.MarkerStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series marker style." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.MarkerTemplate", + "id": 0, + "name": "MarkerTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.MarkerTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series marker template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.MarkerTemplateScript", + "id": 0, + "name": "MarkerTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.MarkerTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting MarkerTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.MarkerThickness", + "id": 0, + "name": "MarkerThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.MarkerThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series marker thickness." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.MarkerType", + "id": 0, + "name": "MarkerType", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.MarkerType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series marker type." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.Outline", + "id": 0, + "name": "Outline", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.Outline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series outline brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.Thickness", + "id": 0, + "name": "Thickness", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.Thickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series outline thickness." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.Title", + "id": 0, + "name": "Title", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.Title", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series title." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.TitleScript", + "id": 0, + "name": "TitleScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.TitleScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Title in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.TransitionDuration", + "id": 0, + "name": "TransitionDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.TransitionDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the animation transition duration for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.TransitionEasingFunction", + "id": 0, + "name": "TransitionEasingFunction", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.TransitionEasingFunction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the animation easing function for the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.TransitionEasingFunctionScript", + "id": 0, + "name": "TransitionEasingFunctionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.TransitionEasingFunctionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TransitionEasingFunction in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSeriesCreatedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeries", + "id": 0, + "name": "IgbStackedSplineAreaSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart stacked spline area series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase", + "id": 0, + "name": "IgbStackedSeriesBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase", + "id": 0, + "name": "IgbHorizontalStackedSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeries.#ctor", + "id": 0, + "name": "IgbStackedSplineAreaSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeries.IgbStackedSplineAreaSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeries.IsSplineShapePartOfRange", + "id": 0, + "name": "IsSplineShapePartOfRange", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeries.IsSplineShapePartOfRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to include the spline shape in the axis range requested of the axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeriesModule", + "id": 0, + "name": "IgbStackedSplineAreaSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeriesModule.#ctor", + "id": 0, + "name": "IgbStackedSplineAreaSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeriesModule.IgbStackedSplineAreaSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineSeries", + "id": 0, + "name": "IgbStackedSplineSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart stacked spline series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase", + "id": 0, + "name": "IgbStackedSeriesBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalStackedSeriesBase", + "id": 0, + "name": "IgbHorizontalStackedSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineSeries.#ctor", + "id": 0, + "name": "IgbStackedSplineSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineSeries.IgbStackedSplineSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineSeries.IsSplineShapePartOfRange", + "id": 0, + "name": "IsSplineShapePartOfRange", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineSeries.IsSplineShapePartOfRange", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to include the spline shape in the axis range requested of the axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineSeriesModule", + "id": 0, + "name": "IgbStackedSplineSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineSeriesModule.#ctor", + "id": 0, + "name": "IgbStackedSplineSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineSeriesModule.IgbStackedSplineSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSplineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStackedSplineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicator", + "id": 0, + "name": "IgbStandardDeviationIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Standard Deviation indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicator.#ctor", + "id": 0, + "name": "IgbStandardDeviationIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicator.IgbStandardDeviationIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicator.Period", + "id": 0, + "name": "Period", + "fullName": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicator.Period", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current StandardDeviationIndicator object. The typical, and initial, value for STDEV periods is 20." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicatorModule", + "id": 0, + "name": "IgbStandardDeviationIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicatorModule.#ctor", + "id": 0, + "name": "IgbStandardDeviationIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicatorModule.IgbStandardDeviationIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStandardDeviationIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStateCollection", + "id": 0, + "name": "IgbStateCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbStateCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbGridState}", + "id": 0, + "name": "BaseCollection<IgbGridState>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStateCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbStateCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStateCollection.IgbStateCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStep", + "id": 0, + "name": "IgbStep", + "fullName": "IgniteUI.Blazor.Controls.IgbStep", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The step component is used within the igc-stepper element and it holds the content of each step. It also supports custom indicators, title and subtitle." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStep.#ctor", + "id": 0, + "name": "IgbStep()", + "fullName": "IgniteUI.Blazor.Controls.IgbStep.IgbStep()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStep.Active", + "id": 0, + "name": "Active", + "fullName": "IgniteUI.Blazor.Controls.IgbStep.Active", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets whether the step is activе." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStep.Complete", + "id": 0, + "name": "Complete", + "fullName": "IgniteUI.Blazor.Controls.IgbStep.Complete", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets whether the step is completed. When set to true the following separator is styled solid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStep.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbStep.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStep.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbStep.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStep.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbStep.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets whether the step is interactable." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStep.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbStep.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStep.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStep.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStep.Invalid", + "id": 0, + "name": "Invalid", + "fullName": "IgniteUI.Blazor.Controls.IgbStep.Invalid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets whether the step is invalid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStep.Optional", + "id": 0, + "name": "Optional", + "fullName": "IgniteUI.Blazor.Controls.IgbStep.Optional", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets whether the step is optional. Optional steps validity does not affect the default behavior when the stepper is in linear mode i.e. if optional step is invalid the user could still move to the next step." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStep.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbStep.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStep.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbStep.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStep.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbStep.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStep.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbStep.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStep.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStep.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStep.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbStep.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepAreaSeries", + "id": 0, + "name": "IgbStepAreaSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbStepAreaSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart step area series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStepAreaSeries.#ctor", + "id": 0, + "name": "IgbStepAreaSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbStepAreaSeries.IgbStepAreaSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepAreaSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbStepAreaSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepAreaSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStepAreaSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepAreaSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStepAreaSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepAreaSeriesModule", + "id": 0, + "name": "IgbStepAreaSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbStepAreaSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStepAreaSeriesModule.#ctor", + "id": 0, + "name": "IgbStepAreaSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbStepAreaSeriesModule.IgbStepAreaSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStepAreaSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStepAreaSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStepAreaSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepLineSeries", + "id": 0, + "name": "IgbStepLineSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbStepLineSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart step line series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStepLineSeries.#ctor", + "id": 0, + "name": "IgbStepLineSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbStepLineSeries.IgbStepLineSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepLineSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbStepLineSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepLineSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStepLineSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepLineSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStepLineSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepLineSeriesModule", + "id": 0, + "name": "IgbStepLineSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbStepLineSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStepLineSeriesModule.#ctor", + "id": 0, + "name": "IgbStepLineSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbStepLineSeriesModule.IgbStepLineSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepLineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStepLineSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepLineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStepLineSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepLineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStepLineSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepModule", + "id": 0, + "name": "IgbStepModule", + "fullName": "IgniteUI.Blazor.Controls.IgbStepModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStepModule.#ctor", + "id": 0, + "name": "IgbStepModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbStepModule.IgbStepModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStepModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStepModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStepModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper", + "id": 0, + "name": "IgbStepper", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "IgxStepper provides a wizard-like workflow by dividing content into logical steps. The stepper component allows the user to navigate between multiple steps. It supports horizontal and vertical orientation as well as keyboard navigation and provides API methods to control the active step." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.#ctor", + "id": 0, + "name": "IgbStepper()", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.IgbStepper()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.ActiveStepChanged", + "id": 0, + "name": "ActiveStepChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.ActiveStepChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbActiveStepChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbActiveStepChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.ActiveStepChangedScript", + "id": 0, + "name": "ActiveStepChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.ActiveStepChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.ActiveStepChanging", + "id": 0, + "name": "ActiveStepChanging", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.ActiveStepChanging", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbActiveStepChangingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbActiveStepChangingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.ActiveStepChangingScript", + "id": 0, + "name": "ActiveStepChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.ActiveStepChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.AnimationDuration", + "id": 0, + "name": "AnimationDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.AnimationDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The animation duration in either vertical or horizontal mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.ConnectedCallback", + "id": 0, + "name": "ConnectedCallback()", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.ConnectedCallback()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.ConnectedCallbackAsync", + "id": 0, + "name": "ConnectedCallbackAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.ConnectedCallbackAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.ContentTop", + "id": 0, + "name": "ContentTop", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.ContentTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Get/Set whether the content is displayed above the steps. Default value is false and the content is below the steps." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.HorizontalAnimation", + "id": 0, + "name": "HorizontalAnimation", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.HorizontalAnimation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The animation type when in horizontal mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalTransitionAnimation", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.Linear", + "id": 0, + "name": "Linear", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.Linear", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Get/Set whether the stepper is linear. If the stepper is in linear mode and if the active step is valid only then the user is able to move forward." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.NavigateTo(System.Double)", + "id": 0, + "name": "NavigateTo(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.NavigateTo(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.NavigateToAsync(System.Double)", + "id": 0, + "name": "NavigateToAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.NavigateToAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Activates the step at a given index." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.Next", + "id": 0, + "name": "Next()", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.Next()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.NextAsync", + "id": 0, + "name": "NextAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.NextAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Activates the next enabled step." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.Orientation", + "id": 0, + "name": "Orientation", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.Orientation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/Sets the orientation of the stepper. Default value is horizontal." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StepperOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.StepperOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.Prev", + "id": 0, + "name": "Prev()", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.Prev()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.PrevAsync", + "id": 0, + "name": "PrevAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.PrevAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Activates the previous enabled step." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.Reset", + "id": 0, + "name": "Reset()", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.Reset()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.ResetAsync", + "id": 0, + "name": "ResetAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.ResetAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Resets the stepper to its initial state i.e. activates the first step. The steps' content will not be automatically reset." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.Steps", + "id": 0, + "name": "Steps", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.Steps", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns all of the stepper's steps." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbStep[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbStep[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.StepType", + "id": 0, + "name": "StepType", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.StepType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Get/Set the type of the steps. Default value is full." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StepperStepType", + "fullTypeName": "IgniteUI.Blazor.Controls.StepperStepType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.TitlePosition", + "id": 0, + "name": "TitlePosition", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.TitlePosition", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Get/Set the position of the steps title. The default value is auto. When the stepper is horizontally orientated the title is positioned below the indicator. When the stepper is horizontally orientated the title is positioned on the right side of the indicator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StepperTitlePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.StepperTitlePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepper.VerticalAnimation", + "id": 0, + "name": "VerticalAnimation", + "fullName": "IgniteUI.Blazor.Controls.IgbStepper.VerticalAnimation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The animation type when in vertical mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StepperVerticalAnimation", + "fullTypeName": "IgniteUI.Blazor.Controls.StepperVerticalAnimation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepperModule", + "id": 0, + "name": "IgbStepperModule", + "fullName": "IgniteUI.Blazor.Controls.IgbStepperModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStepperModule.#ctor", + "id": 0, + "name": "IgbStepperModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbStepperModule.IgbStepperModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepperModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStepperModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepperModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStepperModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStepperModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStepperModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStochRSIIndicator", + "id": 0, + "name": "IgbStochRSIIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbStochRSIIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart StochRSI indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStochRSIIndicator.#ctor", + "id": 0, + "name": "IgbStochRSIIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbStochRSIIndicator.IgbStochRSIIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStochRSIIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbStochRSIIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStochRSIIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStochRSIIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStochRSIIndicator.Period", + "id": 0, + "name": "Period", + "fullName": "IgniteUI.Blazor.Controls.IgbStochRSIIndicator.Period", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current StochRSIIndicator object. The typical, and initial, value for StochRSI periods is 14." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStochRSIIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStochRSIIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStochRSIIndicatorModule", + "id": 0, + "name": "IgbStochRSIIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbStochRSIIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStochRSIIndicatorModule.#ctor", + "id": 0, + "name": "IgbStochRSIIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbStochRSIIndicatorModule.IgbStochRSIIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStochRSIIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStochRSIIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStochRSIIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStochRSIIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStochRSIIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbStochRSIIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStockChangedEventArgs", + "id": 0, + "name": "IgbStockChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbStockChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents event arguments for FDC3 MessageRecived" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStockChangedEventArgs.#ctor", + "id": 0, + "name": "IgbStockChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbStockChangedEventArgs.IgbStockChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStockChangedEventArgs.AddedSymbols", + "id": 0, + "name": "AddedSymbols", + "fullName": "IgniteUI.Blazor.Controls.IgbStockChangedEventArgs.AddedSymbols", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets array of added stock symbols" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStockChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStockChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStockChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbStockChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStockChangedEventArgs.RemovedSymbols", + "id": 0, + "name": "RemovedSymbols", + "fullName": "IgniteUI.Blazor.Controls.IgbStockChangedEventArgs.RemovedSymbols", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets array of removed stock symbols" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStockChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbStockChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStockChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStockChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStraightNumericAxisBase", + "id": 0, + "name": "IgbStraightNumericAxisBase", + "fullName": "IgniteUI.Blazor.Controls.IgbStraightNumericAxisBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Defines a set of basic methods and properties used to create a StraightNumeric axis." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis", + "id": 0, + "name": "IgbAxis" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbNumericAxisBase", + "id": 0, + "name": "IgbNumericAxisBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStraightNumericAxisBase.#ctor", + "id": 0, + "name": "IgbStraightNumericAxisBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbStraightNumericAxisBase.IgbStraightNumericAxisBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStraightNumericAxisBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStraightNumericAxisBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStraightNumericAxisBase.ScaleMode", + "id": 0, + "name": "ScaleMode", + "fullName": "IgniteUI.Blazor.Controls.IgbStraightNumericAxisBase.ScaleMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the axis scale mode." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "NumericScaleMode", + "fullTypeName": "IgniteUI.Blazor.Controls.NumericScaleMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStraightNumericAxisBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStraightNumericAxisBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A base class for indicator series with simple calculations that separates the calculation responsibility from the other responsibilities of the financial series, this enables easier unit testing and decoupling of individual calculation strategies." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator.#ctor", + "id": 0, + "name": "IgbStrategyBasedIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator.IgbStrategyBasedIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStyle", + "id": 0, + "name": "IgbStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbStyle", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A class that exposes style realted properties." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStyle.#ctor", + "id": 0, + "name": "IgbStyle()", + "fullName": "IgniteUI.Blazor.Controls.IgbStyle.IgbStyle()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStyle.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStyle.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStyle.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStyle.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStyleSelector", + "id": 0, + "name": "IgbStyleSelector", + "fullName": "IgniteUI.Blazor.Controls.IgbStyleSelector", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Base class for selecting styles for DependencyObjects based on their associated data items." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStyleSelector.#ctor", + "id": 0, + "name": "IgbStyleSelector()", + "fullName": "IgniteUI.Blazor.Controls.IgbStyleSelector.IgbStyleSelector()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStyleSelector.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStyleSelector.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStyleSelector.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStyleSelector.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs", + "id": 0, + "name": "IgbStyleShapeEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.#ctor", + "id": 0, + "name": "IgbStyleShapeEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.IgbStyleShapeEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.ShapeFill", + "id": 0, + "name": "ShapeFill", + "fullName": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.ShapeFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.ShapeOpacity", + "id": 0, + "name": "ShapeOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.ShapeOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.ShapeStroke", + "id": 0, + "name": "ShapeStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.ShapeStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke brush." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.ShapeStrokeThickness", + "id": 0, + "name": "ShapeStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.ShapeStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbStyleShapeEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSubDomainsCollection", + "id": 0, + "name": "IgbSubDomainsCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbSubDomainsCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{System.String}", + "id": 0, + "name": "BaseCollection<String>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSubDomainsCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbSubDomainsCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSubDomainsCollection.IgbSubDomainsCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo", + "id": 0, + "name": "IgbSummaryCellInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Backing information for a section header cell in the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo", + "id": 0, + "name": "IgbCellInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.#ctor", + "id": 0, + "name": "IgbSummaryCellInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.IgbSummaryCellInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.ResolvedSummaryLabel", + "id": 0, + "name": "ResolvedSummaryLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.ResolvedSummaryLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the resolved summary label for the summary cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.ResolvedSummaryValue", + "id": 0, + "name": "ResolvedSummaryValue", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.ResolvedSummaryValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the resolved summary value for the sumamry cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.SummaryLabelFontFamily", + "id": 0, + "name": "SummaryLabelFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.SummaryLabelFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.SummaryLabelFontSize", + "id": 0, + "name": "SummaryLabelFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.SummaryLabelFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.SummaryLabelFontStyle", + "id": 0, + "name": "SummaryLabelFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.SummaryLabelFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.SummaryLabelFontWeight", + "id": 0, + "name": "SummaryLabelFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.SummaryLabelFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.SummaryLabelTextColor", + "id": 0, + "name": "SummaryLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.SummaryLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color of the text for the summary label in the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryCellInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryChangedEventArgs", + "id": 0, + "name": "IgbSummaryChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event args for the SummaryChanged event." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryChangedEventArgs.#ctor", + "id": 0, + "name": "IgbSummaryChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryChangedEventArgs.IgbSummaryChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryChangedEventArgs.ID", + "id": 0, + "name": "ID", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryChangedEventArgs.ID", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the unique ID for the changed summary." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryChangedEventArgs.IsEnabled", + "id": 0, + "name": "IsEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryChangedEventArgs.IsEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the current state of the changed summary." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryChooserModule", + "id": 0, + "name": "IgbSummaryChooserModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryChooserModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryChooserModule.#ctor", + "id": 0, + "name": "IgbSummaryChooserModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryChooserModule.IgbSummaryChooserModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryChooserModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryChooserModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryChooserModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryChooserModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryChooserModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryChooserModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryData", + "id": 0, + "name": "IgbSummaryData", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryData", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Object used to store summary information for group headers." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryData.#ctor", + "id": 0, + "name": "IgbSummaryData()", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryData.IgbSummaryData()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryData.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryData.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryData.FormattedText", + "id": 0, + "name": "FormattedText", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryData.FormattedText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryData.FormattedValue", + "id": 0, + "name": "FormattedValue", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryData.FormattedValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryData.SummaryName", + "id": 0, + "name": "SummaryName", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryData.SummaryName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryData.SummaryOperand", + "id": 0, + "name": "SummaryOperand", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryData.SummaryOperand", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryData.SummaryValue", + "id": 0, + "name": "SummaryValue", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryData.SummaryValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryData.SummaryValueScript", + "id": 0, + "name": "SummaryValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryData.SummaryValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting SummaryValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryData.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryData.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryExpression", + "id": 0, + "name": "IgbSummaryExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryExpression.#ctor", + "id": 0, + "name": "IgbSummaryExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryExpression.IgbSummaryExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryExpression.FieldName", + "id": 0, + "name": "FieldName", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryExpression.FieldName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryExpression.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryExpression.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryExpression.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryExpression.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryResult", + "id": 0, + "name": "IgbSummaryResult", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryResult", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryResult.#ctor", + "id": 0, + "name": "IgbSummaryResult()", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryResult.IgbSummaryResult()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryResult.DefaultFormatting", + "id": 0, + "name": "DefaultFormatting", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryResult.DefaultFormatting", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Apply default formatting based on the grid column type. const result: IgxSummaryResult = { key: &apos;key&apos;, label: &apos;label&apos;, defaultFormatting: true } IgxSummaryResult" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryResult.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryResult.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryResult.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryResult.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryResult.Key", + "id": 0, + "name": "Key", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryResult.Key", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryResult.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryResult.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryResult.Result", + "id": 0, + "name": "Result", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryResult.Result", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryResult.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryResult.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryResult.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryResult.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryResult.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryResult.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryResult.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryResult.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRow", + "id": 0, + "name": "IgbSummaryRow", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRow", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRow.#ctor", + "id": 0, + "name": "IgbSummaryRow()", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRow.IgbSummaryRow()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRow.ActualSelectedBackground", + "id": 0, + "name": "ActualSelectedBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRow.ActualSelectedBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual background color for summary cells when selected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRow.ActualSummaryLabelTextColor", + "id": 0, + "name": "ActualSummaryLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRow.ActualSummaryLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual text color for the summary labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRow.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRow.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRow.PaddingBottom", + "id": 0, + "name": "PaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRow.PaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of bottom padding to use for the cell content of this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRow.PaddingLeft", + "id": 0, + "name": "PaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRow.PaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of left padding to use for the cell content for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRow.PaddingRight", + "id": 0, + "name": "PaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRow.PaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of right padding to use for the cell content of this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRow.PaddingTop", + "id": 0, + "name": "PaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRow.PaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of top padding to use for the cell content for this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRow.SelectedBackground", + "id": 0, + "name": "SelectedBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRow.SelectedBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color for summary cells when selected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRow.SummaryLabelFontFamily", + "id": 0, + "name": "SummaryLabelFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRow.SummaryLabelFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRow.SummaryLabelFontSize", + "id": 0, + "name": "SummaryLabelFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRow.SummaryLabelFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRow.SummaryLabelFontStyle", + "id": 0, + "name": "SummaryLabelFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRow.SummaryLabelFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRow.SummaryLabelFontWeight", + "id": 0, + "name": "SummaryLabelFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRow.SummaryLabelFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRow.SummaryLabelTextColor", + "id": 0, + "name": "SummaryLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRow.SummaryLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color for the summary labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRow.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRow.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRowRoot", + "id": 0, + "name": "IgbSummaryRowRoot", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRowRoot", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRow", + "id": 0, + "name": "IgbSummaryRow" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRowRoot.#ctor", + "id": 0, + "name": "IgbSummaryRowRoot()", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRowRoot.IgbSummaryRowRoot()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRowRoot.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRowRoot.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRowRoot.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRowRoot.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRowRoot.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRowRoot.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRowRootModule", + "id": 0, + "name": "IgbSummaryRowRootModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRowRootModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRowRootModule.#ctor", + "id": 0, + "name": "IgbSummaryRowRootModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRowRootModule.IgbSummaryRowRootModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRowRootModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRowRootModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRowRootModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRowRootModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRowRootModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRowRootModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRowSection", + "id": 0, + "name": "IgbSummaryRowSection", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRowSection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRow", + "id": 0, + "name": "IgbSummaryRow" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRowSection.#ctor", + "id": 0, + "name": "IgbSummaryRowSection()", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRowSection.IgbSummaryRowSection()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRowSection.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRowSection.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRowSection.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRowSection.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRowSection.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRowSection.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRowSectionModule", + "id": 0, + "name": "IgbSummaryRowSectionModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRowSectionModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRowSectionModule.#ctor", + "id": 0, + "name": "IgbSummaryRowSectionModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRowSectionModule.IgbSummaryRowSectionModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRowSectionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRowSectionModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRowSectionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRowSectionModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryRowSectionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryRowSectionModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryTemplateContext", + "id": 0, + "name": "IgbSummaryTemplateContext", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryTemplateContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryTemplateContext.#ctor", + "id": 0, + "name": "IgbSummaryTemplateContext()", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryTemplateContext.IgbSummaryTemplateContext()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryTemplateContext.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryTemplateContext.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryTemplateContext.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryTemplateContext.Implicit", + "id": 0, + "name": "Implicit", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryTemplateContext.Implicit", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSummaryResult[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSummaryResult[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryTemplateContext.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryTemplateContext.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryTemplateContext.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryTemplateContext.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryTemplateContext.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSummaryTemplateContext.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSummaryTemplateContext.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSwitch", + "id": 0, + "name": "IgbSwitch", + "fullName": "IgniteUI.Blazor.Controls.IgbSwitch", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Similar to a checkbox, a switch controls the state of a single setting on or off." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCheckboxBase", + "id": 0, + "name": "IgbCheckboxBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSwitch.#ctor", + "id": 0, + "name": "IgbSwitch()", + "fullName": "IgniteUI.Blazor.Controls.IgbSwitch.IgbSwitch()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSwitch.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbSwitch.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSwitch.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbSwitch.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSwitch.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbSwitch.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSwitch.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbSwitch.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSwitch.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbSwitch.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSwitch.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbSwitch.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSwitch.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbSwitch.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSwitchModule", + "id": 0, + "name": "IgbSwitchModule", + "fullName": "IgniteUI.Blazor.Controls.IgbSwitchModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbSwitchModule.#ctor", + "id": 0, + "name": "IgbSwitchModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbSwitchModule.IgbSwitchModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSwitchModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSwitchModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSwitchModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSwitchModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSwitchModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbSwitchModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTab", + "id": 0, + "name": "IgbTab", + "fullName": "IgniteUI.Blazor.Controls.IgbTab", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A tab element slotted into an igc-tabs container." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTab.#ctor", + "id": 0, + "name": "IgbTab()", + "fullName": "IgniteUI.Blazor.Controls.IgbTab.IgbTab()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTab.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbTab.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTab.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbTab.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTab.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbTab.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the tab is disabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTab.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbTab.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTab.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTab.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTab.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTab.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTab.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbTab.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The tab item label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTab.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTab.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTab.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbTab.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTab.Selected", + "id": 0, + "name": "Selected", + "fullName": "IgniteUI.Blazor.Controls.IgbTab.Selected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the tab is selected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTab.SelectedChanged", + "id": 0, + "name": "SelectedChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbTab.SelectedChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<Boolean>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTab.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTab.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTab.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTab.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTab.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbTab.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTab.TabsParent", + "id": 0, + "name": "TabsParent", + "fullName": "IgniteUI.Blazor.Controls.IgbTab.TabsParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTab.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTab.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTab.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbTab.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabComponentEventArgs", + "id": 0, + "name": "IgbTabComponentEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbTabComponentEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTabComponentEventArgs.#ctor", + "id": 0, + "name": "IgbTabComponentEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbTabComponentEventArgs.IgbTabComponentEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabComponentEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbTabComponentEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTab", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTab" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabComponentEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabComponentEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabComponentEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabComponentEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabComponentEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabComponentEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabComponentEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTabComponentEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPane", + "id": 0, + "name": "IgbTabGroupPane", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPane", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDockManagerPane", + "id": 0, + "name": "IgbDockManagerPane" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPane.#ctor", + "id": 0, + "name": "IgbTabGroupPane()", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPane.IgbTabGroupPane()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPane.AllowEmpty", + "id": 0, + "name": "AllowEmpty", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPane.AllowEmpty", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the pane should present in the UI when empty." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPane.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPane.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPane.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPane.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPane.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPane.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPane.Id", + "id": 0, + "name": "Id", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPane.Id", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The id of the pane. If not set the Dock Manager generates it automatically." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPane.IsMaximized", + "id": 0, + "name": "IsMaximized", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPane.IsMaximized", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether a tab group is maximized or not. Defaults to false." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPane.Panes", + "id": 0, + "name": "Panes", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPane.Panes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The child content panes of the tab group." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbContentPaneCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbContentPaneCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPane.PaneType", + "id": 0, + "name": "PaneType", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPane.PaneType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The type of the pane." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DockManagerPaneType", + "fullTypeName": "IgniteUI.Blazor.Controls.DockManagerPaneType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPane.SelectedIndex", + "id": 0, + "name": "SelectedIndex", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPane.SelectedIndex", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The index of the selected tab." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPane.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPane.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPane.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPane.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPane.Size", + "id": 0, + "name": "Size", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPane.Size", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The size of the pane relative to its sibling panes' sizes. Defaults to 100." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPane.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPane.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPane.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPane.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPane.WithPanes(IgniteUI.Blazor.Controls.IgbContentPane[])", + "id": 0, + "name": "WithPanes(IgbContentPane[])", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPane.WithPanes(IgniteUI.Blazor.Controls.IgbContentPane[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "panes", + "type": "IgbContentPane[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbContentPane[]" + } + ], + "return": { + "type": "IgbTabGroupPane", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTabGroupPane" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPaneModule", + "id": 0, + "name": "IgbTabGroupPaneModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPaneModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPaneModule.#ctor", + "id": 0, + "name": "IgbTabGroupPaneModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPaneModule.IgbTabGroupPaneModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPaneModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPaneModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPaneModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPaneModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabGroupPaneModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabGroupPaneModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgs", + "id": 0, + "name": "IgbTabHeaderConnectionEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgs.#ctor", + "id": 0, + "name": "IgbTabHeaderConnectionEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgs.IgbTabHeaderConnectionEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTabHeaderConnectionEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail", + "id": 0, + "name": "IgbTabHeaderConnectionEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail.#ctor", + "id": 0, + "name": "IgbTabHeaderConnectionEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail.IgbTabHeaderConnectionEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail.Element", + "id": 0, + "name": "Element", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail.Element", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The tab header element that is being connected/disconnected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTabHeaderElement", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTabHeaderElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail.Pane", + "id": 0, + "name": "Pane", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail.Pane", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The pane whose tab header is being connected/disconnected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbContentPane", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbContentPane" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderConnectionEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderElement", + "id": 0, + "name": "IgbTabHeaderElement", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderElement", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Describes a tab header element." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderElement.#ctor", + "id": 0, + "name": "IgbTabHeaderElement()", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderElement.IgbTabHeaderElement()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderElement.DragService", + "id": 0, + "name": "DragService", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderElement.DragService", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets the drag service." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDragService", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDragService" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderElement.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderElement.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderElement.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderElement.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderElement.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderElement.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderElement.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderElement.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderElement.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderElement.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderElement.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderElement.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderElement.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderElement.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderElementModule", + "id": 0, + "name": "IgbTabHeaderElementModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderElementModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderElementModule.#ctor", + "id": 0, + "name": "IgbTabHeaderElementModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderElementModule.IgbTabHeaderElementModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderElementModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderElementModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderElementModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderElementModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabHeaderElementModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabHeaderElementModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabModule", + "id": 0, + "name": "IgbTabModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTabModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTabModule.#ctor", + "id": 0, + "name": "IgbTabModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTabModule.IgbTabModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs", + "id": 0, + "name": "IgbTabs", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.#ctor", + "id": 0, + "name": "IgbTabs()", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.IgbTabs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.Activation", + "id": 0, + "name": "Activation", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.Activation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines the tab activation. When set to auto, the tab is instantly selected while navigating with the Left/Right Arrows, Home or End keys and the corresponding panel is displayed. When set to manual, the tab is only focused. The selection happens after pressing Space or Enter." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TabsActivation", + "fullTypeName": "IgniteUI.Blazor.Controls.TabsActivation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.ActualTabsCollection", + "id": 0, + "name": "ActualTabsCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.ActualTabsCollection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTabs_TabCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTabs_TabCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.Alignment", + "id": 0, + "name": "Alignment", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.Alignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the alignment for the tab headers" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TabsAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.TabsAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.Change", + "id": 0, + "name": "Change", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.Change", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTabComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTabComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.ChangeScript", + "id": 0, + "name": "ChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.ChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.ContentTabsCollection", + "id": 0, + "name": "ContentTabsCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.ContentTabsCollection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTabs_TabCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTabs_TabCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.GetSelected", + "id": 0, + "name": "GetSelected()", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.GetSelected()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.GetSelectedAsync", + "id": 0, + "name": "GetSelectedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.GetSelectedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.Select(System.String)", + "id": 0, + "name": "Select(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.Select(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "id", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.SelectAsync(System.String)", + "id": 0, + "name": "SelectAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.SelectAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Selects the specified tab and displays the corresponding panel." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "id", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.TabsCollection", + "id": 0, + "name": "TabsCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.TabsCollection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTabs_TabCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTabs_TabCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs_TabCollection", + "id": 0, + "name": "IgbTabs_TabCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs_TabCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbTab}", + "id": 0, + "name": "BaseCollection<IgbTab>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTabs_TabCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbTabs_TabCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabs_TabCollection.IgbTabs_TabCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabsModule", + "id": 0, + "name": "IgbTabsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTabsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTabsModule.#ctor", + "id": 0, + "name": "IgbTabsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTabsModule.IgbTabsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTabsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTabsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateCellInfo", + "id": 0, + "name": "IgbTemplateCellInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateCellInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents backing information for a template cell." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo", + "id": 0, + "name": "IgbCellInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateCellInfo.#ctor", + "id": 0, + "name": "IgbTemplateCellInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateCellInfo.IgbTemplateCellInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateCellInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateCellInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateCellInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateCellInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateCellInfo.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateCellInfo.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the value to provide to the template." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateCellInfo.ValueScript", + "id": 0, + "name": "ValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateCellInfo.ValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Value in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateCellUpdatingEventArgs", + "id": 0, + "name": "IgbTemplateCellUpdatingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateCellUpdatingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the cell that has content which is being created or updated." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateCellUpdatingEventArgs.#ctor", + "id": 0, + "name": "IgbTemplateCellUpdatingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateCellUpdatingEventArgs.IgbTemplateCellUpdatingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateCellUpdatingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateCellUpdatingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateCellUpdatingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateCellUpdatingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateCellUpdatingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateCellUpdatingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateCellUpdatingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateCellUpdatingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateColumn", + "id": 0, + "name": "IgbTemplateColumn", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateColumn", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A column with customizable content." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn", + "id": 0, + "name": "IgbDataGridColumn" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateColumn.#ctor", + "id": 0, + "name": "IgbTemplateColumn()", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateColumn.IgbTemplateColumn()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateColumn.CellUpdating", + "id": 0, + "name": "CellUpdating", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateColumn.CellUpdating", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbTemplateCellUpdatingEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbTemplateCellUpdatingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateColumn.CellUpdatingScript", + "id": 0, + "name": "CellUpdatingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateColumn.CellUpdatingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateColumn.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateColumn.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateColumn.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateColumn.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateColumn.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateColumn.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateColumn.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateColumn.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateColumn.Template", + "id": 0, + "name": "Template", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateColumn.Template", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<IgbTemplateCellInfo>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<IgniteUI.Blazor.Controls.IgbTemplateCellInfo>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateColumn.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateColumn.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateColumn.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateColumn.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateColumnModule", + "id": 0, + "name": "IgbTemplateColumnModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateColumnModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateColumnModule.#ctor", + "id": 0, + "name": "IgbTemplateColumnModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateColumnModule.IgbTemplateColumnModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateColumnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateColumnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateColumnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateColumnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateColumnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateColumnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateContent`1", + "id": 0, + "name": "IgbTemplateContent<T>", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateContent<T>", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeader", + "id": 0, + "name": "IgbTemplateHeader", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeader", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A type of header with customizable content." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeader", + "id": 0, + "name": "IgbHeader" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeader.#ctor", + "id": 0, + "name": "IgbTemplateHeader()", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeader.IgbTemplateHeader()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeader.CellUpdating", + "id": 0, + "name": "CellUpdating", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeader.CellUpdating", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbTemplateHeaderCellUpdatingEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbTemplateHeaderCellUpdatingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeader.CellUpdatingScript", + "id": 0, + "name": "CellUpdatingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeader.CellUpdatingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeader.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeader.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeader.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeader.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeader.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeader.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeader.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeader.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeader.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeader.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellInfo", + "id": 0, + "name": "IgbTemplateHeaderCellInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Backing information for the template header cells." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo", + "id": 0, + "name": "IgbCellInfo" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateCellInfo", + "id": 0, + "name": "IgbTemplateCellInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellInfo.#ctor", + "id": 0, + "name": "IgbTemplateHeaderCellInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellInfo.IgbTemplateHeaderCellInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellInfo.IsFilterUIVisible", + "id": 0, + "name": "IsFilterUIVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellInfo.IsFilterUIVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets whether the filter UI should be visible in the header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellUpdatingEventArgs", + "id": 0, + "name": "IgbTemplateHeaderCellUpdatingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellUpdatingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the header cell that has content which is being created or updated." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellUpdatingEventArgs.#ctor", + "id": 0, + "name": "IgbTemplateHeaderCellUpdatingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellUpdatingEventArgs.IgbTemplateHeaderCellUpdatingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellUpdatingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellUpdatingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellUpdatingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellUpdatingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellUpdatingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellUpdatingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellUpdatingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeaderCellUpdatingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeaderModule", + "id": 0, + "name": "IgbTemplateHeaderModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeaderModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeaderModule.#ctor", + "id": 0, + "name": "IgbTemplateHeaderModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeaderModule.IgbTemplateHeaderModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeaderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeaderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeaderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeaderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateHeaderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateHeaderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeader", + "id": 0, + "name": "IgbTemplateSectionHeader", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeader", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Used to configure the appearance of the section header cells." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeader", + "id": 0, + "name": "IgbSectionHeader" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeader.#ctor", + "id": 0, + "name": "IgbTemplateSectionHeader()", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeader.IgbTemplateSectionHeader()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeader.CellUpdating", + "id": 0, + "name": "CellUpdating", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeader.CellUpdating", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbTemplateSectionHeaderCellUpdatingEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellUpdatingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeader.CellUpdatingScript", + "id": 0, + "name": "CellUpdatingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeader.CellUpdatingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeader.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeader.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeader.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeader.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeader.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeader.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellInfo", + "id": 0, + "name": "IgbTemplateSectionHeaderCellInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Backing information for a template section header cell in the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo", + "id": 0, + "name": "IgbCellInfo" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSectionHeaderCellInfo", + "id": 0, + "name": "IgbSectionHeaderCellInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellInfo.#ctor", + "id": 0, + "name": "IgbTemplateSectionHeaderCellInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellInfo.IgbTemplateSectionHeaderCellInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellUpdatingEventArgs", + "id": 0, + "name": "IgbTemplateSectionHeaderCellUpdatingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellUpdatingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Information about the cell that has content which is being created or updated." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellUpdatingEventArgs.#ctor", + "id": 0, + "name": "IgbTemplateSectionHeaderCellUpdatingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellUpdatingEventArgs.IgbTemplateSectionHeaderCellUpdatingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellUpdatingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellUpdatingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellUpdatingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellUpdatingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellUpdatingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellUpdatingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellUpdatingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderCellUpdatingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderModule", + "id": 0, + "name": "IgbTemplateSectionHeaderModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderModule.#ctor", + "id": 0, + "name": "IgbTemplateSectionHeaderModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderModule.IgbTemplateSectionHeaderModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTemplateSectionHeaderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea", + "id": 0, + "name": "IgbTextarea", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "This element represents a multi-line plain-text editing control, useful when you want to allow users to enter a sizeable amount of free-form text, for example a comment on a review or feedback form." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.#ctor", + "id": 0, + "name": "IgbTextarea()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.IgbTextarea()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.Autocapitalize", + "id": 0, + "name": "Autocapitalize", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.Autocapitalize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Controls whether and how text input is automatically capitalized as it is entered/edited by the user. MDN documentation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.Autocomplete", + "id": 0, + "name": "Autocomplete", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.Autocomplete", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Specifies what if any permission the browser has to provide for automated assistance in filling out form field values, as well as guidance to the browser as to the type of information expected in the field. Refer to this page for additional information." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.Blur", + "id": 0, + "name": "Blur", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.Blur", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.BlurScript", + "id": 0, + "name": "BlurScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.BlurScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.Change", + "id": 0, + "name": "Change", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.Change", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.ChangeScript", + "id": 0, + "name": "ChangeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.ChangeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.CheckValidity", + "id": 0, + "name": "CheckValidity()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.CheckValidity()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.CheckValidityAsync", + "id": 0, + "name": "CheckValidityAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.CheckValidityAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Checks for validity of the control and emits the invalid event if it invalid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.ConnectedCallback", + "id": 0, + "name": "ConnectedCallback()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.ConnectedCallback()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.ConnectedCallbackAsync", + "id": 0, + "name": "ConnectedCallbackAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.ConnectedCallbackAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The disabled state of the component" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.DisconnectedCallback", + "id": 0, + "name": "DisconnectedCallback()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.DisconnectedCallback()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.DisconnectedCallbackAsync", + "id": 0, + "name": "DisconnectedCallbackAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.DisconnectedCallbackAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.Focus", + "id": 0, + "name": "Focus", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.Focus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.FocusScript", + "id": 0, + "name": "FocusScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.FocusScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.GetCurrentValue", + "id": 0, + "name": "GetCurrentValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.GetCurrentValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.GetCurrentValueAsync", + "id": 0, + "name": "GetCurrentValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.GetCurrentValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.Input", + "id": 0, + "name": "Input", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.Input", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbComponentValueChangedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbComponentValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.InputMode", + "id": 0, + "name": "InputMode", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.InputMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hints at the type of data that might be entered by the user while editing the element or its contents. This allows a browser to display an appropriate virtual keyboard. MDN documentation" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.InputScript", + "id": 0, + "name": "InputScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.InputScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.Invalid", + "id": 0, + "name": "Invalid", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.Invalid", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Control the validity of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The label for the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.MaxLength", + "id": 0, + "name": "MaxLength", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.MaxLength", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The maximum number of characters (UTF-16 code units) that the user can enter. If this value isn't specified, the user can enter an unlimited number of characters." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.MinLength", + "id": 0, + "name": "MinLength", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.MinLength", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The minimum number of characters (UTF-16 code units) required that the user should enter." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.Outlined", + "id": 0, + "name": "Outlined", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.Outlined", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the control will have outlined appearance." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.Placeholder", + "id": 0, + "name": "Placeholder", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.Placeholder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The placeholder attribute of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.ReadOnly", + "id": 0, + "name": "ReadOnly", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.ReadOnly", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Makes the control a readonly field." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.ReportValidity", + "id": 0, + "name": "ReportValidity()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.ReportValidity()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.ReportValidityAsync", + "id": 0, + "name": "ReportValidityAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.ReportValidityAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Checks for validity of the control and shows the browser message if it invalid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.Required", + "id": 0, + "name": "Required", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.Required", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Makes the control a required field in a form context." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.Resize", + "id": 0, + "name": "Resize", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.Resize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Controls whether the control can be resized. When auto is set, the control will try to expand and fit its content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextareaResize", + "fullTypeName": "IgniteUI.Blazor.Controls.TextareaResize" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.Rows", + "id": 0, + "name": "Rows", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.Rows", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The number of visible text lines for the control. If it is specified, it must be a positive integer. If it is not specified, the default value is 2." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.Select", + "id": 0, + "name": "Select()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.Select()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.SelectAsync", + "id": 0, + "name": "SelectAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.SelectAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Selects all text within the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.SetCustomValidity(System.String)", + "id": 0, + "name": "SetCustomValidity(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.SetCustomValidity(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "message", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.SetCustomValidityAsync(System.String)", + "id": 0, + "name": "SetCustomValidityAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.SetCustomValidityAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets a custom validation message for the control. As long as message is not empty, the control is considered invalid." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "message", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.SetRangeText(System.String,System.Double,System.Double,IgniteUI.Blazor.Controls.RangeTextSelectMode)", + "id": 0, + "name": "SetRangeText(String, Double, Double, RangeTextSelectMode)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.SetRangeText(System.String, System.Double, System.Double, IgniteUI.Blazor.Controls.RangeTextSelectMode)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "replacement", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "start", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "end", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "selectMode", + "type": "RangeTextSelectMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RangeTextSelectMode" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.SetRangeTextAsync(System.String,System.Double,System.Double,IgniteUI.Blazor.Controls.RangeTextSelectMode)", + "id": 0, + "name": "SetRangeTextAsync(String, Double, Double, RangeTextSelectMode)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.SetRangeTextAsync(System.String, System.Double, System.Double, IgniteUI.Blazor.Controls.RangeTextSelectMode)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "replacement", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "start", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "end", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "selectMode", + "type": "RangeTextSelectMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RangeTextSelectMode" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.SetSelectionRange(System.Double,System.Double,IgniteUI.Blazor.Controls.SelectionRangeDirection)", + "id": 0, + "name": "SetSelectionRange(Double, Double, SelectionRangeDirection)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.SetSelectionRange(System.Double, System.Double, IgniteUI.Blazor.Controls.SelectionRangeDirection)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "start", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "end", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "direction", + "type": "SelectionRangeDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SelectionRangeDirection" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.SetSelectionRangeAsync(System.Double,System.Double,IgniteUI.Blazor.Controls.SelectionRangeDirection)", + "id": 0, + "name": "SetSelectionRangeAsync(Double, Double, SelectionRangeDirection)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.SetSelectionRangeAsync(System.Double, System.Double, IgniteUI.Blazor.Controls.SelectionRangeDirection)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "start", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "end", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "direction", + "type": "SelectionRangeDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SelectionRangeDirection" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.Spellcheck", + "id": 0, + "name": "Spellcheck", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.Spellcheck", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Controls whether the element may be checked for spelling errors." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.ValidateOnly", + "id": 0, + "name": "ValidateOnly", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.ValidateOnly", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Enables validation rules to be evaluated without restricting user input. This applies to the maxLength property when it is defined." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The value of the component" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.ValueChanged", + "id": 0, + "name": "ValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.ValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<String>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextarea.Wrap", + "id": 0, + "name": "Wrap", + "fullName": "IgniteUI.Blazor.Controls.IgbTextarea.Wrap", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates how the control should wrap the value for form submission. Refer to this page on MDN for explanation of the available values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextareaWrap", + "fullTypeName": "IgniteUI.Blazor.Controls.TextareaWrap" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextareaModule", + "id": 0, + "name": "IgbTextareaModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTextareaModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTextareaModule.#ctor", + "id": 0, + "name": "IgbTextareaModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextareaModule.IgbTextareaModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextareaModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextareaModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextareaModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextareaModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextareaModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextareaModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextCellInfo", + "id": 0, + "name": "IgbTextCellInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbTextCellInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Backing information for a text cell in the grid." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo", + "id": 0, + "name": "IgbCellInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTextCellInfo.#ctor", + "id": 0, + "name": "IgbTextCellInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextCellInfo.IgbTextCellInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextCellInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextCellInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextCellInfo.TextValue", + "id": 0, + "name": "TextValue", + "fullName": "IgniteUI.Blazor.Controls.IgbTextCellInfo.TextValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets the text value for the cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextCellInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTextCellInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextColumn", + "id": 0, + "name": "IgbTextColumn", + "fullName": "IgniteUI.Blazor.Controls.IgbTextColumn", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a Text grid column, used to allow the developer to display a formatted text in a cell." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDataGridColumn", + "id": 0, + "name": "IgbDataGridColumn" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTextColumn.#ctor", + "id": 0, + "name": "IgbTextColumn()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextColumn.IgbTextColumn()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextColumn.ActualEditorDataSource", + "id": 0, + "name": "ActualEditorDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbTextColumn.ActualEditorDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbBaseDataSource", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbBaseDataSource" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextColumn.EditorDataSource", + "id": 0, + "name": "EditorDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbTextColumn.EditorDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ComboBox data source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextColumn.EditorDataSourceScript", + "id": 0, + "name": "EditorDataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTextColumn.EditorDataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting EditorDataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextColumn.EditorTextField", + "id": 0, + "name": "EditorTextField", + "fullName": "IgniteUI.Blazor.Controls.IgbTextColumn.EditorTextField", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ComboBox text field." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextColumn.EditorType", + "id": 0, + "name": "EditorType", + "fullName": "IgniteUI.Blazor.Controls.IgbTextColumn.EditorType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the editor type used for editing cells in this column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EditorType", + "fullTypeName": "IgniteUI.Blazor.Controls.EditorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextColumn.EditorValueField", + "id": 0, + "name": "EditorValueField", + "fullName": "IgniteUI.Blazor.Controls.IgbTextColumn.EditorValueField", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ComboBox value field." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextColumn.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextColumn.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextColumn.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextColumn.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextColumn.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextColumn.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextColumn.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbTextColumn.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextColumn.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextColumn.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextColumn.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTextColumn.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextColumnModule", + "id": 0, + "name": "IgbTextColumnModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTextColumnModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTextColumnModule.#ctor", + "id": 0, + "name": "IgbTextColumnModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextColumnModule.IgbTextColumnModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextColumnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextColumnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextColumnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextColumnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextColumnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextColumnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeader", + "id": 0, + "name": "IgbTextHeader", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeader", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a class used to configure the appearance of a text column header cells." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDefinitionBase", + "id": 0, + "name": "IgbDefinitionBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHeader", + "id": 0, + "name": "IgbHeader" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeader.#ctor", + "id": 0, + "name": "IgbTextHeader()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeader.IgbTextHeader()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeader.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeader.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeader.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeader.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeader.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeader.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeader.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeader.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeader.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeader.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo", + "id": 0, + "name": "IgbTextHeaderCellInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Backing information for a text header cell." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo", + "id": 0, + "name": "IgbCellInfo" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextCellInfo", + "id": 0, + "name": "IgbTextCellInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo.#ctor", + "id": 0, + "name": "IgbTextHeaderCellInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo.IgbTextHeaderCellInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo.ColumnOptionsIconAlignment", + "id": 0, + "name": "ColumnOptionsIconAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo.ColumnOptionsIconAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the alignment of the column options icon within the header cell." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnOptionsIconAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnOptionsIconAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo.ColumnOptionsIconBehavior", + "id": 0, + "name": "ColumnOptionsIconBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo.ColumnOptionsIconBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how the column option icon will behave in the header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ColumnOptionsIconBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ColumnOptionsIconBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo.ColumnOptionsIconColor", + "id": 0, + "name": "ColumnOptionsIconColor", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo.ColumnOptionsIconColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color for the column options icon in the header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo.IsColumnOptionsEnabled", + "id": 0, + "name": "IsColumnOptionsEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo.IsColumnOptionsEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets whether the filter UI should be visible in the header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo.SortIndicatorStyle", + "id": 0, + "name": "SortIndicatorStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo.SortIndicatorStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortIndicatorStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.SortIndicatorStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeaderCellInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeaderModule", + "id": 0, + "name": "IgbTextHeaderModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeaderModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeaderModule.#ctor", + "id": 0, + "name": "IgbTextHeaderModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeaderModule.IgbTextHeaderModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeaderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeaderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeaderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeaderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextHeaderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextHeaderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyle", + "id": 0, + "name": "IgbTextIconSetConditionalStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyle", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridConditionalStyle", + "id": 0, + "name": "IgbGridConditionalStyle" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridCompoundConditionalStyle", + "id": 0, + "name": "IgbGridCompoundConditionalStyle" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyle.#ctor", + "id": 0, + "name": "IgbTextIconSetConditionalStyle()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyle.IgbTextIconSetConditionalStyle()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyle.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyle.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyle.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyle.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyle.GetSubStyles", + "id": 0, + "name": "GetSubStyles()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyle.GetSubStyles()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGridConditionalStyleCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGridConditionalStyleCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyle.GetSubStylesAsync", + "id": 0, + "name": "GetSubStylesAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyle.GetSubStylesAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbGridConditionalStyleCollection>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbGridConditionalStyleCollection>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyle.IconType", + "id": 0, + "name": "IconType", + "fullName": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyle.IconType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextIconSetBuiltInTypes", + "fullTypeName": "IgniteUI.Blazor.Controls.TextIconSetBuiltInTypes" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyle.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyle.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyleModule", + "id": 0, + "name": "IgbTextIconSetConditionalStyleModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyleModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyleModule.#ctor", + "id": 0, + "name": "IgbTextIconSetConditionalStyleModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyleModule.IgbTextIconSetConditionalStyleModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyleModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyleModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyleModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyleModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyleModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTextIconSetConditionalStyleModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbThisMonthExpression", + "id": 0, + "name": "IgbThisMonthExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbThisMonthExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Requests an expression for the ThisMonth filter." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbThisMonthExpression.#ctor", + "id": 0, + "name": "IgbThisMonthExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbThisMonthExpression.IgbThisMonthExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbThisMonthExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbThisMonthExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbThisMonthExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbThisMonthExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbThisMonthExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbThisMonthExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbThisMonthExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbThisMonthExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbThisQuarterExpression", + "id": 0, + "name": "IgbThisQuarterExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbThisQuarterExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an expression for the ThisQuarter filter." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbThisQuarterExpression.#ctor", + "id": 0, + "name": "IgbThisQuarterExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbThisQuarterExpression.IgbThisQuarterExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbThisQuarterExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbThisQuarterExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbThisQuarterExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbThisQuarterExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbThisQuarterExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbThisQuarterExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbThisQuarterExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbThisQuarterExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbThisWeekExpression", + "id": 0, + "name": "IgbThisWeekExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbThisWeekExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Requests an expression for the ThisWeek filter." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbOffsettableWeekExpression", + "id": 0, + "name": "IgbOffsettableWeekExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbThisWeekExpression.#ctor", + "id": 0, + "name": "IgbThisWeekExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbThisWeekExpression.IgbThisWeekExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbThisWeekExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbThisWeekExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbThisWeekExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbThisWeekExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbThisWeekExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbThisWeekExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbThisWeekExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbThisWeekExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbThisYearExpression", + "id": 0, + "name": "IgbThisYearExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbThisYearExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Requests an expression for the ThisYear filter." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbThisYearExpression.#ctor", + "id": 0, + "name": "IgbThisYearExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbThisYearExpression.IgbThisYearExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbThisYearExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbThisYearExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbThisYearExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbThisYearExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbThisYearExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbThisYearExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbThisYearExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbThisYearExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile", + "id": 0, + "name": "IgbTile", + "fullName": "IgniteUI.Blazor.Controls.IgbTile", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The tile component is used within the igc-tile-manager as a container for displaying various types of information." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.#ctor", + "id": 0, + "name": "IgbTile()", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.IgbTile()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.ColSpan", + "id": 0, + "name": "ColSpan", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.ColSpan", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The number of columns the tile will span. When setting a value that is less than 1, it will be coerced to 1. 1" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.ColStart", + "id": 0, + "name": "ColStart", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.ColStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The starting column for the tile." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Nullable<Double>", + "fullTypeName": "System.Nullable<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.DisableFullscreen", + "id": 0, + "name": "DisableFullscreen", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.DisableFullscreen", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether to disable the rendering of the tile fullscreen-action slot and its default fullscreen action button. false" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.DisableMaximize", + "id": 0, + "name": "DisableMaximize", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.DisableMaximize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether to disable the rendering of the tile maximize-action slot and its default maximize action button. false" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.DisableResize", + "id": 0, + "name": "DisableResize", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.DisableResize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates whether to disable tile resize behavior regardless ot its tile manager parent settings. false" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.GetFullscreen", + "id": 0, + "name": "GetFullscreen()", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.GetFullscreen()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.GetFullscreenAsync", + "id": 0, + "name": "GetFullscreenAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.GetFullscreenAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.Maximized", + "id": 0, + "name": "Maximized", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.Maximized", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates whether the tile occupies all available space within the layout." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.Position", + "id": 0, + "name": "Position", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.Position", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets/sets the tile's visual position in the layout. Corresponds to the CSS order property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.RowSpan", + "id": 0, + "name": "RowSpan", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.RowSpan", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The number of rows the tile will span. When setting a value that is less than 1, it will be coerced to 1. 1" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.RowStart", + "id": 0, + "name": "RowStart", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.RowStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The starting row for the tile." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Nullable<Double>", + "fullTypeName": "System.Nullable<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.TileDragCancel", + "id": 0, + "name": "TileDragCancel", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.TileDragCancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTileComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTileComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.TileDragCancelScript", + "id": 0, + "name": "TileDragCancelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.TileDragCancelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.TileDragEnd", + "id": 0, + "name": "TileDragEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.TileDragEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTileComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTileComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.TileDragEndScript", + "id": 0, + "name": "TileDragEndScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.TileDragEndScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.TileDragStart", + "id": 0, + "name": "TileDragStart", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.TileDragStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTileComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTileComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.TileDragStartScript", + "id": 0, + "name": "TileDragStartScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.TileDragStartScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.TileFullscreen", + "id": 0, + "name": "TileFullscreen", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.TileFullscreen", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTileChangeStateEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.TileFullscreenScript", + "id": 0, + "name": "TileFullscreenScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.TileFullscreenScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.TileManagerParent", + "id": 0, + "name": "TileManagerParent", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.TileManagerParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.TileMaximize", + "id": 0, + "name": "TileMaximize", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.TileMaximize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTileChangeStateEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.TileMaximizeScript", + "id": 0, + "name": "TileMaximizeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.TileMaximizeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.TileResizeCancel", + "id": 0, + "name": "TileResizeCancel", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.TileResizeCancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTileComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTileComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.TileResizeCancelScript", + "id": 0, + "name": "TileResizeCancelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.TileResizeCancelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.TileResizeEnd", + "id": 0, + "name": "TileResizeEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.TileResizeEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTileComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTileComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.TileResizeEndScript", + "id": 0, + "name": "TileResizeEndScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.TileResizeEndScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.TileResizeStart", + "id": 0, + "name": "TileResizeStart", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.TileResizeStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTileComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTileComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.TileResizeStartScript", + "id": 0, + "name": "TileResizeStartScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.TileResizeStartScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTile.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbTile.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgs", + "id": 0, + "name": "IgbTileChangeStateEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgs.#ctor", + "id": 0, + "name": "IgbTileChangeStateEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgs.IgbTileChangeStateEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTileChangeStateEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail", + "id": 0, + "name": "IgbTileChangeStateEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail.#ctor", + "id": 0, + "name": "IgbTileChangeStateEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail.IgbTileChangeStateEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail.State", + "id": 0, + "name": "State", + "fullName": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail.State", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail.Tile", + "id": 0, + "name": "Tile", + "fullName": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail.Tile", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTile", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTile" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileComponentEventArgs", + "id": 0, + "name": "IgbTileComponentEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbTileComponentEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTileComponentEventArgs.#ctor", + "id": 0, + "name": "IgbTileComponentEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbTileComponentEventArgs.IgbTileComponentEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileComponentEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbTileComponentEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTile", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTile" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileComponentEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileComponentEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileComponentEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileComponentEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileComponentEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileComponentEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileComponentEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTileComponentEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileGenerator", + "id": 0, + "name": "IgbTileGenerator", + "fullName": "IgniteUI.Blazor.Controls.IgbTileGenerator", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImagery", + "id": 0, + "name": "IgbTileGeneratorMapImagery", + "fullName": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImagery", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a CustomMapImagery MapImagery" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery", + "id": 0, + "name": "IgbGeographicMapImagery" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImagery.#ctor", + "id": 0, + "name": "IgbTileGeneratorMapImagery()", + "fullName": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImagery.IgbTileGeneratorMapImagery()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImagery.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImagery.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImagery.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImagery.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImagery.TileGenerator", + "id": 0, + "name": "TileGenerator", + "fullName": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImagery.TileGenerator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the culture name for this tile source." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTileGenerator", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTileGenerator" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImagery.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImagery.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImageryModule", + "id": 0, + "name": "IgbTileGeneratorMapImageryModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImageryModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImageryModule.#ctor", + "id": 0, + "name": "IgbTileGeneratorMapImageryModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImageryModule.IgbTileGeneratorMapImageryModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImageryModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImageryModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImageryModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImageryModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImageryModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileGeneratorMapImageryModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager", + "id": 0, + "name": "IgbTileManager", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The tile manager component enables the dynamic arrangement, resizing, and interaction of tiles. --column-count - The number of columns for the tile manager. The column-count attribute sets this variable. --min-col-width - The minimum size of the columns in the tile-manager. The min-column-width attribute sets this variable. --min-row-height - The minimum size of the rows in the tile-manager. The min-row-height attribute sets this variable. --grid-gap - The gap size of the underlying CSS grid container. The gap attributes sts this variable." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.#ctor", + "id": 0, + "name": "IgbTileManager()", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.IgbTileManager()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.ColumnCount", + "id": 0, + "name": "ColumnCount", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.ColumnCount", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.DragMode", + "id": 0, + "name": "DragMode", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.DragMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether drag and drop operations are enabled. none" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TileManagerDragMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TileManagerDragMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.Gap", + "id": 0, + "name": "Gap", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.Gap", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the gap size between tiles in the tile manager." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.GetTiles", + "id": 0, + "name": "GetTiles()", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.GetTiles()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTile[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTile[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.GetTilesAsync", + "id": 0, + "name": "GetTilesAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.GetTilesAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbTile[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbTile[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.LoadLayout(System.String)", + "id": 0, + "name": "LoadLayout(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.LoadLayout(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "data", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.LoadLayoutAsync(System.String)", + "id": 0, + "name": "LoadLayoutAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.LoadLayoutAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Restores a previously serialized state produced by saveLayout." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "data", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.MinColumnWidth", + "id": 0, + "name": "MinColumnWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.MinColumnWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the minimum width for a column unit in the tile manager." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.MinRowHeight", + "id": 0, + "name": "MinRowHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.MinRowHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the minimum height for a row unit in the tile manager." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.ResizeMode", + "id": 0, + "name": "ResizeMode", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.ResizeMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether resize operations are enabled. none" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TileManagerResizeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TileManagerResizeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.SaveLayout", + "id": 0, + "name": "SaveLayout()", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.SaveLayout()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.SaveLayoutAsync", + "id": 0, + "name": "SaveLayoutAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.SaveLayoutAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the properties of the current tile collections as a JSON payload. The content of the tiles is not serialized or saved. Only tile properties are serialized." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.TileDragCancel", + "id": 0, + "name": "TileDragCancel", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.TileDragCancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTileComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTileComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.TileDragCancelScript", + "id": 0, + "name": "TileDragCancelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.TileDragCancelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.TileDragEnd", + "id": 0, + "name": "TileDragEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.TileDragEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTileComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTileComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.TileDragEndScript", + "id": 0, + "name": "TileDragEndScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.TileDragEndScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.TileDragStart", + "id": 0, + "name": "TileDragStart", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.TileDragStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTileComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTileComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.TileDragStartScript", + "id": 0, + "name": "TileDragStartScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.TileDragStartScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.TileFullscreen", + "id": 0, + "name": "TileFullscreen", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.TileFullscreen", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTileChangeStateEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.TileFullscreenScript", + "id": 0, + "name": "TileFullscreenScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.TileFullscreenScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.TileMaximize", + "id": 0, + "name": "TileMaximize", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.TileMaximize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTileChangeStateEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTileChangeStateEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.TileMaximizeScript", + "id": 0, + "name": "TileMaximizeScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.TileMaximizeScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.TileResizeCancel", + "id": 0, + "name": "TileResizeCancel", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.TileResizeCancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTileComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTileComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.TileResizeCancelScript", + "id": 0, + "name": "TileResizeCancelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.TileResizeCancelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.TileResizeEnd", + "id": 0, + "name": "TileResizeEnd", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.TileResizeEnd", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTileComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTileComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.TileResizeEndScript", + "id": 0, + "name": "TileResizeEndScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.TileResizeEndScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.TileResizeStart", + "id": 0, + "name": "TileResizeStart", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.TileResizeStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTileComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTileComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.TileResizeStartScript", + "id": 0, + "name": "TileResizeStartScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.TileResizeStartScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManager.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManager.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManagerModule", + "id": 0, + "name": "IgbTileManagerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManagerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManagerModule.#ctor", + "id": 0, + "name": "IgbTileManagerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManagerModule.IgbTileManagerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManagerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManagerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManagerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManagerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileManagerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileManagerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileModule", + "id": 0, + "name": "IgbTileModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTileModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTileModule.#ctor", + "id": 0, + "name": "IgbTileModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTileModule.IgbTileModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileSeries", + "id": 0, + "name": "IgbTileSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbTileSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a tile series class that can render imagery tiles" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbShapeSeriesBase", + "id": 0, + "name": "IgbShapeSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTileSeries.#ctor", + "id": 0, + "name": "IgbTileSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbTileSeries.IgbTileSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileSeries.DeferredRefresh", + "id": 0, + "name": "DeferredRefresh()", + "fullName": "IgniteUI.Blazor.Controls.IgbTileSeries.DeferredRefresh()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileSeries.DeferredRefreshAsync", + "id": 0, + "name": "DeferredRefreshAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTileSeries.DeferredRefreshAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Defers rendering of the series" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTileSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileSeries.TileImagery", + "id": 0, + "name": "TileImagery", + "fullName": "IgniteUI.Blazor.Controls.IgbTileSeries.TileImagery", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The MapImagery which is used to provide the tiles for display." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbGeographicMapImagery", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbGeographicMapImagery" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTileSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileSeriesModule", + "id": 0, + "name": "IgbTileSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTileSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTileSeriesModule.#ctor", + "id": 0, + "name": "IgbTileSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTileSeriesModule.IgbTileSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTileSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTileSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase", + "id": 0, + "name": "IgbTimeAxisBase", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an category-based horizontal X axis that uses a DateTime scale." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis", + "id": 0, + "name": "IgbAxis" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase", + "id": 0, + "name": "IgbCategoryAxisBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.#ctor", + "id": 0, + "name": "IgbTimeAxisBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.IgbTimeAxisBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.ActualMaximumValue", + "id": 0, + "name": "ActualMaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.ActualMaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the coerced maximum value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.ActualMaximumValueChanged", + "id": 0, + "name": "ActualMaximumValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.ActualMaximumValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<DateTime>", + "fullTypeName": "System.Action<System.DateTime>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.ActualMaximumValueChangedScript", + "id": 0, + "name": "ActualMaximumValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.ActualMaximumValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.ActualMinimumValue", + "id": 0, + "name": "ActualMinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.ActualMinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the coerced minimum value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.ActualMinimumValueChanged", + "id": 0, + "name": "ActualMinimumValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.ActualMinimumValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<DateTime>", + "fullTypeName": "System.Action<System.DateTime>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.ActualMinimumValueChangedScript", + "id": 0, + "name": "ActualMinimumValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.ActualMinimumValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.DateTimeMemberPath", + "id": 0, + "name": "DateTimeMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.DateTimeMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the DateTime mapping property for the axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.GetCurrentActualMaximumValue", + "id": 0, + "name": "GetCurrentActualMaximumValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.GetCurrentActualMaximumValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.GetCurrentActualMaximumValueAsync", + "id": 0, + "name": "GetCurrentActualMaximumValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.GetCurrentActualMaximumValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<DateTime>", + "fullTypeName": "System.Threading.Tasks.Task<System.DateTime>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.GetCurrentActualMinimumValue", + "id": 0, + "name": "GetCurrentActualMinimumValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.GetCurrentActualMinimumValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.GetCurrentActualMinimumValueAsync", + "id": 0, + "name": "GetCurrentActualMinimumValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.GetCurrentActualMinimumValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<DateTime>", + "fullTypeName": "System.Threading.Tasks.Task<System.DateTime>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.GetFullRange", + "id": 0, + "name": "GetFullRange()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.GetFullRange()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double[]", + "fullTypeName": "System.Double[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.GetFullRangeAsync", + "id": 0, + "name": "GetFullRangeAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.GetFullRangeAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.GetIndexClosestToUnscaledValue(System.Double)", + "id": 0, + "name": "GetIndexClosestToUnscaledValue(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.GetIndexClosestToUnscaledValue(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.GetIndexClosestToUnscaledValueAsync(System.Double)", + "id": 0, + "name": "GetIndexClosestToUnscaledValueAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.GetIndexClosestToUnscaledValueAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the index of the data item with the value nearest the given value." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.GetItemValue(System.Object,System.String)", + "id": 0, + "name": "GetItemValue(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.GetItemValue(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.GetItemValueAsync(System.Object,System.String)", + "id": 0, + "name": "GetItemValueAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.GetItemValueAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "memberPathName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.IsDataPreSorted", + "id": 0, + "name": "IsDataPreSorted", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.IsDataPreSorted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the data assigned to the date time axis should be considered pre-sorted by date/time." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.MaximumValue", + "id": 0, + "name": "MaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.MaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the axis MaximumValue." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.MinimumValue", + "id": 0, + "name": "MinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.MinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the axis MinimumValue." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.NotifyDataChanged", + "id": 0, + "name": "NotifyDataChanged()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.NotifyDataChanged()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.NotifyDataChangedAsync", + "id": 0, + "name": "NotifyDataChangedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.NotifyDataChangedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Updates the axis when the data has been changed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBreak", + "id": 0, + "name": "IgbTimeAxisBreak", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBreak", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Settings for breaks on a time axis." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBreak.#ctor", + "id": 0, + "name": "IgbTimeAxisBreak()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBreak.IgbTimeAxisBreak()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBreak.End", + "id": 0, + "name": "End", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBreak.End", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The end time of the axis break." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBreak.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBreak.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBreak.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBreak.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBreak.Interval", + "id": 0, + "name": "Interval", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBreak.Interval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The interval at which to repeat this break, expressed as a TimeSpan." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeSpan", + "fullTypeName": "System.TimeSpan" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBreak.Start", + "id": 0, + "name": "Start", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBreak.Start", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The start time of the axis break." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBreak.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBreak.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBreakCollection", + "id": 0, + "name": "IgbTimeAxisBreakCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBreakCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbTimeAxisBreak}", + "id": 0, + "name": "BaseCollection<IgbTimeAxisBreak>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBreakCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbTimeAxisBreakCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBreakCollection.IgbTimeAxisBreakCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBreakModule", + "id": 0, + "name": "IgbTimeAxisBreakModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBreakModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBreakModule.#ctor", + "id": 0, + "name": "IgbTimeAxisBreakModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBreakModule.IgbTimeAxisBreakModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBreakModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBreakModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBreakModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBreakModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBreakModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisBreakModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisInterval", + "id": 0, + "name": "IgbTimeAxisInterval", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisInterval", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Settings for an interval on a time axis." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisInterval.#ctor", + "id": 0, + "name": "IgbTimeAxisInterval()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisInterval.IgbTimeAxisInterval()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisInterval.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisInterval.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisInterval.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisInterval.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisInterval.Interval", + "id": 0, + "name": "Interval", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisInterval.Interval", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The interval, expressed as a multiple of IntervalType." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisInterval.IntervalType", + "id": 0, + "name": "IntervalType", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisInterval.IntervalType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The unit of time for this interval." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeAxisIntervalType", + "fullTypeName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisInterval.Range", + "id": 0, + "name": "Range", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisInterval.Range", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The visible axis range at which to apply this interval." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeSpan", + "fullTypeName": "System.TimeSpan" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisInterval.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisInterval.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisIntervalCollection", + "id": 0, + "name": "IgbTimeAxisIntervalCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisIntervalCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbTimeAxisInterval}", + "id": 0, + "name": "BaseCollection<IgbTimeAxisInterval>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisIntervalCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbTimeAxisIntervalCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisIntervalCollection.IgbTimeAxisIntervalCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisIntervalModule", + "id": 0, + "name": "IgbTimeAxisIntervalModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisIntervalModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisIntervalModule.#ctor", + "id": 0, + "name": "IgbTimeAxisIntervalModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisIntervalModule.IgbTimeAxisIntervalModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisIntervalModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisIntervalModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisIntervalModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisIntervalModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisIntervalModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisIntervalModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat", + "id": 0, + "name": "IgbTimeAxisLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Settings for a label format on a time axis." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat.#ctor", + "id": 0, + "name": "IgbTimeAxisLabelFormat()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat.IgbTimeAxisLabelFormat()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat.Format", + "id": 0, + "name": "Format", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat.Format", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The DateTime format string to apply." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat.Range", + "id": 0, + "name": "Range", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat.Range", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The visible axis range at which to apply this label format." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeSpan", + "fullTypeName": "System.TimeSpan" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat.RepeatedDayFormat", + "id": 0, + "name": "RepeatedDayFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat.RepeatedDayFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The DateTime format string to apply, if the day is repeated from the prior date." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat.RepeatedMonthFormat", + "id": 0, + "name": "RepeatedMonthFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat.RepeatedMonthFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The DateTime format string to apply, if the month is repeated from the prior date." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat.RepeatedYearFormat", + "id": 0, + "name": "RepeatedYearFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat.RepeatedYearFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The DateTime format string to apply, if the year is repeated from the prior date." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormatCollection", + "id": 0, + "name": "IgbTimeAxisLabelFormatCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormatCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormat}", + "id": 0, + "name": "BaseCollection<IgbTimeAxisLabelFormat>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormatCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbTimeAxisLabelFormatCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormatCollection.IgbTimeAxisLabelFormatCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormatModule", + "id": 0, + "name": "IgbTimeAxisLabelFormatModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormatModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormatModule.#ctor", + "id": 0, + "name": "IgbTimeAxisLabelFormatModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormatModule.IgbTimeAxisLabelFormatModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormatModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormatModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormatModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormatModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormatModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormatModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeXAxis", + "id": 0, + "name": "IgbTimeXAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeXAxis", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A horizontal axis that uses a DateTime scale." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAxis", + "id": 0, + "name": "IgbAxis" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategoryAxisBase", + "id": 0, + "name": "IgbCategoryAxisBase" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeAxisBase", + "id": 0, + "name": "IgbTimeAxisBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeXAxis.#ctor", + "id": 0, + "name": "IgbTimeXAxis()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeXAxis.IgbTimeXAxis()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeXAxis.Breaks", + "id": 0, + "name": "Breaks", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeXAxis.Breaks", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "TimeAxisBreaks to apply to this axis, representing spans of time to omit, such as weekends." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTimeAxisBreakCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTimeAxisBreakCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeXAxis.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeXAxis.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeXAxis.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeXAxis.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeXAxis.GetIndexClosestToUnscaledValue(System.Double)", + "id": 0, + "name": "GetIndexClosestToUnscaledValue(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeXAxis.GetIndexClosestToUnscaledValue(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeXAxis.GetIndexClosestToUnscaledValueAsync(System.Double)", + "id": 0, + "name": "GetIndexClosestToUnscaledValueAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeXAxis.GetIndexClosestToUnscaledValueAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the index of the data item with the value nearest the given value." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeXAxis.GetValueLabel(System.Double)", + "id": 0, + "name": "GetValueLabel(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeXAxis.GetValueLabel(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeXAxis.GetValueLabelAsync(System.Double)", + "id": 0, + "name": "GetValueLabelAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeXAxis.GetValueLabelAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeXAxis.Intervals", + "id": 0, + "name": "Intervals", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeXAxis.Intervals", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A list of axis label intervals to apply, which are selected according to the visible axis range." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTimeAxisIntervalCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTimeAxisIntervalCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeXAxis.LabelFormats", + "id": 0, + "name": "LabelFormats", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeXAxis.LabelFormats", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A list of axis label formats to apply, which are selected according to the visible axis range." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTimeAxisLabelFormatCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTimeAxisLabelFormatCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeXAxis.LabellingMode", + "id": 0, + "name": "LabellingMode", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeXAxis.LabellingMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the labelling mode to use when the automatic label formats are applied." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeAxisLabellingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TimeAxisLabellingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeXAxis.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeXAxis.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeXAxisModule", + "id": 0, + "name": "IgbTimeXAxisModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeXAxisModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeXAxisModule.#ctor", + "id": 0, + "name": "IgbTimeXAxisModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeXAxisModule.IgbTimeXAxisModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeXAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeXAxisModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeXAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeXAxisModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTimeXAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTimeXAxisModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToast", + "id": 0, + "name": "IgbToast", + "fullName": "IgniteUI.Blazor.Controls.IgbToast", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A toast component is used to show a notification" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseAlertLike", + "id": 0, + "name": "IgbBaseAlertLike" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToast.#ctor", + "id": 0, + "name": "IgbToast()", + "fullName": "IgniteUI.Blazor.Controls.IgbToast.IgbToast()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToast.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbToast.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToast.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToast.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToast.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToast.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToast.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbToast.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToast.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbToast.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToast.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToast.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToast.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbToast.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToastModule", + "id": 0, + "name": "IgbToastModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToastModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToastModule.#ctor", + "id": 0, + "name": "IgbToastModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToastModule.IgbToastModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToastModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToastModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToastModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToastModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToastModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToastModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTodayExpression", + "id": 0, + "name": "IgbTodayExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbTodayExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Requests an expression for the Today filter." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTodayExpression.#ctor", + "id": 0, + "name": "IgbTodayExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbTodayExpression.IgbTodayExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTodayExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTodayExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTodayExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTodayExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTodayExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTodayExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTodayExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTodayExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton", + "id": 0, + "name": "IgbToggleButton", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The igc-toggle-button wraps a native button element and exposes additional value and selected properties. It is used in the context of an igc-button-group to facilitate the creation of group/toolbar like UX behaviors." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton.#ctor", + "id": 0, + "name": "IgbToggleButton()", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton.IgbToggleButton()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton.BlurComponent", + "id": 0, + "name": "BlurComponent()", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton.BlurComponent()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton.BlurComponentAsync", + "id": 0, + "name": "BlurComponentAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton.BlurComponentAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Removes focus from the button." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton.Click", + "id": 0, + "name": "Click()", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton.Click()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton.ClickAsync", + "id": 0, + "name": "ClickAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton.ClickAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Simulates a mouse click on the element." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the button is disabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton.FocusComponent(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "id": 0, + "name": "FocusComponent(IgbFocusOptions)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton.FocusComponent(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "options", + "type": "IgbFocusOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFocusOptions" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton.FocusComponentAsync(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "id": 0, + "name": "FocusComponentAsync(IgbFocusOptions)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton.FocusComponentAsync(IgniteUI.Blazor.Controls.IgbFocusOptions)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets focus on the button." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "options", + "type": "IgbFocusOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFocusOptions" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton.Selected", + "id": 0, + "name": "Selected", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton.Selected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determines whether the button is selected." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButton.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButton.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The value attribute of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButtonModule", + "id": 0, + "name": "IgbToggleButtonModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButtonModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButtonModule.#ctor", + "id": 0, + "name": "IgbToggleButtonModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButtonModule.IgbToggleButtonModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButtonModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButtonModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButtonModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButtonModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleButtonModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleButtonModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgs", + "id": 0, + "name": "IgbToggleViewCancelableEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgs.#ctor", + "id": 0, + "name": "IgbToggleViewCancelableEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgs.IgbToggleViewCancelableEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbToggleViewCancelableEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgsDetail", + "id": 0, + "name": "IgbToggleViewCancelableEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgsDetail.#ctor", + "id": 0, + "name": "IgbToggleViewCancelableEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgsDetail.IgbToggleViewCancelableEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgsDetail.Id", + "id": 0, + "name": "Id", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgsDetail.Id", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Id of the toggle view" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgsDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgsDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgsDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgsDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewCancelableEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgs", + "id": 0, + "name": "IgbToggleViewEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgs.#ctor", + "id": 0, + "name": "IgbToggleViewEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgs.IgbToggleViewEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbToggleViewEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgsDetail", + "id": 0, + "name": "IgbToggleViewEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseEventArgsDetail", + "id": 0, + "name": "IgbBaseEventArgsDetail" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgsDetail.#ctor", + "id": 0, + "name": "IgbToggleViewEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgsDetail.IgbToggleViewEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgsDetail.Id", + "id": 0, + "name": "Id", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgsDetail.Id", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Id of the toggle view" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToggleViewEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTomorrowExpression", + "id": 0, + "name": "IgbTomorrowExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbTomorrowExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Requests an expression for the Tomorrow filter." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTomorrowExpression.#ctor", + "id": 0, + "name": "IgbTomorrowExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbTomorrowExpression.IgbTomorrowExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTomorrowExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTomorrowExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTomorrowExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTomorrowExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTomorrowExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTomorrowExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTomorrowExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTomorrowExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction", + "id": 0, + "name": "IgbToolAction", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents base class for all tool actions in toolbar" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.#ctor", + "id": 0, + "name": "IgbToolAction()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.IgbToolAction()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.Actions", + "id": 0, + "name": "Actions", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.Actions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the sub actions associated with this tool action." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbToolActionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbToolActionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ActualActions", + "id": 0, + "name": "ActualActions", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ActualActions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbToolActionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbToolActionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ActualBackground", + "id": 0, + "name": "ActualBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ActualBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual background used by the tool action." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ActualDensity", + "id": 0, + "name": "ActualDensity", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ActualDensity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the resolved display density to use for the action." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ActualDisabledTextColor", + "id": 0, + "name": "ActualDisabledTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ActualDisabledTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual label text color when the tool is disabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ActualHighlightColor", + "id": 0, + "name": "ActualHighlightColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ActualHighlightColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ActualHighlightRadius", + "id": 0, + "name": "ActualHighlightRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ActualHighlightRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ActualHighlightWidth", + "id": 0, + "name": "ActualHighlightWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ActualHighlightWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ActualHoverBackground", + "id": 0, + "name": "ActualHoverBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ActualHoverBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual hover background used by the tool action." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ActualIconFill", + "id": 0, + "name": "ActualIconFill", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ActualIconFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual icon fill color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ActualIconHeight", + "id": 0, + "name": "ActualIconHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ActualIconHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual icon height used." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ActualIconStroke", + "id": 0, + "name": "ActualIconStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ActualIconStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual icon stroke color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ActualIconWidth", + "id": 0, + "name": "ActualIconWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ActualIconWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual icon width used." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ActualPaddingBottom", + "id": 0, + "name": "ActualPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ActualPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ActualPaddingLeft", + "id": 0, + "name": "ActualPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ActualPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ActualPaddingRight", + "id": 0, + "name": "ActualPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ActualPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ActualPaddingTop", + "id": 0, + "name": "ActualPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ActualPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ActualSubtitleTextColor", + "id": 0, + "name": "ActualSubtitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ActualSubtitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual label text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ActualTextColor", + "id": 0, + "name": "ActualTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ActualTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual label text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.AfterId", + "id": 0, + "name": "AfterId", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.AfterId", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Id of the action that this action will be inserted after." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.Background", + "id": 0, + "name": "Background", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.Background", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color of the tool action." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.BeforeId", + "id": 0, + "name": "BeforeId", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.BeforeId", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Id of the action that this action will be inserted before." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.CloseOnExecute", + "id": 0, + "name": "CloseOnExecute", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.CloseOnExecute", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the tool action will close its parent dropdown when executed by the user." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.CloseSubmenu", + "id": 0, + "name": "CloseSubmenu()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.CloseSubmenu()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.CloseSubmenuAsync", + "id": 0, + "name": "CloseSubmenuAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.CloseSubmenuAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.CommandArgument", + "id": 0, + "name": "CommandArgument", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.CommandArgument", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.CommandArgumentValue", + "id": 0, + "name": "CommandArgumentValue", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.CommandArgumentValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.CommandId", + "id": 0, + "name": "CommandId", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.CommandId", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ContentActions", + "id": 0, + "name": "ContentActions", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ContentActions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbToolActionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbToolActionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ContextBindings", + "id": 0, + "name": "ContextBindings", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ContextBindings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the context bindings for this tool action." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbToolContextBindingCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbToolContextBindingCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.Density", + "id": 0, + "name": "Density", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.Density", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display density to use for the action." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.DisabledTextColor", + "id": 0, + "name": "DisabledTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.DisabledTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label text color when the tool is disabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ExportSerializedVisualData", + "id": 0, + "name": "ExportSerializedVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ExportSerializedVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ExportSerializedVisualDataAsync", + "id": 0, + "name": "ExportSerializedVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ExportSerializedVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ExportVisualData", + "id": 0, + "name": "ExportVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ExportVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ExportVisualDataAsync", + "id": 0, + "name": "ExportVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ExportVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.FontFamily", + "id": 0, + "name": "FontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.FontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.FontSize", + "id": 0, + "name": "FontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.FontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.FontStyle", + "id": 0, + "name": "FontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.FontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.FontWeight", + "id": 0, + "name": "FontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.FontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.Height", + "id": 0, + "name": "Height", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.Height", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the height to use for this tool action." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.HighlightColor", + "id": 0, + "name": "HighlightColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.HighlightColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.HighlightRadius", + "id": 0, + "name": "HighlightRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.HighlightRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.HighlightWidth", + "id": 0, + "name": "HighlightWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.HighlightWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.HoverBackground", + "id": 0, + "name": "HoverBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.HoverBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the hover background for this tool action." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.IconCollectionName", + "id": 0, + "name": "IconCollectionName", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.IconCollectionName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.IconFill", + "id": 0, + "name": "IconFill", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.IconFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the icon fill color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.IconFillColors", + "id": 0, + "name": "IconFillColors", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.IconFillColors", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the icon fill colors." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.IconHeight", + "id": 0, + "name": "IconHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.IconHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the height of the icon." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.IconName", + "id": 0, + "name": "IconName", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.IconName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.IconStroke", + "id": 0, + "name": "IconStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.IconStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the icon stroke color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.IconStrokeColors", + "id": 0, + "name": "IconStrokeColors", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.IconStrokeColors", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the icon stroke colors." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.IconStrokeWidth", + "id": 0, + "name": "IconStrokeWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.IconStrokeWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the icon viewbox width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.IconViewBoxHeight", + "id": 0, + "name": "IconViewBoxHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.IconViewBoxHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the icon viewbox height." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.IconViewBoxLeft", + "id": 0, + "name": "IconViewBoxLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.IconViewBoxLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the icon viewbox left." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.IconViewBoxTop", + "id": 0, + "name": "IconViewBoxTop", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.IconViewBoxTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the icon viewbox top." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.IconViewBoxWidth", + "id": 0, + "name": "IconViewBoxWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.IconViewBoxWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the icon viewbox width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.IconWidth", + "id": 0, + "name": "IconWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.IconWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width of the icon." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.IsDisabled", + "id": 0, + "name": "IsDisabled", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.IsDisabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.IsHighlighted", + "id": 0, + "name": "IsHighlighted", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.IsHighlighted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.OnCommand", + "id": 0, + "name": "OnCommand", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.OnCommand", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbToolCommandEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbToolCommandEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.OnCommandScript", + "id": 0, + "name": "OnCommandScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.OnCommandScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.OpenSubMenu", + "id": 0, + "name": "OpenSubMenu()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.OpenSubMenu()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.OpenSubMenuAsync", + "id": 0, + "name": "OpenSubMenuAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.OpenSubMenuAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.OverlayId", + "id": 0, + "name": "OverlayId", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.OverlayId", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets to the Id of the action that this action will overlay itself on to." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.PaddingBottom", + "id": 0, + "name": "PaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.PaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.PaddingLeft", + "id": 0, + "name": "PaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.PaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.PaddingRight", + "id": 0, + "name": "PaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.PaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.PaddingTop", + "id": 0, + "name": "PaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.PaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ParentId", + "id": 0, + "name": "ParentId", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ParentId", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.Performed", + "id": 0, + "name": "Performed", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.Performed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbToolActionPerformedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbToolActionPerformedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.PerformedScript", + "id": 0, + "name": "PerformedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.PerformedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.SubPanelRowHeight", + "id": 0, + "name": "SubPanelRowHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.SubPanelRowHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the height to use for the sub panel if different than default" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.Subtitle", + "id": 0, + "name": "Subtitle", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.Subtitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the subtitle of the tool." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.SubtitleFontFamily", + "id": 0, + "name": "SubtitleFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.SubtitleFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.SubtitleFontSize", + "id": 0, + "name": "SubtitleFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.SubtitleFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.SubtitleFontStyle", + "id": 0, + "name": "SubtitleFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.SubtitleFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.SubtitleFontWeight", + "id": 0, + "name": "SubtitleFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.SubtitleFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.SubtitleTextColor", + "id": 0, + "name": "SubtitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.SubtitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.Title", + "id": 0, + "name": "Title", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.Title", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the title of the tool." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.TitleHorizontalAlignment", + "id": 0, + "name": "TitleHorizontalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.TitleHorizontalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the title horizontal alignment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ToolActionParent", + "id": 0, + "name": "ToolActionParent", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ToolActionParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.ToolbarParent", + "id": 0, + "name": "ToolbarParent", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.ToolbarParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.Visibility", + "id": 0, + "name": "Visibility", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.Visibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the tool action visibility." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction.Width", + "id": 0, + "name": "Width", + "fullName": "IgniteUI.Blazor.Controls.IgbToolAction.Width", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the width to use for this tool action." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButton", + "id": 0, + "name": "IgbToolActionButton", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButton", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction", + "id": 0, + "name": "IgbToolAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButton.#ctor", + "id": 0, + "name": "IgbToolActionButton()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButton.IgbToolActionButton()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButton.CornerRadius", + "id": 0, + "name": "CornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButton.CornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the button corner radius." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButton.DisplayType", + "id": 0, + "name": "DisplayType", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButton.DisplayType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display type for the button." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionButtonDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionButtonDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButton.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButton.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButton.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButton.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButton.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButton.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonInfo", + "id": 0, + "name": "IgbToolActionButtonInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents info for toolbar icon" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo", + "id": 0, + "name": "IgbToolActionInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonInfo.#ctor", + "id": 0, + "name": "IgbToolActionButtonInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonInfo.IgbToolActionButtonInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonInfo.DisplayType", + "id": 0, + "name": "DisplayType", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonInfo.DisplayType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionButtonInfoDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionButtonInfoDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonModule", + "id": 0, + "name": "IgbToolActionButtonModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonModule.#ctor", + "id": 0, + "name": "IgbToolActionButtonModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonModule.IgbToolActionButtonModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair", + "id": 0, + "name": "IgbToolActionButtonPair", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction", + "id": 0, + "name": "IgbToolAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.#ctor", + "id": 0, + "name": "IgbToolActionButtonPair()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.IgbToolActionButtonPair()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.ActualLeftIconFill", + "id": 0, + "name": "ActualLeftIconFill", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.ActualLeftIconFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual LeftIcon fill color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.ActualLeftIconStroke", + "id": 0, + "name": "ActualLeftIconStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.ActualLeftIconStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual LeftIcon stroke color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.ActualRightIconFill", + "id": 0, + "name": "ActualRightIconFill", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.ActualRightIconFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual RightIcon fill color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.ActualRightIconStroke", + "id": 0, + "name": "ActualRightIconStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.ActualRightIconStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual RightIcon stroke color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.CornerRadius", + "id": 0, + "name": "CornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.CornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the button corner radius." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.DisplayType", + "id": 0, + "name": "DisplayType", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.DisplayType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display type for the button." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionButtonGroupDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionButtonGroupDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.IsToggleDisabled", + "id": 0, + "name": "IsToggleDisabled", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.IsToggleDisabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftCommandArgument", + "id": 0, + "name": "LeftCommandArgument", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftCommandArgument", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconCollectionName", + "id": 0, + "name": "LeftIconCollectionName", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconCollectionName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconFill", + "id": 0, + "name": "LeftIconFill", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the LeftIcon fill color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconFillColors", + "id": 0, + "name": "LeftIconFillColors", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconFillColors", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the LeftIcon fill colors." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconName", + "id": 0, + "name": "LeftIconName", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconStroke", + "id": 0, + "name": "LeftIconStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the LeftIcon stroke color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconStrokeColors", + "id": 0, + "name": "LeftIconStrokeColors", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconStrokeColors", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the LeftIcon stroke colors." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconStrokeWidth", + "id": 0, + "name": "LeftIconStrokeWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconStrokeWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the LeftIcon viewbox width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconViewBoxHeight", + "id": 0, + "name": "LeftIconViewBoxHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconViewBoxHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the LeftIcon viewbox height." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconViewBoxLeft", + "id": 0, + "name": "LeftIconViewBoxLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconViewBoxLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the LeftIcon viewbox left." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconViewBoxTop", + "id": 0, + "name": "LeftIconViewBoxTop", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconViewBoxTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the LeftIcon viewbox top." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconViewBoxWidth", + "id": 0, + "name": "LeftIconViewBoxWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIconViewBoxWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the LeftIcon viewbox width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIsDisabled", + "id": 0, + "name": "LeftIsDisabled", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIsDisabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIsSelected", + "id": 0, + "name": "LeftIsSelected", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftIsSelected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftTitle", + "id": 0, + "name": "LeftTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.LeftTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the title of the left button." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightCommandArgument", + "id": 0, + "name": "RightCommandArgument", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightCommandArgument", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconCollectionName", + "id": 0, + "name": "RightIconCollectionName", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconCollectionName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconFill", + "id": 0, + "name": "RightIconFill", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the RightIcon fill color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconFillColors", + "id": 0, + "name": "RightIconFillColors", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconFillColors", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the RightIcon fill colors." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconName", + "id": 0, + "name": "RightIconName", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconStroke", + "id": 0, + "name": "RightIconStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the RightIcon stroke color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconStrokeColors", + "id": 0, + "name": "RightIconStrokeColors", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconStrokeColors", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the RightIcon stroke colors." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconStrokeWidth", + "id": 0, + "name": "RightIconStrokeWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconStrokeWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the RightIcon viewbox width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconViewBoxHeight", + "id": 0, + "name": "RightIconViewBoxHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconViewBoxHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the RightIcon viewbox height." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconViewBoxLeft", + "id": 0, + "name": "RightIconViewBoxLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconViewBoxLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the RightIcon viewbox left." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconViewBoxTop", + "id": 0, + "name": "RightIconViewBoxTop", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconViewBoxTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the RightIcon viewbox top." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconViewBoxWidth", + "id": 0, + "name": "RightIconViewBoxWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIconViewBoxWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the RightIcon viewbox width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIsDisabled", + "id": 0, + "name": "RightIsDisabled", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIsDisabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIsSelected", + "id": 0, + "name": "RightIsSelected", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightIsSelected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightTitle", + "id": 0, + "name": "RightTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.RightTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the title of the Right button." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPair.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo", + "id": 0, + "name": "IgbToolActionButtonPairInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents info for toolbar icon" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo", + "id": 0, + "name": "IgbToolActionInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.#ctor", + "id": 0, + "name": "IgbToolActionButtonPairInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.IgbToolActionButtonPairInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.IsToggleDisabled", + "id": 0, + "name": "IsToggleDisabled", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.IsToggleDisabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether toggle is disabled for the buttons" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftCommandArgument", + "id": 0, + "name": "LeftCommandArgument", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftCommandArgument", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left button's command's argument" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftIconCollectionName", + "id": 0, + "name": "LeftIconCollectionName", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftIconCollectionName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the collection name of left icon" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftIconFill", + "id": 0, + "name": "LeftIconFill", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftIconFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left icon fill color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftIconName", + "id": 0, + "name": "LeftIconName", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftIconName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left icon name" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftIconStroke", + "id": 0, + "name": "LeftIconStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftIconStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left icon stroke color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftIconStrokeWidth", + "id": 0, + "name": "LeftIconStrokeWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftIconStrokeWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left icon stroke width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftIconViewBoxHeight", + "id": 0, + "name": "LeftIconViewBoxHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftIconViewBoxHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets left icon's viewbox height." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftIconViewBoxLeft", + "id": 0, + "name": "LeftIconViewBoxLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftIconViewBoxLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the left icon's viewbox left position." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftIconViewBoxTop", + "id": 0, + "name": "LeftIconViewBoxTop", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftIconViewBoxTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the left icon's viewbox top position." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftIconViewBoxWidth", + "id": 0, + "name": "LeftIconViewBoxWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftIconViewBoxWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the left icon's viewbox width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftTitle", + "id": 0, + "name": "LeftTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.LeftTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets left display label" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightCommandArgument", + "id": 0, + "name": "RightCommandArgument", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightCommandArgument", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right button's command argument" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightIconCollectionName", + "id": 0, + "name": "RightIconCollectionName", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightIconCollectionName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets collection name of right icon" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightIconFill", + "id": 0, + "name": "RightIconFill", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightIconFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left icon fill color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightIconName", + "id": 0, + "name": "RightIconName", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightIconName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets right icon name" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightIconStroke", + "id": 0, + "name": "RightIconStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightIconStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left icon stroke color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightIconStrokeWidth", + "id": 0, + "name": "RightIconStrokeWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightIconStrokeWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left icon stroke width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightIconViewBoxHeight", + "id": 0, + "name": "RightIconViewBoxHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightIconViewBoxHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets right icon's viewbox height." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightIconViewBoxLeft", + "id": 0, + "name": "RightIconViewBoxLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightIconViewBoxLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the right icon's viewbox left position." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightIconViewBoxTop", + "id": 0, + "name": "RightIconViewBoxTop", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightIconViewBoxTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the right icon's viewbox top position." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightIconViewBoxWidth", + "id": 0, + "name": "RightIconViewBoxWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightIconViewBoxWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the right icon's viewbox width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightTitle", + "id": 0, + "name": "RightTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.RightTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right display label" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairModule", + "id": 0, + "name": "IgbToolActionButtonPairModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairModule.#ctor", + "id": 0, + "name": "IgbToolActionButtonPairModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairModule.IgbToolActionButtonPairModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionButtonPairModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox", + "id": 0, + "name": "IgbToolActionCheckbox", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction", + "id": 0, + "name": "IgbToolAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.#ctor", + "id": 0, + "name": "IgbToolActionCheckbox()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.IgbToolActionCheckbox()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.ActualCheckedBackgroundColor", + "id": 0, + "name": "ActualCheckedBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.ActualCheckedBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual background color of the checkbox when in the checked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.ActualCheckedBorderColor", + "id": 0, + "name": "ActualCheckedBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.ActualCheckedBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual border color of the checkbox when in the checked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.ActualUncheckedBackgroundColor", + "id": 0, + "name": "ActualUncheckedBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.ActualUncheckedBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual background color of the checkbox when in the unchecked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.ActualUncheckedBorderColor", + "id": 0, + "name": "ActualUncheckedBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.ActualUncheckedBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual border color of the checkbox when in the unchecked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.CheckedBackgroundColor", + "id": 0, + "name": "CheckedBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.CheckedBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color of the checkbox when in the checked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.CheckedBorderColor", + "id": 0, + "name": "CheckedBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.CheckedBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border color of the checkbox when in the checked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.IsChecked", + "id": 0, + "name": "IsChecked", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.IsChecked", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the tool action is checked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.UncheckedBackgroundColor", + "id": 0, + "name": "UncheckedBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.UncheckedBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color of the checkbox when in the unchecked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.UncheckedBorderColor", + "id": 0, + "name": "UncheckedBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckbox.UncheckedBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border color of the checkbox when in the unchecked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxInfo", + "id": 0, + "name": "IgbToolActionCheckboxInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents info for toolbar checkbox" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo", + "id": 0, + "name": "IgbToolActionInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxInfo.#ctor", + "id": 0, + "name": "IgbToolActionCheckboxInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxInfo.IgbToolActionCheckboxInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxInfo.IsChecked", + "id": 0, + "name": "IsChecked", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxInfo.IsChecked", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets if the tool action is checked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList", + "id": 0, + "name": "IgbToolActionCheckboxList", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction", + "id": 0, + "name": "IgbToolAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.#ctor", + "id": 0, + "name": "IgbToolActionCheckboxList()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.IgbToolActionCheckboxList()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.DataMemberPath", + "id": 0, + "name": "DataMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.DataMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the tool action is checked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the tool action is checked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.IndexType", + "id": 0, + "name": "IndexType", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.IndexType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionCheckboxListIndexType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionCheckboxListIndexType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.PrimaryKey", + "id": 0, + "name": "PrimaryKey", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.PrimaryKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the tool action is checked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.SelectedKeys", + "id": 0, + "name": "SelectedKeys", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.SelectedKeys", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbLayoutSelectedKeysCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbLayoutSelectedKeysCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.SelectedMemberPath", + "id": 0, + "name": "SelectedMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.SelectedMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the tool action is checked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.ShowSelectAll", + "id": 0, + "name": "ShowSelectAll", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.ShowSelectAll", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the select all row is shown." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxList.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo", + "id": 0, + "name": "IgbToolActionCheckboxListInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents info for toolbar checkbox list" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo", + "id": 0, + "name": "IgbToolActionInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.#ctor", + "id": 0, + "name": "IgbToolActionCheckboxListInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.IgbToolActionCheckboxListInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.DataMemberPath", + "id": 0, + "name": "DataMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.DataMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the items for the ToolAction" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.PrimaryKey", + "id": 0, + "name": "PrimaryKey", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.PrimaryKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.SelectedMemberPath", + "id": 0, + "name": "SelectedMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.SelectedMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.ShowSelectAll", + "id": 0, + "name": "ShowSelectAll", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.ShowSelectAll", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListModule", + "id": 0, + "name": "IgbToolActionCheckboxListModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListModule.#ctor", + "id": 0, + "name": "IgbToolActionCheckboxListModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListModule.IgbToolActionCheckboxListModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxListModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxModule", + "id": 0, + "name": "IgbToolActionCheckboxModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxModule.#ctor", + "id": 0, + "name": "IgbToolActionCheckboxModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxModule.IgbToolActionCheckboxModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCheckboxModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCollection", + "id": 0, + "name": "IgbToolActionCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbToolAction}", + "id": 0, + "name": "BaseCollection<IgbToolAction>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbToolActionCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCollection.IgbToolActionCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionColorEditor", + "id": 0, + "name": "IgbToolActionColorEditor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionColorEditor", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction", + "id": 0, + "name": "IgbToolAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionColorEditor.#ctor", + "id": 0, + "name": "IgbToolActionColorEditor()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionColorEditor.IgbToolActionColorEditor()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionColorEditor.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionColorEditor.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionColorEditor.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionColorEditor.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionColorEditor.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionColorEditor.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionColorEditor.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionColorEditor.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value for the input." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorInfo", + "id": 0, + "name": "IgbToolActionColorEditorInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo", + "id": 0, + "name": "IgbToolActionInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorInfo.#ctor", + "id": 0, + "name": "IgbToolActionColorEditorInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorInfo.IgbToolActionColorEditorInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorInfo.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorInfo.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the initial number value for the input." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorModule", + "id": 0, + "name": "IgbToolActionColorEditorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorModule.#ctor", + "id": 0, + "name": "IgbToolActionColorEditorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorModule.IgbToolActionColorEditorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionColorEditorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCombo", + "id": 0, + "name": "IgbToolActionCombo", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCombo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction", + "id": 0, + "name": "IgbToolAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCombo.#ctor", + "id": 0, + "name": "IgbToolActionCombo()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCombo.IgbToolActionCombo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCombo.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCombo.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the tool action is checked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCombo.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCombo.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCombo.DisplayMemberPath", + "id": 0, + "name": "DisplayMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCombo.DisplayMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the field to use to get the displayed values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCombo.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCombo.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCombo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCombo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCombo.SelectedValues", + "id": 0, + "name": "SelectedValues", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCombo.SelectedValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbLayoutSelectedItemsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbLayoutSelectedItemsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCombo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCombo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionCombo.ValueMemberPath", + "id": 0, + "name": "ValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionCombo.ValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the field to use to get the values to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo", + "id": 0, + "name": "IgbToolActionComboInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo", + "id": 0, + "name": "IgbToolActionInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.#ctor", + "id": 0, + "name": "IgbToolActionComboInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.IgbToolActionComboInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the items for the ToolAction" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.DisplayMemberPath", + "id": 0, + "name": "DisplayMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.DisplayMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.SelectedValues", + "id": 0, + "name": "SelectedValues", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.SelectedValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.SelectedValuesScript", + "id": 0, + "name": "SelectedValuesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.SelectedValuesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting SelectedValues in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.ValueMemberPath", + "id": 0, + "name": "ValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionComboInfo.ValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionComboModule", + "id": 0, + "name": "IgbToolActionComboModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionComboModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionComboModule.#ctor", + "id": 0, + "name": "IgbToolActionComboModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionComboModule.IgbToolActionComboModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionComboModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionComboModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionComboModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionComboModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionComboModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionComboModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail", + "id": 0, + "name": "IgbToolActionEventDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.#ctor", + "id": 0, + "name": "IgbToolActionEventDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.IgbToolActionEventDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.ActionId", + "id": 0, + "name": "ActionId", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.ActionId", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.ActionType", + "id": 0, + "name": "ActionType", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.ActionType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.BoolValue", + "id": 0, + "name": "BoolValue", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.BoolValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.DateTimeValue", + "id": 0, + "name": "DateTimeValue", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.DateTimeValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.IsModified", + "id": 0, + "name": "IsModified", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.IsModified", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.NumberValue", + "id": 0, + "name": "NumberValue", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.NumberValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.StringValue", + "id": 0, + "name": "StringValue", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.StringValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.UntypedValue", + "id": 0, + "name": "UntypedValue", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.UntypedValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.UntypedValueScript", + "id": 0, + "name": "UntypedValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail.UntypedValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting UntypedValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionEventDetailCollection", + "id": 0, + "name": "IgbToolActionEventDetailCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionEventDetailCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbToolActionEventDetail}", + "id": 0, + "name": "BaseCollection<IgbToolActionEventDetail>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionEventDetailCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbToolActionEventDetailCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionEventDetailCollection.IgbToolActionEventDetailCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector", + "id": 0, + "name": "IgbToolActionFieldSelector", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction", + "id": 0, + "name": "IgbToolAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.#ctor", + "id": 0, + "name": "IgbToolActionFieldSelector()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.IgbToolActionFieldSelector()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.ActualPaddingBottom", + "id": 0, + "name": "ActualPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.ActualPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.ActualPaddingLeft", + "id": 0, + "name": "ActualPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.ActualPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.ActualPaddingRight", + "id": 0, + "name": "ActualPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.ActualPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.ActualPaddingTop", + "id": 0, + "name": "ActualPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.ActualPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.Aggregations", + "id": 0, + "name": "Aggregations", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.Aggregations", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a list of aggregations to use, if null a default list is used instead. If list provided has custom aggregations the data source is never updated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbToolActionFieldSelectorAggregationsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregationsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the tool action is checked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.FieldType", + "id": 0, + "name": "FieldType", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.FieldType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the tool action is checked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionFieldSelectorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.LegendTarget", + "id": 0, + "name": "LegendTarget", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.LegendTarget", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.LegendTargetScript", + "id": 0, + "name": "LegendTargetScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.LegendTargetScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting LegendTarget in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.PaddingBottom", + "id": 0, + "name": "PaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.PaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.PaddingLeft", + "id": 0, + "name": "PaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.PaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.PaddingRight", + "id": 0, + "name": "PaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.PaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.PaddingTop", + "id": 0, + "name": "PaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.PaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.SelectedAggregations", + "id": 0, + "name": "SelectedAggregations", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.SelectedAggregations", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Used to set default values when using custom aggregations, will be overriden otherwise" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbToolActionFieldSelectorSelectedAggregationsCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregationsCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.SingleSelection", + "id": 0, + "name": "SingleSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.SingleSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the list only takes one selection at a time." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.UpdateDataSource", + "id": 0, + "name": "UpdateDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelector.UpdateDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the data source has to be updated when changes are made." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregation", + "id": 0, + "name": "IgbToolActionFieldSelectorAggregation", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregation.#ctor", + "id": 0, + "name": "IgbToolActionFieldSelectorAggregation()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregation.IgbToolActionFieldSelectorAggregation()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregation.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregation.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregation.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregation.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregation.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregation.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregation.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregation.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregation.Operand", + "id": 0, + "name": "Operand", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregation.Operand", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregation.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregation.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregation.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregation.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregationModule", + "id": 0, + "name": "IgbToolActionFieldSelectorAggregationModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregationModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregationModule.#ctor", + "id": 0, + "name": "IgbToolActionFieldSelectorAggregationModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregationModule.IgbToolActionFieldSelectorAggregationModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregationModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregationModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregationModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregationModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregationModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregationModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregationsCollection", + "id": 0, + "name": "IgbToolActionFieldSelectorAggregationsCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregationsCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregation}", + "id": 0, + "name": "BaseCollection<IgbToolActionFieldSelectorAggregation>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregationsCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbToolActionFieldSelectorAggregationsCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorAggregationsCollection.IgbToolActionFieldSelectorAggregationsCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo", + "id": 0, + "name": "IgbToolActionFieldSelectorInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo", + "id": 0, + "name": "IgbToolActionInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.#ctor", + "id": 0, + "name": "IgbToolActionFieldSelectorInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.IgbToolActionFieldSelectorInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.Aggregations", + "id": 0, + "name": "Aggregations", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.Aggregations", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.AggregationsScript", + "id": 0, + "name": "AggregationsScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.AggregationsScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Aggregations in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.FieldType", + "id": 0, + "name": "FieldType", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.FieldType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionFieldSelectorInfoType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorInfoType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.Rules", + "id": 0, + "name": "Rules", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.Rules", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.RulesScript", + "id": 0, + "name": "RulesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.RulesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Rules in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.SelectedAggregations", + "id": 0, + "name": "SelectedAggregations", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.SelectedAggregations", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.SelectedAggregationsScript", + "id": 0, + "name": "SelectedAggregationsScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.SelectedAggregationsScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting SelectedAggregations in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.SingleSelection", + "id": 0, + "name": "SingleSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.SingleSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.UpdateDataSource", + "id": 0, + "name": "UpdateDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorInfo.UpdateDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorModule", + "id": 0, + "name": "IgbToolActionFieldSelectorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorModule.#ctor", + "id": 0, + "name": "IgbToolActionFieldSelectorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorModule.IgbToolActionFieldSelectorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation", + "id": 0, + "name": "IgbToolActionFieldSelectorSelectedAggregation", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation.#ctor", + "id": 0, + "name": "IgbToolActionFieldSelectorSelectedAggregation()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation.IgbToolActionFieldSelectorSelectedAggregation()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation.AggregationName", + "id": 0, + "name": "AggregationName", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation.AggregationName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation.AggregationOperand", + "id": 0, + "name": "AggregationOperand", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation.AggregationOperand", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSourceSummaryOperand", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceSummaryOperand" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation.Field", + "id": 0, + "name": "Field", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation.Field", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregationModule", + "id": 0, + "name": "IgbToolActionFieldSelectorSelectedAggregationModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregationModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregationModule.#ctor", + "id": 0, + "name": "IgbToolActionFieldSelectorSelectedAggregationModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregationModule.IgbToolActionFieldSelectorSelectedAggregationModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregationModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregationModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregationModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregationModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregationModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregationModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregationsCollection", + "id": 0, + "name": "IgbToolActionFieldSelectorSelectedAggregationsCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregationsCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregation}", + "id": 0, + "name": "BaseCollection<IgbToolActionFieldSelectorSelectedAggregation>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregationsCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbToolActionFieldSelectorSelectedAggregationsCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionFieldSelectorSelectedAggregationsCollection.IgbToolActionFieldSelectorSelectedAggregationsCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeader", + "id": 0, + "name": "IgbToolActionGroupHeader", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeader", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction", + "id": 0, + "name": "IgbToolAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeader.#ctor", + "id": 0, + "name": "IgbToolActionGroupHeader()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeader.IgbToolActionGroupHeader()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeader.ActualBackIconColor", + "id": 0, + "name": "ActualBackIconColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeader.ActualBackIconColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual back icon color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeader.BackIconColor", + "id": 0, + "name": "BackIconColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeader.BackIconColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the icon color for the back button." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeader.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeader.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeader.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeader.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeader.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeader.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderInfo", + "id": 0, + "name": "IgbToolActionGroupHeaderInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents info for toolbar group" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo", + "id": 0, + "name": "IgbToolActionInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderInfo.#ctor", + "id": 0, + "name": "IgbToolActionGroupHeaderInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderInfo.IgbToolActionGroupHeaderInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderModule", + "id": 0, + "name": "IgbToolActionGroupHeaderModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderModule.#ctor", + "id": 0, + "name": "IgbToolActionGroupHeaderModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderModule.IgbToolActionGroupHeaderModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionGroupHeaderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton", + "id": 0, + "name": "IgbToolActionIconButton", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction", + "id": 0, + "name": "IgbToolAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.#ctor", + "id": 0, + "name": "IgbToolActionIconButton()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.IgbToolActionIconButton()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ActualContentPaddingBottom", + "id": 0, + "name": "ActualContentPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ActualContentPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ActualContentPaddingLeft", + "id": 0, + "name": "ActualContentPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ActualContentPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ActualContentPaddingRight", + "id": 0, + "name": "ActualContentPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ActualContentPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ActualContentPaddingTop", + "id": 0, + "name": "ActualContentPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ActualContentPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ActualTooltipDelay", + "id": 0, + "name": "ActualTooltipDelay", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ActualTooltipDelay", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual delay before the tooltip is displayed (in milliseconds)." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.CloseSubmenu", + "id": 0, + "name": "CloseSubmenu()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.CloseSubmenu()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.CloseSubmenuAsync", + "id": 0, + "name": "CloseSubmenuAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.CloseSubmenuAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ContentPaddingBottom", + "id": 0, + "name": "ContentPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ContentPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ContentPaddingLeft", + "id": 0, + "name": "ContentPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ContentPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ContentPaddingRight", + "id": 0, + "name": "ContentPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ContentPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ContentPaddingTop", + "id": 0, + "name": "ContentPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ContentPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ExportVisualData", + "id": 0, + "name": "ExportVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ExportVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ExportVisualDataAsync", + "id": 0, + "name": "ExportVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.ExportVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.OpenSubMenu", + "id": 0, + "name": "OpenSubMenu()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.OpenSubMenu()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.OpenSubMenuAsync", + "id": 0, + "name": "OpenSubMenuAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.OpenSubMenuAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.PopupOpening", + "id": 0, + "name": "PopupOpening", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.PopupOpening", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbToolActionPopupOpeningEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbToolActionPopupOpeningEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.PopupOpeningScript", + "id": 0, + "name": "PopupOpeningScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.PopupOpeningScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.TooltipDelay", + "id": 0, + "name": "TooltipDelay", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.TooltipDelay", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how long it takes before the tooltip is displayed (in milliseconds)." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButton.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonInfo", + "id": 0, + "name": "IgbToolActionIconButtonInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents info for toolbar icon" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo", + "id": 0, + "name": "IgbToolActionInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonInfo.#ctor", + "id": 0, + "name": "IgbToolActionIconButtonInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonInfo.IgbToolActionIconButtonInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonInfo.IsMenuOpenOnStart", + "id": 0, + "name": "IsMenuOpenOnStart", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonInfo.IsMenuOpenOnStart", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets if the submenu should be open immediately when ready." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonInfo.TooltipDelay", + "id": 0, + "name": "TooltipDelay", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonInfo.TooltipDelay", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the delay before the tooltip is shown. Also used for submenus." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonModule", + "id": 0, + "name": "IgbToolActionIconButtonModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonModule.#ctor", + "id": 0, + "name": "IgbToolActionIconButtonModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonModule.IgbToolActionIconButtonModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenu", + "id": 0, + "name": "IgbToolActionIconMenu", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenu", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction", + "id": 0, + "name": "IgbToolAction" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButton", + "id": 0, + "name": "IgbToolActionIconButton" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenu.#ctor", + "id": 0, + "name": "IgbToolActionIconMenu()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenu.IgbToolActionIconMenu()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenu.ActualArrowStroke", + "id": 0, + "name": "ActualArrowStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenu.ActualArrowStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual stroke color of the arrow icon." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenu.ArrowStroke", + "id": 0, + "name": "ArrowStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenu.ArrowStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke color of the arrow icon." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenu.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenu.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenu.ExportVisualData", + "id": 0, + "name": "ExportVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenu.ExportVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenu.ExportVisualDataAsync", + "id": 0, + "name": "ExportVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenu.ExportVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenu.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenu.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenu.ShowArrowIcon", + "id": 0, + "name": "ShowArrowIcon", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenu.ShowArrowIcon", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the arrow icon should be shown." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenu.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenu.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuInfo", + "id": 0, + "name": "IgbToolActionIconMenuInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents info for toolbar icon menu" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo", + "id": 0, + "name": "IgbToolActionInfo" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconButtonInfo", + "id": 0, + "name": "IgbToolActionIconButtonInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuInfo.#ctor", + "id": 0, + "name": "IgbToolActionIconMenuInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuInfo.IgbToolActionIconMenuInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuInfo.ShowArrowIcon", + "id": 0, + "name": "ShowArrowIcon", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuInfo.ShowArrowIcon", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets if the menu should show the arrow icon next to its icon" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuModule", + "id": 0, + "name": "IgbToolActionIconMenuModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuModule.#ctor", + "id": 0, + "name": "IgbToolActionIconMenuModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuModule.IgbToolActionIconMenuModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionIconMenuModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo", + "id": 0, + "name": "IgbToolActionInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents info for toolbar action" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.#ctor", + "id": 0, + "name": "IgbToolActionInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IgbToolActionInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.Actions", + "id": 0, + "name": "Actions", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.Actions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the submenu actions for the icon button." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbToolActionInfo[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbToolActionInfo[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.CloseOnExecute", + "id": 0, + "name": "CloseOnExecute", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.CloseOnExecute", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets if the menu will close when the action is executed." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.CommandArgument", + "id": 0, + "name": "CommandArgument", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.CommandArgument", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets commands's argument" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.CommandArgumentValue", + "id": 0, + "name": "CommandArgumentValue", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.CommandArgumentValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets commands's value" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.CommandArgumentValueScript", + "id": 0, + "name": "CommandArgumentValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.CommandArgumentValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting CommandArgumentValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.CommandId", + "id": 0, + "name": "CommandId", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.CommandId", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets command's ID" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.ContextBindings", + "id": 0, + "name": "ContextBindings", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.ContextBindings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the context bindings for the tool action." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbToolContextBindingInfo[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbToolContextBindingInfo[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.Density", + "id": 0, + "name": "Density", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.Density", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the desnity to use for the tool." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionInfoDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionInfoDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.DisabledTextColor", + "id": 0, + "name": "DisabledTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.DisabledTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the text color to use when the action is disabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.Height", + "id": 0, + "name": "Height", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.Height", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the height of the tool." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconCollectionName", + "id": 0, + "name": "IconCollectionName", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconCollectionName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets top name of icons collaction" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconFill", + "id": 0, + "name": "IconFill", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the icon fill color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconHeight", + "id": 0, + "name": "IconHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the icon height." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconName", + "id": 0, + "name": "IconName", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets icon name" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconStroke", + "id": 0, + "name": "IconStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the icon stroke color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconStrokeWidth", + "id": 0, + "name": "IconStrokeWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconStrokeWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the icon stroke thickness." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconViewBoxHeight", + "id": 0, + "name": "IconViewBoxHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconViewBoxHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets icon viewbox height." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconViewBoxLeft", + "id": 0, + "name": "IconViewBoxLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconViewBoxLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the icon viewbox left position." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconViewBoxTop", + "id": 0, + "name": "IconViewBoxTop", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconViewBoxTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the icon viewbox top position." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconViewBoxWidth", + "id": 0, + "name": "IconViewBoxWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconViewBoxWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the icon viewbox width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconWidth", + "id": 0, + "name": "IconWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IconWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the icon width." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IsDisabled", + "id": 0, + "name": "IsDisabled", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IsDisabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets whether the action is disabled." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IsHighlighted", + "id": 0, + "name": "IsHighlighted", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.IsHighlighted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets whether the action is highlighted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.PaddingBottom", + "id": 0, + "name": "PaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.PaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets bottom padding" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.PaddingLeft", + "id": 0, + "name": "PaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.PaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets left padding" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.PaddingRight", + "id": 0, + "name": "PaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.PaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets right padding" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.PaddingTop", + "id": 0, + "name": "PaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.PaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets top padding" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.ParentId", + "id": 0, + "name": "ParentId", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.ParentId", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets parent's ID" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.SubPanelRowHeight", + "id": 0, + "name": "SubPanelRowHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.SubPanelRowHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the height of the sub panel if different than default." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.Subtitle", + "id": 0, + "name": "Subtitle", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.Subtitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets display subtitle" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the text color to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.Title", + "id": 0, + "name": "Title", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.Title", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets display label" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionLabel", + "id": 0, + "name": "IgbToolActionLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionLabel", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction", + "id": 0, + "name": "IgbToolAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionLabel.#ctor", + "id": 0, + "name": "IgbToolActionLabel()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionLabel.IgbToolActionLabel()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionLabel.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionLabel.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionLabel.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionLabel.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionLabel.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionLabel.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionLabelInfo", + "id": 0, + "name": "IgbToolActionLabelInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionLabelInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo", + "id": 0, + "name": "IgbToolActionInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionLabelInfo.#ctor", + "id": 0, + "name": "IgbToolActionLabelInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionLabelInfo.IgbToolActionLabelInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionLabelInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionLabelInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionLabelInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionLabelInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionLabelInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionLabelInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionLabelInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionLabelInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionLabelModule", + "id": 0, + "name": "IgbToolActionLabelModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionLabelModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionLabelModule.#ctor", + "id": 0, + "name": "IgbToolActionLabelModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionLabelModule.IgbToolActionLabelModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionLabelModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionLabelModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionLabelModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionLabelModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionLabelModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionLabelModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionNumberInput", + "id": 0, + "name": "IgbToolActionNumberInput", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionNumberInput", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction", + "id": 0, + "name": "IgbToolAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionNumberInput.#ctor", + "id": 0, + "name": "IgbToolActionNumberInput()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionNumberInput.IgbToolActionNumberInput()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionNumberInput.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionNumberInput.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionNumberInput.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionNumberInput.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionNumberInput.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionNumberInput.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionNumberInput.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionNumberInput.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value for the input." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputInfo", + "id": 0, + "name": "IgbToolActionNumberInputInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents info for toolbar number input" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo", + "id": 0, + "name": "IgbToolActionInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputInfo.#ctor", + "id": 0, + "name": "IgbToolActionNumberInputInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputInfo.IgbToolActionNumberInputInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputInfo.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputInfo.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the initial number value for the input." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputModule", + "id": 0, + "name": "IgbToolActionNumberInputModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputModule.#ctor", + "id": 0, + "name": "IgbToolActionNumberInputModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputModule.IgbToolActionNumberInputModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionNumberInputModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionPerformedEventArgs", + "id": 0, + "name": "IgbToolActionPerformedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionPerformedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionPerformedEventArgs.#ctor", + "id": 0, + "name": "IgbToolActionPerformedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionPerformedEventArgs.IgbToolActionPerformedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionPerformedEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionPerformedEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbToolActionEventDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbToolActionEventDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionPerformedEventArgs.DetailCollection", + "id": 0, + "name": "DetailCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionPerformedEventArgs.DetailCollection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbToolActionEventDetailCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbToolActionEventDetailCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionPerformedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionPerformedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionPerformedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionPerformedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionPerformedEventArgs.IsAggregate", + "id": 0, + "name": "IsAggregate", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionPerformedEventArgs.IsAggregate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionPerformedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionPerformedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionPerformedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionPerformedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionPopupOpeningEventArgs", + "id": 0, + "name": "IgbToolActionPopupOpeningEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionPopupOpeningEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionPopupOpeningEventArgs.#ctor", + "id": 0, + "name": "IgbToolActionPopupOpeningEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionPopupOpeningEventArgs.IgbToolActionPopupOpeningEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionPopupOpeningEventArgs.Cancel", + "id": 0, + "name": "Cancel", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionPopupOpeningEventArgs.Cancel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionPopupOpeningEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionPopupOpeningEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionPopupOpeningEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionPopupOpeningEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionPopupOpeningEventArgs.SourceAction", + "id": 0, + "name": "SourceAction", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionPopupOpeningEventArgs.SourceAction", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbToolAction", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbToolAction" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionPopupOpeningEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionPopupOpeningEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionPopupOpeningEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionPopupOpeningEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadio", + "id": 0, + "name": "IgbToolActionRadio", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadio", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction", + "id": 0, + "name": "IgbToolAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadio.#ctor", + "id": 0, + "name": "IgbToolActionRadio()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadio.IgbToolActionRadio()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadio.ActualCheckedBackgroundColor", + "id": 0, + "name": "ActualCheckedBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadio.ActualCheckedBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual background color of the radio when in the checked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadio.ActualCheckedBorderColor", + "id": 0, + "name": "ActualCheckedBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadio.ActualCheckedBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual border color of the radio when in the checked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadio.ActualUncheckedBackgroundColor", + "id": 0, + "name": "ActualUncheckedBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadio.ActualUncheckedBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual background color of the radio when in the unchecked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadio.ActualUncheckedBorderColor", + "id": 0, + "name": "ActualUncheckedBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadio.ActualUncheckedBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual border color of the radio when in the unchecked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadio.Channel", + "id": 0, + "name": "Channel", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadio.Channel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the channel this radio button belongs to." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadio.CheckedBackgroundColor", + "id": 0, + "name": "CheckedBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadio.CheckedBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color of the radio when in the checked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadio.CheckedBorderColor", + "id": 0, + "name": "CheckedBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadio.CheckedBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border color of the radio when in the checked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadio.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadio.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadio.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadio.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadio.IsChecked", + "id": 0, + "name": "IsChecked", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadio.IsChecked", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the tool action is checked." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadio.IsManual", + "id": 0, + "name": "IsManual", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadio.IsManual", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the checked state of the radio is handled manually by the user. The radio well not become selected when clicked if this property is true." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadio.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadio.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadio.UncheckedBackgroundColor", + "id": 0, + "name": "UncheckedBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadio.UncheckedBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color of the radio when in the unchecked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadio.UncheckedBorderColor", + "id": 0, + "name": "UncheckedBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadio.UncheckedBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border color of the radio when in the unchecked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadioInfo", + "id": 0, + "name": "IgbToolActionRadioInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadioInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents info for toolbar radio" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo", + "id": 0, + "name": "IgbToolActionInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadioInfo.#ctor", + "id": 0, + "name": "IgbToolActionRadioInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadioInfo.IgbToolActionRadioInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadioInfo.Channel", + "id": 0, + "name": "Channel", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadioInfo.Channel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the radio channel of the tool action." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadioInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadioInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadioInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadioInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadioInfo.IsChecked", + "id": 0, + "name": "IsChecked", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadioInfo.IsChecked", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the initial check state of the tool action." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadioInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadioInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadioInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadioInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadioModule", + "id": 0, + "name": "IgbToolActionRadioModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadioModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadioModule.#ctor", + "id": 0, + "name": "IgbToolActionRadioModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadioModule.IgbToolActionRadioModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadioModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadioModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadioModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadioModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionRadioModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionRadioModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSeparator", + "id": 0, + "name": "IgbToolActionSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSeparator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction", + "id": 0, + "name": "IgbToolAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSeparator.#ctor", + "id": 0, + "name": "IgbToolActionSeparator()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSeparator.IgbToolActionSeparator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSeparator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSeparator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSeparator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSeparator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSeparator.IsGroupHeaderSeparator", + "id": 0, + "name": "IsGroupHeaderSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSeparator.IsGroupHeaderSeparator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use group header styling or regular styling on this separator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSeparator.Size", + "id": 0, + "name": "Size", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSeparator.Size", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the size of the separator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSeparator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSeparator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorInfo", + "id": 0, + "name": "IgbToolActionSeparatorInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents info for toolbar separator" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo", + "id": 0, + "name": "IgbToolActionInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorInfo.#ctor", + "id": 0, + "name": "IgbToolActionSeparatorInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorInfo.IgbToolActionSeparatorInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorInfo.IsGroupHeaderSeparator", + "id": 0, + "name": "IsGroupHeaderSeparator", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorInfo.IsGroupHeaderSeparator", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets which styling the separator will use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorInfo.Size", + "id": 0, + "name": "Size", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorInfo.Size", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the size of the separator." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorModule", + "id": 0, + "name": "IgbToolActionSeparatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorModule.#ctor", + "id": 0, + "name": "IgbToolActionSeparatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorModule.IgbToolActionSeparatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSeparatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSubPanel", + "id": 0, + "name": "IgbToolActionSubPanel", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSubPanel", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction", + "id": 0, + "name": "IgbToolAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSubPanel.#ctor", + "id": 0, + "name": "IgbToolActionSubPanel()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSubPanel.IgbToolActionSubPanel()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSubPanel.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSubPanel.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSubPanel.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSubPanel.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSubPanel.ItemSpacing", + "id": 0, + "name": "ItemSpacing", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSubPanel.ItemSpacing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the spacing between items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSubPanel.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSubPanel.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelInfo", + "id": 0, + "name": "IgbToolActionSubPanelInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo", + "id": 0, + "name": "IgbToolActionInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelInfo.#ctor", + "id": 0, + "name": "IgbToolActionSubPanelInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelInfo.IgbToolActionSubPanelInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelModule", + "id": 0, + "name": "IgbToolActionSubPanelModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelModule.#ctor", + "id": 0, + "name": "IgbToolActionSubPanelModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelModule.IgbToolActionSubPanelModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionSubPanelModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionTextInput", + "id": 0, + "name": "IgbToolActionTextInput", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionTextInput", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolAction", + "id": 0, + "name": "IgbToolAction" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionTextInput.#ctor", + "id": 0, + "name": "IgbToolActionTextInput()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionTextInput.IgbToolActionTextInput()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionTextInput.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionTextInput.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionTextInput.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionTextInput.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionTextInput.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionTextInput.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionTextInput.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionTextInput.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value for the input." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionTextInputInfo", + "id": 0, + "name": "IgbToolActionTextInputInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionTextInputInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents info for toolbar number input" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionInfo", + "id": 0, + "name": "IgbToolActionInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionTextInputInfo.#ctor", + "id": 0, + "name": "IgbToolActionTextInputInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionTextInputInfo.IgbToolActionTextInputInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionTextInputInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionTextInputInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionTextInputInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionTextInputInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionTextInputInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionTextInputInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionTextInputInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionTextInputInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionTextInputInfo.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionTextInputInfo.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets the initial number value for the input." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionTextInputModule", + "id": 0, + "name": "IgbToolActionTextInputModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionTextInputModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionTextInputModule.#ctor", + "id": 0, + "name": "IgbToolActionTextInputModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionTextInputModule.IgbToolActionTextInputModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionTextInputModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionTextInputModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionTextInputModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionTextInputModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolActionTextInputModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolActionTextInputModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar", + "id": 0, + "name": "IgbToolbar", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.#ctor", + "id": 0, + "name": "IgbToolbar()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.IgbToolbar()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.Actions", + "id": 0, + "name": "Actions", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.Actions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data or data source instance to which to bind the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbToolActionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbToolActionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.ActualActions", + "id": 0, + "name": "ActualActions", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.ActualActions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data or data source instance to which to bind the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbToolActionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbToolActionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.AutoGeneratedActions", + "id": 0, + "name": "AutoGeneratedActions", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.AutoGeneratedActions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data or data source instance to which to bind the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbToolActionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbToolActionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.BackgroundColor", + "id": 0, + "name": "BackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.BackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the background of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.BaseTheme", + "id": 0, + "name": "BaseTheme", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.BaseTheme", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the base built in theme to use for the checkbox." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.CellFontFamily", + "id": 0, + "name": "CellFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.CellFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.CellFontSize", + "id": 0, + "name": "CellFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.CellFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.CellFontStyle", + "id": 0, + "name": "CellFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.CellFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.CellFontWeight", + "id": 0, + "name": "CellFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.CellFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.CheckedBackgroundColor", + "id": 0, + "name": "CheckedBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.CheckedBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color of the radio when in the checked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.CheckedBorderColor", + "id": 0, + "name": "CheckedBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.CheckedBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border color of the radio when in the checked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.CloseSubmenus", + "id": 0, + "name": "CloseSubmenus()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.CloseSubmenus()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.CloseSubmenusAsync", + "id": 0, + "name": "CloseSubmenusAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.CloseSubmenusAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Forces any open sub menus to close." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.Density", + "id": 0, + "name": "Density", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.Density", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display density to use for the toolbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.DisabledTextColor", + "id": 0, + "name": "DisabledTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.DisabledTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the text in disabled tool actions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.DropdownClickBuffer", + "id": 0, + "name": "DropdownClickBuffer", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.DropdownClickBuffer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of time to wait when clicking on the icon menu button while the dropdown is opening. If a click was executed within this buffer window the dropdown will be left open. Otherwise it will close it. Setting a negative value will always keep the dropdown open during a hover open and will require an extra click to close." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.DropdownDelay", + "id": 0, + "name": "DropdownDelay", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.DropdownDelay", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the dropdown delay time in milliseconds." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.ExportSerializedVisualData", + "id": 0, + "name": "ExportSerializedVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.ExportSerializedVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.ExportSerializedVisualDataAsync", + "id": 0, + "name": "ExportSerializedVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.ExportSerializedVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a serialized copy of the exported visual model" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.ExportVisualData", + "id": 0, + "name": "ExportVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.ExportVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.ExportVisualDataAsync", + "id": 0, + "name": "ExportVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.ExportVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Exports visual information about the current state of the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.FlushRefresh", + "id": 0, + "name": "FlushRefresh()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.FlushRefresh()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.FlushRefreshAsync", + "id": 0, + "name": "FlushRefreshAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.FlushRefreshAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetBoolContextItem(System.String)", + "id": 0, + "name": "GetBoolContextItem(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetBoolContextItem(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetBoolContextItemAsync(System.String)", + "id": 0, + "name": "GetBoolContextItemAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetBoolContextItemAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetBrushContextItem(System.String)", + "id": 0, + "name": "GetBrushContextItem(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetBrushContextItem(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetBrushContextItemAsync(System.String)", + "id": 0, + "name": "GetBrushContextItemAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetBrushContextItemAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetColorContextItem(System.String)", + "id": 0, + "name": "GetColorContextItem(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetColorContextItem(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetColorContextItemAsync(System.String)", + "id": 0, + "name": "GetColorContextItemAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetColorContextItemAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetDataContextItem(System.String)", + "id": 0, + "name": "GetDataContextItem(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetDataContextItem(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetDataContextItemAsync(System.String)", + "id": 0, + "name": "GetDataContextItemAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetDataContextItemAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetDataURLFromCache(System.String,System.String)", + "id": 0, + "name": "GetDataURLFromCache(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetDataURLFromCache(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetDataURLFromCacheAsync(System.String,System.String)", + "id": 0, + "name": "GetDataURLFromCacheAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetDataURLFromCacheAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetDesiredSize", + "id": 0, + "name": "GetDesiredSize()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetDesiredSize()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Size", + "fullTypeName": "IgniteUI.Blazor.Controls.Size" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetDesiredSizeAsync", + "id": 0, + "name": "GetDesiredSizeAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetDesiredSizeAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Get the desired size the toolbar wants to be." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Size>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Size>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetDoubleContextItem(System.String)", + "id": 0, + "name": "GetDoubleContextItem(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetDoubleContextItem(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetDoubleContextItemAsync(System.String)", + "id": 0, + "name": "GetDoubleContextItemAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetDoubleContextItemAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetExternalDataContextItem(System.String)", + "id": 0, + "name": "GetExternalDataContextItem(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetExternalDataContextItem(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetExternalDataContextItemAsync(System.String)", + "id": 0, + "name": "GetExternalDataContextItemAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetExternalDataContextItemAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetExternalDoubleContextItem(System.String)", + "id": 0, + "name": "GetExternalDoubleContextItem(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetExternalDoubleContextItem(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetExternalDoubleContextItemAsync(System.String)", + "id": 0, + "name": "GetExternalDoubleContextItemAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetExternalDoubleContextItemAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetExternalIntContextItem(System.String)", + "id": 0, + "name": "GetExternalIntContextItem(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetExternalIntContextItem(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetExternalIntContextItemAsync(System.String)", + "id": 0, + "name": "GetExternalIntContextItemAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetExternalIntContextItemAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetIconFromCache(System.String,System.String)", + "id": 0, + "name": "GetIconFromCache(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetIconFromCache(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetIconFromCacheAsync(System.String,System.String)", + "id": 0, + "name": "GetIconFromCacheAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetIconFromCacheAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetIconSource(System.String,System.String)", + "id": 0, + "name": "GetIconSource(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetIconSource(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetIconSourceAsync(System.String,System.String)", + "id": 0, + "name": "GetIconSourceAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetIconSourceAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetIntContextItem(System.String)", + "id": 0, + "name": "GetIntContextItem(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetIntContextItem(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetIntContextItemAsync(System.String)", + "id": 0, + "name": "GetIntContextItemAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetIntContextItemAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetMultiPathSVGFromCache(System.String,System.String)", + "id": 0, + "name": "GetMultiPathSVGFromCache(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetMultiPathSVGFromCache(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String[]", + "fullTypeName": "System.String[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetMultiPathSVGFromCacheAsync(System.String,System.String)", + "id": 0, + "name": "GetMultiPathSVGFromCacheAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetMultiPathSVGFromCacheAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.String[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetStringContextItem(System.String)", + "id": 0, + "name": "GetStringContextItem(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetStringContextItem(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GetStringContextItemAsync(System.String)", + "id": 0, + "name": "GetStringContextItemAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GetStringContextItemAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GroupHeaderBackgroundColor", + "id": 0, + "name": "GroupHeaderBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GroupHeaderBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the group header background color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GroupHeaderFontFamily", + "id": 0, + "name": "GroupHeaderFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GroupHeaderFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GroupHeaderFontSize", + "id": 0, + "name": "GroupHeaderFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GroupHeaderFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GroupHeaderFontStyle", + "id": 0, + "name": "GroupHeaderFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GroupHeaderFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GroupHeaderFontWeight", + "id": 0, + "name": "GroupHeaderFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GroupHeaderFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GroupHeaderSubtitleTextColor", + "id": 0, + "name": "GroupHeaderSubtitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GroupHeaderSubtitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color for group header subtitles." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.GroupHeaderTextColor", + "id": 0, + "name": "GroupHeaderTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.GroupHeaderTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color for group header tool actions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.HighlightColor", + "id": 0, + "name": "HighlightColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.HighlightColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.HighlightRadius", + "id": 0, + "name": "HighlightRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.HighlightRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.HighlightWidth", + "id": 0, + "name": "HighlightWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.HighlightWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.HoverBackgroundColor", + "id": 0, + "name": "HoverBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.HoverBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the hover background color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.IconFill", + "id": 0, + "name": "IconFill", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.IconFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill color of icons in the ToolPanel." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.IconStroke", + "id": 0, + "name": "IconStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.IconStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke color of icons in the ToolPanel." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.MenuArrowStroke", + "id": 0, + "name": "MenuArrowStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.MenuArrowStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke color for all icon menu dropdown arrows." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.OnCommand", + "id": 0, + "name": "OnCommand", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.OnCommand", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbToolCommandEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbToolCommandEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.OnCommandScript", + "id": 0, + "name": "OnCommandScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.OnCommandScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.OnCommandStateChanged(System.String,IgniteUI.Blazor.Controls.ToolCommandStateType,System.Object)", + "id": 0, + "name": "OnCommandStateChanged(String, ToolCommandStateType, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.OnCommandStateChanged(System.String, IgniteUI.Blazor.Controls.ToolCommandStateType, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "id", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "type", + "type": "ToolCommandStateType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolCommandStateType" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.OnCommandStateChangedAsync(System.String,IgniteUI.Blazor.Controls.ToolCommandStateType,System.Object)", + "id": 0, + "name": "OnCommandStateChangedAsync(String, ToolCommandStateType, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.OnCommandStateChangedAsync(System.String, IgniteUI.Blazor.Controls.ToolCommandStateType, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "id", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "type", + "type": "ToolCommandStateType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolCommandStateType" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.Orientation", + "id": 0, + "name": "Orientation", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.Orientation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the orientation of the toolbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolbarOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolbarOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.RegisterIconFromDataURL(System.String,System.String,System.String)", + "id": 0, + "name": "RegisterIconFromDataURL(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.RegisterIconFromDataURL(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "dataURL", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.RegisterIconFromDataURLAsync(System.String,System.String,System.String)", + "id": 0, + "name": "RegisterIconFromDataURLAsync(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.RegisterIconFromDataURLAsync(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "dataURL", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.RegisterIconFromText(System.String,System.String,System.String)", + "id": 0, + "name": "RegisterIconFromText(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.RegisterIconFromText(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconText", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.RegisterIconFromTextAsync(System.String,System.String,System.String)", + "id": 0, + "name": "RegisterIconFromTextAsync(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.RegisterIconFromTextAsync(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconText", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.RegisterIconSource(System.String,System.String,System.Object)", + "id": 0, + "name": "RegisterIconSource(String, String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.RegisterIconSource(System.String, System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "source", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.RegisterIconSourceAsync(System.String,System.String,System.Object)", + "id": 0, + "name": "RegisterIconSourceAsync(String, String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.RegisterIconSourceAsync(System.String, System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "source", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.RegisterMultiPathSVG(System.String,System.String,System.String[])", + "id": 0, + "name": "RegisterMultiPathSVG(String, String, String[])", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.RegisterMultiPathSVG(System.String, System.String, System.String[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "multiPathSVG", + "type": "String[]", + "fullTypeName": "System.String[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.RegisterMultiPathSVGAsync(System.String,System.String,System.String[])", + "id": 0, + "name": "RegisterMultiPathSVGAsync(String, String, String[])", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.RegisterMultiPathSVGAsync(System.String, System.String, System.String[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "iconCollection", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "iconName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "multiPathSVG", + "type": "String[]", + "fullTypeName": "System.String[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.RowHeight", + "id": 0, + "name": "RowHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.RowHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the row height that should be used." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.ScrollbarStyle", + "id": 0, + "name": "ScrollbarStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.ScrollbarStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the style of scrollbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScrollbarStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.ScrollbarStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SeparatorBackgroundColor", + "id": 0, + "name": "SeparatorBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SeparatorBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the separator background color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SeparatorHorizontalPaddingBottom", + "id": 0, + "name": "SeparatorHorizontalPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SeparatorHorizontalPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom padding for separators in the horizontal orientation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SeparatorHorizontalPaddingLeft", + "id": 0, + "name": "SeparatorHorizontalPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SeparatorHorizontalPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left padding for separators in the horizontal orientation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SeparatorHorizontalPaddingRight", + "id": 0, + "name": "SeparatorHorizontalPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SeparatorHorizontalPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right padding for separators in the horizontal orientation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SeparatorHorizontalPaddingTop", + "id": 0, + "name": "SeparatorHorizontalPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SeparatorHorizontalPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top padding for separators in the horizontal orientation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SeparatorVerticalPaddingBottom", + "id": 0, + "name": "SeparatorVerticalPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SeparatorVerticalPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom padding for separators in the vertical orientation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SeparatorVerticalPaddingLeft", + "id": 0, + "name": "SeparatorVerticalPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SeparatorVerticalPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left padding for separators in the vertical orientation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SeparatorVerticalPaddingRight", + "id": 0, + "name": "SeparatorVerticalPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SeparatorVerticalPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right padding for separators in the vertical orientation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SeparatorVerticalPaddingTop", + "id": 0, + "name": "SeparatorVerticalPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SeparatorVerticalPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top padding for separators in the vertical orientation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SetBoolContextItem(System.String,System.Boolean)", + "id": 0, + "name": "SetBoolContextItem(String, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SetBoolContextItem(System.String, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SetBoolContextItemAsync(System.String,System.Boolean)", + "id": 0, + "name": "SetBoolContextItemAsync(String, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SetBoolContextItemAsync(System.String, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SetBrushContextItem(System.String,System.String)", + "id": 0, + "name": "SetBrushContextItem(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SetBrushContextItem(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SetBrushContextItemAsync(System.String,System.String)", + "id": 0, + "name": "SetBrushContextItemAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SetBrushContextItemAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SetColorContextItem(System.String,System.String)", + "id": 0, + "name": "SetColorContextItem(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SetColorContextItem(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SetColorContextItemAsync(System.String,System.String)", + "id": 0, + "name": "SetColorContextItemAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SetColorContextItemAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SetDataContextItem(System.String,System.Object)", + "id": 0, + "name": "SetDataContextItem(String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SetDataContextItem(System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SetDataContextItemAsync(System.String,System.Object)", + "id": 0, + "name": "SetDataContextItemAsync(String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SetDataContextItemAsync(System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SetDoubleContextItem(System.String,System.Double)", + "id": 0, + "name": "SetDoubleContextItem(String, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SetDoubleContextItem(System.String, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SetDoubleContextItemAsync(System.String,System.Double)", + "id": 0, + "name": "SetDoubleContextItemAsync(String, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SetDoubleContextItemAsync(System.String, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SetExternalDataContextItem(System.String,System.Object)", + "id": 0, + "name": "SetExternalDataContextItem(String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SetExternalDataContextItem(System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SetExternalDataContextItemAsync(System.String,System.Object)", + "id": 0, + "name": "SetExternalDataContextItemAsync(String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SetExternalDataContextItemAsync(System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SetExternalDoubleContextItem(System.String,System.Object)", + "id": 0, + "name": "SetExternalDoubleContextItem(String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SetExternalDoubleContextItem(System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SetExternalDoubleContextItemAsync(System.String,System.Object)", + "id": 0, + "name": "SetExternalDoubleContextItemAsync(String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SetExternalDoubleContextItemAsync(System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SetExternalIntContextItem(System.String,System.Object)", + "id": 0, + "name": "SetExternalIntContextItem(String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SetExternalIntContextItem(System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SetExternalIntContextItemAsync(System.String,System.Object)", + "id": 0, + "name": "SetExternalIntContextItemAsync(String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SetExternalIntContextItemAsync(System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SetIntContextItem(System.String,System.Int32)", + "id": 0, + "name": "SetIntContextItem(String, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SetIntContextItem(System.String, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SetIntContextItemAsync(System.String,System.Int32)", + "id": 0, + "name": "SetIntContextItemAsync(String, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SetIntContextItemAsync(System.String, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SetStringContextItem(System.String,System.String)", + "id": 0, + "name": "SetStringContextItem(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SetStringContextItem(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SetStringContextItemAsync(System.String,System.String)", + "id": 0, + "name": "SetStringContextItemAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SetStringContextItemAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.ShowOnHover", + "id": 0, + "name": "ShowOnHover", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.ShowOnHover", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the tool actions should display their submenus on mouse hover." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.ShowTooltipOnHover", + "id": 0, + "name": "ShowTooltipOnHover", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.ShowTooltipOnHover", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the tool action icon buttons should display their tooltips on mouse hover." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.StopPropagation", + "id": 0, + "name": "StopPropagation", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.StopPropagation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Prevents clicks on the tool actions from bubbling." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SubmenuBackgroundColor", + "id": 0, + "name": "SubmenuBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SubmenuBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color for submenus." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SubMenuClosing", + "id": 0, + "name": "SubMenuClosing", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SubMenuClosing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbToolbarSubMenuClosingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbToolbarSubMenuClosingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SubMenuClosingScript", + "id": 0, + "name": "SubMenuClosingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SubMenuClosingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SubMenuOpening", + "id": 0, + "name": "SubMenuOpening", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SubMenuOpening", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbToolbarSubMenuOpeningEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbToolbarSubMenuOpeningEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SubMenuOpeningScript", + "id": 0, + "name": "SubMenuOpeningScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SubMenuOpeningScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SubtitleFontFamily", + "id": 0, + "name": "SubtitleFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SubtitleFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SubtitleFontSize", + "id": 0, + "name": "SubtitleFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SubtitleFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SubtitleFontStyle", + "id": 0, + "name": "SubtitleFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SubtitleFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SubtitleFontWeight", + "id": 0, + "name": "SubtitleFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SubtitleFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.SubtitleTextColor", + "id": 0, + "name": "SubtitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.SubtitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color for subtitles." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.Target", + "id": 0, + "name": "Target", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.Target", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets a target component which the toolbar can request actions from." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.TargetScript", + "id": 0, + "name": "TargetScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.TargetScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Target in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the text of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.ToolTipBackgroundColor", + "id": 0, + "name": "ToolTipBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.ToolTipBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the tooltip background color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.ToolTipCornerRadius", + "id": 0, + "name": "ToolTipCornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.ToolTipCornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the tooltip corner radius." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.ToolTipElevation", + "id": 0, + "name": "ToolTipElevation", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.ToolTipElevation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the shadow elevation for the tooltip." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.ToolTipTextColor", + "id": 0, + "name": "ToolTipTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.ToolTipTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the tooltip text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.UncheckedBackgroundColor", + "id": 0, + "name": "UncheckedBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.UncheckedBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color of the radio when in the unchecked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbar.UncheckedBorderColor", + "id": 0, + "name": "UncheckedBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbar.UncheckedBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border color of the radio when in the unchecked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbarModule", + "id": 0, + "name": "IgbToolbarModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbarModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbarModule.#ctor", + "id": 0, + "name": "IgbToolbarModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbarModule.IgbToolbarModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbarModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbarModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbarModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuClosingEventArgs", + "id": 0, + "name": "IgbToolbarSubMenuClosingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuClosingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuClosingEventArgs.#ctor", + "id": 0, + "name": "IgbToolbarSubMenuClosingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuClosingEventArgs.IgbToolbarSubMenuClosingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuClosingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuClosingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuClosingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuClosingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuClosingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuClosingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuClosingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuClosingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuOpeningEventArgs", + "id": 0, + "name": "IgbToolbarSubMenuOpeningEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuOpeningEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuOpeningEventArgs.#ctor", + "id": 0, + "name": "IgbToolbarSubMenuOpeningEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuOpeningEventArgs.IgbToolbarSubMenuOpeningEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuOpeningEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuOpeningEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuOpeningEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuOpeningEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuOpeningEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuOpeningEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuOpeningEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolbarSubMenuOpeningEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommand", + "id": 0, + "name": "IgbToolCommand", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommand", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a toolbar command" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommand.#ctor", + "id": 0, + "name": "IgbToolCommand()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommand.IgbToolCommand()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommand.ArgumentsList", + "id": 0, + "name": "ArgumentsList", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommand.ArgumentsList", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets a list of toolbar command arguments" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbToolCommandArgumentCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbToolCommandArgumentCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommand.CommandId", + "id": 0, + "name": "CommandId", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommand.CommandId", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets acommand ID" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommand.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommand.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommand.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommand.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommand.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommand.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommand.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommand.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommandArgument", + "id": 0, + "name": "IgbToolCommandArgument", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommandArgument", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an argument for toolbar command" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommandArgument.#ctor", + "id": 0, + "name": "IgbToolCommandArgument()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommandArgument.IgbToolCommandArgument()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommandArgument.ArgumentName", + "id": 0, + "name": "ArgumentName", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommandArgument.ArgumentName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets argument name" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommandArgument.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommandArgument.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommandArgument.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommandArgument.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommandArgument.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommandArgument.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommandArgument.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommandArgument.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommandArgument.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommandArgument.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets argument value" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommandArgumentCollection", + "id": 0, + "name": "IgbToolCommandArgumentCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommandArgumentCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbToolCommandArgument}", + "id": 0, + "name": "BaseCollection<IgbToolCommandArgument>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommandArgumentCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbToolCommandArgumentCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommandArgumentCollection.IgbToolCommandArgumentCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommandEventArgs", + "id": 0, + "name": "IgbToolCommandEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommandEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommandEventArgs.#ctor", + "id": 0, + "name": "IgbToolCommandEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommandEventArgs.IgbToolCommandEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommandEventArgs.CloseOnExecute", + "id": 0, + "name": "CloseOnExecute", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommandEventArgs.CloseOnExecute", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommandEventArgs.Command", + "id": 0, + "name": "Command", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommandEventArgs.Command", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbToolCommand", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbToolCommand" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommandEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommandEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommandEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommandEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommandEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommandEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolCommandEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolCommandEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolContextBinding", + "id": 0, + "name": "IgbToolContextBinding", + "fullName": "IgniteUI.Blazor.Controls.IgbToolContextBinding", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolContextBinding.#ctor", + "id": 0, + "name": "IgbToolContextBinding()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolContextBinding.IgbToolContextBinding()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolContextBinding.BindingMode", + "id": 0, + "name": "BindingMode", + "fullName": "IgniteUI.Blazor.Controls.IgbToolContextBinding.BindingMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolContextBindingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolContextBindingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolContextBinding.ContextKey", + "id": 0, + "name": "ContextKey", + "fullName": "IgniteUI.Blazor.Controls.IgbToolContextBinding.ContextKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolContextBinding.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolContextBinding.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolContextBinding.PropertyName", + "id": 0, + "name": "PropertyName", + "fullName": "IgniteUI.Blazor.Controls.IgbToolContextBinding.PropertyName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolContextBinding.PropertyUpdated", + "id": 0, + "name": "PropertyUpdated", + "fullName": "IgniteUI.Blazor.Controls.IgbToolContextBinding.PropertyUpdated", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbPropertyUpdatedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbPropertyUpdatedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolContextBinding.PropertyUpdatedScript", + "id": 0, + "name": "PropertyUpdatedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolContextBinding.PropertyUpdatedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolContextBinding.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolContextBinding.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolContextBindingCollection", + "id": 0, + "name": "IgbToolContextBindingCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbToolContextBindingCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbToolContextBinding}", + "id": 0, + "name": "BaseCollection<IgbToolContextBinding>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolContextBindingCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbToolContextBindingCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolContextBindingCollection.IgbToolContextBindingCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolContextBindingInfo", + "id": 0, + "name": "IgbToolContextBindingInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbToolContextBindingInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolContextBindingInfo.#ctor", + "id": 0, + "name": "IgbToolContextBindingInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolContextBindingInfo.IgbToolContextBindingInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolContextBindingInfo.BindingMode", + "id": 0, + "name": "BindingMode", + "fullName": "IgniteUI.Blazor.Controls.IgbToolContextBindingInfo.BindingMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolContextBindingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolContextBindingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolContextBindingInfo.ContextKey", + "id": 0, + "name": "ContextKey", + "fullName": "IgniteUI.Blazor.Controls.IgbToolContextBindingInfo.ContextKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolContextBindingInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolContextBindingInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolContextBindingInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolContextBindingInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolContextBindingInfo.PropertyName", + "id": 0, + "name": "PropertyName", + "fullName": "IgniteUI.Blazor.Controls.IgbToolContextBindingInfo.PropertyName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolContextBindingInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolContextBindingInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolContextBindingInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolContextBindingInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel", + "id": 0, + "name": "IgbToolPanel", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.#ctor", + "id": 0, + "name": "IgbToolPanel()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.IgbToolPanel()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.Actions", + "id": 0, + "name": "Actions", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.Actions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data or data source instance to which to bind the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbToolActionCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbToolActionCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualBackgroundColor", + "id": 0, + "name": "ActualBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualCheckedBackgroundColor", + "id": 0, + "name": "ActualCheckedBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualCheckedBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual background color of the radio when in the checked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualCheckedBorderColor", + "id": 0, + "name": "ActualCheckedBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualCheckedBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual border color of the radio when in the checked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualDensity", + "id": 0, + "name": "ActualDensity", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualDensity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the resolved display density to use for the toolbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualDisabledTextColor", + "id": 0, + "name": "ActualDisabledTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualDisabledTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualDropdownDelay", + "id": 0, + "name": "ActualDropdownDelay", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualDropdownDelay", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual dropdown delay." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualGroupHeaderBackgroundColor", + "id": 0, + "name": "ActualGroupHeaderBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualGroupHeaderBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualGroupHeaderSeparatorBackgroundColor", + "id": 0, + "name": "ActualGroupHeaderSeparatorBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualGroupHeaderSeparatorBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualGroupHeaderSubtitleTextColor", + "id": 0, + "name": "ActualGroupHeaderSubtitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualGroupHeaderSubtitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualGroupHeaderTextColor", + "id": 0, + "name": "ActualGroupHeaderTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualGroupHeaderTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualHighlightColor", + "id": 0, + "name": "ActualHighlightColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualHighlightColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualHighlightRadius", + "id": 0, + "name": "ActualHighlightRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualHighlightRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualHighlightWidth", + "id": 0, + "name": "ActualHighlightWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualHighlightWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualHoverBackgroundColor", + "id": 0, + "name": "ActualHoverBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualHoverBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualIconFill", + "id": 0, + "name": "ActualIconFill", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualIconFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual icon fill color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualIconStroke", + "id": 0, + "name": "ActualIconStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualIconStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual icon stroke color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualMenuArrowStroke", + "id": 0, + "name": "ActualMenuArrowStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualMenuArrowStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual stroke color for all icon menu dropdown arrows." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSeparatorBackgroundColor", + "id": 0, + "name": "ActualSeparatorBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSeparatorBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSeparatorHorizontalPaddingBottom", + "id": 0, + "name": "ActualSeparatorHorizontalPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSeparatorHorizontalPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSeparatorHorizontalPaddingLeft", + "id": 0, + "name": "ActualSeparatorHorizontalPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSeparatorHorizontalPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSeparatorHorizontalPaddingRight", + "id": 0, + "name": "ActualSeparatorHorizontalPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSeparatorHorizontalPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSeparatorHorizontalPaddingTop", + "id": 0, + "name": "ActualSeparatorHorizontalPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSeparatorHorizontalPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSeparatorVerticalPaddingBottom", + "id": 0, + "name": "ActualSeparatorVerticalPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSeparatorVerticalPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSeparatorVerticalPaddingLeft", + "id": 0, + "name": "ActualSeparatorVerticalPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSeparatorVerticalPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSeparatorVerticalPaddingRight", + "id": 0, + "name": "ActualSeparatorVerticalPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSeparatorVerticalPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSeparatorVerticalPaddingTop", + "id": 0, + "name": "ActualSeparatorVerticalPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSeparatorVerticalPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSubmenuBackgroundColor", + "id": 0, + "name": "ActualSubmenuBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSubmenuBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSubtitleTextColor", + "id": 0, + "name": "ActualSubtitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualSubtitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualTextColor", + "id": 0, + "name": "ActualTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualToolTipBackgroundColor", + "id": 0, + "name": "ActualToolTipBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualToolTipBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual tooltip background color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualToolTipCornerRadius", + "id": 0, + "name": "ActualToolTipCornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualToolTipCornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual tooltip corner radius." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualToolTipElevation", + "id": 0, + "name": "ActualToolTipElevation", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualToolTipElevation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual shadow elevation used by the tooltip." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualToolTipTextColor", + "id": 0, + "name": "ActualToolTipTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualToolTipTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualUncheckedBackgroundColor", + "id": 0, + "name": "ActualUncheckedBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualUncheckedBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual background color of the radio when in the unchecked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualUncheckedBorderColor", + "id": 0, + "name": "ActualUncheckedBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ActualUncheckedBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual border color of the radio when in the unchecked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.BackgroundColor", + "id": 0, + "name": "BackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.BackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the background of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.BaseTheme", + "id": 0, + "name": "BaseTheme", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.BaseTheme", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the base built in theme to use for the checkbox." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.CellFontFamily", + "id": 0, + "name": "CellFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.CellFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.CellFontSize", + "id": 0, + "name": "CellFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.CellFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.CellFontStyle", + "id": 0, + "name": "CellFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.CellFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.CellFontWeight", + "id": 0, + "name": "CellFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.CellFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.CheckedBackgroundColor", + "id": 0, + "name": "CheckedBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.CheckedBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color of the radio when in the checked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.CheckedBorderColor", + "id": 0, + "name": "CheckedBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.CheckedBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border color of the radio when in the checked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.CloseSubmenus", + "id": 0, + "name": "CloseSubmenus()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.CloseSubmenus()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.CloseSubmenusAsync", + "id": 0, + "name": "CloseSubmenusAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.CloseSubmenusAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Forces any open sub menus to close." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ContentRefreshed", + "id": 0, + "name": "ContentRefreshed", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ContentRefreshed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbToolPanelContentRefreshedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbToolPanelContentRefreshedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ContentRefreshedScript", + "id": 0, + "name": "ContentRefreshedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ContentRefreshedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.Density", + "id": 0, + "name": "Density", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.Density", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display density to use for the toolbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.DisabledTextColor", + "id": 0, + "name": "DisabledTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.DisabledTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the text in disabled tool actions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.DropdownClickBuffer", + "id": 0, + "name": "DropdownClickBuffer", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.DropdownClickBuffer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the amount of time to wait when clicking on the icon menu button while the dropdown is opening. If a click was executed within this buffer window the dropdown will be left open. Otherwise it will close it. Setting a negative value will always keep the dropdown open during a hover open and will require an extra click to close." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.DropdownDelay", + "id": 0, + "name": "DropdownDelay", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.DropdownDelay", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the dropdown delay time in milliseconds." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ExportSerializedVisualData", + "id": 0, + "name": "ExportSerializedVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ExportSerializedVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ExportSerializedVisualDataAsync", + "id": 0, + "name": "ExportSerializedVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ExportSerializedVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ExportVisualData", + "id": 0, + "name": "ExportVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ExportVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ExportVisualDataAsync", + "id": 0, + "name": "ExportVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ExportVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.FlushRefresh", + "id": 0, + "name": "FlushRefresh()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.FlushRefresh()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.FlushRefreshAsync", + "id": 0, + "name": "FlushRefreshAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.FlushRefreshAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GetBoolContextItem(System.String)", + "id": 0, + "name": "GetBoolContextItem(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GetBoolContextItem(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GetBoolContextItemAsync(System.String)", + "id": 0, + "name": "GetBoolContextItemAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GetBoolContextItemAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GetBrushContextItem(System.String)", + "id": 0, + "name": "GetBrushContextItem(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GetBrushContextItem(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GetBrushContextItemAsync(System.String)", + "id": 0, + "name": "GetBrushContextItemAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GetBrushContextItemAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GetColorContextItem(System.String)", + "id": 0, + "name": "GetColorContextItem(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GetColorContextItem(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GetColorContextItemAsync(System.String)", + "id": 0, + "name": "GetColorContextItemAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GetColorContextItemAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GetDataContextItem(System.String)", + "id": 0, + "name": "GetDataContextItem(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GetDataContextItem(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GetDataContextItemAsync(System.String)", + "id": 0, + "name": "GetDataContextItemAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GetDataContextItemAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GetDoubleContextItem(System.String)", + "id": 0, + "name": "GetDoubleContextItem(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GetDoubleContextItem(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GetDoubleContextItemAsync(System.String)", + "id": 0, + "name": "GetDoubleContextItemAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GetDoubleContextItemAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GetIntContextItem(System.String)", + "id": 0, + "name": "GetIntContextItem(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GetIntContextItem(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GetIntContextItemAsync(System.String)", + "id": 0, + "name": "GetIntContextItemAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GetIntContextItemAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GetStringContextItem(System.String)", + "id": 0, + "name": "GetStringContextItem(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GetStringContextItem(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GetStringContextItemAsync(System.String)", + "id": 0, + "name": "GetStringContextItemAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GetStringContextItemAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GroupHeaderBackgroundColor", + "id": 0, + "name": "GroupHeaderBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GroupHeaderBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the group header background color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GroupHeaderFontFamily", + "id": 0, + "name": "GroupHeaderFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GroupHeaderFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GroupHeaderFontSize", + "id": 0, + "name": "GroupHeaderFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GroupHeaderFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GroupHeaderFontStyle", + "id": 0, + "name": "GroupHeaderFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GroupHeaderFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GroupHeaderFontWeight", + "id": 0, + "name": "GroupHeaderFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GroupHeaderFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GroupHeaderSeparatorBackgroundColor", + "id": 0, + "name": "GroupHeaderSeparatorBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GroupHeaderSeparatorBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the group header separator background color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GroupHeaderSubtitleTextColor", + "id": 0, + "name": "GroupHeaderSubtitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GroupHeaderSubtitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color for group header subtitle." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.GroupHeaderTextColor", + "id": 0, + "name": "GroupHeaderTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.GroupHeaderTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color for group header tool actions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.HighlightColor", + "id": 0, + "name": "HighlightColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.HighlightColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.HighlightRadius", + "id": 0, + "name": "HighlightRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.HighlightRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.HighlightWidth", + "id": 0, + "name": "HighlightWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.HighlightWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.HoverBackgroundColor", + "id": 0, + "name": "HoverBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.HoverBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the hover background color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.IconFill", + "id": 0, + "name": "IconFill", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.IconFill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill color of icons in the ToolPanel." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.IconStroke", + "id": 0, + "name": "IconStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.IconStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke color of icons in the ToolPanel." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ItemSpacing", + "id": 0, + "name": "ItemSpacing", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ItemSpacing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the spacing between items" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.MenuArrowStroke", + "id": 0, + "name": "MenuArrowStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.MenuArrowStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke color for all icon menu dropdown arrows." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.NestedActionMode", + "id": 0, + "name": "NestedActionMode", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.NestedActionMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used when displaying nested actions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "NestedActionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.NestedActionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.OnCommand", + "id": 0, + "name": "OnCommand", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.OnCommand", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbToolCommandEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbToolCommandEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.OnCommandScript", + "id": 0, + "name": "OnCommandScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.OnCommandScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.Orientation", + "id": 0, + "name": "Orientation", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.Orientation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the background of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolPanelOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolPanelOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.Refresh", + "id": 0, + "name": "Refresh()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.Refresh()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.RefreshAsync", + "id": 0, + "name": "RefreshAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.RefreshAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.RowHeight", + "id": 0, + "name": "RowHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.RowHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the row height for the panel." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ScrollbarStyle", + "id": 0, + "name": "ScrollbarStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ScrollbarStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the style of scrollbar." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScrollbarStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.ScrollbarStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SeparatorBackgroundColor", + "id": 0, + "name": "SeparatorBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SeparatorBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the separator background color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SeparatorHorizontalPaddingBottom", + "id": 0, + "name": "SeparatorHorizontalPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SeparatorHorizontalPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom padding for separators in the horizontal orientation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SeparatorHorizontalPaddingLeft", + "id": 0, + "name": "SeparatorHorizontalPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SeparatorHorizontalPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left padding for separators in the horizontal orientation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SeparatorHorizontalPaddingRight", + "id": 0, + "name": "SeparatorHorizontalPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SeparatorHorizontalPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right padding for separators in the horizontal orientation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SeparatorHorizontalPaddingTop", + "id": 0, + "name": "SeparatorHorizontalPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SeparatorHorizontalPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top padding for separators in the horizontal orientation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SeparatorVerticalPaddingBottom", + "id": 0, + "name": "SeparatorVerticalPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SeparatorVerticalPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom padding for separators in the vertical orientation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SeparatorVerticalPaddingLeft", + "id": 0, + "name": "SeparatorVerticalPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SeparatorVerticalPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left padding for separators in the vertical orientation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SeparatorVerticalPaddingRight", + "id": 0, + "name": "SeparatorVerticalPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SeparatorVerticalPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right padding for separators in the vertical orientation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SeparatorVerticalPaddingTop", + "id": 0, + "name": "SeparatorVerticalPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SeparatorVerticalPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top padding for separators in the vertical orientation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SetBoolContextItem(System.String,System.Boolean)", + "id": 0, + "name": "SetBoolContextItem(String, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SetBoolContextItem(System.String, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SetBoolContextItemAsync(System.String,System.Boolean)", + "id": 0, + "name": "SetBoolContextItemAsync(String, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SetBoolContextItemAsync(System.String, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SetBrushContextItem(System.String,System.String)", + "id": 0, + "name": "SetBrushContextItem(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SetBrushContextItem(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SetBrushContextItemAsync(System.String,System.String)", + "id": 0, + "name": "SetBrushContextItemAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SetBrushContextItemAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SetColorContextItem(System.String,System.String)", + "id": 0, + "name": "SetColorContextItem(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SetColorContextItem(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SetColorContextItemAsync(System.String,System.String)", + "id": 0, + "name": "SetColorContextItemAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SetColorContextItemAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SetDataContextItem(System.String,System.Object)", + "id": 0, + "name": "SetDataContextItem(String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SetDataContextItem(System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SetDataContextItemAsync(System.String,System.Object)", + "id": 0, + "name": "SetDataContextItemAsync(String, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SetDataContextItemAsync(System.String, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SetDoubleContextItem(System.String,System.Double)", + "id": 0, + "name": "SetDoubleContextItem(String, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SetDoubleContextItem(System.String, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SetDoubleContextItemAsync(System.String,System.Double)", + "id": 0, + "name": "SetDoubleContextItemAsync(String, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SetDoubleContextItemAsync(System.String, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SetIntContextItem(System.String,System.Int32)", + "id": 0, + "name": "SetIntContextItem(String, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SetIntContextItem(System.String, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SetIntContextItemAsync(System.String,System.Int32)", + "id": 0, + "name": "SetIntContextItemAsync(String, Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SetIntContextItemAsync(System.String, System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SetStringContextItem(System.String,System.String)", + "id": 0, + "name": "SetStringContextItem(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SetStringContextItem(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SetStringContextItemAsync(System.String,System.String)", + "id": 0, + "name": "SetStringContextItemAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SetStringContextItemAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ShowOnHover", + "id": 0, + "name": "ShowOnHover", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ShowOnHover", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the tool actions should display their submenus on mouse hover." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ShowTooltipOnHover", + "id": 0, + "name": "ShowTooltipOnHover", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ShowTooltipOnHover", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if the tool action icon buttons should display their tooltips on mouse hover." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.StopPropagation", + "id": 0, + "name": "StopPropagation", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.StopPropagation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Prevents clicks on the tool actions from bubbling." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SubmenuBackgroundColor", + "id": 0, + "name": "SubmenuBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SubmenuBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color for submenus." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SubtitleFontFamily", + "id": 0, + "name": "SubtitleFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SubtitleFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SubtitleFontSize", + "id": 0, + "name": "SubtitleFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SubtitleFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SubtitleFontStyle", + "id": 0, + "name": "SubtitleFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SubtitleFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SubtitleFontWeight", + "id": 0, + "name": "SubtitleFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SubtitleFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.SubtitleTextColor", + "id": 0, + "name": "SubtitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.SubtitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the subtitle of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the text of the component." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ToolTipBackgroundColor", + "id": 0, + "name": "ToolTipBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ToolTipBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the tooltip background color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ToolTipCornerRadius", + "id": 0, + "name": "ToolTipCornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ToolTipCornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the tooltip corner radius." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ToolTipElevation", + "id": 0, + "name": "ToolTipElevation", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ToolTipElevation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the shadow elevation for the tooltip." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.ToolTipTextColor", + "id": 0, + "name": "ToolTipTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.ToolTipTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the tooltip text color." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.UncheckedBackgroundColor", + "id": 0, + "name": "UncheckedBackgroundColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.UncheckedBackgroundColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background color of the radio when in the unchecked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanel.UncheckedBorderColor", + "id": 0, + "name": "UncheckedBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanel.UncheckedBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border color of the radio when in the unchecked state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContentRefreshedEventArgs", + "id": 0, + "name": "IgbToolPanelContentRefreshedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContentRefreshedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContentRefreshedEventArgs.#ctor", + "id": 0, + "name": "IgbToolPanelContentRefreshedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContentRefreshedEventArgs.IgbToolPanelContentRefreshedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContentRefreshedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContentRefreshedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContentRefreshedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContentRefreshedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContentRefreshedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContentRefreshedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContentRefreshedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContentRefreshedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs", + "id": 0, + "name": "IgbToolPanelContextChangedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs.#ctor", + "id": 0, + "name": "IgbToolPanelContextChangedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs.IgbToolPanelContextChangedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs.ContextKey", + "id": 0, + "name": "ContextKey", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs.ContextKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs.NewValue", + "id": 0, + "name": "NewValue", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs.NewValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs.NewValueScript", + "id": 0, + "name": "NewValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs.NewValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting NewValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs.OldValue", + "id": 0, + "name": "OldValue", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs.OldValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs.OldValueScript", + "id": 0, + "name": "OldValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs.OldValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting OldValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContextChangedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContextSwappedEventArgs", + "id": 0, + "name": "IgbToolPanelContextSwappedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContextSwappedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContextSwappedEventArgs.#ctor", + "id": 0, + "name": "IgbToolPanelContextSwappedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContextSwappedEventArgs.IgbToolPanelContextSwappedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContextSwappedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContextSwappedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContextSwappedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContextSwappedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContextSwappedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContextSwappedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelContextSwappedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelContextSwappedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelModule", + "id": 0, + "name": "IgbToolPanelModule", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelModule.#ctor", + "id": 0, + "name": "IgbToolPanelModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelModule.IgbToolPanelModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbToolPanelModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbToolPanelModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip", + "id": 0, + "name": "IgbTooltip", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a way to display supplementary information related to an element when a user interacts with it (e.g., hover, focus). It offers features such as placement customization, delays, sticky mode, and animations." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.#ctor", + "id": 0, + "name": "IgbTooltip()", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.IgbTooltip()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.Anchor", + "id": 0, + "name": "Anchor", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.Anchor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "An element instance or an IDREF to use as the anchor for the tooltip." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.Closed", + "id": 0, + "name": "Closed", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.Closed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.ClosedScript", + "id": 0, + "name": "ClosedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.ClosedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.Closing", + "id": 0, + "name": "Closing", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.Closing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.ClosingScript", + "id": 0, + "name": "ClosingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.ClosingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.DisableArrow", + "id": 0, + "name": "DisableArrow", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.DisableArrow", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether to disable the rendering of the arrow indicator for the tooltip. false" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.Hide", + "id": 0, + "name": "Hide()", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.Hide()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.HideAsync", + "id": 0, + "name": "HideAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.HideAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hides the tooltip if not already hidden." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.HideDelay", + "id": 0, + "name": "HideDelay", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.HideDelay", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Specifies the number of milliseconds that should pass before hiding the tooltip. 300" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.HideTriggers", + "id": 0, + "name": "HideTriggers", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.HideTriggers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Which event triggers will hide the tooltip. Expects a comma separate string of different event triggers. pointerleave, click" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.Message", + "id": 0, + "name": "Message", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.Message", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Specifies a plain text as tooltip content." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.Offset", + "id": 0, + "name": "Offset", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.Offset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The offset of the tooltip from the anchor in pixels. 6" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.Open", + "id": 0, + "name": "Open", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.Open", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether the tooltip is showing. false" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.Opened", + "id": 0, + "name": "Opened", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.Opened", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.OpenedScript", + "id": 0, + "name": "OpenedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.OpenedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.Opening", + "id": 0, + "name": "Opening", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.Opening", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbVoidEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbVoidEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.OpeningScript", + "id": 0, + "name": "OpeningScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.OpeningScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.Placement", + "id": 0, + "name": "Placement", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.Placement", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Where to place the floating element relative to the parent anchor element. top" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.Show(System.String)", + "id": 0, + "name": "Show(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.Show(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "target", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.ShowAsync(System.String)", + "id": 0, + "name": "ShowAsync(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.ShowAsync(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Shows the tooltip if not already showing. If a target is provided, sets it as a transient anchor." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "target", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.ShowDelay", + "id": 0, + "name": "ShowDelay", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.ShowDelay", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Specifies the number of milliseconds that should pass before showing the tooltip. 200" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.ShowTriggers", + "id": 0, + "name": "ShowTriggers", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.ShowTriggers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Which event triggers will show the tooltip. Expects a comma separate string of different event triggers. pointerenter" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.Sticky", + "id": 0, + "name": "Sticky", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.Sticky", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Specifies if the tooltip remains visible until the user closes it via the close button or Esc key. false" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.Toggle", + "id": 0, + "name": "Toggle()", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.Toggle()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.ToggleAsync", + "id": 0, + "name": "ToggleAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.ToggleAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Toggles the tooltip between shown/hidden state" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltip.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltip.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltipModule", + "id": 0, + "name": "IgbTooltipModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltipModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltipModule.#ctor", + "id": 0, + "name": "IgbTooltipModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltipModule.IgbTooltipModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltipModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltipModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltipModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltipModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTooltipModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTooltipModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTransactionService", + "id": 0, + "name": "IgbTransactionService", + "fullName": "IgniteUI.Blazor.Controls.IgbTransactionService", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTransactionService.#ctor", + "id": 0, + "name": "IgbTransactionService()", + "fullName": "IgniteUI.Blazor.Controls.IgbTransactionService.IgbTransactionService()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTransactionService.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTransactionService.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTransactionService.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTransactionService.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTransactionState", + "id": 0, + "name": "IgbTransactionState", + "fullName": "IgniteUI.Blazor.Controls.IgbTransactionState", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the final state of items with all transactions combined." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTransactionState.#ctor", + "id": 0, + "name": "IgbTransactionState()", + "fullName": "IgniteUI.Blazor.Controls.IgbTransactionState.IgbTransactionState()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTransactionState.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTransactionState.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTransactionState.Id", + "id": 0, + "name": "Id", + "fullName": "IgniteUI.Blazor.Controls.IgbTransactionState.Id", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ID for the state. I.e. an items primary key." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTransactionState.IdScript", + "id": 0, + "name": "IdScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTransactionState.IdScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Id in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTransactionState.TransactionType", + "id": 0, + "name": "TransactionType", + "fullName": "IgniteUI.Blazor.Controls.IgbTransactionState.TransactionType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets how this state was created." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransactionType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransactionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTransactionState.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTransactionState.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTransactionState.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbTransactionState.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the final value with all transaction deltas combined." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTransactionState.ValueScript", + "id": 0, + "name": "ValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTransactionState.ValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Value in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTransactionState.Version", + "id": 0, + "name": "Version", + "fullName": "IgniteUI.Blazor.Controls.IgbTransactionState.Version", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the version data for this item. Used for concurrency." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTransactionState.VersionScript", + "id": 0, + "name": "VersionScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTransactionState.VersionScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Version in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTransitionOutCompletedEventArgs", + "id": 0, + "name": "IgbTransitionOutCompletedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbTransitionOutCompletedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "EventArgs class for TransitionOutCompleted events." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTransitionOutCompletedEventArgs.#ctor", + "id": 0, + "name": "IgbTransitionOutCompletedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbTransitionOutCompletedEventArgs.IgbTransitionOutCompletedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTransitionOutCompletedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTransitionOutCompletedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTransitionOutCompletedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTransitionOutCompletedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTransitionOutCompletedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTransitionOutCompletedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTransitionOutCompletedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTransitionOutCompletedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree", + "id": 0, + "name": "IgbTree", + "fullName": "IgniteUI.Blazor.Controls.IgbTree", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The tree allows users to represent hierarchical data in a tree-view structure, maintaining parent-child relationships, as well as to define static tree-view structure without a corresponding data model." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.#ctor", + "id": 0, + "name": "IgbTree()", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.IgbTree()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.ActiveItem", + "id": 0, + "name": "ActiveItem", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.ActiveItem", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTreeItemComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTreeItemComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.ActiveItemScript", + "id": 0, + "name": "ActiveItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.ActiveItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.ConnectedCallback", + "id": 0, + "name": "ConnectedCallback()", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.ConnectedCallback()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.ConnectedCallbackAsync", + "id": 0, + "name": "ConnectedCallbackAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.ConnectedCallbackAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.ContentItems", + "id": 0, + "name": "ContentItems", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.ContentItems", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTreeItemCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTreeItemCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.ExpandToItem(IgniteUI.Blazor.Controls.IgbTreeItem)", + "id": 0, + "name": "ExpandToItem(IgbTreeItem)", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.ExpandToItem(IgniteUI.Blazor.Controls.IgbTreeItem)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "IgbTreeItem", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTreeItem" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.ExpandToItemAsync(IgniteUI.Blazor.Controls.IgbTreeItem)", + "id": 0, + "name": "ExpandToItemAsync(IgbTreeItem)", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.ExpandToItemAsync(IgniteUI.Blazor.Controls.IgbTreeItem)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "IgbTreeItem", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTreeItem" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.ItemCollapsed", + "id": 0, + "name": "ItemCollapsed", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.ItemCollapsed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTreeItemComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTreeItemComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.ItemCollapsedScript", + "id": 0, + "name": "ItemCollapsedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.ItemCollapsedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.ItemCollapsing", + "id": 0, + "name": "ItemCollapsing", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.ItemCollapsing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTreeItemComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTreeItemComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.ItemCollapsingScript", + "id": 0, + "name": "ItemCollapsingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.ItemCollapsingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.ItemExpanded", + "id": 0, + "name": "ItemExpanded", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.ItemExpanded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTreeItemComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTreeItemComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.ItemExpandedScript", + "id": 0, + "name": "ItemExpandedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.ItemExpandedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.ItemExpanding", + "id": 0, + "name": "ItemExpanding", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.ItemExpanding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTreeItemComponentEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTreeItemComponentEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.ItemExpandingScript", + "id": 0, + "name": "ItemExpandingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.ItemExpandingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.Selection", + "id": 0, + "name": "Selection", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.Selection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The selection state of the tree." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreeSelection", + "fullTypeName": "IgniteUI.Blazor.Controls.TreeSelection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.SelectionChanged", + "id": 0, + "name": "SelectionChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.SelectionChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTreeSelectionEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.SelectionChangedScript", + "id": 0, + "name": "SelectionChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.SelectionChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.SingleBranchExpand", + "id": 0, + "name": "SingleBranchExpand", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.SingleBranchExpand", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether a single or multiple of a parent's child items can be expanded." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.ToggleNodeOnClick", + "id": 0, + "name": "ToggleNodeOnClick", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.ToggleNodeOnClick", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Whether clicking over nodes will change their expanded state or not." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTree.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbTree.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid", + "id": 0, + "name": "IgbTreeGrid", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbGridBaseDirective", + "id": 0, + "name": "IgbGridBaseDirective" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.#ctor", + "id": 0, + "name": "IgbTreeGrid()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.IgbTreeGrid()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.AddRow(System.Object,System.Object)", + "id": 0, + "name": "AddRow(Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.AddRow(System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Adds a new row to the grid. If the grid is bound to RemoteJson or LocalJson then you must provide a dictionary or json string with the row data to add." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "parentRowID", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.AddRowAsync(System.Object,System.Object)", + "id": 0, + "name": "AddRowAsync(Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.AddRowAsync(System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Adds a new row to the grid. If the grid is bound to RemoteJson or LocalJson then you must provide a dictionary or json string with the row data to add." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "parentRowID", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.BeginAddRowByIndex(System.Double,System.Boolean)", + "id": 0, + "name": "BeginAddRowByIndex(Double, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.BeginAddRowByIndex(System.Double, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "asChild", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.BeginAddRowByIndexAsync(System.Double,System.Boolean)", + "id": 0, + "name": "BeginAddRowByIndexAsync(Double, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.BeginAddRowByIndexAsync(System.Double, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "asChild", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.CascadeOnDelete", + "id": 0, + "name": "CascadeOnDelete", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.CascadeOnDelete", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.ChildDataKey", + "id": 0, + "name": "ChildDataKey", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.ChildDataKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.CollapseAll", + "id": 0, + "name": "CollapseAll()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.CollapseAll()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.CollapseAllAsync", + "id": 0, + "name": "CollapseAllAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.CollapseAllAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Collapses all rows. this.grid.collapseAll(); IgxTreeGridComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.Data", + "id": 0, + "name": "Data", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.Data", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.DataScript", + "id": 0, + "name": "DataScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.DataScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Data in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.ExpandAll", + "id": 0, + "name": "ExpandAll()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.ExpandAll()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.ExpandAllAsync", + "id": 0, + "name": "ExpandAllAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.ExpandAllAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Expands all rows. this.grid.expandAll(); IgxTreeGridComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.ExpansionDepth", + "id": 0, + "name": "ExpansionDepth", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.ExpansionDepth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.ForeignKey", + "id": 0, + "name": "ForeignKey", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.ForeignKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetCellByColumn(System.Double,System.String)", + "id": 0, + "name": "GetCellByColumn(Double, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetCellByColumn(System.Double, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "columnField", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbCellType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetCellByColumnAsync(System.Double,System.String)", + "id": 0, + "name": "GetCellByColumnAsync(Double, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetCellByColumnAsync(System.Double, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "columnField", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<IgbCellType>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbCellType>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetCellByKey(System.Object,System.String)", + "id": 0, + "name": "GetCellByKey(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetCellByKey(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowSelector", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "columnField", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "IgbCellType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetCellByKeyAsync(System.Object,System.String)", + "id": 0, + "name": "GetCellByKeyAsync(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetCellByKeyAsync(System.Object, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowSelector", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "columnField", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<IgbCellType>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbCellType>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetData", + "id": 0, + "name": "GetData()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetDefaultExpandState(IgniteUI.Blazor.Controls.IgbTreeGridRecord)", + "id": 0, + "name": "GetDefaultExpandState(IgbTreeGridRecord)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetDefaultExpandState(IgniteUI.Blazor.Controls.IgbTreeGridRecord)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "record", + "type": "IgbTreeGridRecord", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetDefaultExpandStateAsync(IgniteUI.Blazor.Controls.IgbTreeGridRecord)", + "id": 0, + "name": "GetDefaultExpandStateAsync(IgbTreeGridRecord)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetDefaultExpandStateAsync(IgniteUI.Blazor.Controls.IgbTreeGridRecord)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "record", + "type": "IgbTreeGridRecord", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetRowByIndex(System.Double)", + "id": 0, + "name": "GetRowByIndex(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetRowByIndex(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "IgbRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetRowByIndexAsync(System.Double)", + "id": 0, + "name": "GetRowByIndexAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetRowByIndexAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the IgxTreeGridRow by index. const myRow = treeGrid.getRowByIndex(1); index" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<IgbRowType>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbRowType>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetRowByKey(System.Object)", + "id": 0, + "name": "GetRowByKey(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetRowByKey(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IgbRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetRowByKeyAsync(System.Object)", + "id": 0, + "name": "GetRowByKeyAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetRowByKeyAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the RowType object by the specified primary key. const myRow = this.treeGrid.getRowByIndex(1); index" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<IgbRowType>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbRowType>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetSelectedCells", + "id": 0, + "name": "GetSelectedCells()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetSelectedCells()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCellType[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCellType[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetSelectedCellsAsync", + "id": 0, + "name": "GetSelectedCellsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetSelectedCellsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbCellType[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbCellType[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetSelectedData(System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSelectedData(Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetSelectedData(System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "formatters", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "headers", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetSelectedDataAsync(System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSelectedDataAsync(Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.GetSelectedDataAsync(System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "formatters", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "headers", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Object[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.HasChildrenKey", + "id": 0, + "name": "HasChildrenKey", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.HasChildrenKey", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.Id", + "id": 0, + "name": "Id", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.Id", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.PinRow(System.Object,System.Double)", + "id": 0, + "name": "PinRow(Object, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.PinRow(System.Object, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.PinRowAsync(System.Object,System.Double)", + "id": 0, + "name": "PinRowAsync(Object, Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.PinRowAsync(System.Object, System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.ProcessedRootRecords", + "id": 0, + "name": "ProcessedRootRecords", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.ProcessedRootRecords", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an array of processed (filtered and sorted) root ITreeGridRecords. // gets the processed root record with index=2 const states = this.grid.processedRootRecords[2]; IgxTreeGridComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTreeGridRecord[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.RootRecords", + "id": 0, + "name": "RootRecords", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.RootRecords", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns an array of the root level ITreeGridRecords. // gets the root record with index=2 const states = this.grid.rootRecords[2]; IgxTreeGridComponent" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTreeGridRecord[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.RowLoadingIndicatorTemplate", + "id": 0, + "name": "RowLoadingIndicatorTemplate", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.RowLoadingIndicatorTemplate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RenderFragment<Object>", + "fullTypeName": "Microsoft.AspNetCore.Components.RenderFragment<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.RowLoadingIndicatorTemplateScript", + "id": 0, + "name": "RowLoadingIndicatorTemplateScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.RowLoadingIndicatorTemplateScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting RowLoadingIndicatorTemplate in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.UnpinRow(System.Object)", + "id": 0, + "name": "UnpinRow(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.UnpinRow(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGrid.UnpinRowAsync(System.Object)", + "id": 0, + "name": "UnpinRowAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGrid.UnpinRowAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowID", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGridModule", + "id": 0, + "name": "IgbTreeGridModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGridModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGridModule.#ctor", + "id": 0, + "name": "IgbTreeGridModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGridModule.IgbTreeGridModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGridModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGridModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGridModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGridModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGridModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGridModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGridRecord", + "id": 0, + "name": "IgbTreeGridRecord", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.#ctor", + "id": 0, + "name": "IgbTreeGridRecord()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.IgbTreeGridRecord()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.Children", + "id": 0, + "name": "Children", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.Children", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTreeGridRecord[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.Data", + "id": 0, + "name": "Data", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.Data", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.Expanded", + "id": 0, + "name": "Expanded", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.Expanded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.IsFilteredOutParent", + "id": 0, + "name": "IsFilteredOutParent", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.IsFilteredOutParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.Key", + "id": 0, + "name": "Key", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.Key", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.Level", + "id": 0, + "name": "Level", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.Level", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.RecordParent", + "id": 0, + "name": "RecordParent", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.RecordParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTreeGridRecord", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeGridRecord.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem", + "id": 0, + "name": "IgbTreeItem", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The tree-item component represents a child item of the tree component or another tree item." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.#ctor", + "id": 0, + "name": "IgbTreeItem()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.IgbTreeItem()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.Active", + "id": 0, + "name": "Active", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.Active", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Marks the item as the tree's active item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.Collapse", + "id": 0, + "name": "Collapse()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.Collapse()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.CollapseAsync", + "id": 0, + "name": "CollapseAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.CollapseAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Collapses the tree item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.CollapseWithEvent", + "id": 0, + "name": "CollapseWithEvent()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.CollapseWithEvent()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.CollapseWithEventAsync", + "id": 0, + "name": "CollapseWithEventAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.CollapseWithEventAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Collapses the tree item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.ConnectedCallback", + "id": 0, + "name": "ConnectedCallback()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.ConnectedCallback()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.ConnectedCallbackAsync", + "id": 0, + "name": "ConnectedCallbackAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.ConnectedCallbackAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.DirectRenderElementName", + "id": 0, + "name": "DirectRenderElementName", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.DirectRenderElementName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.Disabled", + "id": 0, + "name": "Disabled", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.Disabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Get/Set whether the tree item is disabled. Disabled items are ignored for user interactions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.DisconnectedCallback", + "id": 0, + "name": "DisconnectedCallback()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.DisconnectedCallback()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.DisconnectedCallbackAsync", + "id": 0, + "name": "DisconnectedCallbackAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.DisconnectedCallbackAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.Expand", + "id": 0, + "name": "Expand()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.Expand()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.ExpandAsync", + "id": 0, + "name": "ExpandAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.ExpandAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Expands the tree item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.Expanded", + "id": 0, + "name": "Expanded", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.Expanded", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The tree item expansion state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.ExpandWithEvent", + "id": 0, + "name": "ExpandWithEvent()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.ExpandWithEvent()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.ExpandWithEventAsync", + "id": 0, + "name": "ExpandWithEventAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.ExpandWithEventAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Expands the tree item." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.GetPath", + "id": 0, + "name": "GetPath()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.GetPath()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTreeItem[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTreeItem[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.GetPathAsync", + "id": 0, + "name": "GetPathAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.GetPathAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbTreeItem[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbTreeItem[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The tree item label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.Level", + "id": 0, + "name": "Level", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.Level", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The depth of the item, relative to the root." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.Loading", + "id": 0, + "name": "Loading", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.Loading", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "To be used for load-on-demand scenarios in order to specify whether the item is loading data." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.Parent", + "id": 0, + "name": "Parent", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.Parent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The parent item of the current tree item (if any)" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTreeItem", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTreeItem" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.ResolveDisplay", + "id": 0, + "name": "ResolveDisplay()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.ResolveDisplay()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.Selected", + "id": 0, + "name": "Selected", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.Selected", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The tree item selection state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.SupportsVisualChildren", + "id": 0, + "name": "SupportsVisualChildren", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.SupportsVisualChildren", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.Toggle", + "id": 0, + "name": "Toggle()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.Toggle()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.ToggleAsync", + "id": 0, + "name": "ToggleAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.ToggleAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Toggles tree item expansion state." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.TreeParent", + "id": 0, + "name": "TreeParent", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.TreeParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.UseDirectRender", + "id": 0, + "name": "UseDirectRender", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.UseDirectRender", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItem.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItem.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The value entry that the tree item is visualizing. Required for searching through items. any" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItemCollection", + "id": 0, + "name": "IgbTreeItemCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItemCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbTreeItem}", + "id": 0, + "name": "BaseCollection<IgbTreeItem>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItemCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbTreeItemCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItemCollection.IgbTreeItemCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItemComponentEventArgs", + "id": 0, + "name": "IgbTreeItemComponentEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItemComponentEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItemComponentEventArgs.#ctor", + "id": 0, + "name": "IgbTreeItemComponentEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItemComponentEventArgs.IgbTreeItemComponentEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItemComponentEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItemComponentEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTreeItem", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTreeItem" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItemComponentEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItemComponentEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItemComponentEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItemComponentEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItemComponentEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItemComponentEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItemComponentEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItemComponentEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItemModule", + "id": 0, + "name": "IgbTreeItemModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItemModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItemModule.#ctor", + "id": 0, + "name": "IgbTreeItemModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItemModule.IgbTreeItemModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItemModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItemModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItemModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItemModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeItemModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeItemModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap", + "id": 0, + "name": "IgbTreemap", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.#ctor", + "id": 0, + "name": "IgbTreemap()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.IgbTreemap()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.ActualHighlightingMode", + "id": 0, + "name": "ActualHighlightingMode", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.ActualHighlightingMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual highlighting mode used." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapHighlightingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapHighlightingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.ActualInteractionPixelScalingRatio", + "id": 0, + "name": "ActualInteractionPixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.ActualInteractionPixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the resolved scaling value used to affect the pixel density of the control while it is animating." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.ActualPixelScalingRatio", + "id": 0, + "name": "ActualPixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.ActualPixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.ActualStyleMappings", + "id": 0, + "name": "ActualStyleMappings", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.ActualStyleMappings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTreemapNodeStyleMappingCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMappingCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.BreadcrumbSequence", + "id": 0, + "name": "BreadcrumbSequence", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.BreadcrumbSequence", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the root title to use for breadcrumbs." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.ContentStyleMappings", + "id": 0, + "name": "ContentStyleMappings", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.ContentStyleMappings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTreemapNodeStyleMappingCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMappingCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.CustomValueMemberPath", + "id": 0, + "name": "CustomValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.CustomValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the path to use to get the custom value of the items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.DarkTextColor", + "id": 0, + "name": "DarkTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.DarkTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the dark text color to use for the nodes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.DataSource", + "id": 0, + "name": "DataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.DataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the (possibly hierarchical) data to assign to the TreeMap." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.DataSourceScript", + "id": 0, + "name": "DataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.DataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting DataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.ExportSerializedVisualData", + "id": 0, + "name": "ExportSerializedVisualData()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.ExportSerializedVisualData()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.ExportSerializedVisualDataAsync", + "id": 0, + "name": "ExportSerializedVisualDataAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.ExportSerializedVisualDataAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns visuals as a serialized string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.FillBrushes", + "id": 0, + "name": "FillBrushes", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.FillBrushes", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets brushes to use for the fill scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.FillScaleLogarithmBase", + "id": 0, + "name": "FillScaleLogarithmBase", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.FillScaleLogarithmBase", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the logarithm base to use if the fill scale is logarithmic." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.FillScaleMaximumValue", + "id": 0, + "name": "FillScaleMaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.FillScaleMaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum value to use for the fill scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.FillScaleMinimumValue", + "id": 0, + "name": "FillScaleMinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.FillScaleMinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the minimum value to use for the fill scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.FillScaleMode", + "id": 0, + "name": "FillScaleMode", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.FillScaleMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets mode to use for the fill scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapFillScaleMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapFillScaleMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.Flush", + "id": 0, + "name": "Flush()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.Flush()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.FlushAsync", + "id": 0, + "name": "FlushAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.FlushAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.FocusItem", + "id": 0, + "name": "FocusItem", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.FocusItem", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the item to drill to in the treemap." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.FocusItemScript", + "id": 0, + "name": "FocusItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.FocusItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting FocusItem in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.FontFamily", + "id": 0, + "name": "FontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.FontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.FontSize", + "id": 0, + "name": "FontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.FontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.FontStyle", + "id": 0, + "name": "FontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.FontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.FontWeight", + "id": 0, + "name": "FontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.FontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderBackground", + "id": 0, + "name": "HeaderBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background to use for the header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderDarkTextColor", + "id": 0, + "name": "HeaderDarkTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderDarkTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the dark text color to use for the header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderDisplayMode", + "id": 0, + "name": "HeaderDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the font to use for header nodes" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapHeaderDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapHeaderDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderFontFamily", + "id": 0, + "name": "HeaderFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderFontSize", + "id": 0, + "name": "HeaderFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderFontStyle", + "id": 0, + "name": "HeaderFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderFontWeight", + "id": 0, + "name": "HeaderFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderHeight", + "id": 0, + "name": "HeaderHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the height to use for the header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderHoverBackground", + "id": 0, + "name": "HeaderHoverBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderHoverBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background to use for the header when it is hovered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderHoverDarkTextColor", + "id": 0, + "name": "HeaderHoverDarkTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderHoverDarkTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the dark text color to use for the header when hovered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderHoverTextColor", + "id": 0, + "name": "HeaderHoverTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderHoverTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color to use for the header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderLabelBottomMargin", + "id": 0, + "name": "HeaderLabelBottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderLabelBottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom margin to use for the header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderLabelLeftMargin", + "id": 0, + "name": "HeaderLabelLeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderLabelLeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left margin to use for the header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderLabelRightMargin", + "id": 0, + "name": "HeaderLabelRightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderLabelRightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right margin to use for the header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderLabelTopMargin", + "id": 0, + "name": "HeaderLabelTopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderLabelTopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top margin to use for the header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderTextColor", + "id": 0, + "name": "HeaderTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HeaderTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color to use for the header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HighlightedDataSource", + "id": 0, + "name": "HighlightedDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HighlightedDataSource", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the data to highlight." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HighlightedDataSourceScript", + "id": 0, + "name": "HighlightedDataSourceScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HighlightedDataSourceScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting HighlightedDataSource in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HighlightedValueMemberPath", + "id": 0, + "name": "HighlightedValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HighlightedValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlighted value mapping property." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HighlightedValueOpacity", + "id": 0, + "name": "HighlightedValueOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HighlightedValueOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity applied to the node underneath the highlighted value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HighlightedValuesDisplayMode", + "id": 0, + "name": "HighlightedValuesDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HighlightedValuesDisplayMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display mode for highlighted values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapHighlightedValueDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapHighlightedValueDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HighlightingFadeOpacity", + "id": 0, + "name": "HighlightingFadeOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HighlightingFadeOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity to use for nodes that are not highlighted when HighlightingMode is set to FadeOthers." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HighlightingMode", + "id": 0, + "name": "HighlightingMode", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HighlightingMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the highlighting mode to use." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapHighlightingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapHighlightingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.HighlightingTransitionDuration", + "id": 0, + "name": "HighlightingTransitionDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.HighlightingTransitionDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the number of milliseconds over which the highlighting effect will render." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.IdMemberPath", + "id": 0, + "name": "IdMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.IdMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the path to use to get the id of the items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.InteractionPixelScalingRatio", + "id": 0, + "name": "InteractionPixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.InteractionPixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scaling value used to affect the pixel density of the control while it is animating." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.IsFillScaleLogarithmic", + "id": 0, + "name": "IsFillScaleLogarithmic", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.IsFillScaleLogarithmic", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the fill scale is logarithmic." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.LabelBottomMargin", + "id": 0, + "name": "LabelBottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.LabelBottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom margin to use for the labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.LabelHorizontalAlignment", + "id": 0, + "name": "LabelHorizontalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.LabelHorizontalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the horizontal alignment to use for the node labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.LabelHorizontalFitMode", + "id": 0, + "name": "LabelHorizontalFitMode", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.LabelHorizontalFitMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the horizontal fit mode to use for the node labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapLabelHorizontalFitMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapLabelHorizontalFitMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.LabelLeftMargin", + "id": 0, + "name": "LabelLeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.LabelLeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left margin to use for the labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.LabelMemberPath", + "id": 0, + "name": "LabelMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.LabelMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the path to use to get the Label of the items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.LabelRightMargin", + "id": 0, + "name": "LabelRightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.LabelRightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right margin to use for the labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.LabelTopMargin", + "id": 0, + "name": "LabelTopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.LabelTopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top margin to use for the labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.LabelVerticalAlignment", + "id": 0, + "name": "LabelVerticalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.LabelVerticalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the vertical alignment to use for the node labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "VerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.VerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.LabelVerticalFitMode", + "id": 0, + "name": "LabelVerticalFitMode", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.LabelVerticalFitMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the vertical fit mode to use for the node labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapLabelVerticalFitMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapLabelVerticalFitMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.LayoutOrientation", + "id": 0, + "name": "LayoutOrientation", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.LayoutOrientation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the orientation to use for the stripped and slice and dice layout types." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.LayoutType", + "id": 0, + "name": "LayoutType", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.LayoutType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the type of layout to use for the nodes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapLayoutType", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapLayoutType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.MarkDirty", + "id": 0, + "name": "MarkDirty()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.MarkDirty()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.MarkDirtyAsync", + "id": 0, + "name": "MarkDirtyAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.MarkDirtyAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.MinimumDisplaySize", + "id": 0, + "name": "MinimumDisplaySize", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.MinimumDisplaySize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the minimum size (width or height) to display a node." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NodeOpacity", + "id": 0, + "name": "NodeOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NodeOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity to use for the nodes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NodePointerEnter", + "id": 0, + "name": "NodePointerEnter", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NodePointerEnter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbTreemapNodePointerEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NodePointerEnterScript", + "id": 0, + "name": "NodePointerEnterScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NodePointerEnterScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NodePointerLeave", + "id": 0, + "name": "NodePointerLeave", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NodePointerLeave", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbTreemapNodePointerEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NodePointerLeaveScript", + "id": 0, + "name": "NodePointerLeaveScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NodePointerLeaveScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NodePointerOver", + "id": 0, + "name": "NodePointerOver", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NodePointerOver", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbTreemapNodePointerEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NodePointerOverScript", + "id": 0, + "name": "NodePointerOverScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NodePointerOverScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NodePointerPressed", + "id": 0, + "name": "NodePointerPressed", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NodePointerPressed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTreemapNodePointerEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NodePointerPressedScript", + "id": 0, + "name": "NodePointerPressedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NodePointerPressedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NodePointerReleased", + "id": 0, + "name": "NodePointerReleased", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NodePointerReleased", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTreemapNodePointerEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NodePointerReleasedScript", + "id": 0, + "name": "NodePointerReleasedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NodePointerReleasedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NodeRenderStyling", + "id": 0, + "name": "NodeRenderStyling", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NodeRenderStyling", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTreemapNodeStylingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NodeRenderStylingScript", + "id": 0, + "name": "NodeRenderStylingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NodeRenderStylingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NodeStyling", + "id": 0, + "name": "NodeStyling", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NodeStyling", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbTreemapNodeStylingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NodeStylingScript", + "id": 0, + "name": "NodeStylingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NodeStylingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NotifyClearItems(System.Object)", + "id": 0, + "name": "NotifyClearItems(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NotifyClearItems(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NotifyClearItemsAsync(System.Object)", + "id": 0, + "name": "NotifyClearItemsAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NotifyClearItemsAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Manually notifies the treemap's data source that the data it has bound to has been cleared and needs to be re-examined. This should not be called if the data that the pie chart is bound to is already observable." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NotifyInsertItem(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItem(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NotifyInsertItem(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NotifyInsertItemAsync(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItemAsync(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NotifyInsertItemAsync(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NotifyRemoveItem(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItem(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NotifyRemoveItem(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NotifyRemoveItemAsync(System.Object,System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItemAsync(Object, Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NotifyRemoveItemAsync(System.Object, System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NotifySetItem(System.Object,System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItem(Object, Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NotifySetItem(System.Object, System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NotifySetItemAsync(System.Object,System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItemAsync(Object, Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NotifySetItemAsync(System.Object, System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "source_", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NotifySizeChanged", + "id": 0, + "name": "NotifySizeChanged()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NotifySizeChanged()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.NotifySizeChangedAsync", + "id": 0, + "name": "NotifySizeChangedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.NotifySizeChangedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.OnAttachedToUI", + "id": 0, + "name": "OnAttachedToUI()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.OnAttachedToUI()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.OnAttachedToUIAsync", + "id": 0, + "name": "OnAttachedToUIAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.OnAttachedToUIAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.OnDetachedFromUI", + "id": 0, + "name": "OnDetachedFromUI()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.OnDetachedFromUI()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.OnDetachedFromUIAsync", + "id": 0, + "name": "OnDetachedFromUIAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.OnDetachedFromUIAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.Outline", + "id": 0, + "name": "Outline", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.Outline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the outline to use for the nodes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.OverlayHeaderBackground", + "id": 0, + "name": "OverlayHeaderBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.OverlayHeaderBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background to use for the overlay header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.OverlayHeaderHoverBackground", + "id": 0, + "name": "OverlayHeaderHoverBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.OverlayHeaderHoverBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background to use for the overlay header when it is hovered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.OverlayHeaderLabelBottomMargin", + "id": 0, + "name": "OverlayHeaderLabelBottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.OverlayHeaderLabelBottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom margin to use for the overlay header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.OverlayHeaderLabelLeftMargin", + "id": 0, + "name": "OverlayHeaderLabelLeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.OverlayHeaderLabelLeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left margin to use for the overlay header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.OverlayHeaderLabelRightMargin", + "id": 0, + "name": "OverlayHeaderLabelRightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.OverlayHeaderLabelRightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right margin to use for the overlay header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.OverlayHeaderLabelTopMargin", + "id": 0, + "name": "OverlayHeaderLabelTopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.OverlayHeaderLabelTopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top margin to use for the overlay header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.ParentIdMemberPath", + "id": 0, + "name": "ParentIdMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.ParentIdMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the path to use to get the Parent of the items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.ParentNodeBottomMargin", + "id": 0, + "name": "ParentNodeBottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.ParentNodeBottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom margin to use for the parent nodes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.ParentNodeBottomPadding", + "id": 0, + "name": "ParentNodeBottomPadding", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.ParentNodeBottomPadding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom padding to use for the parent nodes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.ParentNodeLeftMargin", + "id": 0, + "name": "ParentNodeLeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.ParentNodeLeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left margin to use for the parent nodes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.ParentNodeLeftPadding", + "id": 0, + "name": "ParentNodeLeftPadding", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.ParentNodeLeftPadding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left padding to use for the parent nodes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.ParentNodeRightMargin", + "id": 0, + "name": "ParentNodeRightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.ParentNodeRightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right margin to use for the parent nodes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.ParentNodeRightPadding", + "id": 0, + "name": "ParentNodeRightPadding", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.ParentNodeRightPadding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right padding to use for the parent nodes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.ParentNodeTopMargin", + "id": 0, + "name": "ParentNodeTopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.ParentNodeTopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top margin to use for the parent nodes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.ParentNodeTopPadding", + "id": 0, + "name": "ParentNodeTopPadding", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.ParentNodeTopPadding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top padding to use for the parent nodes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.PixelScalingRatio", + "id": 0, + "name": "PixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.PixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scaling value used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.RootTitle", + "id": 0, + "name": "RootTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.RootTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the root title to use for breadcrumbs." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.SimulateHover(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "SimulateHover(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.SimulateHover(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.SimulateHoverAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "SimulateHoverAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.SimulateHoverAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.StrokeThickness", + "id": 0, + "name": "StrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.StrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness to use for the node outline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.StyleMappings", + "id": 0, + "name": "StyleMappings", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.StyleMappings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a series of mappings to provide style to various nodes within the treemap." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTreemapNodeStyleMappingCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMappingCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color to use for the nodes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.TransitionDuration", + "id": 0, + "name": "TransitionDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.TransitionDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the number of milliseconds over which changes to the gauge should be animated." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemap.ValueMemberPath", + "id": 0, + "name": "ValueMemberPath", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemap.ValueMemberPath", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets path to use to get the values from the items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapModule", + "id": 0, + "name": "IgbTreemapModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapModule.#ctor", + "id": 0, + "name": "IgbTreemapModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapModule.IgbTreemapModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs", + "id": 0, + "name": "IgbTreemapNodePointerEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.#ctor", + "id": 0, + "name": "IgbTreemapNodePointerEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.IgbTreemapNodePointerEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.CustomValue", + "id": 0, + "name": "CustomValue", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.CustomValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.CustomValueScript", + "id": 0, + "name": "CustomValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.CustomValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting CustomValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.IsHandled", + "id": 0, + "name": "IsHandled", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.IsHandled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.IsOverHeader", + "id": 0, + "name": "IsOverHeader", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.IsOverHeader", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.IsRightButton", + "id": 0, + "name": "IsRightButton", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.IsRightButton", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.ParentItem", + "id": 0, + "name": "ParentItem", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.ParentItem", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.ParentItemScript", + "id": 0, + "name": "ParentItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.ParentItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ParentItem in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.ParentLabel", + "id": 0, + "name": "ParentLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.ParentLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.ParentSum", + "id": 0, + "name": "ParentSum", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.ParentSum", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.ParentValue", + "id": 0, + "name": "ParentValue", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.ParentValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.Position", + "id": 0, + "name": "Position", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.Position", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.Sum", + "id": 0, + "name": "Sum", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.Sum", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodePointerEventArgs.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle", + "id": 0, + "name": "IgbTreemapNodeStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a style to apply to a treemap node." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.#ctor", + "id": 0, + "name": "IgbTreemapNodeStyle()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.IgbTreemapNodeStyle()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.FadeOpacity", + "id": 0, + "name": "FadeOpacity", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.FadeOpacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fade opacity that should be used when highlighting." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.Fill", + "id": 0, + "name": "Fill", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.Fill", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the fill color to use for the nodes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.HeaderBackground", + "id": 0, + "name": "HeaderBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.HeaderBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background to use for the header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.HeaderHeight", + "id": 0, + "name": "HeaderHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.HeaderHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the height to use for the header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.HeaderHoverBackground", + "id": 0, + "name": "HeaderHoverBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.HeaderHoverBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background to use for the header when it is hovered." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.HeaderHoverTextColor", + "id": 0, + "name": "HeaderHoverTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.HeaderHoverTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color to use for the header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.HeaderLabelBottomMargin", + "id": 0, + "name": "HeaderLabelBottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.HeaderLabelBottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom margin to use for the labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.HeaderLabelLeftMargin", + "id": 0, + "name": "HeaderLabelLeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.HeaderLabelLeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left margin to use for the header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.HeaderLabelRightMargin", + "id": 0, + "name": "HeaderLabelRightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.HeaderLabelRightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right margin to use for the header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.HeaderLabelTopMargin", + "id": 0, + "name": "HeaderLabelTopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.HeaderLabelTopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top margin to use for the header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.HeaderTextColor", + "id": 0, + "name": "HeaderTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.HeaderTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color to use for the header." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.HighlightingHandled", + "id": 0, + "name": "HighlightingHandled", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.HighlightingHandled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets if highlighting was handled, and whether internal highlighting logic should be skipped." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the label to use for the node." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.LabelBottomMargin", + "id": 0, + "name": "LabelBottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.LabelBottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom margin to use for the labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.LabelHorizontalAlignment", + "id": 0, + "name": "LabelHorizontalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.LabelHorizontalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the horizontal alignment to use for the node labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.LabelLeftMargin", + "id": 0, + "name": "LabelLeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.LabelLeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left margin to use for the labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.LabelRightMargin", + "id": 0, + "name": "LabelRightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.LabelRightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right margin to use for the labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.LabelTopMargin", + "id": 0, + "name": "LabelTopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.LabelTopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top margin to use for the labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.LabelVerticalAlignment", + "id": 0, + "name": "LabelVerticalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.LabelVerticalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the vertical alignment to use for the node labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "VerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.VerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.Opacity", + "id": 0, + "name": "Opacity", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.Opacity", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the opacity to use for the node." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.Outline", + "id": 0, + "name": "Outline", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.Outline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the outline to use for the nodes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.StrokeThickness", + "id": 0, + "name": "StrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.StrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness to use for the node outline." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text color to use for the nodes." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping", + "id": 0, + "name": "IgbTreemapNodeStyleMapping", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a style to apply to a set of nodes in the treemap." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle", + "id": 0, + "name": "IgbTreemapNodeStyle" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.#ctor", + "id": 0, + "name": "IgbTreemapNodeStyleMapping()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.IgbTreemapNodeStyleMapping()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.MappingMode", + "id": 0, + "name": "MappingMode", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.MappingMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mapping mode to use to evaluate whether the mapping applies." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapValueMappingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapValueMappingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.MaximumValue", + "id": 0, + "name": "MaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.MaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum value to which the mapping applies." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.MinimumValue", + "id": 0, + "name": "MinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.MinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the minimum value to which the mapping applies." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.TargetType", + "id": 0, + "name": "TargetType", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.TargetType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the unique name of the mapping." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapNodeStyleMappingTargetType", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapNodeStyleMappingTargetType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.TreemapParent", + "id": 0, + "name": "TreemapParent", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.TreemapParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value to which the mapping applies." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMappingCollection", + "id": 0, + "name": "IgbTreemapNodeStyleMappingCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMappingCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMapping}", + "id": 0, + "name": "BaseCollection<IgbTreemapNodeStyleMapping>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMappingCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbTreemapNodeStyleMappingCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMappingCollection.IgbTreemapNodeStyleMappingCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMappingModule", + "id": 0, + "name": "IgbTreemapNodeStyleMappingModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMappingModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMappingModule.#ctor", + "id": 0, + "name": "IgbTreemapNodeStyleMappingModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMappingModule.IgbTreemapNodeStyleMappingModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMappingModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMappingModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMappingModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMappingModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMappingModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleMappingModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleModule", + "id": 0, + "name": "IgbTreemapNodeStyleModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleModule.#ctor", + "id": 0, + "name": "IgbTreemapNodeStyleModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleModule.IgbTreemapNodeStyleModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyleModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs", + "id": 0, + "name": "IgbTreemapNodeStylingEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.#ctor", + "id": 0, + "name": "IgbTreemapNodeStylingEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.IgbTreemapNodeStylingEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.CustomValue", + "id": 0, + "name": "CustomValue", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.CustomValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.CustomValueScript", + "id": 0, + "name": "CustomValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.CustomValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting CustomValue in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.HighlightingHandled", + "id": 0, + "name": "HighlightingHandled", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.HighlightingHandled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets whether the user handled the highlighting themselves. If so we won't run any of our default highlight styling." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.HighlightingInfo", + "id": 0, + "name": "HighlightingInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.HighlightingInfo", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets highlighting information for the current node. Null if no highlight is in progress." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbHighlightingInfo", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbHighlightingInfo" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.IsHighlightInProgress", + "id": 0, + "name": "IsHighlightInProgress", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.IsHighlightInProgress", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether a highlight is currently in progress." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.IsParent", + "id": 0, + "name": "IsParent", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.IsParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.Item", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.ItemScript", + "id": 0, + "name": "ItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.ItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Item in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.ParentItem", + "id": 0, + "name": "ParentItem", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.ParentItem", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.ParentItemScript", + "id": 0, + "name": "ParentItemScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.ParentItemScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ParentItem in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.ParentLabel", + "id": 0, + "name": "ParentLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.ParentLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.ParentSum", + "id": 0, + "name": "ParentSum", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.ParentSum", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.ParentValue", + "id": 0, + "name": "ParentValue", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.ParentValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.Style", + "id": 0, + "name": "Style", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.Style", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTreemapNodeStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.Sum", + "id": 0, + "name": "Sum", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.Sum", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.TotalHighlightProgress", + "id": 0, + "name": "TotalHighlightProgress", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.TotalHighlightProgress", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the overall highlight progress." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbTreemapNodeStylingEventArgs.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeModule", + "id": 0, + "name": "IgbTreeModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeModule.#ctor", + "id": 0, + "name": "IgbTreeModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeModule.IgbTreeModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeSelectionChangeEventArgs", + "id": 0, + "name": "IgbTreeSelectionChangeEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeSelectionChangeEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgs", + "id": 0, + "name": "IgbTreeSelectionEventArgs" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeSelectionChangeEventArgs.#ctor", + "id": 0, + "name": "IgbTreeSelectionChangeEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeSelectionChangeEventArgs.IgbTreeSelectionChangeEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgs", + "id": 0, + "name": "IgbTreeSelectionEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgs.#ctor", + "id": 0, + "name": "IgbTreeSelectionEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgs.IgbTreeSelectionEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTreeSelectionEventArgsDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgsDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgsDetail", + "id": 0, + "name": "IgbTreeSelectionEventArgsDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgsDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgsDetail.#ctor", + "id": 0, + "name": "IgbTreeSelectionEventArgsDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgsDetail.IgbTreeSelectionEventArgsDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgsDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgsDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgsDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgsDetail.NewSelection", + "id": 0, + "name": "NewSelection", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgsDetail.NewSelection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbTreeItem[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbTreeItem[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgsDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgsDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTreeSelectionEventArgsDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineLayer", + "id": 0, + "name": "IgbTrendLineLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the class of the value overlay. The value overlay is a line or circle representing a value on an axis." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "id": 0, + "name": "IgbAnnotationLayer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.#ctor", + "id": 0, + "name": "IgbTrendLineLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.IgbTrendLineLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.ActualTargetSeries", + "id": 0, + "name": "ActualTargetSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.ActualTargetSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual series being targeted by this annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.ActualTargetSeriesScript", + "id": 0, + "name": "ActualTargetSeriesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.ActualTargetSeriesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting ActualTargetSeries in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.BindSeries(IgniteUI.Blazor.Controls.IgbSeries[])", + "id": 0, + "name": "BindSeries(IgbSeries[])", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.BindSeries(IgniteUI.Blazor.Controls.IgbSeries[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Series", + "type": "IgbSeries[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.GetManagerIdentifier", + "id": 0, + "name": "GetManagerIdentifier()", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.GetManagerIdentifier()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.GetManagerIdentifierAsync", + "id": 0, + "name": "GetManagerIdentifierAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.GetManagerIdentifierAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.TargetSeries", + "id": 0, + "name": "TargetSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.TargetSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series to target this annotation to." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.TargetSeriesName", + "id": 0, + "name": "TargetSeriesName", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.TargetSeriesName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve targetSeries from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.TargetSeriesScript", + "id": 0, + "name": "TargetSeriesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.TargetSeriesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TargetSeries in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.TrendLinePeriod", + "id": 0, + "name": "TrendLinePeriod", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.TrendLinePeriod", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the trend line period for the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.TrendLineType", + "id": 0, + "name": "TrendLineType", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.TrendLineType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the trend type for the current series object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineLayerModule", + "id": 0, + "name": "IgbTrendLineLayerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineLayerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineLayerModule.#ctor", + "id": 0, + "name": "IgbTrendLineLayerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineLayerModule.IgbTrendLineLayerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineTypeCollection", + "id": 0, + "name": "IgbTrendLineTypeCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineTypeCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.TrendLineType}", + "id": 0, + "name": "BaseCollection<TrendLineType>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTrendLineTypeCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbTrendLineTypeCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTrendLineTypeCollection.IgbTrendLineTypeCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTriangulationDataSource", + "id": 0, + "name": "IgbTriangulationDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbTriangulationDataSource", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Class for converting Itf files into enumerable triangulations." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTriangulationDataSource.#ctor", + "id": 0, + "name": "IgbTriangulationDataSource()", + "fullName": "IgniteUI.Blazor.Controls.IgbTriangulationDataSource.IgbTriangulationDataSource()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTriangulationDataSource.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTriangulationDataSource.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTriangulationDataSource.ImportCompleted", + "id": 0, + "name": "ImportCompleted", + "fullName": "IgniteUI.Blazor.Controls.IgbTriangulationDataSource.ImportCompleted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbAsyncCompletedEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTriangulationDataSource.ImportCompletedScript", + "id": 0, + "name": "ImportCompletedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbTriangulationDataSource.ImportCompletedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTriangulationDataSource.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTriangulationDataSource.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTriangulationStatusEventArgs", + "id": 0, + "name": "IgbTriangulationStatusEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbTriangulationStatusEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTriangulationStatusEventArgs.#ctor", + "id": 0, + "name": "IgbTriangulationStatusEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbTriangulationStatusEventArgs.IgbTriangulationStatusEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTriangulationStatusEventArgs.CurrentStatus", + "id": 0, + "name": "CurrentStatus", + "fullName": "IgniteUI.Blazor.Controls.IgbTriangulationStatusEventArgs.CurrentStatus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The current status from 0 to 100 of the progressive triangulation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTriangulationStatusEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTriangulationStatusEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTriangulationStatusEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTriangulationStatusEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTriangulationStatusEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbTriangulationStatusEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTriangulationStatusEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTriangulationStatusEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTRIXIndicator", + "id": 0, + "name": "IgbTRIXIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbTRIXIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart TRIX indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTRIXIndicator.#ctor", + "id": 0, + "name": "IgbTRIXIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbTRIXIndicator.IgbTRIXIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTRIXIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTRIXIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTRIXIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTRIXIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTRIXIndicator.Period", + "id": 0, + "name": "Period", + "fullName": "IgniteUI.Blazor.Controls.IgbTRIXIndicator.Period", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current TRIXIndicator object. The typical, and initial, value for TRIX periods is 15." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTRIXIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTRIXIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTRIXIndicatorModule", + "id": 0, + "name": "IgbTRIXIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTRIXIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTRIXIndicatorModule.#ctor", + "id": 0, + "name": "IgbTRIXIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTRIXIndicatorModule.IgbTRIXIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTRIXIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTRIXIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTRIXIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTRIXIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTRIXIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTRIXIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTypicalPriceIndicator", + "id": 0, + "name": "IgbTypicalPriceIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbTypicalPriceIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Typical Price indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTypicalPriceIndicator.#ctor", + "id": 0, + "name": "IgbTypicalPriceIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbTypicalPriceIndicator.IgbTypicalPriceIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTypicalPriceIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbTypicalPriceIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTypicalPriceIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbTypicalPriceIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTypicalPriceIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbTypicalPriceIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTypicalPriceIndicatorModule", + "id": 0, + "name": "IgbTypicalPriceIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbTypicalPriceIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbTypicalPriceIndicatorModule.#ctor", + "id": 0, + "name": "IgbTypicalPriceIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbTypicalPriceIndicatorModule.IgbTypicalPriceIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTypicalPriceIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTypicalPriceIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTypicalPriceIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTypicalPriceIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbTypicalPriceIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbTypicalPriceIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUltimateOscillatorIndicator", + "id": 0, + "name": "IgbUltimateOscillatorIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbUltimateOscillatorIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Ultimate Oscillator indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUltimateOscillatorIndicator.#ctor", + "id": 0, + "name": "IgbUltimateOscillatorIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbUltimateOscillatorIndicator.IgbUltimateOscillatorIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUltimateOscillatorIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbUltimateOscillatorIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUltimateOscillatorIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbUltimateOscillatorIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUltimateOscillatorIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbUltimateOscillatorIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUltimateOscillatorIndicatorModule", + "id": 0, + "name": "IgbUltimateOscillatorIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUltimateOscillatorIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUltimateOscillatorIndicatorModule.#ctor", + "id": 0, + "name": "IgbUltimateOscillatorIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUltimateOscillatorIndicatorModule.IgbUltimateOscillatorIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUltimateOscillatorIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUltimateOscillatorIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUltimateOscillatorIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUltimateOscillatorIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUltimateOscillatorIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUltimateOscillatorIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleBgModule", + "id": 0, + "name": "IgbUndoLocaleBgModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleBgModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleBgModule.#ctor", + "id": 0, + "name": "IgbUndoLocaleBgModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleBgModule.IgbUndoLocaleBgModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleBgModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleBgModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleBgModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleBgModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleBgModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleBgModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleCsModule", + "id": 0, + "name": "IgbUndoLocaleCsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleCsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleCsModule.#ctor", + "id": 0, + "name": "IgbUndoLocaleCsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleCsModule.IgbUndoLocaleCsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleCsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleCsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleCsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleCsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleCsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleCsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleDaModule", + "id": 0, + "name": "IgbUndoLocaleDaModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleDaModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleDaModule.#ctor", + "id": 0, + "name": "IgbUndoLocaleDaModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleDaModule.IgbUndoLocaleDaModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleDaModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleDaModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleDaModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleDaModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleDaModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleDaModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleDeModule", + "id": 0, + "name": "IgbUndoLocaleDeModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleDeModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleDeModule.#ctor", + "id": 0, + "name": "IgbUndoLocaleDeModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleDeModule.IgbUndoLocaleDeModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleDeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleDeModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleDeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleDeModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleDeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleDeModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleEnModule", + "id": 0, + "name": "IgbUndoLocaleEnModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleEnModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleEnModule.#ctor", + "id": 0, + "name": "IgbUndoLocaleEnModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleEnModule.IgbUndoLocaleEnModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleEnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleEnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleEnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleEnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleEnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleEnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleEsModule", + "id": 0, + "name": "IgbUndoLocaleEsModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleEsModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleEsModule.#ctor", + "id": 0, + "name": "IgbUndoLocaleEsModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleEsModule.IgbUndoLocaleEsModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleEsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleEsModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleEsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleEsModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleEsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleEsModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleFrModule", + "id": 0, + "name": "IgbUndoLocaleFrModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleFrModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleFrModule.#ctor", + "id": 0, + "name": "IgbUndoLocaleFrModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleFrModule.IgbUndoLocaleFrModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleFrModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleFrModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleFrModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleFrModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleFrModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleFrModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleHuModule", + "id": 0, + "name": "IgbUndoLocaleHuModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleHuModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleHuModule.#ctor", + "id": 0, + "name": "IgbUndoLocaleHuModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleHuModule.IgbUndoLocaleHuModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleHuModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleHuModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleHuModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleHuModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleHuModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleHuModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleItModule", + "id": 0, + "name": "IgbUndoLocaleItModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleItModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleItModule.#ctor", + "id": 0, + "name": "IgbUndoLocaleItModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleItModule.IgbUndoLocaleItModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleItModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleItModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleItModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleItModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleItModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleItModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleJaModule", + "id": 0, + "name": "IgbUndoLocaleJaModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleJaModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleJaModule.#ctor", + "id": 0, + "name": "IgbUndoLocaleJaModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleJaModule.IgbUndoLocaleJaModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleJaModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleJaModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleJaModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleJaModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleJaModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleJaModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleNbModule", + "id": 0, + "name": "IgbUndoLocaleNbModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleNbModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleNbModule.#ctor", + "id": 0, + "name": "IgbUndoLocaleNbModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleNbModule.IgbUndoLocaleNbModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleNbModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleNbModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleNbModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleNbModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleNbModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleNbModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleNlModule", + "id": 0, + "name": "IgbUndoLocaleNlModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleNlModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleNlModule.#ctor", + "id": 0, + "name": "IgbUndoLocaleNlModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleNlModule.IgbUndoLocaleNlModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleNlModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleNlModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleNlModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleNlModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleNlModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleNlModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocalePlModule", + "id": 0, + "name": "IgbUndoLocalePlModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocalePlModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocalePlModule.#ctor", + "id": 0, + "name": "IgbUndoLocalePlModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocalePlModule.IgbUndoLocalePlModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocalePlModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocalePlModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocalePlModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocalePlModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocalePlModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocalePlModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocalePtModule", + "id": 0, + "name": "IgbUndoLocalePtModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocalePtModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocalePtModule.#ctor", + "id": 0, + "name": "IgbUndoLocalePtModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocalePtModule.IgbUndoLocalePtModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocalePtModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocalePtModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocalePtModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocalePtModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocalePtModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocalePtModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleRoModule", + "id": 0, + "name": "IgbUndoLocaleRoModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleRoModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleRoModule.#ctor", + "id": 0, + "name": "IgbUndoLocaleRoModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleRoModule.IgbUndoLocaleRoModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleRoModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleRoModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleRoModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleRoModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleRoModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleRoModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleRuModule", + "id": 0, + "name": "IgbUndoLocaleRuModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleRuModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleRuModule.#ctor", + "id": 0, + "name": "IgbUndoLocaleRuModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleRuModule.IgbUndoLocaleRuModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleRuModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleRuModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleRuModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleRuModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleRuModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleRuModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleSvModule", + "id": 0, + "name": "IgbUndoLocaleSvModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleSvModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleSvModule.#ctor", + "id": 0, + "name": "IgbUndoLocaleSvModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleSvModule.IgbUndoLocaleSvModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleSvModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleSvModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleSvModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleSvModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleSvModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleSvModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleTrModule", + "id": 0, + "name": "IgbUndoLocaleTrModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleTrModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleTrModule.#ctor", + "id": 0, + "name": "IgbUndoLocaleTrModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleTrModule.IgbUndoLocaleTrModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleTrModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleTrModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleTrModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleTrModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleTrModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleTrModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleZhHansModule", + "id": 0, + "name": "IgbUndoLocaleZhHansModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleZhHansModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleZhHansModule.#ctor", + "id": 0, + "name": "IgbUndoLocaleZhHansModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleZhHansModule.IgbUndoLocaleZhHansModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleZhHansModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleZhHansModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleZhHansModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleZhHansModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleZhHansModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleZhHansModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleZhHantModule", + "id": 0, + "name": "IgbUndoLocaleZhHantModule", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleZhHantModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleZhHantModule.#ctor", + "id": 0, + "name": "IgbUndoLocaleZhHantModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleZhHantModule.IgbUndoLocaleZhHantModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleZhHantModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleZhHantModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleZhHantModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleZhHantModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUndoLocaleZhHantModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbUndoLocaleZhHantModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUploadDataCompletedEventArgs", + "id": 0, + "name": "IgbUploadDataCompletedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbUploadDataCompletedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs", + "id": 0, + "name": "IgbAsyncCompletedEventArgs" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUploadDataCompletedEventArgs.#ctor", + "id": 0, + "name": "IgbUploadDataCompletedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbUploadDataCompletedEventArgs.IgbUploadDataCompletedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUploadDataCompletedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbUploadDataCompletedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUploadDataCompletedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbUploadDataCompletedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUploadDataCompletedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbUploadDataCompletedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUploadDataCompletedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbUploadDataCompletedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUploadStringCompletedEventArgs", + "id": 0, + "name": "IgbUploadStringCompletedEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbUploadStringCompletedEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAsyncCompletedEventArgs", + "id": 0, + "name": "IgbAsyncCompletedEventArgs" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbUploadStringCompletedEventArgs.#ctor", + "id": 0, + "name": "IgbUploadStringCompletedEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbUploadStringCompletedEventArgs.IgbUploadStringCompletedEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUploadStringCompletedEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbUploadStringCompletedEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUploadStringCompletedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbUploadStringCompletedEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUploadStringCompletedEventArgs.Result", + "id": 0, + "name": "Result", + "fullName": "IgniteUI.Blazor.Controls.IgbUploadStringCompletedEventArgs.Result", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUploadStringCompletedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbUploadStringCompletedEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbUploadStringCompletedEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbUploadStringCompletedEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValidationErrors", + "id": 0, + "name": "IgbValidationErrors", + "fullName": "IgniteUI.Blazor.Controls.IgbValidationErrors", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbValidationErrors.#ctor", + "id": 0, + "name": "IgbValidationErrors()", + "fullName": "IgniteUI.Blazor.Controls.IgbValidationErrors.IgbValidationErrors()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValidationErrors.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbValidationErrors.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValidationErrors.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbValidationErrors.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValidationErrors.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbValidationErrors.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValidationErrors.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbValidationErrors.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueBrushScale", + "id": 0, + "name": "IgbValueBrushScale", + "fullName": "IgniteUI.Blazor.Controls.IgbValueBrushScale", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a brush scale that uses value-based brush selection." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBrushScale", + "id": 0, + "name": "IgbBrushScale" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbValueBrushScale.#ctor", + "id": 0, + "name": "IgbValueBrushScale()", + "fullName": "IgniteUI.Blazor.Controls.IgbValueBrushScale.IgbValueBrushScale()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueBrushScale.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbValueBrushScale.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueBrushScale.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueBrushScale.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueBrushScale.IsLogarithmic", + "id": 0, + "name": "IsLogarithmic", + "fullName": "IgniteUI.Blazor.Controls.IgbValueBrushScale.IsLogarithmic", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the scale is logarithmic." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueBrushScale.LogarithmBase", + "id": 0, + "name": "LogarithmBase", + "fullName": "IgniteUI.Blazor.Controls.IgbValueBrushScale.LogarithmBase", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the logarithm base for this scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueBrushScale.MaximumValue", + "id": 0, + "name": "MaximumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbValueBrushScale.MaximumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum value for this scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueBrushScale.MinimumValue", + "id": 0, + "name": "MinimumValue", + "fullName": "IgniteUI.Blazor.Controls.IgbValueBrushScale.MinimumValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the minimum value for this scale." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueBrushScale.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbValueBrushScale.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueBrushScaleModule", + "id": 0, + "name": "IgbValueBrushScaleModule", + "fullName": "IgniteUI.Blazor.Controls.IgbValueBrushScaleModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbValueBrushScaleModule.#ctor", + "id": 0, + "name": "IgbValueBrushScaleModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbValueBrushScaleModule.IgbValueBrushScaleModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueBrushScaleModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueBrushScaleModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueBrushScaleModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueBrushScaleModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueBrushScaleModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueBrushScaleModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer", + "id": 0, + "name": "IgbValueLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents an annotation layer that displays crosshair lines that cross through the closest value of the target series under the cursor." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnnotationLayer", + "id": 0, + "name": "IgbAnnotationLayer" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.#ctor", + "id": 0, + "name": "IgbValueLayer()", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.IgbValueLayer()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.ActualValueLayerBrush", + "id": 0, + "name": "ActualValueLayerBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.ActualValueLayerBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the effective brush for the current value layer. Can be null for value modes that target multiple series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "id": 0, + "name": "BindAxes(IgbAxis[])", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Axes", + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.BindSeries(IgniteUI.Blazor.Controls.IgbSeries[])", + "id": 0, + "name": "BindSeries(IgbSeries[])", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.BindSeries(IgniteUI.Blazor.Controls.IgbSeries[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Series", + "type": "IgbSeries[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.GetSeriesValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.GetSeriesValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.HorizontalLineStroke", + "id": 0, + "name": "HorizontalLineStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.HorizontalLineStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the horizontal line. Leave null for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.IsAxisAnnotationEnabled", + "id": 0, + "name": "IsAxisAnnotationEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.IsAxisAnnotationEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to draw annotations over the axes where the crosshair meets with them." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayText", + "id": 0, + "name": "OverlayText", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text that will be displayed as the overlay annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextAngle", + "id": 0, + "name": "OverlayTextAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the angle rotation (in degrees) of the overlay text in relation to shape of data annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextBackground", + "id": 0, + "name": "OverlayTextBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background the overlay text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextBackgroundMatchLayer", + "id": 0, + "name": "OverlayTextBackgroundMatchLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextBackgroundMatchLayer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the overlay text background matches brush of the layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextBackgroundMode", + "id": 0, + "name": "OverlayTextBackgroundMode", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextBackgroundMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the background of overlay text based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextBackgroundShift", + "id": 0, + "name": "OverlayTextBackgroundShift", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextBackgroundShift", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the shift of the overlay background based on OverlayTextBackgroundMode. Value must range between -1.0 to 1.0, where 0 means no color shift." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextBorderColor", + "id": 0, + "name": "OverlayTextBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border stroke of the overlay text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextBorderMatchLayer", + "id": 0, + "name": "OverlayTextBorderMatchLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextBorderMatchLayer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the overlay text border matches brush of the layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextBorderMode", + "id": 0, + "name": "OverlayTextBorderMode", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextBorderMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the border of overlay text based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextBorderRadius", + "id": 0, + "name": "OverlayTextBorderRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextBorderRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border corner of the overlay text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextBorderShift", + "id": 0, + "name": "OverlayTextBorderShift", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextBorderShift", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the shift of the overlay border based on OverlayTextBorderMode. Value must range between -1.0 to 1.0, where 0 means no color shift." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextBorderThickness", + "id": 0, + "name": "OverlayTextBorderThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextBorderThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border thickness of the overlay text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextColor", + "id": 0, + "name": "OverlayTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color the overlay text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextColorMatchLayer", + "id": 0, + "name": "OverlayTextColorMatchLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextColorMatchLayer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the overlay text color matches brush of the layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextColorMode", + "id": 0, + "name": "OverlayTextColorMode", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextColorMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the background of overlay text based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextColorShift", + "id": 0, + "name": "OverlayTextColorShift", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextColorShift", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the shift of the overlay text color based on OverlayTextColorMode. Value must range between -1.0 to 1.0, where 0 means no color shift." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextFontFamily", + "id": 0, + "name": "OverlayTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextFontSize", + "id": 0, + "name": "OverlayTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextFontStyle", + "id": 0, + "name": "OverlayTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextFontWeight", + "id": 0, + "name": "OverlayTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextHorizontalMargin", + "id": 0, + "name": "OverlayTextHorizontalMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextHorizontalMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the horizontal margin of the overlay text in relation to shape of data annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextHorizontalPadding", + "id": 0, + "name": "OverlayTextHorizontalPadding", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextHorizontalPadding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the horizontal padding of the overlay text in relation to shape of data annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextLocation", + "id": 0, + "name": "OverlayTextLocation", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextLocation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets location of the overlay text in relation to shape of data annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextVerticalMargin", + "id": 0, + "name": "OverlayTextVerticalMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextVerticalMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the vertical margin of the overlay text in relation to shape of data annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextVerticalPadding", + "id": 0, + "name": "OverlayTextVerticalPadding", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextVerticalPadding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the vertical padding of the overlay text in relation to shape of data annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextVisible", + "id": 0, + "name": "OverlayTextVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.OverlayTextVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the overlay text is visible in shape of data annotation" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.SkipUnknownValues", + "id": 0, + "name": "SkipUnknownValues", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.SkipUnknownValues", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to skip unknown values when searching for series values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.StylingOverlayText", + "id": 0, + "name": "StylingOverlayText", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.StylingOverlayText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbOverlayTextUpdatingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.StylingOverlayTextScript", + "id": 0, + "name": "StylingOverlayTextScript", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.StylingOverlayTextScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.TargetAxis", + "id": 0, + "name": "TargetAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.TargetAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the axis to target this annotation to. If null, this annotation targets all value axis simultaneously." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.TargetAxisName", + "id": 0, + "name": "TargetAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.TargetAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve targetAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.TargetAxisScript", + "id": 0, + "name": "TargetAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.TargetAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TargetAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.TargetSeries", + "id": 0, + "name": "TargetSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.TargetSeries", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the series to target this annotation to. If null, this annotation targets all series simultaneously." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbSeries", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbSeries" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.TargetSeriesName", + "id": 0, + "name": "TargetSeriesName", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.TargetSeriesName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve targetSeries from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.TargetSeriesScript", + "id": 0, + "name": "TargetSeriesScript", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.TargetSeriesScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting TargetSeries in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.UseInterpolation", + "id": 0, + "name": "UseInterpolation", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.UseInterpolation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to use value interpolation when drawing a line through the best value for the cursor position." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.ValueMode", + "id": 0, + "name": "ValueMode", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.ValueMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value mode for the overlay." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.VerticalLineStroke", + "id": 0, + "name": "VerticalLineStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.VerticalLineStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for vertical line. Leave null for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationBackground", + "id": 0, + "name": "XAxisAnnotationBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the x axis annotation backing. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationBackgroundCornerRadius", + "id": 0, + "name": "XAxisAnnotationBackgroundCornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationBackgroundCornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the corner radius to use for the x axis annotation backing. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationFormatLabel", + "id": 0, + "name": "XAxisAnnotationFormatLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationFormatLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets a function which takes an object that produces a formatted label for the x axis annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationFormatLabelScript", + "id": 0, + "name": "XAxisAnnotationFormatLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationFormatLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting XAxisAnnotationFormatLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationInterpolatedValuePrecision", + "id": 0, + "name": "XAxisAnnotationInterpolatedValuePrecision", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationInterpolatedValuePrecision", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the precision to use displaying values for interpolated crosshair positions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationOutline", + "id": 0, + "name": "XAxisAnnotationOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the x axis annotation outline. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationPaddingBottom", + "id": 0, + "name": "XAxisAnnotationPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationPaddingLeft", + "id": 0, + "name": "XAxisAnnotationPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationPaddingRight", + "id": 0, + "name": "XAxisAnnotationPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationPaddingTop", + "id": 0, + "name": "XAxisAnnotationPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationStrokeThickness", + "id": 0, + "name": "XAxisAnnotationStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness for the x axis annotation backing. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationTextColor", + "id": 0, + "name": "XAxisAnnotationTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.XAxisAnnotationTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the x axis annotation text. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationBackground", + "id": 0, + "name": "YAxisAnnotationBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the y axis annotation backing. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationBackgroundCornerRadius", + "id": 0, + "name": "YAxisAnnotationBackgroundCornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationBackgroundCornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the corner radius to use for the y axis annotation backing. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationFormatLabel", + "id": 0, + "name": "YAxisAnnotationFormatLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationFormatLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets a function which takes an object that produces a formatted label for the y axis annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationFormatLabelScript", + "id": 0, + "name": "YAxisAnnotationFormatLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationFormatLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting YAxisAnnotationFormatLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationInterpolatedValuePrecision", + "id": 0, + "name": "YAxisAnnotationInterpolatedValuePrecision", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationInterpolatedValuePrecision", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the precision to use displaying values for interpolated crosshair positions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationOutline", + "id": 0, + "name": "YAxisAnnotationOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the y axis annotation outline. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationPaddingBottom", + "id": 0, + "name": "YAxisAnnotationPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationPaddingLeft", + "id": 0, + "name": "YAxisAnnotationPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationPaddingRight", + "id": 0, + "name": "YAxisAnnotationPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationPaddingTop", + "id": 0, + "name": "YAxisAnnotationPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationStrokeThickness", + "id": 0, + "name": "YAxisAnnotationStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness for the y axis annotation backing. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationTextColor", + "id": 0, + "name": "YAxisAnnotationTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayer.YAxisAnnotationTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the y axis annotation text. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayerModule", + "id": 0, + "name": "IgbValueLayerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayerModule.#ctor", + "id": 0, + "name": "IgbValueLayerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayerModule.IgbValueLayerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueLayerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueModeCollection", + "id": 0, + "name": "IgbValueModeCollection", + "fullName": "IgniteUI.Blazor.Controls.IgbValueModeCollection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseCollection{IgniteUI.Blazor.Controls.ValueLayerValueMode}", + "id": 0, + "name": "BaseCollection<ValueLayerValueMode>" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbValueModeCollection.#ctor(System.Object,System.String)", + "id": 0, + "name": "IgbValueModeCollection(Object, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueModeCollection.IgbValueModeCollection(System.Object, System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "parent", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay", + "id": 0, + "name": "IgbValueOverlay", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents the class of the value overlay. The value overlay is a line or circle representing a value on an axis." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.#ctor", + "id": 0, + "name": "IgbValueOverlay()", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.IgbValueOverlay()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.Axis", + "id": 0, + "name": "Axis", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.Axis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the axis used by the value overlay." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationBackground", + "id": 0, + "name": "AxisAnnotationBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the axis annotation backing. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationBackgroundCornerRadius", + "id": 0, + "name": "AxisAnnotationBackgroundCornerRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationBackgroundCornerRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the corner radius to use for the axis annotation backing. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationFormatLabel", + "id": 0, + "name": "AxisAnnotationFormatLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationFormatLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Sets or gets a function which takes an object that produces a formatted label for the axis annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationFormatLabelScript", + "id": 0, + "name": "AxisAnnotationFormatLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationFormatLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting AxisAnnotationFormatLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationInterpolatedValuePrecision", + "id": 0, + "name": "AxisAnnotationInterpolatedValuePrecision", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationInterpolatedValuePrecision", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the precision to use displaying values for interpolated positions." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationOutline", + "id": 0, + "name": "AxisAnnotationOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the axis annotation outline. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationPaddingBottom", + "id": 0, + "name": "AxisAnnotationPaddingBottom", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationPaddingBottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationPaddingLeft", + "id": 0, + "name": "AxisAnnotationPaddingLeft", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationPaddingLeft", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationPaddingRight", + "id": 0, + "name": "AxisAnnotationPaddingRight", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationPaddingRight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationPaddingTop", + "id": 0, + "name": "AxisAnnotationPaddingTop", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationPaddingTop", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationStrokeThickness", + "id": 0, + "name": "AxisAnnotationStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the stroke thickness for the axis annotation backing. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationTextColor", + "id": 0, + "name": "AxisAnnotationTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisAnnotationTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the axis annotation text. Leave unset for an automatic value." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisName", + "id": 0, + "name": "AxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve axis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisScript", + "id": 0, + "name": "AxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.AxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Axis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "id": 0, + "name": "BindAxes(IgbAxis[])", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Axes", + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.GetItem(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItem(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.GetItem(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item that is the best match for the specified world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndex(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndexAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item index associated with the specified world position" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.GetLabel(System.Double)", + "id": 0, + "name": "GetLabel(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.GetLabel(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.GetLabelAsync(System.Double)", + "id": 0, + "name": "GetLabelAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.GetLabelAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the label for a data item." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.GetSeriesValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.GetSeriesValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.IsAxisAnnotationEnabled", + "id": 0, + "name": "IsAxisAnnotationEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.IsAxisAnnotationEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to draw annotations over the axes where the crosshair meets with them." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayText", + "id": 0, + "name": "OverlayText", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the text that will be displayed as the overlay annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextAngle", + "id": 0, + "name": "OverlayTextAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the angle rotation (in degrees) of the overlay text in relation to shape of data annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextBackground", + "id": 0, + "name": "OverlayTextBackground", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextBackground", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the background the overlay text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextBackgroundMatchLayer", + "id": 0, + "name": "OverlayTextBackgroundMatchLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextBackgroundMatchLayer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the overlay text background matches brush of the layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextBackgroundMode", + "id": 0, + "name": "OverlayTextBackgroundMode", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextBackgroundMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the background of overlay text based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextBackgroundShift", + "id": 0, + "name": "OverlayTextBackgroundShift", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextBackgroundShift", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the shift of the overlay background based on OverlayTextBackgroundMode. Value must range between -1.0 to 1.0, where 0 means no color shift." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextBorderColor", + "id": 0, + "name": "OverlayTextBorderColor", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextBorderColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border stroke of the overlay text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextBorderMatchLayer", + "id": 0, + "name": "OverlayTextBorderMatchLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextBorderMatchLayer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the overlay text border matches brush of the layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextBorderMode", + "id": 0, + "name": "OverlayTextBorderMode", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextBorderMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the border of overlay text based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextBorderRadius", + "id": 0, + "name": "OverlayTextBorderRadius", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextBorderRadius", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border corner of the overlay text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextBorderShift", + "id": 0, + "name": "OverlayTextBorderShift", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextBorderShift", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the shift of the overlay border based on OverlayTextBorderMode. Value must range between -1.0 to 1.0, where 0 means no color shift." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextBorderThickness", + "id": 0, + "name": "OverlayTextBorderThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextBorderThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the border thickness of the overlay text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextColor", + "id": 0, + "name": "OverlayTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color the overlay text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextColorMatchLayer", + "id": 0, + "name": "OverlayTextColorMatchLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextColorMatchLayer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the overlay text color matches brush of the layer" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextColorMode", + "id": 0, + "name": "OverlayTextColorMode", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextColorMode", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the mode used for shifting the background of overlay text based on the target series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "AnnotationAppearanceMode", + "fullTypeName": "IgniteUI.Blazor.Controls.AnnotationAppearanceMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextColorShift", + "id": 0, + "name": "OverlayTextColorShift", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextColorShift", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the shift of the overlay text color based on OverlayTextColorMode. Value must range between -1.0 to 1.0, where 0 means no color shift." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextFontFamily", + "id": 0, + "name": "OverlayTextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextFontSize", + "id": 0, + "name": "OverlayTextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextFontStyle", + "id": 0, + "name": "OverlayTextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextFontWeight", + "id": 0, + "name": "OverlayTextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextHorizontalMargin", + "id": 0, + "name": "OverlayTextHorizontalMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextHorizontalMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the horizontal margin of the overlay text in relation to shape of data annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextHorizontalPadding", + "id": 0, + "name": "OverlayTextHorizontalPadding", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextHorizontalPadding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the horizontal padding of the overlay text in relation to shape of data annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextLocation", + "id": 0, + "name": "OverlayTextLocation", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextLocation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets location of the overlay text in relation to shape of data annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextVerticalMargin", + "id": 0, + "name": "OverlayTextVerticalMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextVerticalMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the vertical margin of the overlay text in relation to shape of data annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextVerticalPadding", + "id": 0, + "name": "OverlayTextVerticalPadding", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextVerticalPadding", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the vertical padding of the overlay text in relation to shape of data annotation." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextVisible", + "id": 0, + "name": "OverlayTextVisible", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.OverlayTextVisible", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether the overlay text is visible in shape of data annotation" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.ScrollIntoView(System.Object)", + "id": 0, + "name": "ScrollIntoView(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.ScrollIntoView(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.ScrollIntoViewAsync(System.Object)", + "id": 0, + "name": "ScrollIntoViewAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.ScrollIntoViewAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Requests that the provided item should be brought into view if possible." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.StylingOverlayText", + "id": 0, + "name": "StylingOverlayText", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.StylingOverlayText", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbOverlayTextUpdatingEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbOverlayTextUpdatingEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.StylingOverlayTextScript", + "id": 0, + "name": "StylingOverlayTextScript", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.StylingOverlayTextScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlay.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlay.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the value of the overlay." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlayModule", + "id": 0, + "name": "IgbValueOverlayModule", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlayModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlayModule.#ctor", + "id": 0, + "name": "IgbValueOverlayModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlayModule.IgbValueOverlayModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlayModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlayModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlayModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlayModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValueOverlayModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbValueOverlayModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChange", + "id": 0, + "name": "IgbValuesChange", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChange", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event emitted when values list is changed." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChange.#ctor", + "id": 0, + "name": "IgbValuesChange()", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChange.IgbValuesChange()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChange.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChange.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChange.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChange.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChange.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChange.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChange.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChange.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChange.Values", + "id": 0, + "name": "Values", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChange.Values", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The new list of values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotValue[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotValue[]" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChangeDetail", + "id": 0, + "name": "IgbValuesChangeDetail", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChangeDetail", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Event emitted when values list is changed." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChangeDetail.#ctor", + "id": 0, + "name": "IgbValuesChangeDetail()", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChangeDetail.IgbValuesChangeDetail()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChangeDetail.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChangeDetail.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChangeDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChangeDetail.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChangeDetail.SetNativeElement(System.Object)", + "id": 0, + "name": "SetNativeElement(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChangeDetail.SetNativeElement(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChangeDetail.SetNativeElementAsync(System.Object)", + "id": 0, + "name": "SetNativeElementAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChangeDetail.SetNativeElementAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "element", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChangeDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChangeDetail.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChangeDetail.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChangeDetail.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChangeDetail.Values", + "id": 0, + "name": "Values", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChangeDetail.Values", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The new list of values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbPivotValue[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbPivotValue[]" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChangeEventArgs", + "id": 0, + "name": "IgbValuesChangeEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChangeEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChangeEventArgs.#ctor", + "id": 0, + "name": "IgbValuesChangeEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChangeEventArgs.IgbValuesChangeEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChangeEventArgs.Detail", + "id": 0, + "name": "Detail", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChangeEventArgs.Detail", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbValuesChangeDetail", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbValuesChangeDetail" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChangeEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChangeEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChangeEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChangeEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbValuesChangeEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbValuesChangeEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries", + "id": 0, + "name": "IgbVerticalAnchoredCategorySeries", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a vertically laid out category based series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.#ctor", + "id": 0, + "name": "IgbVerticalAnchoredCategorySeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.IgbVerticalAnchoredCategorySeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "id": 0, + "name": "BindAxes(IgbAxis[])", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Axes", + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.CanUseAsXAxis(System.Object)", + "id": 0, + "name": "CanUseAsXAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.CanUseAsXAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.CanUseAsXAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsXAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.CanUseAsXAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as XAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.CanUseAsYAxis(System.Object)", + "id": 0, + "name": "CanUseAsYAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.CanUseAsYAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.CanUseAsYAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsYAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.CanUseAsYAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as YAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetCategoryWidth", + "id": 0, + "name": "GetCategoryWidth()", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetCategoryWidth()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetCategoryWidthAsync", + "id": 0, + "name": "GetCategoryWidthAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetCategoryWidthAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the width of the category grouping this series is in." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetExactItemIndex(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetExactItemIndex(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetExactItemIndex(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetExactItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetExactItemIndexAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetExactItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the precise item index, if possible, based on the closeness to the previous or next whole integer. If the series cannot provide this information, GetExactItemIndex will return the same integer value as GetItemIndex." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetItem(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItem(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetItem(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetItemAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item that is the best match for the specified world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndex(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetItemIndex(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetItemIndexAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetItemIndexAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the index of the item that resides at the provided world coordinates." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetNextOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetNextOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetNextOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetOffsetValue", + "id": 0, + "name": "GetOffsetValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetOffsetValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetOffsetValueAsync", + "id": 0, + "name": "GetOffsetValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetOffsetValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the offset value for this series if grouped on a category axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndex(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetPreviousOrExactIndex(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point,System.Boolean)", + "id": 0, + "name": "GetPreviousOrExactIndexAsync(Point, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetPreviousOrExactIndexAsync(IgniteUI.Blazor.Controls.Point, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetSeriesValue(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValue(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetSeriesValue(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValueAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetSeriesValueAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetSeriesValueMarkerBoundingBox(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueMarkerBoundingBox(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetSeriesValueMarkerBoundingBox(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetSeriesValueMarkerBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueMarkerBoundingBoxAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetSeriesValueMarkerBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If possible, will return the best available value marker bounding box within the series that has the best value match for the world position provided." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePosition(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetSeriesValuePosition(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point,System.Boolean,System.Boolean)", + "id": 0, + "name": "GetSeriesValuePositionAsync(Point, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.GetSeriesValuePositionAsync(IgniteUI.Blazor.Controls.Point, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "useInterpolation", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "skipUnknowns", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Point>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Point>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.XAxis", + "id": 0, + "name": "XAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.XAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the effective x-axis for the current CategorySeries object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbNumericXAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbNumericXAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.XAxisName", + "id": 0, + "name": "XAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.XAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve xAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.XAxisScript", + "id": 0, + "name": "XAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.XAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting XAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.YAxis", + "id": 0, + "name": "YAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.YAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the effective y-axis for the current CategorySeries object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCategoryYAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.YAxisName", + "id": 0, + "name": "YAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.YAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve yAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.YAxisScript", + "id": 0, + "name": "YAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalAnchoredCategorySeries.YAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting YAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalSeparatorCellInfo", + "id": 0, + "name": "IgbVerticalSeparatorCellInfo", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalSeparatorCellInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents backing information for vertical separators." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCellInfo", + "id": 0, + "name": "IgbCellInfo" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalSeparatorCellInfo.#ctor", + "id": 0, + "name": "IgbVerticalSeparatorCellInfo()", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalSeparatorCellInfo.IgbVerticalSeparatorCellInfo()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalSeparatorCellInfo.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalSeparatorCellInfo.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalSeparatorCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalSeparatorCellInfo.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalSeparatorCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalSeparatorCellInfo.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalSeparatorCellInfo.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalSeparatorCellInfo.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase", + "id": 0, + "name": "IgbVerticalStackedSeriesBase", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Base class for stacked series with a numeric x-axis and a category y-axis." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStackedSeriesBase", + "id": 0, + "name": "IgbStackedSeriesBase" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.#ctor", + "id": 0, + "name": "IgbVerticalStackedSeriesBase()", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.IgbVerticalStackedSeriesBase()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "id": 0, + "name": "BindAxes(IgbAxis[])", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.BindAxes(IgniteUI.Blazor.Controls.IgbAxis[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "Axes", + "type": "IgbAxis[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbAxis[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.CanUseAsXAxis(System.Object)", + "id": 0, + "name": "CanUseAsXAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.CanUseAsXAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.CanUseAsXAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsXAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.CanUseAsXAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as XAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.CanUseAsYAxis(System.Object)", + "id": 0, + "name": "CanUseAsYAxis(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.CanUseAsYAxis(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.CanUseAsYAxisAsync(System.Object)", + "id": 0, + "name": "CanUseAsYAxisAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.CanUseAsYAxisAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Determine if object can be used as YAxis" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "axis", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.GetCategoryWidth", + "id": 0, + "name": "GetCategoryWidth()", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.GetCategoryWidth()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.GetCategoryWidthAsync", + "id": 0, + "name": "GetCategoryWidthAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.GetCategoryWidthAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the width of the category grouping this series is in." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.GetOffsetValue", + "id": 0, + "name": "GetOffsetValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.GetOffsetValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.GetOffsetValueAsync", + "id": 0, + "name": "GetOffsetValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.GetOffsetValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the offset value for this series if grouped on a category axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.XAxis", + "id": 0, + "name": "XAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.XAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the effective x-axis for the current CategorySeries object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbNumericXAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbNumericXAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.XAxisName", + "id": 0, + "name": "XAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.XAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve xAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.XAxisScript", + "id": 0, + "name": "XAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.XAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting XAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.YAxis", + "id": 0, + "name": "YAxis", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.YAxis", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the effective y-axis for the current CategorySeries object." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbCategoryYAxis", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbCategoryYAxis" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.YAxisName", + "id": 0, + "name": "YAxisName", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.YAxisName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the name to use to resolve yAxis from markup." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.YAxisScript", + "id": 0, + "name": "YAxisScript", + "fullName": "IgniteUI.Blazor.Controls.IgbVerticalStackedSeriesBase.YAxisScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting YAxis in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource", + "id": 0, + "name": "IgbVirtualDataSource", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A virtual data source which may not have synchronous access to all its data items, and resulting may synchronously return placeholders for items that have yet to be actualized." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbBaseDataSource", + "id": 0, + "name": "IgbBaseDataSource" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.#ctor", + "id": 0, + "name": "IgbVirtualDataSource()", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IgbVirtualDataSource()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.ActualPageSize", + "id": 0, + "name": "ActualPageSize", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.ActualPageSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual resolved page size that will be used." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.Clone", + "id": 0, + "name": "Clone()", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.Clone()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DataSource", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSource" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.CloneAsync", + "id": 0, + "name": "CloneAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.CloneAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Clones this data source instance, copying the summary, grouping, filter and sorting settings into the new instance." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<DataSource>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.DataSource>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.CloneProperties(IgniteUI.Blazor.Controls.DataSource)", + "id": 0, + "name": "CloneProperties(DataSource)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.CloneProperties(IgniteUI.Blazor.Controls.DataSource)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dataSource", + "type": "DataSource", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSource" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.ClonePropertiesAsync(IgniteUI.Blazor.Controls.DataSource)", + "id": 0, + "name": "ClonePropertiesAsync(DataSource)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.ClonePropertiesAsync(IgniteUI.Blazor.Controls.DataSource)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Clones the properties over to the provided datasource." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "dataSource", + "type": "DataSource", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSource" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.ConcurrencyTag", + "id": 0, + "name": "ConcurrencyTag", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.ConcurrencyTag", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the field to use for concurrency. I.e. for odata, RowVersion for sql, etc." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetIsRowExpandedAtIndex(System.Int32)", + "id": 0, + "name": "GetIsRowExpandedAtIndex(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetIsRowExpandedAtIndex(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetIsRowExpandedAtIndexAsync(System.Int32)", + "id": 0, + "name": "GetIsRowExpandedAtIndexAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetIsRowExpandedAtIndexAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetItemAtIndex(System.Int32)", + "id": 0, + "name": "GetItemAtIndex(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetItemAtIndex(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetItemAtIndexAsync(System.Int32)", + "id": 0, + "name": "GetItemAtIndexAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetItemAtIndexAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the item at the requested index. May return null, in which case you may want to check if that null represents a placeholder for a virtual item." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetItemFromKey(System.Object[])", + "id": 0, + "name": "GetItemFromKey(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetItemFromKey(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetItemFromKeyAsync(System.Object[])", + "id": 0, + "name": "GetItemFromKeyAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetItemFromKeyAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetItemPropertyAtIndex(System.Int32,System.String)", + "id": 0, + "name": "GetItemPropertyAtIndex(Int32, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetItemPropertyAtIndex(System.Int32, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetItemPropertyAtIndexAsync(System.Int32,System.String)", + "id": 0, + "name": "GetItemPropertyAtIndexAsync(Int32, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetItemPropertyAtIndexAsync(System.Int32, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "valueName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetRootSummaryResults", + "id": 0, + "name": "GetRootSummaryResults()", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetRootSummaryResults()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbDataGridSummaryResult[]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetRootSummaryResultsAsync", + "id": 0, + "name": "GetRootSummaryResultsAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetRootSummaryResultsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the summary results for the root level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<IgbDataGridSummaryResult[]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetRootSummaryRowCount", + "id": 0, + "name": "GetRootSummaryRowCount()", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetRootSummaryRowCount()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetRootSummaryRowCountAsync", + "id": 0, + "name": "GetRootSummaryRowCountAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetRootSummaryRowCountAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the number of summary rows at the root level." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetRowLevel(System.Int32)", + "id": 0, + "name": "GetRowLevel(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetRowLevel(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetRowLevelAsync(System.Int32)", + "id": 0, + "name": "GetRowLevelAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetRowLevelAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetRowType(System.Int32)", + "id": 0, + "name": "GetRowType(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetRowType(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "DataSourceRowType", + "fullTypeName": "IgniteUI.Blazor.Controls.DataSourceRowType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetRowTypeAsync(System.Int32)", + "id": 0, + "name": "GetRowTypeAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetRowTypeAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<DataSourceRowType>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.DataSourceRowType>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetSectionSummaryResults(System.Int32)", + "id": 0, + "name": "GetSectionSummaryResults(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetSectionSummaryResults(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "sectionIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "IgbDataGridSummaryResult[][]", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[][]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetSectionSummaryResultsAsync(System.Int32)", + "id": 0, + "name": "GetSectionSummaryResultsAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetSectionSummaryResultsAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the summary results for a specific section." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "sectionIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<IgbDataGridSummaryResult[][]>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.IgbDataGridSummaryResult[][]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetStickyRowPriority(System.Int32)", + "id": 0, + "name": "GetStickyRowPriority(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetStickyRowPriority(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetStickyRowPriorityAsync(System.Int32)", + "id": 0, + "name": "GetStickyRowPriorityAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetStickyRowPriorityAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetUnrealizedCount", + "id": 0, + "name": "GetUnrealizedCount()", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetUnrealizedCount()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetUnrealizedCountAsync", + "id": 0, + "name": "GetUnrealizedCountAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.GetUnrealizedCountAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the number of unrealized or virtual items." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IndexOfItem(System.Object)", + "id": 0, + "name": "IndexOfItem(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IndexOfItem(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IndexOfItemAsync(System.Object)", + "id": 0, + "name": "IndexOfItemAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IndexOfItemAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called to return the index for an item contained in the data source, or -1, if the item can't be found, or this action isn't currently supported." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "item", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IndexOfKey(System.Object[])", + "id": 0, + "name": "IndexOfKey(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IndexOfKey(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IndexOfKeyAsync(System.Object[])", + "id": 0, + "name": "IndexOfKeyAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IndexOfKeyAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IsBatchingEnabled", + "id": 0, + "name": "IsBatchingEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IsBatchingEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether batch edits are enabled. Setting this property will have no effect." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IsExclusivelySticky(System.Int32)", + "id": 0, + "name": "IsExclusivelySticky(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IsExclusivelySticky(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IsExclusivelyStickyAsync(System.Int32)", + "id": 0, + "name": "IsExclusivelyStickyAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IsExclusivelyStickyAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IsPlaceholderItem(System.Int32)", + "id": 0, + "name": "IsPlaceholderItem(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IsPlaceholderItem(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IsPlaceholderItemAsync(System.Int32)", + "id": 0, + "name": "IsPlaceholderItemAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IsPlaceholderItemAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns whether the item at the requested index is a placeholder for a virtual item which has yet to be loaded." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IsRowPinned(System.Int32)", + "id": 0, + "name": "IsRowPinned(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IsRowPinned(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IsRowPinnedAsync(System.Int32)", + "id": 0, + "name": "IsRowPinnedAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IsRowPinnedAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "row", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Boolean>", + "fullTypeName": "System.Threading.Tasks.Task<System.Boolean>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IsSectionCollapsable", + "id": 0, + "name": "IsSectionCollapsable", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IsSectionCollapsable", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IsSectionExpandedDefault", + "id": 0, + "name": "IsSectionExpandedDefault", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.IsSectionExpandedDefault", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.MaxCachedPages", + "id": 0, + "name": "MaxCachedPages", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.MaxCachedPages", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the maximum number of data pages to cache in the data source before the oldest pages will start being evicted." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.PageSizeRequested", + "id": 0, + "name": "PageSizeRequested", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.PageSizeRequested", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the desired page size. This may or may not be respected by the underlying provider, or its connected services." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.PinRow(System.Object[])", + "id": 0, + "name": "PinRow(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.PinRow(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.PinRowAsync(System.Object[])", + "id": 0, + "name": "PinRowAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.PinRowAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.RemoveItemByKey(System.Object[])", + "id": 0, + "name": "RemoveItemByKey(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.RemoveItemByKey(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.RemoveItemByKeyAsync(System.Object[])", + "id": 0, + "name": "RemoveItemByKeyAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.RemoveItemByKeyAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.SetIsRowExpandedAtIndex(System.Int32,System.Boolean)", + "id": 0, + "name": "SetIsRowExpandedAtIndex(Int32, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.SetIsRowExpandedAtIndex(System.Int32, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "isExpanded", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.SetIsRowExpandedAtIndexAsync(System.Int32,System.Boolean)", + "id": 0, + "name": "SetIsRowExpandedAtIndexAsync(Int32, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.SetIsRowExpandedAtIndexAsync(System.Int32, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "rowIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "isExpanded", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.TransformPage(System.Int32)", + "id": 0, + "name": "TransformPage(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.TransformPage(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "pageIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Int32[]", + "fullTypeName": "System.Int32[]" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.TransformPageAsync(System.Int32)", + "id": 0, + "name": "TransformPageAsync(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.TransformPageAsync(System.Int32)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "pageIndex", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": { + "type": "Task<Int32[]>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32[]>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.UnpinRow(System.Object[])", + "id": 0, + "name": "UnpinRow(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.UnpinRow(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.UnpinRowAsync(System.Object[])", + "id": 0, + "name": "UnpinRowAsync(Object[])", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.UnpinRowAsync(System.Object[])", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.UpdatePropertyAtKey(System.Object[],System.String,System.Object,System.Boolean)", + "id": 0, + "name": "UpdatePropertyAtKey(Object[], String, Object, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.UpdatePropertyAtKey(System.Object[], System.String, System.Object, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "isPending", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.UpdatePropertyAtKeyAsync(System.Object[],System.String,System.Object,System.Boolean)", + "id": 0, + "name": "UpdatePropertyAtKeyAsync(Object[], String, Object, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgbVirtualDataSource.UpdatePropertyAtKeyAsync(System.Object[], System.String, System.Object, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "Object[]", + "fullTypeName": "System.Object[]" + }, + { + "name": "propertyPath", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "isPending", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVoidEventArgs", + "id": 0, + "name": "IgbVoidEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbVoidEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbVoidEventArgs.#ctor", + "id": 0, + "name": "IgbVoidEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbVoidEventArgs.IgbVoidEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVoidEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbVoidEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVoidEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbVoidEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVoidEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbVoidEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbVoidEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbVoidEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWaterfallSeries", + "id": 0, + "name": "IgbWaterfallSeries", + "fullName": "IgniteUI.Blazor.Controls.IgbWaterfallSeries", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart waterfall column series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbMarkerSeries", + "id": 0, + "name": "IgbMarkerSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbCategorySeries", + "id": 0, + "name": "IgbCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbAnchoredCategorySeries", + "id": 0, + "name": "IgbAnchoredCategorySeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbHorizontalAnchoredCategorySeries", + "id": 0, + "name": "IgbHorizontalAnchoredCategorySeries" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.#ctor", + "id": 0, + "name": "IgbWaterfallSeries()", + "fullName": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.IgbWaterfallSeries()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.GetItemSpan", + "id": 0, + "name": "GetItemSpan()", + "fullName": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.GetItemSpan()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.GetItemSpanAsync", + "id": 0, + "name": "GetItemSpanAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.GetItemSpanAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBox(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.GetSeriesValueBoundingBox(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "GetSeriesValueBoundingBoxAsync(Point)", + "fullName": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.GetSeriesValueBoundingBoxAsync(IgniteUI.Blazor.Controls.Point)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "If possible, will return the best available value bounding box within the series that has the best value match for the world position provided." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "world", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": { + "type": "Task<Rect>", + "fullTypeName": "System.Threading.Tasks.Task<IgniteUI.Blazor.Controls.Rect>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.NegativeBrush", + "id": 0, + "name": "NegativeBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.NegativeBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the brush to use for negative portions of the series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.NegativeOutline", + "id": 0, + "name": "NegativeOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.NegativeOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Brush to use for outlining negative elements in the waterfall series." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.RadiusX", + "id": 0, + "name": "RadiusX", + "fullName": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.RadiusX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the x-radius of the ellipse that is used to round the corners of the column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.RadiusY", + "id": 0, + "name": "RadiusY", + "fullName": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.RadiusY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the y-radius of the ellipse that is used to round the corners of the column." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.SetNegativeColors(System.String,System.String)", + "id": 0, + "name": "SetNegativeColors(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.SetNegativeColors(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "negativeBrush", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "negativeOutline", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.SetNegativeColorsAsync(System.String,System.String)", + "id": 0, + "name": "SetNegativeColorsAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.SetNegativeColorsAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "negativeBrush", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "negativeOutline", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbWaterfallSeries.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWaterfallSeriesModule", + "id": 0, + "name": "IgbWaterfallSeriesModule", + "fullName": "IgniteUI.Blazor.Controls.IgbWaterfallSeriesModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbWaterfallSeriesModule.#ctor", + "id": 0, + "name": "IgbWaterfallSeriesModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbWaterfallSeriesModule.IgbWaterfallSeriesModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWaterfallSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbWaterfallSeriesModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWaterfallSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbWaterfallSeriesModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWaterfallSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbWaterfallSeriesModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWeightedCloseIndicator", + "id": 0, + "name": "IgbWeightedCloseIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbWeightedCloseIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Weigted Close indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbItemwiseStrategyBasedIndicator", + "id": 0, + "name": "IgbItemwiseStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbWeightedCloseIndicator.#ctor", + "id": 0, + "name": "IgbWeightedCloseIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbWeightedCloseIndicator.IgbWeightedCloseIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWeightedCloseIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbWeightedCloseIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWeightedCloseIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbWeightedCloseIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWeightedCloseIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbWeightedCloseIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWeightedCloseIndicatorModule", + "id": 0, + "name": "IgbWeightedCloseIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbWeightedCloseIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbWeightedCloseIndicatorModule.#ctor", + "id": 0, + "name": "IgbWeightedCloseIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbWeightedCloseIndicatorModule.IgbWeightedCloseIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWeightedCloseIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbWeightedCloseIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWeightedCloseIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbWeightedCloseIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWeightedCloseIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbWeightedCloseIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicator", + "id": 0, + "name": "IgbWilliamsPercentRIndicator", + "fullName": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicator", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a IgbDataChart Williams %R indicator series." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbSeries", + "id": 0, + "name": "IgbSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialSeries", + "id": 0, + "name": "IgbFinancialSeries" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFinancialIndicator", + "id": 0, + "name": "IgbFinancialIndicator" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbStrategyBasedIndicator", + "id": 0, + "name": "IgbStrategyBasedIndicator" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicator.#ctor", + "id": 0, + "name": "IgbWilliamsPercentRIndicator()", + "fullName": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicator.IgbWilliamsPercentRIndicator()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicator.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicator.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicator.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicator.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicator.Period", + "id": 0, + "name": "Period", + "fullName": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicator.Period", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the moving average period for the current StandardDeviationIndicator object. The typical, and initial, value for Williams %R periods is 14." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicator.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicator.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicatorModule", + "id": 0, + "name": "IgbWilliamsPercentRIndicatorModule", + "fullName": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicatorModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicatorModule.#ctor", + "id": 0, + "name": "IgbWilliamsPercentRIndicatorModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicatorModule.IgbWilliamsPercentRIndicatorModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicatorModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicatorModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbWilliamsPercentRIndicatorModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Base class for a wrapped expression." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression.#ctor", + "id": 0, + "name": "IgbWrapperExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbWrapperExpression.IgbWrapperExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression.Expression", + "id": 0, + "name": "Expression", + "fullName": "IgniteUI.Blazor.Controls.IgbWrapperExpression.Expression", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The expression this wrapper will be working off of." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbWrapperExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbWrapperExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression.InnerExpression", + "id": 0, + "name": "InnerExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbWrapperExpression.InnerExpression", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the wrapped expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFilterExpression", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFilterExpression" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression.IsWrapper", + "id": 0, + "name": "IsWrapper", + "fullName": "IgniteUI.Blazor.Controls.IgbWrapperExpression.IsWrapper", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets whether the expression is a wrapper expression." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression.Precedence", + "id": 0, + "name": "Precedence", + "fullName": "IgniteUI.Blazor.Controls.IgbWrapperExpression.Precedence", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates the precedence of the operation, if applicable." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression.PropertyName", + "id": 0, + "name": "PropertyName", + "fullName": "IgniteUI.Blazor.Controls.IgbWrapperExpression.PropertyName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the property name associated with the wrapped expression, if any." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbWrapperExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbWrapperExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXCalendarLocaleEnModule", + "id": 0, + "name": "IgbXCalendarLocaleEnModule", + "fullName": "IgniteUI.Blazor.Controls.IgbXCalendarLocaleEnModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbXCalendarLocaleEnModule.#ctor", + "id": 0, + "name": "IgbXCalendarLocaleEnModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbXCalendarLocaleEnModule.IgbXCalendarLocaleEnModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXCalendarLocaleEnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbXCalendarLocaleEnModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXCalendarLocaleEnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbXCalendarLocaleEnModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXCalendarLocaleEnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbXCalendarLocaleEnModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker", + "id": 0, + "name": "IgbXDatePicker", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.#ctor", + "id": 0, + "name": "IgbXDatePicker()", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.IgbXDatePicker()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.AllowTextInput", + "id": 0, + "name": "AllowTextInput", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.AllowTextInput", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.BaseTheme", + "id": 0, + "name": "BaseTheme", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.BaseTheme", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the base built in theme to use for the date picker." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseControlTheme", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseControlTheme" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.Changing", + "id": 0, + "name": "Changing", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.Changing", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbInputChangeEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbInputChangeEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.ChangingScript", + "id": 0, + "name": "ChangingScript", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.ChangingScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.DateFormat", + "id": 0, + "name": "DateFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.DateFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateFormats", + "fullTypeName": "IgniteUI.Blazor.Controls.DateFormats" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.Density", + "id": 0, + "name": "Density", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.Density", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the display density to use for the date pcicker." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlDisplayDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlDisplayDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.ExportSerializedVisualModel", + "id": 0, + "name": "ExportSerializedVisualModel()", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.ExportSerializedVisualModel()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.ExportSerializedVisualModelAsync", + "id": 0, + "name": "ExportSerializedVisualModelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.ExportSerializedVisualModelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns a serialized copy of the exported visual model" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<String>", + "fullTypeName": "System.Threading.Tasks.Task<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.ExportVisualModel", + "id": 0, + "name": "ExportVisualModel()", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.ExportVisualModel()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.ExportVisualModelAsync", + "id": 0, + "name": "ExportVisualModelAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.ExportVisualModelAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Exports visual information about the current state of the grid." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.FirstDayOfWeek", + "id": 0, + "name": "FirstDayOfWeek", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.FirstDayOfWeek", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the FirstDayOfWeek property to detirmine first day of the week" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DayOfWeek", + "fullTypeName": "IgniteUI.Blazor.Controls.DayOfWeek" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.FirstWeekOfYear", + "id": 0, + "name": "FirstWeekOfYear", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.FirstWeekOfYear", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the FirstWeekOfYear property to detirmine first week of the year" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "FirstWeek", + "fullTypeName": "IgniteUI.Blazor.Controls.FirstWeek" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.FormatString", + "id": 0, + "name": "FormatString", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.FormatString", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Format property to detirmine the format of the date in the input" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.GetCurrentValue", + "id": 0, + "name": "GetCurrentValue()", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.GetCurrentValue()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.GetCurrentValueAsync", + "id": 0, + "name": "GetCurrentValueAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.GetCurrentValueAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<DateTime>", + "fullTypeName": "System.Threading.Tasks.Task<System.DateTime>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.GotFocus", + "id": 0, + "name": "GotFocus", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.GotFocus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbGotFocusEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbGotFocusEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.GotFocusScript", + "id": 0, + "name": "GotFocusScript", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.GotFocusScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.IconColor", + "id": 0, + "name": "IconColor", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.IconColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the text color" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.IsDisabled", + "id": 0, + "name": "IsDisabled", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.IsDisabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.IsFixed", + "id": 0, + "name": "IsFixed", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.IsFixed", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates that the calendar dropdown will position itself relative to the window instead of the document." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.KeyDown", + "id": 0, + "name": "KeyDown", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.KeyDown", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbKeyEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbKeyEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.KeyDownScript", + "id": 0, + "name": "KeyDownScript", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.KeyDownScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.Label", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.LabelFontFamily", + "id": 0, + "name": "LabelFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.LabelFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.LabelFontSize", + "id": 0, + "name": "LabelFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.LabelFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.LabelFontStyle", + "id": 0, + "name": "LabelFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.LabelFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.LabelFontWeight", + "id": 0, + "name": "LabelFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.LabelFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.LabelTextColor", + "id": 0, + "name": "LabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.LabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to use for the text." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.LostFocus", + "id": 0, + "name": "LostFocus", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.LostFocus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<IgbLostFocusEventArgs>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<IgniteUI.Blazor.Controls.IgbLostFocusEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.LostFocusScript", + "id": 0, + "name": "LostFocusScript", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.LostFocusScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.MaxDate", + "id": 0, + "name": "MaxDate", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.MaxDate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the MaxDate." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.MinDate", + "id": 0, + "name": "MinDate", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.MinDate", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the MinDate." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.OpenAsChild", + "id": 0, + "name": "OpenAsChild", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.OpenAsChild", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates that the dropdown should open as a child of the date picker." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.OpenOnFocus", + "id": 0, + "name": "OpenOnFocus", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.OpenOnFocus", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.Placeholder", + "id": 0, + "name": "Placeholder", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.Placeholder", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the placeholder." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.Select", + "id": 0, + "name": "Select()", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.Select()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.SelectAsync", + "id": 0, + "name": "SelectAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.SelectAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.SelectedValueChanged", + "id": 0, + "name": "SelectedValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.SelectedValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbSelectedValueChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbSelectedValueChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.SelectedValueChangedScript", + "id": 0, + "name": "SelectedValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.SelectedValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.SetCustomizedStringAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.String})", + "id": 0, + "name": "SetCustomizedStringAsync(String, Dictionary<String, String>)", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.SetCustomizedStringAsync(System.String, System.Collections.Generic.Dictionary<System.String, System.String>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provide a new set of localized strings to use for a given languange." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "language", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "values", + "type": "Dictionary<String, String>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.String>" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.SetCustomizedStringAsync(System.String,System.String)", + "id": 0, + "name": "SetCustomizedStringAsync(String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.SetCustomizedStringAsync(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provide a new set of localized strings to use for a given languange." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "language", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "json", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.SetCustomizedStringAsync(System.String,System.String,System.String)", + "id": 0, + "name": "SetCustomizedStringAsync(String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.SetCustomizedStringAsync(System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provide a new set of localized strings to use for a given languange." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "language", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "id", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "value", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.ShowClearButton", + "id": 0, + "name": "ShowClearButton", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.ShowClearButton", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ShowClearButton property to detirmine if the clear button is shown" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.ShowTodayButton", + "id": 0, + "name": "ShowTodayButton", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.ShowTodayButton", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ShowTodayButton property to detirmine if the today button is shown" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.ShowWeekNumbers", + "id": 0, + "name": "ShowWeekNumbers", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.ShowWeekNumbers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the ShowWeekNumbers property to detirmine if the week numbers are shown" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.TextColor", + "id": 0, + "name": "TextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.TextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the text color" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.TextFontFamily", + "id": 0, + "name": "TextFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.TextFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.TextFontSize", + "id": 0, + "name": "TextFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.TextFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.TextFontStyle", + "id": 0, + "name": "TextFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.TextFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.TextFontWeight", + "id": 0, + "name": "TextFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.TextFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.Today", + "id": 0, + "name": "Today", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.Today", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.UseTopLayer", + "id": 0, + "name": "UseTopLayer", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.UseTopLayer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Indicates that the dropdown will place itself into the browser top layer." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or Sets the property name that contains the values." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DateTime", + "fullTypeName": "System.DateTime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.ValueChanged", + "id": 0, + "name": "ValueChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.ValueChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "EventCallback<DateTime>", + "fullTypeName": "Microsoft.AspNetCore.Components.EventCallback<System.DateTime>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePicker.ValueChangedScript", + "id": 0, + "name": "ValueChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePicker.ValueChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePickerModule", + "id": 0, + "name": "IgbXDatePickerModule", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePickerModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePickerModule.#ctor", + "id": 0, + "name": "IgbXDatePickerModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePickerModule.IgbXDatePickerModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePickerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePickerModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePickerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePickerModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXDatePickerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbXDatePickerModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart", + "id": 0, + "name": "IgbXYChart", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Represents a base class for domain charts with X/Y axes" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbDomainChart", + "id": 0, + "name": "IgbDomainChart" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.#ctor", + "id": 0, + "name": "IgbXYChart()", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.IgbXYChart()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.ActualXAxisLabelFormatSpecifiers", + "id": 0, + "name": "ActualXAxisLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.ActualXAxisLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.ActualXAxisLabelTextColor", + "id": 0, + "name": "ActualXAxisLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.ActualXAxisLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color of labels on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.ActualYAxisLabelFormatSpecifiers", + "id": 0, + "name": "ActualYAxisLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.ActualYAxisLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.ActualYAxisLabelTextColor", + "id": 0, + "name": "ActualYAxisLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.ActualYAxisLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets the actual color of labels on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.ContentXAxisLabelFormatSpecifiers", + "id": 0, + "name": "ContentXAxisLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.ContentXAxisLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.ContentYAxisLabelFormatSpecifiers", + "id": 0, + "name": "ContentYAxisLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.ContentYAxisLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.GetScaledValueX(System.Double)", + "id": 0, + "name": "GetScaledValueX(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.GetScaledValueX(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.GetScaledValueXAsync(System.Double)", + "id": 0, + "name": "GetScaledValueXAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.GetScaledValueXAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Converts the given visual location to a data value." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.GetScaledValueY(System.Double)", + "id": 0, + "name": "GetScaledValueY(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.GetScaledValueY(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.GetScaledValueYAsync(System.Double)", + "id": 0, + "name": "GetScaledValueYAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.GetScaledValueYAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Converts the given visual location to a data value." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "unscaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.GetUnscaledValueX(System.Double)", + "id": 0, + "name": "GetUnscaledValueX(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.GetUnscaledValueX(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "scaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.GetUnscaledValueXAsync(System.Double)", + "id": 0, + "name": "GetUnscaledValueXAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.GetUnscaledValueXAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Converts the given data value to a visual location." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "scaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.GetUnscaledValueY(System.Double)", + "id": 0, + "name": "GetUnscaledValueY(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.GetUnscaledValueY(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "scaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.GetUnscaledValueYAsync(System.Double)", + "id": 0, + "name": "GetUnscaledValueYAsync(Double)", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.GetUnscaledValueYAsync(System.Double)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Converts the given data value to a visual location." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "scaledValue", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": { + "type": "Task<Double>", + "fullTypeName": "System.Threading.Tasks.Task<System.Double>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.ProvideContainer(System.Object)", + "id": 0, + "name": "ProvideContainer(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.ProvideContainer(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.ProvideContainerAsync(System.Object)", + "id": 0, + "name": "ProvideContainerAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.ProvideContainerAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called by the UI framework to provide a UI container for rendering this control." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisExtent", + "id": 0, + "name": "XAxisExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance between the X-axis and the bottom of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisFormatLabel", + "id": 0, + "name": "XAxisFormatLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisFormatLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets function which takes an context object and returns a formatted label for the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisFormatLabelScript", + "id": 0, + "name": "XAxisFormatLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisFormatLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting XAxisFormatLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisInverted", + "id": 0, + "name": "XAxisInverted", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisInverted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to invert the direction of the X-axis by placing the first data items on the right side of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabel", + "id": 0, + "name": "XAxisLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format for labels along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelAngle", + "id": 0, + "name": "XAxisLabelAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the angle of rotation for labels along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelBottomMargin", + "id": 0, + "name": "XAxisLabelBottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelBottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom margin of labels on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelFormat", + "id": 0, + "name": "XAxisLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string for the X axis label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelFormatSpecifiers", + "id": 0, + "name": "XAxisLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the XAxisLabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelHorizontalAlignment", + "id": 0, + "name": "XAxisLabelHorizontalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelHorizontalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Horizontal alignment of X-axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelLeftMargin", + "id": 0, + "name": "XAxisLabelLeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelLeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left margin of labels on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelLocation", + "id": 0, + "name": "XAxisLabelLocation", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelLocation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets location of X-axis labels, relative to the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "XAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.XAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelRightMargin", + "id": 0, + "name": "XAxisLabelRightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelRightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right margin of labels on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelScript", + "id": 0, + "name": "XAxisLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting XAxisLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelTextColor", + "id": 0, + "name": "XAxisLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of labels on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelTextStyle", + "id": 0, + "name": "XAxisLabelTextStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelTextStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets CSS font property for labels on X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelTopMargin", + "id": 0, + "name": "XAxisLabelTopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelTopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top margin of labels on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelVerticalAlignment", + "id": 0, + "name": "XAxisLabelVerticalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelVerticalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Vertical alignment of X-axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "VerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.VerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelVisibility", + "id": 0, + "name": "XAxisLabelVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisLabelVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Visibility of X-axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisMajorStroke", + "id": 0, + "name": "XAxisMajorStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisMajorStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to major gridlines along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisMajorStrokeThickness", + "id": 0, + "name": "XAxisMajorStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisMajorStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness to apply to major gridlines along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisMaximumExtent", + "id": 0, + "name": "XAxisMaximumExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisMaximumExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance between the X-axis and the bottom of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisMaximumExtentPercentage", + "id": 0, + "name": "XAxisMaximumExtentPercentage", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisMaximumExtentPercentage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance between the X-axis and the bottom of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisMinorStroke", + "id": 0, + "name": "XAxisMinorStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisMinorStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to minor gridlines along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisMinorStrokeThickness", + "id": 0, + "name": "XAxisMinorStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisMinorStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness to apply to minor gridlines along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisStrip", + "id": 0, + "name": "XAxisStrip", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisStrip", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to stripes along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisStroke", + "id": 0, + "name": "XAxisStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to the X-axis line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisStrokeThickness", + "id": 0, + "name": "XAxisStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness to apply to the X-axis line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTickLength", + "id": 0, + "name": "XAxisTickLength", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTickLength", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the length of tickmarks along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTickStroke", + "id": 0, + "name": "XAxisTickStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTickStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to tickmarks along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTickStrokeThickness", + "id": 0, + "name": "XAxisTickStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTickStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness to apply to tickmarks along the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTitle", + "id": 0, + "name": "XAxisTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Text to display below the X-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTitleAlignment", + "id": 0, + "name": "XAxisTitleAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTitleAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Horizontal alignment of the X-axis title." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTitleAngle", + "id": 0, + "name": "XAxisTitleAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTitleAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the angle of rotation for the X-axis title." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTitleBottomMargin", + "id": 0, + "name": "XAxisTitleBottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTitleBottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom margin of a title on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTitleLeftMargin", + "id": 0, + "name": "XAxisTitleLeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTitleLeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left margin of a title on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTitleMargin", + "id": 0, + "name": "XAxisTitleMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTitleMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the margin around a title on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTitleRightMargin", + "id": 0, + "name": "XAxisTitleRightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTitleRightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right margin of a title on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTitleTextColor", + "id": 0, + "name": "XAxisTitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of title on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTitleTextStyle", + "id": 0, + "name": "XAxisTitleTextStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTitleTextStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets CSS font property for title on X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTitleTopMargin", + "id": 0, + "name": "XAxisTitleTopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.XAxisTitleTopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top margin of a title on the X-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisExtent", + "id": 0, + "name": "YAxisExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance between the Y-axis and the left edge of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisFormatLabel", + "id": 0, + "name": "YAxisFormatLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisFormatLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets function which takes a context object and returns a formatted label for the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisFormatLabelScript", + "id": 0, + "name": "YAxisFormatLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisFormatLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting YAxisFormatLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisInverted", + "id": 0, + "name": "YAxisInverted", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisInverted", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets whether to invert the direction of the Y-axis by placing the minimum numeric value at the top of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabel", + "id": 0, + "name": "YAxisLabel", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabel", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the property or string from which the labels are derived." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelAngle", + "id": 0, + "name": "YAxisLabelAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the angle of rotation for labels along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelBottomMargin", + "id": 0, + "name": "YAxisLabelBottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelBottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom margin of labels on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelFormat", + "id": 0, + "name": "YAxisLabelFormat", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelFormat", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format string for the Y axis label." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelFormatSpecifiers", + "id": 0, + "name": "YAxisLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelFormatSpecifiers", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the format specifiers to use with the YAxisLabelFormat string." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgbFormatSpecifierCollection", + "fullTypeName": "IgniteUI.Blazor.Controls.IgbFormatSpecifierCollection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelHorizontalAlignment", + "id": 0, + "name": "YAxisLabelHorizontalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelHorizontalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Horizontal alignment of Y-axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelLeftMargin", + "id": 0, + "name": "YAxisLabelLeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelLeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left margin of labels on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelLocation", + "id": 0, + "name": "YAxisLabelLocation", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelLocation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets location of Y-axis labels, relative to the plot area." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "YAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.YAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelRightMargin", + "id": 0, + "name": "YAxisLabelRightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelRightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right margin of labels on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelScript", + "id": 0, + "name": "YAxisLabelScript", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting YAxisLabel in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelTextColor", + "id": 0, + "name": "YAxisLabelTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of labels on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelTextStyle", + "id": 0, + "name": "YAxisLabelTextStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelTextStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets CSS font property for labels on Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelTopMargin", + "id": 0, + "name": "YAxisLabelTopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelTopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top margin of labels on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelVerticalAlignment", + "id": 0, + "name": "YAxisLabelVerticalAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelVerticalAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Vertical alignment of Y-axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "VerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.VerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelVisibility", + "id": 0, + "name": "YAxisLabelVisibility", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisLabelVisibility", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Visibility of Y-axis labels." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisMajorStroke", + "id": 0, + "name": "YAxisMajorStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisMajorStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to major gridlines along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisMajorStrokeThickness", + "id": 0, + "name": "YAxisMajorStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisMajorStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness to apply to major gridlines along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisMaximumExtent", + "id": 0, + "name": "YAxisMaximumExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisMaximumExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance between the Y-axis and the left edge of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisMaximumExtentPercentage", + "id": 0, + "name": "YAxisMaximumExtentPercentage", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisMaximumExtentPercentage", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the distance between the Y-axis and the left edge of the chart." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisMinorStroke", + "id": 0, + "name": "YAxisMinorStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisMinorStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to minor gridlines along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisMinorStrokeThickness", + "id": 0, + "name": "YAxisMinorStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisMinorStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness to apply to minor gridlines along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisStrip", + "id": 0, + "name": "YAxisStrip", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisStrip", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to stripes along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisStroke", + "id": 0, + "name": "YAxisStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to the Y-axis line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisStrokeThickness", + "id": 0, + "name": "YAxisStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness to apply to the Y-axis line." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTickLength", + "id": 0, + "name": "YAxisTickLength", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTickLength", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the length of tickmarks along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTickStroke", + "id": 0, + "name": "YAxisTickStroke", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTickStroke", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the color to apply to tickmarks along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTickStrokeThickness", + "id": 0, + "name": "YAxisTickStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTickStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the thickness to apply to tickmarks along the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTitle", + "id": 0, + "name": "YAxisTitle", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTitle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the Text to display to the left of the Y-axis." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTitleAlignment", + "id": 0, + "name": "YAxisTitleAlignment", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTitleAlignment", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets Vertical alignment of the Y-axis title." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "VerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.VerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTitleAngle", + "id": 0, + "name": "YAxisTitleAngle", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTitleAngle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the angle of rotation for the Y-axis title." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTitleBottomMargin", + "id": 0, + "name": "YAxisTitleBottomMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTitleBottomMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the bottom margin of a title on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTitleLeftMargin", + "id": 0, + "name": "YAxisTitleLeftMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTitleLeftMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the left margin of a title on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTitleMargin", + "id": 0, + "name": "YAxisTitleMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTitleMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the margin around a title on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTitleRightMargin", + "id": 0, + "name": "YAxisTitleRightMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTitleRightMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the right margin of a title on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTitleTextColor", + "id": 0, + "name": "YAxisTitleTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTitleTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets color of title on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTitleTextStyle", + "id": 0, + "name": "YAxisTitleTextStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTitleTextStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets CSS font property for title on Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTitleTopMargin", + "id": 0, + "name": "YAxisTitleTopMargin", + "fullName": "IgniteUI.Blazor.Controls.IgbXYChart.YAxisTitleTopMargin", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the top margin of a title on the Y-axis" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbYearToDateExpression", + "id": 0, + "name": "IgbYearToDateExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbYearToDateExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Requests an expression for the YearToDate filter." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbYearToDateExpression.#ctor", + "id": 0, + "name": "IgbYearToDateExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbYearToDateExpression.IgbYearToDateExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbYearToDateExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbYearToDateExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbYearToDateExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbYearToDateExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbYearToDateExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbYearToDateExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbYearToDateExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbYearToDateExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbYesterdayExpression", + "id": 0, + "name": "IgbYesterdayExpression", + "fullName": "IgniteUI.Blazor.Controls.IgbYesterdayExpression", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Requests an expression for the Yesterday filter." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbFilterExpression", + "id": 0, + "name": "IgbFilterExpression" + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbWrapperExpression", + "id": 0, + "name": "IgbWrapperExpression" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbYesterdayExpression.#ctor", + "id": 0, + "name": "IgbYesterdayExpression()", + "fullName": "IgniteUI.Blazor.Controls.IgbYesterdayExpression.IgbYesterdayExpression()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbYesterdayExpression.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbYesterdayExpression.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbYesterdayExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbYesterdayExpression.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbYesterdayExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbYesterdayExpression.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbYesterdayExpression.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbYesterdayExpression.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider", + "id": 0, + "name": "IgbZoomSlider", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererControl", + "id": 0, + "name": "BaseRendererControl" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.#ctor", + "id": 0, + "name": "IgbZoomSlider()", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.IgbZoomSlider()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.ActualPixelScalingRatio", + "id": 0, + "name": "ActualPixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.ActualPixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.AreThumbCalloutsEnabled", + "id": 0, + "name": "AreThumbCalloutsEnabled", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.AreThumbCalloutsEnabled", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.BarBrush", + "id": 0, + "name": "BarBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.BarBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.BarExtent", + "id": 0, + "name": "BarExtent", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.BarExtent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.BarOutline", + "id": 0, + "name": "BarOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.BarOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.BarStrokeThickness", + "id": 0, + "name": "BarStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.BarStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.DefaultEventBehavior", + "id": 0, + "name": "DefaultEventBehavior", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.DefaultEventBehavior", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ControlEventBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ControlEventBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.EndInset", + "id": 0, + "name": "EndInset", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.EndInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.EnsureModulesLoaded", + "id": 0, + "name": "EnsureModulesLoaded()", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.EnsureModulesLoaded()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.Flush", + "id": 0, + "name": "Flush()", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.Flush()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.FlushAsync", + "id": 0, + "name": "FlushAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.FlushAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.Hide", + "id": 0, + "name": "Hide()", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.Hide()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.HideAsync", + "id": 0, + "name": "HideAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.HideAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Hides the ZoomSlider." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherCalloutBrush", + "id": 0, + "name": "HigherCalloutBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherCalloutBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherCalloutOutline", + "id": 0, + "name": "HigherCalloutOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherCalloutOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherCalloutStrokeThickness", + "id": 0, + "name": "HigherCalloutStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherCalloutStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherCalloutTextColor", + "id": 0, + "name": "HigherCalloutTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherCalloutTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherShadeBrush", + "id": 0, + "name": "HigherShadeBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherShadeBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherShadeOutline", + "id": 0, + "name": "HigherShadeOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherShadeOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherShadeStrokeThickness", + "id": 0, + "name": "HigherShadeStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherShadeStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherThumbBrush", + "id": 0, + "name": "HigherThumbBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherThumbBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherThumbHeight", + "id": 0, + "name": "HigherThumbHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherThumbHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherThumbOutline", + "id": 0, + "name": "HigherThumbOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherThumbOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherThumbRidgesBrush", + "id": 0, + "name": "HigherThumbRidgesBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherThumbRidgesBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherThumbStrokeThickness", + "id": 0, + "name": "HigherThumbStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherThumbStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherThumbWidth", + "id": 0, + "name": "HigherThumbWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.HigherThumbWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerCalloutBrush", + "id": 0, + "name": "LowerCalloutBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerCalloutBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerCalloutOutline", + "id": 0, + "name": "LowerCalloutOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerCalloutOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerCalloutStrokeThickness", + "id": 0, + "name": "LowerCalloutStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerCalloutStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerCalloutTextColor", + "id": 0, + "name": "LowerCalloutTextColor", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerCalloutTextColor", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerShadeBrush", + "id": 0, + "name": "LowerShadeBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerShadeBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerShadeOutline", + "id": 0, + "name": "LowerShadeOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerShadeOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerShadeStrokeThickness", + "id": 0, + "name": "LowerShadeStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerShadeStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerThumbBrush", + "id": 0, + "name": "LowerThumbBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerThumbBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerThumbHeight", + "id": 0, + "name": "LowerThumbHeight", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerThumbHeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerThumbOutline", + "id": 0, + "name": "LowerThumbOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerThumbOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerThumbRidgesBrush", + "id": 0, + "name": "LowerThumbRidgesBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerThumbRidgesBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerThumbStrokeThickness", + "id": 0, + "name": "LowerThumbStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerThumbStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerThumbWidth", + "id": 0, + "name": "LowerThumbWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.LowerThumbWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.MaxZoomWidth", + "id": 0, + "name": "MaxZoomWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.MaxZoomWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.MinZoomWidth", + "id": 0, + "name": "MinZoomWidth", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.MinZoomWidth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.OnAttachedToUI", + "id": 0, + "name": "OnAttachedToUI()", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.OnAttachedToUI()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.OnAttachedToUIAsync", + "id": 0, + "name": "OnAttachedToUIAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.OnAttachedToUIAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.OnDetachedFromUI", + "id": 0, + "name": "OnDetachedFromUI()", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.OnDetachedFromUI()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.OnDetachedFromUIAsync", + "id": 0, + "name": "OnDetachedFromUIAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.OnDetachedFromUIAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.Orientation", + "id": 0, + "name": "Orientation", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.Orientation", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ZoomSliderOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ZoomSliderOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.PanTransitionDuration", + "id": 0, + "name": "PanTransitionDuration", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.PanTransitionDuration", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.PixelScalingRatio", + "id": 0, + "name": "PixelScalingRatio", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.PixelScalingRatio", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Gets or sets the scaling value used to affect the pixel density of the control." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.ProvideContainer(System.Object)", + "id": 0, + "name": "ProvideContainer(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.ProvideContainer(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.ProvideContainerAsync(System.Object)", + "id": 0, + "name": "ProvideContainerAsync(Object)", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.ProvideContainerAsync(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called by the UI framework to provide a UI container for rendering this control." + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "container", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.RangeThumbBrush", + "id": 0, + "name": "RangeThumbBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.RangeThumbBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.RangeThumbOutline", + "id": 0, + "name": "RangeThumbOutline", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.RangeThumbOutline", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.RangeThumbRidgesBrush", + "id": 0, + "name": "RangeThumbRidgesBrush", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.RangeThumbRidgesBrush", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.RangeThumbStrokeThickness", + "id": 0, + "name": "RangeThumbStrokeThickness", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.RangeThumbStrokeThickness", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.ResolvingAxisValue", + "id": 0, + "name": "ResolvingAxisValue", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.ResolvingAxisValue", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbZoomSliderResolvingAxisValueEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbZoomSliderResolvingAxisValueEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.ResolvingAxisValueScript", + "id": 0, + "name": "ResolvingAxisValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.ResolvingAxisValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.Show", + "id": 0, + "name": "Show()", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.Show()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.ShowAsync", + "id": 0, + "name": "ShowAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.ShowAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Shows the ZoomSlider." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.StartInset", + "id": 0, + "name": "StartInset", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.StartInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.ThumbCalloutFontFamily", + "id": 0, + "name": "ThumbCalloutFontFamily", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.ThumbCalloutFontFamily", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.ThumbCalloutFontSize", + "id": 0, + "name": "ThumbCalloutFontSize", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.ThumbCalloutFontSize", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.ThumbCalloutFontStyle", + "id": 0, + "name": "ThumbCalloutFontStyle", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.ThumbCalloutFontStyle", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.ThumbCalloutFontWeight", + "id": 0, + "name": "ThumbCalloutFontWeight", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.ThumbCalloutFontWeight", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.TrackDirty", + "id": 0, + "name": "TrackDirty()", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.TrackDirty()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.TrackDirtyAsync", + "id": 0, + "name": "TrackDirtyAsync()", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.TrackDirtyAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.TrackEndInset", + "id": 0, + "name": "TrackEndInset", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.TrackEndInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.TrackStartInset", + "id": 0, + "name": "TrackStartInset", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.TrackStartInset", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.WindowRect", + "id": 0, + "name": "WindowRect", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.WindowRect", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.WindowRectChanged", + "id": 0, + "name": "WindowRectChanged", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.WindowRectChanged", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Action<IgbRectChangedEventArgs>", + "fullTypeName": "System.Action<IgniteUI.Blazor.Controls.IgbRectChangedEventArgs>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSlider.WindowRectChangedScript", + "id": 0, + "name": "WindowRectChangedScript", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSlider.WindowRectChangedScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSliderModule", + "id": 0, + "name": "IgbZoomSliderModule", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSliderModule", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSliderModule.#ctor", + "id": 0, + "name": "IgbZoomSliderModule()", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSliderModule.IgbZoomSliderModule()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSliderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSliderModule.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSliderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSliderModule.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSliderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "id": 0, + "name": "Register(IIgniteUIBlazor)", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSliderModule.Register(IgniteUI.Blazor.Controls.IIgniteUIBlazor)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSliderResolvingAxisValueEventArgs", + "id": 0, + "name": "IgbZoomSliderResolvingAxisValueEventArgs", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSliderResolvingAxisValueEventArgs", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSliderResolvingAxisValueEventArgs.#ctor", + "id": 0, + "name": "IgbZoomSliderResolvingAxisValueEventArgs()", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSliderResolvingAxisValueEventArgs.IgbZoomSliderResolvingAxisValueEventArgs()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSliderResolvingAxisValueEventArgs.FindByName(System.String)", + "id": 0, + "name": "FindByName(String)", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSliderResolvingAxisValueEventArgs.FindByName(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSliderResolvingAxisValueEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "FromEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSliderResolvingAxisValueEventArgs.FromEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSliderResolvingAxisValueEventArgs.Position", + "id": 0, + "name": "Position", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSliderResolvingAxisValueEventArgs.Position", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSliderResolvingAxisValueEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl,System.Collections.Generic.Dictionary{System.String,System.Object})", + "id": 0, + "name": "ToEventJson(BaseRendererControl, Dictionary<String, Object>)", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSliderResolvingAxisValueEventArgs.ToEventJson(IgniteUI.Blazor.Controls.BaseRendererControl, System.Collections.Generic.Dictionary<System.String, System.Object>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + }, + { + "name": "args", + "type": "Dictionary<String, Object>", + "fullTypeName": "System.Collections.Generic.Dictionary<System.String, System.Object>" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSliderResolvingAxisValueEventArgs.Type", + "id": 0, + "name": "Type", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSliderResolvingAxisValueEventArgs.Type", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSliderResolvingAxisValueEventArgs.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSliderResolvingAxisValueEventArgs.Value", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Object", + "fullTypeName": "System.Object" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgbZoomSliderResolvingAxisValueEventArgs.ValueScript", + "id": 0, + "name": "ValueScript", + "fullName": "IgniteUI.Blazor.Controls.IgbZoomSliderResolvingAxisValueEventArgs.ValueScript", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Provides a means of setting Value in the JavaScript environment." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIBlazor", + "id": 0, + "name": "IgniteUIBlazor", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIBlazor", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.IIgniteUIBlazor", + "id": 0, + "name": "IIgniteUIBlazor" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIBlazor.#ctor(Microsoft.JSInterop.IJSRuntime)", + "id": 0, + "name": "IgniteUIBlazor(IJSRuntime)", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIBlazor.IgniteUIBlazor(Microsoft.JSInterop.IJSRuntime)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IJSRuntime", + "fullTypeName": "Microsoft.JSInterop.IJSRuntime" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIBlazor.#ctor(Microsoft.JSInterop.IJSRuntime,IgniteUI.Blazor.Controls.IIgniteUIBlazorSettings)", + "id": 0, + "name": "IgniteUIBlazor(IJSRuntime, IIgniteUIBlazorSettings)", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIBlazor.IgniteUIBlazor(Microsoft.JSInterop.IJSRuntime, IgniteUI.Blazor.Controls.IIgniteUIBlazorSettings)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IJSRuntime", + "fullTypeName": "Microsoft.JSInterop.IJSRuntime" + }, + { + "name": "settings", + "type": "IIgniteUIBlazorSettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazorSettings" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIBlazor.IsLoadRequested(System.String)", + "id": 0, + "name": "IsLoadRequested(String)", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIBlazor.IsLoadRequested(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "moduleName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIBlazor.IsRuntimeValid(System.Boolean)", + "id": 0, + "name": "IsRuntimeValid(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIBlazor.IsRuntimeValid(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "reevaluate", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIBlazor.JsRuntime", + "id": 0, + "name": "JsRuntime", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIBlazor.JsRuntime", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IJSRuntime", + "fullTypeName": "Microsoft.JSInterop.IJSRuntime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIBlazor.MarkIsLoadRequested(System.String)", + "id": 0, + "name": "MarkIsLoadRequested(String)", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIBlazor.MarkIsLoadRequested(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "moduleName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIBlazor.RequestLoad(System.String)", + "id": 0, + "name": "RequestLoad(String)", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIBlazor.RequestLoad(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "moduleName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIBlazor.Settings", + "id": 0, + "name": "Settings", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIBlazor.Settings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IIgniteUIBlazorSettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazorSettings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIBlazor.WebCallback", + "id": 0, + "name": "WebCallback", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIBlazor.WebCallback", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "WebCallback", + "fullTypeName": "IgniteUI.Blazor.Controls.WebCallback" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings", + "id": 0, + "name": "IgniteUIBlazorSettings", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.IIgniteUIBlazorSettings", + "id": 0, + "name": "IIgniteUIBlazorSettings" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings.#ctor", + "id": 0, + "name": "IgniteUIBlazorSettings()", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings.IgniteUIBlazorSettings()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings.Create", + "id": 0, + "name": "Create()", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings.Create()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgniteUIBlazorSettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings.ForceJsonDataMarshalling", + "id": 0, + "name": "ForceJsonDataMarshalling", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings.ForceJsonDataMarshalling", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings.JsonSerializerOptions", + "id": 0, + "name": "JsonSerializerOptions", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings.JsonSerializerOptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgniteUIJsonSerializerOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgniteUIJsonSerializerOptions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings.ModulesToLoad", + "id": 0, + "name": "ModulesToLoad", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings.ModulesToLoad", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ReadOnlyCollection<Type>", + "fullTypeName": "System.Collections.ObjectModel.ReadOnlyCollection<System.Type>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings.ShouldForceJsonDataMarshalling", + "id": 0, + "name": "ShouldForceJsonDataMarshalling()", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings.ShouldForceJsonDataMarshalling()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgniteUIBlazorSettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings.WithForceJsonDataMarshalling(System.Boolean)", + "id": 0, + "name": "WithForceJsonDataMarshalling(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings.WithForceJsonDataMarshalling(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "forceJsonDataMarshalling", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "IgniteUIBlazorSettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings.WithJsonSerializerOptions(IgniteUI.Blazor.Controls.IgniteUIJsonSerializerOptions)", + "id": 0, + "name": "WithJsonSerializerOptions(IgniteUIJsonSerializerOptions)", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings.WithJsonSerializerOptions(IgniteUI.Blazor.Controls.IgniteUIJsonSerializerOptions)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "options", + "type": "IgniteUIJsonSerializerOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgniteUIJsonSerializerOptions" + } + ], + "return": { + "type": "IgniteUIBlazorSettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings.WithModulesToLoad(System.Collections.ObjectModel.ReadOnlyCollection{System.Type})", + "id": 0, + "name": "WithModulesToLoad(ReadOnlyCollection<Type>)", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings.WithModulesToLoad(System.Collections.ObjectModel.ReadOnlyCollection<System.Type>)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "modulesToLoad", + "type": "ReadOnlyCollection<Type>", + "fullTypeName": "System.Collections.ObjectModel.ReadOnlyCollection<System.Type>" + } + ], + "return": { + "type": "IgniteUIBlazorSettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IgniteUIBlazorSettings" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIJsonSerializerOptions", + "id": 0, + "name": "IgniteUIJsonSerializerOptions", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIJsonSerializerOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIJsonSerializerOptions.#ctor", + "id": 0, + "name": "IgniteUIJsonSerializerOptions()", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIJsonSerializerOptions.IgniteUIJsonSerializerOptions()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIJsonSerializerOptions.#ctor(IgniteUI.Blazor.Controls.IgniteUIJsonSerializerOptions)", + "id": 0, + "name": "IgniteUIJsonSerializerOptions(IgniteUIJsonSerializerOptions)", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIJsonSerializerOptions.IgniteUIJsonSerializerOptions(IgniteUI.Blazor.Controls.IgniteUIJsonSerializerOptions)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "options", + "type": "IgniteUIJsonSerializerOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgniteUIJsonSerializerOptions" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIJsonSerializerOptions.#ctor(System.Int32)", + "id": 0, + "name": "IgniteUIJsonSerializerOptions(Int32)", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIJsonSerializerOptions.IgniteUIJsonSerializerOptions(System.Int32)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "maxDepth", + "type": "Int32", + "fullTypeName": "System.Int32" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IgniteUIJsonSerializerOptions.MaxDepth", + "id": 0, + "name": "MaxDepth", + "fullName": "IgniteUI.Blazor.Controls.IgniteUIJsonSerializerOptions.MaxDepth", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IIgniteUIBlazor", + "id": 0, + "name": "IIgniteUIBlazor", + "fullName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IIgniteUIBlazor.IsLoadRequested(System.String)", + "id": 0, + "name": "IsLoadRequested(String)", + "fullName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor.IsLoadRequested(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "moduleName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IIgniteUIBlazor.IsRuntimeValid(System.Boolean)", + "id": 0, + "name": "IsRuntimeValid(Boolean)", + "fullName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor.IsRuntimeValid(System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "reevaluate", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IIgniteUIBlazor.JsRuntime", + "id": 0, + "name": "JsRuntime", + "fullName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor.JsRuntime", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IJSRuntime", + "fullTypeName": "Microsoft.JSInterop.IJSRuntime" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IIgniteUIBlazor.MarkIsLoadRequested(System.String)", + "id": 0, + "name": "MarkIsLoadRequested(String)", + "fullName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor.MarkIsLoadRequested(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "moduleName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IIgniteUIBlazor.RequestLoad(System.String)", + "id": 0, + "name": "RequestLoad(String)", + "fullName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor.RequestLoad(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "moduleName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IIgniteUIBlazor.Settings", + "id": 0, + "name": "Settings", + "fullName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor.Settings", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IIgniteUIBlazorSettings", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazorSettings" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IIgniteUIBlazor.WebCallback", + "id": 0, + "name": "WebCallback", + "fullName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor.WebCallback", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "WebCallback", + "fullTypeName": "IgniteUI.Blazor.Controls.WebCallback" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IIgniteUIBlazorSettings", + "id": 0, + "name": "IIgniteUIBlazorSettings", + "fullName": "IgniteUI.Blazor.Controls.IIgniteUIBlazorSettings", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IIgniteUIBlazorSettings.ForceJsonDataMarshalling", + "id": 0, + "name": "ForceJsonDataMarshalling", + "fullName": "IgniteUI.Blazor.Controls.IIgniteUIBlazorSettings.ForceJsonDataMarshalling", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IIgniteUIBlazorSettings.JsonSerializerOptions", + "id": 0, + "name": "JsonSerializerOptions", + "fullName": "IgniteUI.Blazor.Controls.IIgniteUIBlazorSettings.JsonSerializerOptions", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IgniteUIJsonSerializerOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.IgniteUIJsonSerializerOptions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IIgniteUIBlazorSettings.ModulesToLoad", + "id": 0, + "name": "ModulesToLoad", + "fullName": "IgniteUI.Blazor.Controls.IIgniteUIBlazorSettings.ModulesToLoad", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ReadOnlyCollection<Type>", + "fullTypeName": "System.Collections.ObjectModel.ReadOnlyCollection<System.Type>" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ImageResourceType", + "id": 0, + "name": "ImageResourceType", + "fullName": "IgniteUI.Blazor.Controls.ImageResourceType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ImageResourceType.EmbeddedResource", + "id": 0, + "name": "EmbeddedResource", + "fullName": "IgniteUI.Blazor.Controls.ImageResourceType.EmbeddedResource", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ImageResourceType", + "fullTypeName": "IgniteUI.Blazor.Controls.ImageResourceType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ImageResourceType.LocalAsset", + "id": 0, + "name": "LocalAsset", + "fullName": "IgniteUI.Blazor.Controls.ImageResourceType.LocalAsset", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ImageResourceType", + "fullTypeName": "IgniteUI.Blazor.Controls.ImageResourceType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ImageResourceType.LocalResource", + "id": 0, + "name": "LocalResource", + "fullName": "IgniteUI.Blazor.Controls.ImageResourceType.LocalResource", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ImageResourceType", + "fullTypeName": "IgniteUI.Blazor.Controls.ImageResourceType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ImageResourceType.RemoteResource", + "id": 0, + "name": "RemoteResource", + "fullName": "IgniteUI.Blazor.Controls.ImageResourceType.RemoteResource", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ImageResourceType", + "fullTypeName": "IgniteUI.Blazor.Controls.ImageResourceType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ImageResourceType.Unspecified", + "id": 0, + "name": "Unspecified", + "fullName": "IgniteUI.Blazor.Controls.ImageResourceType.Unspecified", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ImageResourceType", + "fullTypeName": "IgniteUI.Blazor.Controls.ImageResourceType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ImageResourceType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ImageResourceType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ImageStretchOptions", + "id": 0, + "name": "ImageStretchOptions", + "fullName": "IgniteUI.Blazor.Controls.ImageStretchOptions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ImageStretchOptions.Fill", + "id": 0, + "name": "Fill", + "fullName": "IgniteUI.Blazor.Controls.ImageStretchOptions.Fill", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ImageStretchOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.ImageStretchOptions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ImageStretchOptions.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.ImageStretchOptions.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ImageStretchOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.ImageStretchOptions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ImageStretchOptions.Uniform", + "id": 0, + "name": "Uniform", + "fullName": "IgniteUI.Blazor.Controls.ImageStretchOptions.Uniform", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ImageStretchOptions", + "fullTypeName": "IgniteUI.Blazor.Controls.ImageStretchOptions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ImageStretchOptions.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ImageStretchOptions.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.IndicatorDisplayType", + "id": 0, + "name": "IndicatorDisplayType", + "fullName": "IgniteUI.Blazor.Controls.IndicatorDisplayType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.IndicatorDisplayType.Area", + "id": 0, + "name": "Area", + "fullName": "IgniteUI.Blazor.Controls.IndicatorDisplayType.Area", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IndicatorDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.IndicatorDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IndicatorDisplayType.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.IndicatorDisplayType.Column", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IndicatorDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.IndicatorDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IndicatorDisplayType.Line", + "id": 0, + "name": "Line", + "fullName": "IgniteUI.Blazor.Controls.IndicatorDisplayType.Line", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "IndicatorDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.IndicatorDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.IndicatorDisplayType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.IndicatorDisplayType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.InputGroupDisplayType", + "id": 0, + "name": "InputGroupDisplayType", + "fullName": "IgniteUI.Blazor.Controls.InputGroupDisplayType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.InputGroupDisplayType.Border", + "id": 0, + "name": "Border", + "fullName": "IgniteUI.Blazor.Controls.InputGroupDisplayType.Border", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InputGroupDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.InputGroupDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.InputGroupDisplayType.Box", + "id": 0, + "name": "Box", + "fullName": "IgniteUI.Blazor.Controls.InputGroupDisplayType.Box", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InputGroupDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.InputGroupDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.InputGroupDisplayType.Line", + "id": 0, + "name": "Line", + "fullName": "IgniteUI.Blazor.Controls.InputGroupDisplayType.Line", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InputGroupDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.InputGroupDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.InputGroupDisplayType.Search", + "id": 0, + "name": "Search", + "fullName": "IgniteUI.Blazor.Controls.InputGroupDisplayType.Search", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InputGroupDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.InputGroupDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.InputGroupDisplayType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.InputGroupDisplayType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.InputType", + "id": 0, + "name": "InputType", + "fullName": "IgniteUI.Blazor.Controls.InputType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.InputType.Email", + "id": 0, + "name": "Email", + "fullName": "IgniteUI.Blazor.Controls.InputType.Email", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InputType", + "fullTypeName": "IgniteUI.Blazor.Controls.InputType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.InputType.Number", + "id": 0, + "name": "Number", + "fullName": "IgniteUI.Blazor.Controls.InputType.Number", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InputType", + "fullTypeName": "IgniteUI.Blazor.Controls.InputType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.InputType.Password", + "id": 0, + "name": "Password", + "fullName": "IgniteUI.Blazor.Controls.InputType.Password", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InputType", + "fullTypeName": "IgniteUI.Blazor.Controls.InputType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.InputType.Search", + "id": 0, + "name": "Search", + "fullName": "IgniteUI.Blazor.Controls.InputType.Search", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InputType", + "fullTypeName": "IgniteUI.Blazor.Controls.InputType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.InputType.Tel", + "id": 0, + "name": "Tel", + "fullName": "IgniteUI.Blazor.Controls.InputType.Tel", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InputType", + "fullTypeName": "IgniteUI.Blazor.Controls.InputType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.InputType.Text", + "id": 0, + "name": "Text", + "fullName": "IgniteUI.Blazor.Controls.InputType.Text", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InputType", + "fullTypeName": "IgniteUI.Blazor.Controls.InputType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.InputType.Url", + "id": 0, + "name": "Url", + "fullName": "IgniteUI.Blazor.Controls.InputType.Url", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InputType", + "fullTypeName": "IgniteUI.Blazor.Controls.InputType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.InputType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.InputType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.InteractionState", + "id": 0, + "name": "InteractionState", + "fullName": "IgniteUI.Blazor.Controls.InteractionState", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.InteractionState.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.InteractionState.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InteractionState", + "fullTypeName": "IgniteUI.Blazor.Controls.InteractionState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.InteractionState.DragPan", + "id": 0, + "name": "DragPan", + "fullName": "IgniteUI.Blazor.Controls.InteractionState.DragPan", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InteractionState", + "fullTypeName": "IgniteUI.Blazor.Controls.InteractionState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.InteractionState.DragSelect", + "id": 0, + "name": "DragSelect", + "fullName": "IgniteUI.Blazor.Controls.InteractionState.DragSelect", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InteractionState", + "fullTypeName": "IgniteUI.Blazor.Controls.InteractionState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.InteractionState.DragZoom", + "id": 0, + "name": "DragZoom", + "fullName": "IgniteUI.Blazor.Controls.InteractionState.DragZoom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InteractionState", + "fullTypeName": "IgniteUI.Blazor.Controls.InteractionState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.InteractionState.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.InteractionState.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InteractionState", + "fullTypeName": "IgniteUI.Blazor.Controls.InteractionState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.InteractionState.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.InteractionState.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.InterpolationMode", + "id": 0, + "name": "InterpolationMode", + "fullName": "IgniteUI.Blazor.Controls.InterpolationMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.InterpolationMode.HSV", + "id": 0, + "name": "HSV", + "fullName": "IgniteUI.Blazor.Controls.InterpolationMode.HSV", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InterpolationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.InterpolationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.InterpolationMode.RGB", + "id": 0, + "name": "RGB", + "fullName": "IgniteUI.Blazor.Controls.InterpolationMode.RGB", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "InterpolationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.InterpolationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.InterpolationMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.InterpolationMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable", + "fullName": "IgniteUI.Blazor.Controls.JsonSerializable", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable.Serialize(IgniteUI.Blazor.Controls.SerializationContext,System.String)", + "id": 0, + "name": "Serialize(SerializationContext, String)", + "fullName": "IgniteUI.Blazor.Controls.JsonSerializable.Serialize(IgniteUI.Blazor.Controls.SerializationContext, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "writer", + "type": "SerializationContext", + "fullTypeName": "IgniteUI.Blazor.Controls.SerializationContext" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.Key", + "id": 0, + "name": "Key", + "fullName": "IgniteUI.Blazor.Controls.Key", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.Key.A", + "id": 0, + "name": "A", + "fullName": "IgniteUI.Blazor.Controls.Key.A", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Add", + "id": 0, + "name": "Add", + "fullName": "IgniteUI.Blazor.Controls.Key.Add", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Alt", + "id": 0, + "name": "Alt", + "fullName": "IgniteUI.Blazor.Controls.Key.Alt", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.B", + "id": 0, + "name": "B", + "fullName": "IgniteUI.Blazor.Controls.Key.B", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Back", + "id": 0, + "name": "Back", + "fullName": "IgniteUI.Blazor.Controls.Key.Back", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.C", + "id": 0, + "name": "C", + "fullName": "IgniteUI.Blazor.Controls.Key.C", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.CapsLock", + "id": 0, + "name": "CapsLock", + "fullName": "IgniteUI.Blazor.Controls.Key.CapsLock", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Ctrl", + "id": 0, + "name": "Ctrl", + "fullName": "IgniteUI.Blazor.Controls.Key.Ctrl", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.D", + "id": 0, + "name": "D", + "fullName": "IgniteUI.Blazor.Controls.Key.D", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.D0", + "id": 0, + "name": "D0", + "fullName": "IgniteUI.Blazor.Controls.Key.D0", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.D1", + "id": 0, + "name": "D1", + "fullName": "IgniteUI.Blazor.Controls.Key.D1", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.D2", + "id": 0, + "name": "D2", + "fullName": "IgniteUI.Blazor.Controls.Key.D2", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.D3", + "id": 0, + "name": "D3", + "fullName": "IgniteUI.Blazor.Controls.Key.D3", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.D4", + "id": 0, + "name": "D4", + "fullName": "IgniteUI.Blazor.Controls.Key.D4", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.D5", + "id": 0, + "name": "D5", + "fullName": "IgniteUI.Blazor.Controls.Key.D5", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.D6", + "id": 0, + "name": "D6", + "fullName": "IgniteUI.Blazor.Controls.Key.D6", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.D7", + "id": 0, + "name": "D7", + "fullName": "IgniteUI.Blazor.Controls.Key.D7", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.D8", + "id": 0, + "name": "D8", + "fullName": "IgniteUI.Blazor.Controls.Key.D8", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.D9", + "id": 0, + "name": "D9", + "fullName": "IgniteUI.Blazor.Controls.Key.D9", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Decimal", + "id": 0, + "name": "Decimal", + "fullName": "IgniteUI.Blazor.Controls.Key.Decimal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Del", + "id": 0, + "name": "Del", + "fullName": "IgniteUI.Blazor.Controls.Key.Del", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Divide", + "id": 0, + "name": "Divide", + "fullName": "IgniteUI.Blazor.Controls.Key.Divide", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Down", + "id": 0, + "name": "Down", + "fullName": "IgniteUI.Blazor.Controls.Key.Down", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.E", + "id": 0, + "name": "E", + "fullName": "IgniteUI.Blazor.Controls.Key.E", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.End", + "id": 0, + "name": "End", + "fullName": "IgniteUI.Blazor.Controls.Key.End", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Enter", + "id": 0, + "name": "Enter", + "fullName": "IgniteUI.Blazor.Controls.Key.Enter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Escape", + "id": 0, + "name": "Escape", + "fullName": "IgniteUI.Blazor.Controls.Key.Escape", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.F", + "id": 0, + "name": "F", + "fullName": "IgniteUI.Blazor.Controls.Key.F", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.F1", + "id": 0, + "name": "F1", + "fullName": "IgniteUI.Blazor.Controls.Key.F1", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.F10", + "id": 0, + "name": "F10", + "fullName": "IgniteUI.Blazor.Controls.Key.F10", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.F11", + "id": 0, + "name": "F11", + "fullName": "IgniteUI.Blazor.Controls.Key.F11", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.F12", + "id": 0, + "name": "F12", + "fullName": "IgniteUI.Blazor.Controls.Key.F12", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.F2", + "id": 0, + "name": "F2", + "fullName": "IgniteUI.Blazor.Controls.Key.F2", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.F3", + "id": 0, + "name": "F3", + "fullName": "IgniteUI.Blazor.Controls.Key.F3", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.F4", + "id": 0, + "name": "F4", + "fullName": "IgniteUI.Blazor.Controls.Key.F4", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.F5", + "id": 0, + "name": "F5", + "fullName": "IgniteUI.Blazor.Controls.Key.F5", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.F6", + "id": 0, + "name": "F6", + "fullName": "IgniteUI.Blazor.Controls.Key.F6", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.F7", + "id": 0, + "name": "F7", + "fullName": "IgniteUI.Blazor.Controls.Key.F7", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.F8", + "id": 0, + "name": "F8", + "fullName": "IgniteUI.Blazor.Controls.Key.F8", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.F9", + "id": 0, + "name": "F9", + "fullName": "IgniteUI.Blazor.Controls.Key.F9", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.G", + "id": 0, + "name": "G", + "fullName": "IgniteUI.Blazor.Controls.Key.G", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.H", + "id": 0, + "name": "H", + "fullName": "IgniteUI.Blazor.Controls.Key.H", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Home", + "id": 0, + "name": "Home", + "fullName": "IgniteUI.Blazor.Controls.Key.Home", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.I", + "id": 0, + "name": "I", + "fullName": "IgniteUI.Blazor.Controls.Key.I", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Insert", + "id": 0, + "name": "Insert", + "fullName": "IgniteUI.Blazor.Controls.Key.Insert", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.J", + "id": 0, + "name": "J", + "fullName": "IgniteUI.Blazor.Controls.Key.J", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.K", + "id": 0, + "name": "K", + "fullName": "IgniteUI.Blazor.Controls.Key.K", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.L", + "id": 0, + "name": "L", + "fullName": "IgniteUI.Blazor.Controls.Key.L", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Left", + "id": 0, + "name": "Left", + "fullName": "IgniteUI.Blazor.Controls.Key.Left", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.M", + "id": 0, + "name": "M", + "fullName": "IgniteUI.Blazor.Controls.Key.M", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Multiply", + "id": 0, + "name": "Multiply", + "fullName": "IgniteUI.Blazor.Controls.Key.Multiply", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.N", + "id": 0, + "name": "N", + "fullName": "IgniteUI.Blazor.Controls.Key.N", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.Key.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.NumPad0", + "id": 0, + "name": "NumPad0", + "fullName": "IgniteUI.Blazor.Controls.Key.NumPad0", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.NumPad1", + "id": 0, + "name": "NumPad1", + "fullName": "IgniteUI.Blazor.Controls.Key.NumPad1", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.NumPad2", + "id": 0, + "name": "NumPad2", + "fullName": "IgniteUI.Blazor.Controls.Key.NumPad2", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.NumPad3", + "id": 0, + "name": "NumPad3", + "fullName": "IgniteUI.Blazor.Controls.Key.NumPad3", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.NumPad4", + "id": 0, + "name": "NumPad4", + "fullName": "IgniteUI.Blazor.Controls.Key.NumPad4", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.NumPad5", + "id": 0, + "name": "NumPad5", + "fullName": "IgniteUI.Blazor.Controls.Key.NumPad5", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.NumPad6", + "id": 0, + "name": "NumPad6", + "fullName": "IgniteUI.Blazor.Controls.Key.NumPad6", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.NumPad7", + "id": 0, + "name": "NumPad7", + "fullName": "IgniteUI.Blazor.Controls.Key.NumPad7", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.NumPad8", + "id": 0, + "name": "NumPad8", + "fullName": "IgniteUI.Blazor.Controls.Key.NumPad8", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.NumPad9", + "id": 0, + "name": "NumPad9", + "fullName": "IgniteUI.Blazor.Controls.Key.NumPad9", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.O", + "id": 0, + "name": "O", + "fullName": "IgniteUI.Blazor.Controls.Key.O", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.OemMinus", + "id": 0, + "name": "OemMinus", + "fullName": "IgniteUI.Blazor.Controls.Key.OemMinus", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.OemPipe", + "id": 0, + "name": "OemPipe", + "fullName": "IgniteUI.Blazor.Controls.Key.OemPipe", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.OemPlus", + "id": 0, + "name": "OemPlus", + "fullName": "IgniteUI.Blazor.Controls.Key.OemPlus", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.OemQuestion", + "id": 0, + "name": "OemQuestion", + "fullName": "IgniteUI.Blazor.Controls.Key.OemQuestion", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.OemSemicolon", + "id": 0, + "name": "OemSemicolon", + "fullName": "IgniteUI.Blazor.Controls.Key.OemSemicolon", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.OemTilde", + "id": 0, + "name": "OemTilde", + "fullName": "IgniteUI.Blazor.Controls.Key.OemTilde", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.P", + "id": 0, + "name": "P", + "fullName": "IgniteUI.Blazor.Controls.Key.P", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.PageDown", + "id": 0, + "name": "PageDown", + "fullName": "IgniteUI.Blazor.Controls.Key.PageDown", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.PageUp", + "id": 0, + "name": "PageUp", + "fullName": "IgniteUI.Blazor.Controls.Key.PageUp", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Q", + "id": 0, + "name": "Q", + "fullName": "IgniteUI.Blazor.Controls.Key.Q", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.R", + "id": 0, + "name": "R", + "fullName": "IgniteUI.Blazor.Controls.Key.R", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Right", + "id": 0, + "name": "Right", + "fullName": "IgniteUI.Blazor.Controls.Key.Right", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.S", + "id": 0, + "name": "S", + "fullName": "IgniteUI.Blazor.Controls.Key.S", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Shift", + "id": 0, + "name": "Shift", + "fullName": "IgniteUI.Blazor.Controls.Key.Shift", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Space", + "id": 0, + "name": "Space", + "fullName": "IgniteUI.Blazor.Controls.Key.Space", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Subtract", + "id": 0, + "name": "Subtract", + "fullName": "IgniteUI.Blazor.Controls.Key.Subtract", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.T", + "id": 0, + "name": "T", + "fullName": "IgniteUI.Blazor.Controls.Key.T", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Tab", + "id": 0, + "name": "Tab", + "fullName": "IgniteUI.Blazor.Controls.Key.Tab", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.U", + "id": 0, + "name": "U", + "fullName": "IgniteUI.Blazor.Controls.Key.U", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Unknown", + "id": 0, + "name": "Unknown", + "fullName": "IgniteUI.Blazor.Controls.Key.Unknown", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Up", + "id": 0, + "name": "Up", + "fullName": "IgniteUI.Blazor.Controls.Key.Up", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.V", + "id": 0, + "name": "V", + "fullName": "IgniteUI.Blazor.Controls.Key.V", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.Key.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.W", + "id": 0, + "name": "W", + "fullName": "IgniteUI.Blazor.Controls.Key.W", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.X", + "id": 0, + "name": "X", + "fullName": "IgniteUI.Blazor.Controls.Key.X", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Y", + "id": 0, + "name": "Y", + "fullName": "IgniteUI.Blazor.Controls.Key.Y", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Key.Z", + "id": 0, + "name": "Z", + "fullName": "IgniteUI.Blazor.Controls.Key.Z", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Key", + "fullTypeName": "IgniteUI.Blazor.Controls.Key" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.KeyBindingTrigger", + "id": 0, + "name": "KeyBindingTrigger", + "fullName": "IgniteUI.Blazor.Controls.KeyBindingTrigger", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.KeyBindingTrigger.Keydown", + "id": 0, + "name": "Keydown", + "fullName": "IgniteUI.Blazor.Controls.KeyBindingTrigger.Keydown", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "KeyBindingTrigger", + "fullTypeName": "IgniteUI.Blazor.Controls.KeyBindingTrigger" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.KeyBindingTrigger.KeydownRepeat", + "id": 0, + "name": "KeydownRepeat", + "fullName": "IgniteUI.Blazor.Controls.KeyBindingTrigger.KeydownRepeat", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "KeyBindingTrigger", + "fullTypeName": "IgniteUI.Blazor.Controls.KeyBindingTrigger" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.KeyBindingTrigger.Keyup", + "id": 0, + "name": "Keyup", + "fullName": "IgniteUI.Blazor.Controls.KeyBindingTrigger.Keyup", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "KeyBindingTrigger", + "fullTypeName": "IgniteUI.Blazor.Controls.KeyBindingTrigger" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.KeyBindingTrigger.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.KeyBindingTrigger.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.LabelsPosition", + "id": 0, + "name": "LabelsPosition", + "fullName": "IgniteUI.Blazor.Controls.LabelsPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.LabelsPosition.BestFit", + "id": 0, + "name": "BestFit", + "fullName": "IgniteUI.Blazor.Controls.LabelsPosition.BestFit", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LabelsPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.LabelsPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LabelsPosition.Center", + "id": 0, + "name": "Center", + "fullName": "IgniteUI.Blazor.Controls.LabelsPosition.Center", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LabelsPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.LabelsPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LabelsPosition.InsideEnd", + "id": 0, + "name": "InsideEnd", + "fullName": "IgniteUI.Blazor.Controls.LabelsPosition.InsideEnd", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LabelsPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.LabelsPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LabelsPosition.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.LabelsPosition.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LabelsPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.LabelsPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LabelsPosition.OutsideEnd", + "id": 0, + "name": "OutsideEnd", + "fullName": "IgniteUI.Blazor.Controls.LabelsPosition.OutsideEnd", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LabelsPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.LabelsPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LabelsPosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.LabelsPosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.LayoutAction", + "id": 0, + "name": "LayoutAction", + "fullName": "IgniteUI.Blazor.Controls.LayoutAction", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.LayoutAction.Filtered", + "id": 0, + "name": "Filtered", + "fullName": "IgniteUI.Blazor.Controls.LayoutAction.Filtered", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LayoutAction", + "fullTypeName": "IgniteUI.Blazor.Controls.LayoutAction" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LayoutAction.Grouped", + "id": 0, + "name": "Grouped", + "fullName": "IgniteUI.Blazor.Controls.LayoutAction.Grouped", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LayoutAction", + "fullTypeName": "IgniteUI.Blazor.Controls.LayoutAction" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LayoutAction.Hidden", + "id": 0, + "name": "Hidden", + "fullName": "IgniteUI.Blazor.Controls.LayoutAction.Hidden", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LayoutAction", + "fullTypeName": "IgniteUI.Blazor.Controls.LayoutAction" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LayoutAction.Moved", + "id": 0, + "name": "Moved", + "fullName": "IgniteUI.Blazor.Controls.LayoutAction.Moved", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LayoutAction", + "fullTypeName": "IgniteUI.Blazor.Controls.LayoutAction" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LayoutAction.Pinned", + "id": 0, + "name": "Pinned", + "fullName": "IgniteUI.Blazor.Controls.LayoutAction.Pinned", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LayoutAction", + "fullTypeName": "IgniteUI.Blazor.Controls.LayoutAction" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LayoutAction.Resized", + "id": 0, + "name": "Resized", + "fullName": "IgniteUI.Blazor.Controls.LayoutAction.Resized", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LayoutAction", + "fullTypeName": "IgniteUI.Blazor.Controls.LayoutAction" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LayoutAction.Sorted", + "id": 0, + "name": "Sorted", + "fullName": "IgniteUI.Blazor.Controls.LayoutAction.Sorted", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LayoutAction", + "fullTypeName": "IgniteUI.Blazor.Controls.LayoutAction" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LayoutAction.Summed", + "id": 0, + "name": "Summed", + "fullName": "IgniteUI.Blazor.Controls.LayoutAction.Summed", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LayoutAction", + "fullTypeName": "IgniteUI.Blazor.Controls.LayoutAction" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LayoutAction.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.LayoutAction.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.LeaderLineType", + "id": 0, + "name": "LeaderLineType", + "fullName": "IgniteUI.Blazor.Controls.LeaderLineType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.LeaderLineType.Arc", + "id": 0, + "name": "Arc", + "fullName": "IgniteUI.Blazor.Controls.LeaderLineType.Arc", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LeaderLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.LeaderLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LeaderLineType.Spline", + "id": 0, + "name": "Spline", + "fullName": "IgniteUI.Blazor.Controls.LeaderLineType.Spline", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LeaderLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.LeaderLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LeaderLineType.Straight", + "id": 0, + "name": "Straight", + "fullName": "IgniteUI.Blazor.Controls.LeaderLineType.Straight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LeaderLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.LeaderLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LeaderLineType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.LeaderLineType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendContext", + "id": 0, + "name": "LegendContext", + "fullName": "IgniteUI.Blazor.Controls.LegendContext", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [] + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendEmptyValuesMode", + "id": 0, + "name": "LegendEmptyValuesMode", + "fullName": "IgniteUI.Blazor.Controls.LegendEmptyValuesMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.LegendEmptyValuesMode.AlwaysHidden", + "id": 0, + "name": "AlwaysHidden", + "fullName": "IgniteUI.Blazor.Controls.LegendEmptyValuesMode.AlwaysHidden", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendEmptyValuesMode", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendEmptyValuesMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendEmptyValuesMode.AlwaysVisible", + "id": 0, + "name": "AlwaysVisible", + "fullName": "IgniteUI.Blazor.Controls.LegendEmptyValuesMode.AlwaysVisible", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendEmptyValuesMode", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendEmptyValuesMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendEmptyValuesMode.ShowWhenNoOthersCategory", + "id": 0, + "name": "ShowWhenNoOthersCategory", + "fullName": "IgniteUI.Blazor.Controls.LegendEmptyValuesMode.ShowWhenNoOthersCategory", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendEmptyValuesMode", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendEmptyValuesMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendEmptyValuesMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.LegendEmptyValuesMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendHighlightingMode", + "id": 0, + "name": "LegendHighlightingMode", + "fullName": "IgniteUI.Blazor.Controls.LegendHighlightingMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.LegendHighlightingMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.LegendHighlightingMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendHighlightingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendHighlightingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendHighlightingMode.MatchSeries", + "id": 0, + "name": "MatchSeries", + "fullName": "IgniteUI.Blazor.Controls.LegendHighlightingMode.MatchSeries", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendHighlightingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendHighlightingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendHighlightingMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.LegendHighlightingMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendHighlightingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendHighlightingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendHighlightingMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.LegendHighlightingMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendItemBadgeMode", + "id": 0, + "name": "LegendItemBadgeMode", + "fullName": "IgniteUI.Blazor.Controls.LegendItemBadgeMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.LegendItemBadgeMode.MatchSeries", + "id": 0, + "name": "MatchSeries", + "fullName": "IgniteUI.Blazor.Controls.LegendItemBadgeMode.MatchSeries", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendItemBadgeMode.Simplified", + "id": 0, + "name": "Simplified", + "fullName": "IgniteUI.Blazor.Controls.LegendItemBadgeMode.Simplified", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendItemBadgeMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.LegendItemBadgeMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendItemBadgeShape", + "id": 0, + "name": "LegendItemBadgeShape", + "fullName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.LegendItemBadgeShape.Automatic", + "id": 0, + "name": "Automatic", + "fullName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape.Automatic", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendItemBadgeShape.Bar", + "id": 0, + "name": "Bar", + "fullName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape.Bar", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendItemBadgeShape.Circle", + "id": 0, + "name": "Circle", + "fullName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape.Circle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendItemBadgeShape.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape.Column", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendItemBadgeShape.Hidden", + "id": 0, + "name": "Hidden", + "fullName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape.Hidden", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendItemBadgeShape.Line", + "id": 0, + "name": "Line", + "fullName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape.Line", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendItemBadgeShape.Marker", + "id": 0, + "name": "Marker", + "fullName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape.Marker", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendItemBadgeShape.Square", + "id": 0, + "name": "Square", + "fullName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape.Square", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendItemBadgeShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendItemBadgeShape.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.LegendItemBadgeShape.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendLabelFormatSpecifiers", + "id": 0, + "name": "LegendLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.LegendLabelFormatSpecifiers", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.LegendLabelFormatSpecifiers.#ctor", + "id": 0, + "name": "LegendLabelFormatSpecifiers()", + "fullName": "IgniteUI.Blazor.Controls.LegendLabelFormatSpecifiers.LegendLabelFormatSpecifiers()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendLabelFormatSpecifiers.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.LegendLabelFormatSpecifiers.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendLabelFormatSpecifiers.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.LegendLabelFormatSpecifiers.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendLabelFormatSpecifiers.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.LegendLabelFormatSpecifiers.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendLabelFormatSpecifiers.PieChartBaseParent", + "id": 0, + "name": "PieChartBaseParent", + "fullName": "IgniteUI.Blazor.Controls.LegendLabelFormatSpecifiers.PieChartBaseParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendLabelFormatSpecifiers.RingSeriesBaseParent", + "id": 0, + "name": "RingSeriesBaseParent", + "fullName": "IgniteUI.Blazor.Controls.LegendLabelFormatSpecifiers.RingSeriesBaseParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendOrientation", + "id": 0, + "name": "LegendOrientation", + "fullName": "IgniteUI.Blazor.Controls.LegendOrientation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.LegendOrientation.Horizontal", + "id": 0, + "name": "Horizontal", + "fullName": "IgniteUI.Blazor.Controls.LegendOrientation.Horizontal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendOrientation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.LegendOrientation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendOrientation.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.LegendOrientation.Vertical", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LegendOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.LegendOrientation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendOthersLabelFormatSpecifiers", + "id": 0, + "name": "LegendOthersLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.LegendOthersLabelFormatSpecifiers", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.LegendOthersLabelFormatSpecifiers.#ctor", + "id": 0, + "name": "LegendOthersLabelFormatSpecifiers()", + "fullName": "IgniteUI.Blazor.Controls.LegendOthersLabelFormatSpecifiers.LegendOthersLabelFormatSpecifiers()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendOthersLabelFormatSpecifiers.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.LegendOthersLabelFormatSpecifiers.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendOthersLabelFormatSpecifiers.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.LegendOthersLabelFormatSpecifiers.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendOthersLabelFormatSpecifiers.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.LegendOthersLabelFormatSpecifiers.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendOthersLabelFormatSpecifiers.PieChartBaseParent", + "id": 0, + "name": "PieChartBaseParent", + "fullName": "IgniteUI.Blazor.Controls.LegendOthersLabelFormatSpecifiers.PieChartBaseParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendOthersLabelFormatSpecifiers.RingSeriesBaseParent", + "id": 0, + "name": "RingSeriesBaseParent", + "fullName": "IgniteUI.Blazor.Controls.LegendOthersLabelFormatSpecifiers.RingSeriesBaseParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendOwner", + "id": 0, + "name": "LegendOwner", + "fullName": "IgniteUI.Blazor.Controls.LegendOwner", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "An owner of a legend." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [] + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendSeries", + "id": 0, + "name": "LegendSeries", + "fullName": "IgniteUI.Blazor.Controls.LegendSeries", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "A series that can display in a legend." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.LegendSeries.ResolveLegendIndex", + "id": 0, + "name": "ResolveLegendIndex()", + "fullName": "IgniteUI.Blazor.Controls.LegendSeries.ResolveLegendIndex()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LegendSeries.ResolveLegendIndexAsync", + "id": 0, + "name": "ResolveLegendIndexAsync()", + "fullName": "IgniteUI.Blazor.Controls.LegendSeries.ResolveLegendIndexAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Returns the index to use in the legend." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Int32>", + "fullTypeName": "System.Threading.Tasks.Task<System.Int32>" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearGradientBrush", + "id": 0, + "name": "LinearGradientBrush", + "fullName": "IgniteUI.Blazor.Controls.LinearGradientBrush", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.Brush", + "id": 0, + "name": "Brush" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.LinearGradientBrush.#ctor", + "id": 0, + "name": "LinearGradientBrush()", + "fullName": "IgniteUI.Blazor.Controls.LinearGradientBrush.LinearGradientBrush()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearGradientBrush.BrushType", + "id": 0, + "name": "BrushType", + "fullName": "IgniteUI.Blazor.Controls.LinearGradientBrush.BrushType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BrushType", + "fullTypeName": "IgniteUI.Blazor.Controls.BrushType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearGradientBrush.EndX", + "id": 0, + "name": "EndX", + "fullName": "IgniteUI.Blazor.Controls.LinearGradientBrush.EndX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearGradientBrush.EndY", + "id": 0, + "name": "EndY", + "fullName": "IgniteUI.Blazor.Controls.LinearGradientBrush.EndY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearGradientBrush.GradientStops", + "id": 0, + "name": "GradientStops", + "fullName": "IgniteUI.Blazor.Controls.LinearGradientBrush.GradientStops", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "List<GradientStop>", + "fullTypeName": "System.Collections.Generic.List<IgniteUI.Blazor.Controls.GradientStop>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearGradientBrush.IsAbsolute", + "id": 0, + "name": "IsAbsolute", + "fullName": "IgniteUI.Blazor.Controls.LinearGradientBrush.IsAbsolute", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearGradientBrush.Serialize(IgniteUI.Blazor.Controls.SerializationContext,System.String)", + "id": 0, + "name": "Serialize(SerializationContext, String)", + "fullName": "IgniteUI.Blazor.Controls.LinearGradientBrush.Serialize(IgniteUI.Blazor.Controls.SerializationContext, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "ct", + "type": "SerializationContext", + "fullTypeName": "IgniteUI.Blazor.Controls.SerializationContext" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearGradientBrush.StartX", + "id": 0, + "name": "StartX", + "fullName": "IgniteUI.Blazor.Controls.LinearGradientBrush.StartX", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearGradientBrush.StartY", + "id": 0, + "name": "StartY", + "fullName": "IgniteUI.Blazor.Controls.LinearGradientBrush.StartY", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearGradientBrush.UseCustomDirection", + "id": 0, + "name": "UseCustomDirection", + "fullName": "IgniteUI.Blazor.Controls.LinearGradientBrush.UseCustomDirection", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearGraphNeedleShape", + "id": 0, + "name": "LinearGraphNeedleShape", + "fullName": "IgniteUI.Blazor.Controls.LinearGraphNeedleShape", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.LinearGraphNeedleShape.Custom", + "id": 0, + "name": "Custom", + "fullName": "IgniteUI.Blazor.Controls.LinearGraphNeedleShape.Custom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LinearGraphNeedleShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LinearGraphNeedleShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearGraphNeedleShape.Needle", + "id": 0, + "name": "Needle", + "fullName": "IgniteUI.Blazor.Controls.LinearGraphNeedleShape.Needle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LinearGraphNeedleShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LinearGraphNeedleShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearGraphNeedleShape.Rectangle", + "id": 0, + "name": "Rectangle", + "fullName": "IgniteUI.Blazor.Controls.LinearGraphNeedleShape.Rectangle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LinearGraphNeedleShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LinearGraphNeedleShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearGraphNeedleShape.Trapezoid", + "id": 0, + "name": "Trapezoid", + "fullName": "IgniteUI.Blazor.Controls.LinearGraphNeedleShape.Trapezoid", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LinearGraphNeedleShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LinearGraphNeedleShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearGraphNeedleShape.Triangle", + "id": 0, + "name": "Triangle", + "fullName": "IgniteUI.Blazor.Controls.LinearGraphNeedleShape.Triangle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LinearGraphNeedleShape", + "fullTypeName": "IgniteUI.Blazor.Controls.LinearGraphNeedleShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearGraphNeedleShape.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.LinearGraphNeedleShape.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign", + "id": 0, + "name": "LinearProgressLabelAlign", + "fullName": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign.Bottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LinearProgressLabelAlign", + "fullTypeName": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign.BottomEnd", + "id": 0, + "name": "BottomEnd", + "fullName": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign.BottomEnd", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LinearProgressLabelAlign", + "fullTypeName": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign.BottomStart", + "id": 0, + "name": "BottomStart", + "fullName": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign.BottomStart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LinearProgressLabelAlign", + "fullTypeName": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign.Top", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LinearProgressLabelAlign", + "fullTypeName": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign.TopEnd", + "id": 0, + "name": "TopEnd", + "fullName": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign.TopEnd", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LinearProgressLabelAlign", + "fullTypeName": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign.TopStart", + "id": 0, + "name": "TopStart", + "fullName": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign.TopStart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LinearProgressLabelAlign", + "fullTypeName": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.LinearProgressLabelAlign.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearScaleOrientation", + "id": 0, + "name": "LinearScaleOrientation", + "fullName": "IgniteUI.Blazor.Controls.LinearScaleOrientation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.LinearScaleOrientation.Horizontal", + "id": 0, + "name": "Horizontal", + "fullName": "IgniteUI.Blazor.Controls.LinearScaleOrientation.Horizontal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LinearScaleOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.LinearScaleOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearScaleOrientation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.LinearScaleOrientation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LinearScaleOrientation.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.LinearScaleOrientation.Vertical", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "LinearScaleOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.LinearScaleOrientation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ListPanelActivationMode", + "id": 0, + "name": "ListPanelActivationMode", + "fullName": "IgniteUI.Blazor.Controls.ListPanelActivationMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ListPanelActivationMode.Cell", + "id": 0, + "name": "Cell", + "fullName": "IgniteUI.Blazor.Controls.ListPanelActivationMode.Cell", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ListPanelActivationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ListPanelActivationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ListPanelActivationMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.ListPanelActivationMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ListPanelActivationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ListPanelActivationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ListPanelActivationMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ListPanelActivationMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ListPanelOrientation", + "id": 0, + "name": "ListPanelOrientation", + "fullName": "IgniteUI.Blazor.Controls.ListPanelOrientation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ListPanelOrientation.Horizontal", + "id": 0, + "name": "Horizontal", + "fullName": "IgniteUI.Blazor.Controls.ListPanelOrientation.Horizontal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ListPanelOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ListPanelOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ListPanelOrientation.HorizontalWrapped", + "id": 0, + "name": "HorizontalWrapped", + "fullName": "IgniteUI.Blazor.Controls.ListPanelOrientation.HorizontalWrapped", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ListPanelOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ListPanelOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ListPanelOrientation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ListPanelOrientation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ListPanelOrientation.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.ListPanelOrientation.Vertical", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ListPanelOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ListPanelOrientation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ListPanelSelectionBehavior", + "id": 0, + "name": "ListPanelSelectionBehavior", + "fullName": "IgniteUI.Blazor.Controls.ListPanelSelectionBehavior", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ListPanelSelectionBehavior.ModifierBased", + "id": 0, + "name": "ModifierBased", + "fullName": "IgniteUI.Blazor.Controls.ListPanelSelectionBehavior.ModifierBased", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ListPanelSelectionBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ListPanelSelectionBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ListPanelSelectionBehavior.Toggle", + "id": 0, + "name": "Toggle", + "fullName": "IgniteUI.Blazor.Controls.ListPanelSelectionBehavior.Toggle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ListPanelSelectionBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.ListPanelSelectionBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ListPanelSelectionBehavior.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ListPanelSelectionBehavior.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ListPanelSelectionMode", + "id": 0, + "name": "ListPanelSelectionMode", + "fullName": "IgniteUI.Blazor.Controls.ListPanelSelectionMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ListPanelSelectionMode.MultipleRow", + "id": 0, + "name": "MultipleRow", + "fullName": "IgniteUI.Blazor.Controls.ListPanelSelectionMode.MultipleRow", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ListPanelSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ListPanelSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ListPanelSelectionMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.ListPanelSelectionMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ListPanelSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ListPanelSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ListPanelSelectionMode.SingleRow", + "id": 0, + "name": "SingleRow", + "fullName": "IgniteUI.Blazor.Controls.ListPanelSelectionMode.SingleRow", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ListPanelSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ListPanelSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ListPanelSelectionMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ListPanelSelectionMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ListSortDirection", + "id": 0, + "name": "ListSortDirection", + "fullName": "IgniteUI.Blazor.Controls.ListSortDirection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ListSortDirection.Ascending", + "id": 0, + "name": "Ascending", + "fullName": "IgniteUI.Blazor.Controls.ListSortDirection.Ascending", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ListSortDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.ListSortDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ListSortDirection.Descending", + "id": 0, + "name": "Descending", + "fullName": "IgniteUI.Blazor.Controls.ListSortDirection.Descending", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ListSortDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.ListSortDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ListSortDirection.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ListSortDirection.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.LocalJson", + "id": 0, + "name": "LocalJson", + "fullName": "IgniteUI.Blazor.Controls.LocalJson", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.LocalJson.#ctor(System.String)", + "id": 0, + "name": "LocalJson(String)", + "fullName": "IgniteUI.Blazor.Controls.LocalJson.LocalJson(System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "json", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LocalJson.From(System.String)", + "id": 0, + "name": "From(String)", + "fullName": "IgniteUI.Blazor.Controls.LocalJson.From(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "json", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "LocalJson", + "fullTypeName": "IgniteUI.Blazor.Controls.LocalJson" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.LocalJson.Json", + "id": 0, + "name": "Json", + "fullName": "IgniteUI.Blazor.Controls.LocalJson.Json", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.MapBackgroundTilingMode", + "id": 0, + "name": "MapBackgroundTilingMode", + "fullName": "IgniteUI.Blazor.Controls.MapBackgroundTilingMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.MapBackgroundTilingMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.MapBackgroundTilingMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MapBackgroundTilingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MapBackgroundTilingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MapBackgroundTilingMode.NonWrapped", + "id": 0, + "name": "NonWrapped", + "fullName": "IgniteUI.Blazor.Controls.MapBackgroundTilingMode.NonWrapped", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MapBackgroundTilingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MapBackgroundTilingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MapBackgroundTilingMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.MapBackgroundTilingMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MapBackgroundTilingMode.Wrapped", + "id": 0, + "name": "Wrapped", + "fullName": "IgniteUI.Blazor.Controls.MapBackgroundTilingMode.Wrapped", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MapBackgroundTilingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MapBackgroundTilingMode" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.MapResizeBehavior", + "id": 0, + "name": "MapResizeBehavior", + "fullName": "IgniteUI.Blazor.Controls.MapResizeBehavior", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.MapResizeBehavior.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.MapResizeBehavior.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MapResizeBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.MapResizeBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MapResizeBehavior.MaintainCenterPosition", + "id": 0, + "name": "MaintainCenterPosition", + "fullName": "IgniteUI.Blazor.Controls.MapResizeBehavior.MaintainCenterPosition", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MapResizeBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.MapResizeBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MapResizeBehavior.MaintainTopLeftPosition", + "id": 0, + "name": "MaintainTopLeftPosition", + "fullName": "IgniteUI.Blazor.Controls.MapResizeBehavior.MaintainTopLeftPosition", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MapResizeBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.MapResizeBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MapResizeBehavior.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.MapResizeBehavior.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior", + "id": 0, + "name": "MarkerAutomaticBehavior", + "fullName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Circle", + "id": 0, + "name": "Circle", + "fullName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Circle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerAutomaticBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.CircleSmart", + "id": 0, + "name": "CircleSmart", + "fullName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.CircleSmart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerAutomaticBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Diamond", + "id": 0, + "name": "Diamond", + "fullName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Diamond", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerAutomaticBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Hexagon", + "id": 0, + "name": "Hexagon", + "fullName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Hexagon", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerAutomaticBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Hexagram", + "id": 0, + "name": "Hexagram", + "fullName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Hexagram", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerAutomaticBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Indexed", + "id": 0, + "name": "Indexed", + "fullName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Indexed", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerAutomaticBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerAutomaticBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Pentagon", + "id": 0, + "name": "Pentagon", + "fullName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Pentagon", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerAutomaticBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Pentagram", + "id": 0, + "name": "Pentagram", + "fullName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Pentagram", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerAutomaticBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Pyramid", + "id": 0, + "name": "Pyramid", + "fullName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Pyramid", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerAutomaticBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.SmartIndexed", + "id": 0, + "name": "SmartIndexed", + "fullName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.SmartIndexed", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerAutomaticBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Square", + "id": 0, + "name": "Square", + "fullName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Square", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerAutomaticBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Tetragram", + "id": 0, + "name": "Tetragram", + "fullName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Tetragram", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerAutomaticBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Triangle", + "id": 0, + "name": "Triangle", + "fullName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.Triangle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerAutomaticBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.MarkerAutomaticBehavior.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerFillMode", + "id": 0, + "name": "MarkerFillMode", + "fullName": "IgniteUI.Blazor.Controls.MarkerFillMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.MarkerFillMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.MarkerFillMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerFillMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerFillMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerFillMode.MatchMarkerOutline", + "id": 0, + "name": "MatchMarkerOutline", + "fullName": "IgniteUI.Blazor.Controls.MarkerFillMode.MatchMarkerOutline", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerFillMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerFillMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerFillMode.Normal", + "id": 0, + "name": "Normal", + "fullName": "IgniteUI.Blazor.Controls.MarkerFillMode.Normal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerFillMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerFillMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerFillMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.MarkerFillMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerOutlineMode", + "id": 0, + "name": "MarkerOutlineMode", + "fullName": "IgniteUI.Blazor.Controls.MarkerOutlineMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.MarkerOutlineMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.MarkerOutlineMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerOutlineMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerOutlineMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerOutlineMode.MatchMarkerBrush", + "id": 0, + "name": "MatchMarkerBrush", + "fullName": "IgniteUI.Blazor.Controls.MarkerOutlineMode.MatchMarkerBrush", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerOutlineMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerOutlineMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerOutlineMode.Normal", + "id": 0, + "name": "Normal", + "fullName": "IgniteUI.Blazor.Controls.MarkerOutlineMode.Normal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerOutlineMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerOutlineMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerOutlineMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.MarkerOutlineMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerType", + "id": 0, + "name": "MarkerType", + "fullName": "IgniteUI.Blazor.Controls.MarkerType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.MarkerType.Automatic", + "id": 0, + "name": "Automatic", + "fullName": "IgniteUI.Blazor.Controls.MarkerType.Automatic", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerType.Circle", + "id": 0, + "name": "Circle", + "fullName": "IgniteUI.Blazor.Controls.MarkerType.Circle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerType.Diamond", + "id": 0, + "name": "Diamond", + "fullName": "IgniteUI.Blazor.Controls.MarkerType.Diamond", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerType.Hexagon", + "id": 0, + "name": "Hexagon", + "fullName": "IgniteUI.Blazor.Controls.MarkerType.Hexagon", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerType.Hexagram", + "id": 0, + "name": "Hexagram", + "fullName": "IgniteUI.Blazor.Controls.MarkerType.Hexagram", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerType.Hidden", + "id": 0, + "name": "Hidden", + "fullName": "IgniteUI.Blazor.Controls.MarkerType.Hidden", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerType.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.MarkerType.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerType.Pentagon", + "id": 0, + "name": "Pentagon", + "fullName": "IgniteUI.Blazor.Controls.MarkerType.Pentagon", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerType.Pentagram", + "id": 0, + "name": "Pentagram", + "fullName": "IgniteUI.Blazor.Controls.MarkerType.Pentagram", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerType.Pyramid", + "id": 0, + "name": "Pyramid", + "fullName": "IgniteUI.Blazor.Controls.MarkerType.Pyramid", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerType.Square", + "id": 0, + "name": "Square", + "fullName": "IgniteUI.Blazor.Controls.MarkerType.Square", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerType.Tetragram", + "id": 0, + "name": "Tetragram", + "fullName": "IgniteUI.Blazor.Controls.MarkerType.Tetragram", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerType.Triangle", + "id": 0, + "name": "Triangle", + "fullName": "IgniteUI.Blazor.Controls.MarkerType.Triangle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerType.Unset", + "id": 0, + "name": "Unset", + "fullName": "IgniteUI.Blazor.Controls.MarkerType.Unset", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MarkerType", + "fullTypeName": "IgniteUI.Blazor.Controls.MarkerType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MarkerType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.MarkerType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.MarshalByValueFactory", + "id": 0, + "name": "MarshalByValueFactory", + "fullName": "IgniteUI.Blazor.Controls.MarshalByValueFactory", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.MarshalByValueFactory.#ctor", + "id": 0, + "name": "MarshalByValueFactory()", + "fullName": "IgniteUI.Blazor.Controls.MarshalByValueFactory.MarshalByValueFactory()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.MaskInputValueMode", + "id": 0, + "name": "MaskInputValueMode", + "fullName": "IgniteUI.Blazor.Controls.MaskInputValueMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.MaskInputValueMode.Raw", + "id": 0, + "name": "Raw", + "fullName": "IgniteUI.Blazor.Controls.MaskInputValueMode.Raw", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MaskInputValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MaskInputValueMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MaskInputValueMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.MaskInputValueMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MaskInputValueMode.WithFormatting", + "id": 0, + "name": "WithFormatting", + "fullName": "IgniteUI.Blazor.Controls.MaskInputValueMode.WithFormatting", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MaskInputValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MaskInputValueMode" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.MergedCellEvaluationCriteria", + "id": 0, + "name": "MergedCellEvaluationCriteria", + "fullName": "IgniteUI.Blazor.Controls.MergedCellEvaluationCriteria", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.MergedCellEvaluationCriteria.Default", + "id": 0, + "name": "Default", + "fullName": "IgniteUI.Blazor.Controls.MergedCellEvaluationCriteria.Default", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MergedCellEvaluationCriteria", + "fullTypeName": "IgniteUI.Blazor.Controls.MergedCellEvaluationCriteria" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MergedCellEvaluationCriteria.FormattedText", + "id": 0, + "name": "FormattedText", + "fullName": "IgniteUI.Blazor.Controls.MergedCellEvaluationCriteria.FormattedText", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MergedCellEvaluationCriteria", + "fullTypeName": "IgniteUI.Blazor.Controls.MergedCellEvaluationCriteria" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MergedCellEvaluationCriteria.RawValue", + "id": 0, + "name": "RawValue", + "fullName": "IgniteUI.Blazor.Controls.MergedCellEvaluationCriteria.RawValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MergedCellEvaluationCriteria", + "fullTypeName": "IgniteUI.Blazor.Controls.MergedCellEvaluationCriteria" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MergedCellEvaluationCriteria.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.MergedCellEvaluationCriteria.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.MergedCellMode", + "id": 0, + "name": "MergedCellMode", + "fullName": "IgniteUI.Blazor.Controls.MergedCellMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.MergedCellMode.Always", + "id": 0, + "name": "Always", + "fullName": "IgniteUI.Blazor.Controls.MergedCellMode.Always", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MergedCellMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MergedCellMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MergedCellMode.Default", + "id": 0, + "name": "Default", + "fullName": "IgniteUI.Blazor.Controls.MergedCellMode.Default", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MergedCellMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MergedCellMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MergedCellMode.Never", + "id": 0, + "name": "Never", + "fullName": "IgniteUI.Blazor.Controls.MergedCellMode.Never", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MergedCellMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MergedCellMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MergedCellMode.OnlyWhenSorted", + "id": 0, + "name": "OnlyWhenSorted", + "fullName": "IgniteUI.Blazor.Controls.MergedCellMode.OnlyWhenSorted", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MergedCellMode", + "fullTypeName": "IgniteUI.Blazor.Controls.MergedCellMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MergedCellMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.MergedCellMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ModifierKeys", + "id": 0, + "name": "ModifierKeys", + "fullName": "IgniteUI.Blazor.Controls.ModifierKeys", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ModifierKeys.Alt", + "id": 0, + "name": "Alt", + "fullName": "IgniteUI.Blazor.Controls.ModifierKeys.Alt", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ModifierKeys", + "fullTypeName": "IgniteUI.Blazor.Controls.ModifierKeys" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ModifierKeys.Apple", + "id": 0, + "name": "Apple", + "fullName": "IgniteUI.Blazor.Controls.ModifierKeys.Apple", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ModifierKeys", + "fullTypeName": "IgniteUI.Blazor.Controls.ModifierKeys" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ModifierKeys.Control", + "id": 0, + "name": "Control", + "fullName": "IgniteUI.Blazor.Controls.ModifierKeys.Control", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ModifierKeys", + "fullTypeName": "IgniteUI.Blazor.Controls.ModifierKeys" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ModifierKeys.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.ModifierKeys.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ModifierKeys", + "fullTypeName": "IgniteUI.Blazor.Controls.ModifierKeys" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ModifierKeys.Shift", + "id": 0, + "name": "Shift", + "fullName": "IgniteUI.Blazor.Controls.ModifierKeys.Shift", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ModifierKeys", + "fullTypeName": "IgniteUI.Blazor.Controls.ModifierKeys" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ModifierKeys.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ModifierKeys.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ModifierKeys.Windows", + "id": 0, + "name": "Windows", + "fullName": "IgniteUI.Blazor.Controls.ModifierKeys.Windows", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ModifierKeys", + "fullTypeName": "IgniteUI.Blazor.Controls.ModifierKeys" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ModuleLoader", + "id": 0, + "name": "ModuleLoader", + "fullName": "IgniteUI.Blazor.Controls.ModuleLoader", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ModuleLoader.#ctor", + "id": 0, + "name": "ModuleLoader()", + "fullName": "IgniteUI.Blazor.Controls.ModuleLoader.ModuleLoader()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ModuleLoader.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor,System.String)", + "id": 0, + "name": "IsLoadRequested(IIgniteUIBlazor, String)", + "fullName": "IgniteUI.Blazor.Controls.ModuleLoader.IsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + }, + { + "name": "moduleName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ModuleLoader.Load(IgniteUI.Blazor.Controls.IIgniteUIBlazor,System.String)", + "id": 0, + "name": "Load(IIgniteUIBlazor, String)", + "fullName": "IgniteUI.Blazor.Controls.ModuleLoader.Load(IgniteUI.Blazor.Controls.IIgniteUIBlazor, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + }, + { + "name": "moduleName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ModuleLoader.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor,System.String)", + "id": 0, + "name": "MarkIsLoadRequested(IIgniteUIBlazor, String)", + "fullName": "IgniteUI.Blazor.Controls.ModuleLoader.MarkIsLoadRequested(IgniteUI.Blazor.Controls.IIgniteUIBlazor, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "runtime", + "type": "IIgniteUIBlazor", + "fullTypeName": "IgniteUI.Blazor.Controls.IIgniteUIBlazor" + }, + { + "name": "moduleName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.MouseButton", + "id": 0, + "name": "MouseButton", + "fullName": "IgniteUI.Blazor.Controls.MouseButton", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.MouseButton.Left", + "id": 0, + "name": "Left", + "fullName": "IgniteUI.Blazor.Controls.MouseButton.Left", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MouseButton", + "fullTypeName": "IgniteUI.Blazor.Controls.MouseButton" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MouseButton.Middle", + "id": 0, + "name": "Middle", + "fullName": "IgniteUI.Blazor.Controls.MouseButton.Middle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MouseButton", + "fullTypeName": "IgniteUI.Blazor.Controls.MouseButton" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MouseButton.Right", + "id": 0, + "name": "Right", + "fullName": "IgniteUI.Blazor.Controls.MouseButton.Right", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MouseButton", + "fullTypeName": "IgniteUI.Blazor.Controls.MouseButton" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MouseButton.Unkown", + "id": 0, + "name": "Unkown", + "fullName": "IgniteUI.Blazor.Controls.MouseButton.Unkown", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MouseButton", + "fullTypeName": "IgniteUI.Blazor.Controls.MouseButton" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MouseButton.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.MouseButton.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.MultiColumnComboBoxSelectedItemChangeType", + "id": 0, + "name": "MultiColumnComboBoxSelectedItemChangeType", + "fullName": "IgniteUI.Blazor.Controls.MultiColumnComboBoxSelectedItemChangeType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.MultiColumnComboBoxSelectedItemChangeType.Row", + "id": 0, + "name": "Row", + "fullName": "IgniteUI.Blazor.Controls.MultiColumnComboBoxSelectedItemChangeType.Row", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MultiColumnComboBoxSelectedItemChangeType", + "fullTypeName": "IgniteUI.Blazor.Controls.MultiColumnComboBoxSelectedItemChangeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MultiColumnComboBoxSelectedItemChangeType.Text", + "id": 0, + "name": "Text", + "fullName": "IgniteUI.Blazor.Controls.MultiColumnComboBoxSelectedItemChangeType.Text", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MultiColumnComboBoxSelectedItemChangeType", + "fullTypeName": "IgniteUI.Blazor.Controls.MultiColumnComboBoxSelectedItemChangeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MultiColumnComboBoxSelectedItemChangeType.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.MultiColumnComboBoxSelectedItemChangeType.Value", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MultiColumnComboBoxSelectedItemChangeType", + "fullTypeName": "IgniteUI.Blazor.Controls.MultiColumnComboBoxSelectedItemChangeType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MultiColumnComboBoxSelectedItemChangeType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.MultiColumnComboBoxSelectedItemChangeType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.MultiSliderOrientation", + "id": 0, + "name": "MultiSliderOrientation", + "fullName": "IgniteUI.Blazor.Controls.MultiSliderOrientation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.MultiSliderOrientation.Horizontal", + "id": 0, + "name": "Horizontal", + "fullName": "IgniteUI.Blazor.Controls.MultiSliderOrientation.Horizontal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MultiSliderOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.MultiSliderOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MultiSliderOrientation.TwoDimensional", + "id": 0, + "name": "TwoDimensional", + "fullName": "IgniteUI.Blazor.Controls.MultiSliderOrientation.TwoDimensional", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MultiSliderOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.MultiSliderOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MultiSliderOrientation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.MultiSliderOrientation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MultiSliderOrientation.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.MultiSliderOrientation.Vertical", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MultiSliderOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.MultiSliderOrientation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.MultiSliderThumbRangePosition", + "id": 0, + "name": "MultiSliderThumbRangePosition", + "fullName": "IgniteUI.Blazor.Controls.MultiSliderThumbRangePosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.MultiSliderThumbRangePosition.PinnedHigher", + "id": 0, + "name": "PinnedHigher", + "fullName": "IgniteUI.Blazor.Controls.MultiSliderThumbRangePosition.PinnedHigher", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MultiSliderThumbRangePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.MultiSliderThumbRangePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MultiSliderThumbRangePosition.PinnedLower", + "id": 0, + "name": "PinnedLower", + "fullName": "IgniteUI.Blazor.Controls.MultiSliderThumbRangePosition.PinnedLower", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "MultiSliderThumbRangePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.MultiSliderThumbRangePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.MultiSliderThumbRangePosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.MultiSliderThumbRangePosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.NavDrawerPosition", + "id": 0, + "name": "NavDrawerPosition", + "fullName": "IgniteUI.Blazor.Controls.NavDrawerPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.NavDrawerPosition.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.NavDrawerPosition.Bottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "NavDrawerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.NavDrawerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.NavDrawerPosition.End", + "id": 0, + "name": "End", + "fullName": "IgniteUI.Blazor.Controls.NavDrawerPosition.End", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "NavDrawerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.NavDrawerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.NavDrawerPosition.Relative", + "id": 0, + "name": "Relative", + "fullName": "IgniteUI.Blazor.Controls.NavDrawerPosition.Relative", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "NavDrawerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.NavDrawerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.NavDrawerPosition.Start", + "id": 0, + "name": "Start", + "fullName": "IgniteUI.Blazor.Controls.NavDrawerPosition.Start", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "NavDrawerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.NavDrawerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.NavDrawerPosition.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.NavDrawerPosition.Top", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "NavDrawerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.NavDrawerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.NavDrawerPosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.NavDrawerPosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.NestedActionMode", + "id": 0, + "name": "NestedActionMode", + "fullName": "IgniteUI.Blazor.Controls.NestedActionMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.NestedActionMode.Replace", + "id": 0, + "name": "Replace", + "fullName": "IgniteUI.Blazor.Controls.NestedActionMode.Replace", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "NestedActionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.NestedActionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.NestedActionMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.NestedActionMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.NumericScaleMode", + "id": 0, + "name": "NumericScaleMode", + "fullName": "IgniteUI.Blazor.Controls.NumericScaleMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.NumericScaleMode.Linear", + "id": 0, + "name": "Linear", + "fullName": "IgniteUI.Blazor.Controls.NumericScaleMode.Linear", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "NumericScaleMode", + "fullTypeName": "IgniteUI.Blazor.Controls.NumericScaleMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.NumericScaleMode.Logarithmic", + "id": 0, + "name": "Logarithmic", + "fullName": "IgniteUI.Blazor.Controls.NumericScaleMode.Logarithmic", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "NumericScaleMode", + "fullTypeName": "IgniteUI.Blazor.Controls.NumericScaleMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.NumericScaleMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.NumericScaleMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.OthersCategoryType", + "id": 0, + "name": "OthersCategoryType", + "fullName": "IgniteUI.Blazor.Controls.OthersCategoryType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.OthersCategoryType.Number", + "id": 0, + "name": "Number", + "fullName": "IgniteUI.Blazor.Controls.OthersCategoryType.Number", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OthersCategoryType", + "fullTypeName": "IgniteUI.Blazor.Controls.OthersCategoryType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OthersCategoryType.Percent", + "id": 0, + "name": "Percent", + "fullName": "IgniteUI.Blazor.Controls.OthersCategoryType.Percent", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OthersCategoryType", + "fullTypeName": "IgniteUI.Blazor.Controls.OthersCategoryType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OthersCategoryType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.OthersCategoryType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.OthersLabelFormatSpecifiers", + "id": 0, + "name": "OthersLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.OthersLabelFormatSpecifiers", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.OthersLabelFormatSpecifiers.#ctor", + "id": 0, + "name": "OthersLabelFormatSpecifiers()", + "fullName": "IgniteUI.Blazor.Controls.OthersLabelFormatSpecifiers.OthersLabelFormatSpecifiers()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OthersLabelFormatSpecifiers.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.OthersLabelFormatSpecifiers.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OthersLabelFormatSpecifiers.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.OthersLabelFormatSpecifiers.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OthersLabelFormatSpecifiers.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.OthersLabelFormatSpecifiers.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OthersLabelFormatSpecifiers.PieChartBaseParent", + "id": 0, + "name": "PieChartBaseParent", + "fullName": "IgniteUI.Blazor.Controls.OthersLabelFormatSpecifiers.PieChartBaseParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OthersLabelFormatSpecifiers.RingSeriesBaseParent", + "id": 0, + "name": "RingSeriesBaseParent", + "fullName": "IgniteUI.Blazor.Controls.OthersLabelFormatSpecifiers.RingSeriesBaseParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererElement", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererElement" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.OuterLabelAlignment", + "id": 0, + "name": "OuterLabelAlignment", + "fullName": "IgniteUI.Blazor.Controls.OuterLabelAlignment", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.OuterLabelAlignment.Left", + "id": 0, + "name": "Left", + "fullName": "IgniteUI.Blazor.Controls.OuterLabelAlignment.Left", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OuterLabelAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.OuterLabelAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OuterLabelAlignment.Right", + "id": 0, + "name": "Right", + "fullName": "IgniteUI.Blazor.Controls.OuterLabelAlignment.Right", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OuterLabelAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.OuterLabelAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OuterLabelAlignment.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.OuterLabelAlignment.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation", + "id": 0, + "name": "OverlayTextLocation", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation.Hidden", + "id": 0, + "name": "Hidden", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation.Hidden", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation.InsideBottomCenter", + "id": 0, + "name": "InsideBottomCenter", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation.InsideBottomCenter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation.InsideBottomLeft", + "id": 0, + "name": "InsideBottomLeft", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation.InsideBottomLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation.InsideBottomRight", + "id": 0, + "name": "InsideBottomRight", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation.InsideBottomRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation.InsideMiddleCenter", + "id": 0, + "name": "InsideMiddleCenter", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation.InsideMiddleCenter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation.InsideMiddleLeft", + "id": 0, + "name": "InsideMiddleLeft", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation.InsideMiddleLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation.InsideMiddleRight", + "id": 0, + "name": "InsideMiddleRight", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation.InsideMiddleRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation.InsideTopCenter", + "id": 0, + "name": "InsideTopCenter", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation.InsideTopCenter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation.InsideTopLeft", + "id": 0, + "name": "InsideTopLeft", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation.InsideTopLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation.InsideTopRight", + "id": 0, + "name": "InsideTopRight", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation.InsideTopRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation.OutsideBottomCenter", + "id": 0, + "name": "OutsideBottomCenter", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation.OutsideBottomCenter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation.OutsideBottomLeft", + "id": 0, + "name": "OutsideBottomLeft", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation.OutsideBottomLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation.OutsideBottomRight", + "id": 0, + "name": "OutsideBottomRight", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation.OutsideBottomRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation.OutsideMiddleLeft", + "id": 0, + "name": "OutsideMiddleLeft", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation.OutsideMiddleLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation.OutsideMiddleRight", + "id": 0, + "name": "OutsideMiddleRight", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation.OutsideMiddleRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation.OutsideTopCenter", + "id": 0, + "name": "OutsideTopCenter", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation.OutsideTopCenter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation.OutsideTopLeft", + "id": 0, + "name": "OutsideTopLeft", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation.OutsideTopLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation.OutsideTopRight", + "id": 0, + "name": "OutsideTopRight", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation.OutsideTopRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "OverlayTextLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.OverlayTextLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.OverlayTextLocation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.OverlayTextLocation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.PaneActionBehavior", + "id": 0, + "name": "PaneActionBehavior", + "fullName": "IgniteUI.Blazor.Controls.PaneActionBehavior", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.PaneActionBehavior.AllPanes", + "id": 0, + "name": "AllPanes", + "fullName": "IgniteUI.Blazor.Controls.PaneActionBehavior.AllPanes", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PaneActionBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.PaneActionBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PaneActionBehavior.SelectedPane", + "id": 0, + "name": "SelectedPane", + "fullName": "IgniteUI.Blazor.Controls.PaneActionBehavior.SelectedPane", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PaneActionBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.PaneActionBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PaneActionBehavior.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.PaneActionBehavior.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.PaneDragActionType", + "id": 0, + "name": "PaneDragActionType", + "fullName": "IgniteUI.Blazor.Controls.PaneDragActionType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.PaneDragActionType.DockPane", + "id": 0, + "name": "DockPane", + "fullName": "IgniteUI.Blazor.Controls.PaneDragActionType.DockPane", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PaneDragActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.PaneDragActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PaneDragActionType.FloatPane", + "id": 0, + "name": "FloatPane", + "fullName": "IgniteUI.Blazor.Controls.PaneDragActionType.FloatPane", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PaneDragActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.PaneDragActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PaneDragActionType.MoveFloatingPane", + "id": 0, + "name": "MoveFloatingPane", + "fullName": "IgniteUI.Blazor.Controls.PaneDragActionType.MoveFloatingPane", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PaneDragActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.PaneDragActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PaneDragActionType.MoveTab", + "id": 0, + "name": "MoveTab", + "fullName": "IgniteUI.Blazor.Controls.PaneDragActionType.MoveTab", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PaneDragActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.PaneDragActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PaneDragActionType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.PaneDragActionType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.PenLineCap", + "id": 0, + "name": "PenLineCap", + "fullName": "IgniteUI.Blazor.Controls.PenLineCap", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.PenLineCap.Flat", + "id": 0, + "name": "Flat", + "fullName": "IgniteUI.Blazor.Controls.PenLineCap.Flat", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PenLineCap", + "fullTypeName": "IgniteUI.Blazor.Controls.PenLineCap" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PenLineCap.Round", + "id": 0, + "name": "Round", + "fullName": "IgniteUI.Blazor.Controls.PenLineCap.Round", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PenLineCap", + "fullTypeName": "IgniteUI.Blazor.Controls.PenLineCap" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PenLineCap.Square", + "id": 0, + "name": "Square", + "fullName": "IgniteUI.Blazor.Controls.PenLineCap.Square", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PenLineCap", + "fullTypeName": "IgniteUI.Blazor.Controls.PenLineCap" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PenLineCap.Triangle", + "id": 0, + "name": "Triangle", + "fullName": "IgniteUI.Blazor.Controls.PenLineCap.Triangle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PenLineCap", + "fullTypeName": "IgniteUI.Blazor.Controls.PenLineCap" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PenLineCap.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.PenLineCap.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.PenLineJoin", + "id": 0, + "name": "PenLineJoin", + "fullName": "IgniteUI.Blazor.Controls.PenLineJoin", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.PenLineJoin.Bevel", + "id": 0, + "name": "Bevel", + "fullName": "IgniteUI.Blazor.Controls.PenLineJoin.Bevel", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PenLineJoin", + "fullTypeName": "IgniteUI.Blazor.Controls.PenLineJoin" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PenLineJoin.Miter", + "id": 0, + "name": "Miter", + "fullName": "IgniteUI.Blazor.Controls.PenLineJoin.Miter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PenLineJoin", + "fullTypeName": "IgniteUI.Blazor.Controls.PenLineJoin" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PenLineJoin.Round", + "id": 0, + "name": "Round", + "fullName": "IgniteUI.Blazor.Controls.PenLineJoin.Round", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PenLineJoin", + "fullTypeName": "IgniteUI.Blazor.Controls.PenLineJoin" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PenLineJoin.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.PenLineJoin.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.PickerMode", + "id": 0, + "name": "PickerMode", + "fullName": "IgniteUI.Blazor.Controls.PickerMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.PickerMode.Dialog", + "id": 0, + "name": "Dialog", + "fullName": "IgniteUI.Blazor.Controls.PickerMode.Dialog", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PickerMode", + "fullTypeName": "IgniteUI.Blazor.Controls.PickerMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PickerMode.Dropdown", + "id": 0, + "name": "Dropdown", + "fullName": "IgniteUI.Blazor.Controls.PickerMode.Dropdown", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PickerMode", + "fullTypeName": "IgniteUI.Blazor.Controls.PickerMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PickerMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.PickerMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.PieChartSweepDirection", + "id": 0, + "name": "PieChartSweepDirection", + "fullName": "IgniteUI.Blazor.Controls.PieChartSweepDirection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.PieChartSweepDirection.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.PieChartSweepDirection.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PieChartSweepDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.PieChartSweepDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PieChartSweepDirection.Clockwise", + "id": 0, + "name": "Clockwise", + "fullName": "IgniteUI.Blazor.Controls.PieChartSweepDirection.Clockwise", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PieChartSweepDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.PieChartSweepDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PieChartSweepDirection.Counterclockwise", + "id": 0, + "name": "Counterclockwise", + "fullName": "IgniteUI.Blazor.Controls.PieChartSweepDirection.Counterclockwise", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PieChartSweepDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.PieChartSweepDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PieChartSweepDirection.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.PieChartSweepDirection.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.PinnedPositions", + "id": 0, + "name": "PinnedPositions", + "fullName": "IgniteUI.Blazor.Controls.PinnedPositions", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.PinnedPositions.Left", + "id": 0, + "name": "Left", + "fullName": "IgniteUI.Blazor.Controls.PinnedPositions.Left", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PinnedPositions", + "fullTypeName": "IgniteUI.Blazor.Controls.PinnedPositions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PinnedPositions.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.PinnedPositions.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PinnedPositions", + "fullTypeName": "IgniteUI.Blazor.Controls.PinnedPositions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PinnedPositions.Right", + "id": 0, + "name": "Right", + "fullName": "IgniteUI.Blazor.Controls.PinnedPositions.Right", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PinnedPositions", + "fullTypeName": "IgniteUI.Blazor.Controls.PinnedPositions" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PinnedPositions.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.PinnedPositions.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.PivotAggregationType", + "id": 0, + "name": "PivotAggregationType", + "fullName": "IgniteUI.Blazor.Controls.PivotAggregationType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.PivotAggregationType.AVG", + "id": 0, + "name": "AVG", + "fullName": "IgniteUI.Blazor.Controls.PivotAggregationType.AVG", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PivotAggregationType", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotAggregationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PivotAggregationType.COUNT", + "id": 0, + "name": "COUNT", + "fullName": "IgniteUI.Blazor.Controls.PivotAggregationType.COUNT", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PivotAggregationType", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotAggregationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PivotAggregationType.EARLIEST", + "id": 0, + "name": "EARLIEST", + "fullName": "IgniteUI.Blazor.Controls.PivotAggregationType.EARLIEST", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PivotAggregationType", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotAggregationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PivotAggregationType.LATEST", + "id": 0, + "name": "LATEST", + "fullName": "IgniteUI.Blazor.Controls.PivotAggregationType.LATEST", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PivotAggregationType", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotAggregationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PivotAggregationType.MAX", + "id": 0, + "name": "MAX", + "fullName": "IgniteUI.Blazor.Controls.PivotAggregationType.MAX", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PivotAggregationType", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotAggregationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PivotAggregationType.MIN", + "id": 0, + "name": "MIN", + "fullName": "IgniteUI.Blazor.Controls.PivotAggregationType.MIN", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PivotAggregationType", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotAggregationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PivotAggregationType.SUM", + "id": 0, + "name": "SUM", + "fullName": "IgniteUI.Blazor.Controls.PivotAggregationType.SUM", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PivotAggregationType", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotAggregationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PivotAggregationType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.PivotAggregationType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.PivotDimensionType", + "id": 0, + "name": "PivotDimensionType", + "fullName": "IgniteUI.Blazor.Controls.PivotDimensionType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.PivotDimensionType.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.PivotDimensionType.Column", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PivotDimensionType", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotDimensionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PivotDimensionType.Filter", + "id": 0, + "name": "Filter", + "fullName": "IgniteUI.Blazor.Controls.PivotDimensionType.Filter", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PivotDimensionType", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotDimensionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PivotDimensionType.Row", + "id": 0, + "name": "Row", + "fullName": "IgniteUI.Blazor.Controls.PivotDimensionType.Row", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PivotDimensionType", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotDimensionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PivotDimensionType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.PivotDimensionType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.PivotRowLayoutType", + "id": 0, + "name": "PivotRowLayoutType", + "fullName": "IgniteUI.Blazor.Controls.PivotRowLayoutType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.PivotRowLayoutType.Horizontal", + "id": 0, + "name": "Horizontal", + "fullName": "IgniteUI.Blazor.Controls.PivotRowLayoutType.Horizontal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PivotRowLayoutType", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotRowLayoutType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PivotRowLayoutType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.PivotRowLayoutType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PivotRowLayoutType.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.PivotRowLayoutType.Vertical", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PivotRowLayoutType", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotRowLayoutType" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.PivotSummaryPosition", + "id": 0, + "name": "PivotSummaryPosition", + "fullName": "IgniteUI.Blazor.Controls.PivotSummaryPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.PivotSummaryPosition.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.PivotSummaryPosition.Bottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PivotSummaryPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotSummaryPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PivotSummaryPosition.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.PivotSummaryPosition.Top", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PivotSummaryPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.PivotSummaryPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PivotSummaryPosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.PivotSummaryPosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.Point", + "id": 0, + "name": "Point", + "fullName": "IgniteUI.Blazor.Controls.Point", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.Point.#ctor", + "id": 0, + "name": "Point()", + "fullName": "IgniteUI.Blazor.Controls.Point.Point()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Point.#ctor(System.Double,System.Double)", + "id": 0, + "name": "Point(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.Point.Point(System.Double, System.Double)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "x", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "y", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Point.Serialize(IgniteUI.Blazor.Controls.SerializationContext,System.String)", + "id": 0, + "name": "Serialize(SerializationContext, String)", + "fullName": "IgniteUI.Blazor.Controls.Point.Serialize(IgniteUI.Blazor.Controls.SerializationContext, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "c", + "type": "SerializationContext", + "fullTypeName": "IgniteUI.Blazor.Controls.SerializationContext" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Point.X", + "id": 0, + "name": "X", + "fullName": "IgniteUI.Blazor.Controls.Point.X", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Point.Y", + "id": 0, + "name": "Y", + "fullName": "IgniteUI.Blazor.Controls.Point.Y", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.PopoverPlacement", + "id": 0, + "name": "PopoverPlacement", + "fullName": "IgniteUI.Blazor.Controls.PopoverPlacement", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.PopoverPlacement.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.PopoverPlacement.Bottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopoverPlacement.BottomEnd", + "id": 0, + "name": "BottomEnd", + "fullName": "IgniteUI.Blazor.Controls.PopoverPlacement.BottomEnd", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopoverPlacement.BottomStart", + "id": 0, + "name": "BottomStart", + "fullName": "IgniteUI.Blazor.Controls.PopoverPlacement.BottomStart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopoverPlacement.Left", + "id": 0, + "name": "Left", + "fullName": "IgniteUI.Blazor.Controls.PopoverPlacement.Left", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopoverPlacement.LeftEnd", + "id": 0, + "name": "LeftEnd", + "fullName": "IgniteUI.Blazor.Controls.PopoverPlacement.LeftEnd", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopoverPlacement.LeftStart", + "id": 0, + "name": "LeftStart", + "fullName": "IgniteUI.Blazor.Controls.PopoverPlacement.LeftStart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopoverPlacement.Right", + "id": 0, + "name": "Right", + "fullName": "IgniteUI.Blazor.Controls.PopoverPlacement.Right", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopoverPlacement.RightEnd", + "id": 0, + "name": "RightEnd", + "fullName": "IgniteUI.Blazor.Controls.PopoverPlacement.RightEnd", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopoverPlacement.RightStart", + "id": 0, + "name": "RightStart", + "fullName": "IgniteUI.Blazor.Controls.PopoverPlacement.RightStart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopoverPlacement.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.PopoverPlacement.Top", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopoverPlacement.TopEnd", + "id": 0, + "name": "TopEnd", + "fullName": "IgniteUI.Blazor.Controls.PopoverPlacement.TopEnd", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopoverPlacement.TopStart", + "id": 0, + "name": "TopStart", + "fullName": "IgniteUI.Blazor.Controls.PopoverPlacement.TopStart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverPlacement", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverPlacement" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopoverPlacement.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.PopoverPlacement.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.PopoverScrollStrategy", + "id": 0, + "name": "PopoverScrollStrategy", + "fullName": "IgniteUI.Blazor.Controls.PopoverScrollStrategy", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.PopoverScrollStrategy.Block", + "id": 0, + "name": "Block", + "fullName": "IgniteUI.Blazor.Controls.PopoverScrollStrategy.Block", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverScrollStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverScrollStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopoverScrollStrategy.Close", + "id": 0, + "name": "Close", + "fullName": "IgniteUI.Blazor.Controls.PopoverScrollStrategy.Close", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverScrollStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverScrollStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopoverScrollStrategy.Scroll", + "id": 0, + "name": "Scroll", + "fullName": "IgniteUI.Blazor.Controls.PopoverScrollStrategy.Scroll", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverScrollStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverScrollStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopoverScrollStrategy.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.PopoverScrollStrategy.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.PopupAlignment", + "id": 0, + "name": "PopupAlignment", + "fullName": "IgniteUI.Blazor.Controls.PopupAlignment", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.PopupAlignment.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.PopupAlignment.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopupAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopupAlignment.Far", + "id": 0, + "name": "Far", + "fullName": "IgniteUI.Blazor.Controls.PopupAlignment.Far", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopupAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopupAlignment.Middle", + "id": 0, + "name": "Middle", + "fullName": "IgniteUI.Blazor.Controls.PopupAlignment.Middle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopupAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopupAlignment.Near", + "id": 0, + "name": "Near", + "fullName": "IgniteUI.Blazor.Controls.PopupAlignment.Near", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopupAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopupAlignment.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.PopupAlignment.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.PopupAnimationType", + "id": 0, + "name": "PopupAnimationType", + "fullName": "IgniteUI.Blazor.Controls.PopupAnimationType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.PopupAnimationType.FadeInOutSlide", + "id": 0, + "name": "FadeInOutSlide", + "fullName": "IgniteUI.Blazor.Controls.PopupAnimationType.FadeInOutSlide", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopupAnimationType", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupAnimationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopupAnimationType.GrowShrink", + "id": 0, + "name": "GrowShrink", + "fullName": "IgniteUI.Blazor.Controls.PopupAnimationType.GrowShrink", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopupAnimationType", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupAnimationType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopupAnimationType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.PopupAnimationType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.PopupDirection", + "id": 0, + "name": "PopupDirection", + "fullName": "IgniteUI.Blazor.Controls.PopupDirection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.PopupDirection.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.PopupDirection.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopupDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopupDirection.Down", + "id": 0, + "name": "Down", + "fullName": "IgniteUI.Blazor.Controls.PopupDirection.Down", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopupDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopupDirection.Left", + "id": 0, + "name": "Left", + "fullName": "IgniteUI.Blazor.Controls.PopupDirection.Left", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopupDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopupDirection.Right", + "id": 0, + "name": "Right", + "fullName": "IgniteUI.Blazor.Controls.PopupDirection.Right", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopupDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopupDirection.Up", + "id": 0, + "name": "Up", + "fullName": "IgniteUI.Blazor.Controls.PopupDirection.Up", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopupDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopupDirection.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.PopupDirection.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.PopupPointerPosition", + "id": 0, + "name": "PopupPointerPosition", + "fullName": "IgniteUI.Blazor.Controls.PopupPointerPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.PopupPointerPosition.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.PopupPointerPosition.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopupPointerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupPointerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopupPointerPosition.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.PopupPointerPosition.Bottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopupPointerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupPointerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopupPointerPosition.Left", + "id": 0, + "name": "Left", + "fullName": "IgniteUI.Blazor.Controls.PopupPointerPosition.Left", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopupPointerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupPointerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopupPointerPosition.Right", + "id": 0, + "name": "Right", + "fullName": "IgniteUI.Blazor.Controls.PopupPointerPosition.Right", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopupPointerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupPointerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopupPointerPosition.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.PopupPointerPosition.Top", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopupPointerPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.PopupPointerPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PopupPointerPosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.PopupPointerPosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.PriceDisplayType", + "id": 0, + "name": "PriceDisplayType", + "fullName": "IgniteUI.Blazor.Controls.PriceDisplayType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.PriceDisplayType.Candlestick", + "id": 0, + "name": "Candlestick", + "fullName": "IgniteUI.Blazor.Controls.PriceDisplayType.Candlestick", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PriceDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.PriceDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PriceDisplayType.OHLC", + "id": 0, + "name": "OHLC", + "fullName": "IgniteUI.Blazor.Controls.PriceDisplayType.OHLC", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PriceDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.PriceDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PriceDisplayType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.PriceDisplayType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorPanelUpdateMode", + "id": 0, + "name": "PropertyEditorPanelUpdateMode", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorPanelUpdateMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorPanelUpdateMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorPanelUpdateMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorPanelUpdateMode", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorPanelUpdateMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorPanelUpdateMode.ComponentRendererOverlay", + "id": 0, + "name": "ComponentRendererOverlay", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorPanelUpdateMode.ComponentRendererOverlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorPanelUpdateMode", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorPanelUpdateMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorPanelUpdateMode.DataSeriesToDescriptionCustomizations", + "id": 0, + "name": "DataSeriesToDescriptionCustomizations", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorPanelUpdateMode.DataSeriesToDescriptionCustomizations", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorPanelUpdateMode", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorPanelUpdateMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorPanelUpdateMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorPanelUpdateMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType", + "id": 0, + "name": "PropertyEditorValueType", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Array", + "id": 0, + "name": "Array", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Array", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Boolean1", + "id": 0, + "name": "Boolean1", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Boolean1", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Brush", + "id": 0, + "name": "Brush", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Brush", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.BrushCollection", + "id": 0, + "name": "BrushCollection", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.BrushCollection", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Button", + "id": 0, + "name": "Button", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Button", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Collection", + "id": 0, + "name": "Collection", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Collection", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Color", + "id": 0, + "name": "Color", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Color", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.ColorCollection", + "id": 0, + "name": "ColorCollection", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.ColorCollection", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.DataRef", + "id": 0, + "name": "DataRef", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.DataRef", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Date", + "id": 0, + "name": "Date", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Date", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.DoubleCollection", + "id": 0, + "name": "DoubleCollection", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.DoubleCollection", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.EnumValue", + "id": 0, + "name": "EnumValue", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.EnumValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.EventRef", + "id": 0, + "name": "EventRef", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.EventRef", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Header", + "id": 0, + "name": "Header", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Header", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.MethodRef", + "id": 0, + "name": "MethodRef", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.MethodRef", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Number", + "id": 0, + "name": "Number", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Number", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Point", + "id": 0, + "name": "Point", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Point", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Rect", + "id": 0, + "name": "Rect", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Rect", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Separator", + "id": 0, + "name": "Separator", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Separator", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Size", + "id": 0, + "name": "Size", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Size", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Slider", + "id": 0, + "name": "Slider", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Slider", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.StringValue", + "id": 0, + "name": "StringValue", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.StringValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.SubType", + "id": 0, + "name": "SubType", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.SubType", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.TemplateRef", + "id": 0, + "name": "TemplateRef", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.TemplateRef", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.TimeSpan", + "id": 0, + "name": "TimeSpan", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.TimeSpan", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Unhandled", + "id": 0, + "name": "Unhandled", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.Unhandled", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PropertyEditorValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.PropertyEditorValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.PropertyEditorValueType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.PropertyEditorValueType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeBackingShape", + "id": 0, + "name": "RadialGaugeBackingShape", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeBackingShape", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeBackingShape.Circular", + "id": 0, + "name": "Circular", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeBackingShape.Circular", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeBackingShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeBackingShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeBackingShape.Fitted", + "id": 0, + "name": "Fitted", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeBackingShape.Fitted", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeBackingShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeBackingShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeBackingShape.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeBackingShape.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeDuplicateLabelOmissionStrategy", + "id": 0, + "name": "RadialGaugeDuplicateLabelOmissionStrategy", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeDuplicateLabelOmissionStrategy", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeDuplicateLabelOmissionStrategy.OmitBoth", + "id": 0, + "name": "OmitBoth", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeDuplicateLabelOmissionStrategy.OmitBoth", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeDuplicateLabelOmissionStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeDuplicateLabelOmissionStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeDuplicateLabelOmissionStrategy.OmitFirst", + "id": 0, + "name": "OmitFirst", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeDuplicateLabelOmissionStrategy.OmitFirst", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeDuplicateLabelOmissionStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeDuplicateLabelOmissionStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeDuplicateLabelOmissionStrategy.OmitLast", + "id": 0, + "name": "OmitLast", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeDuplicateLabelOmissionStrategy.OmitLast", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeDuplicateLabelOmissionStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeDuplicateLabelOmissionStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeDuplicateLabelOmissionStrategy.OmitNeither", + "id": 0, + "name": "OmitNeither", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeDuplicateLabelOmissionStrategy.OmitNeither", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeDuplicateLabelOmissionStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeDuplicateLabelOmissionStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeDuplicateLabelOmissionStrategy.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeDuplicateLabelOmissionStrategy.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape", + "id": 0, + "name": "RadialGaugeNeedleShape", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape.Needle", + "id": 0, + "name": "Needle", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape.Needle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeNeedleShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape.NeedleWithBulb", + "id": 0, + "name": "NeedleWithBulb", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape.NeedleWithBulb", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeNeedleShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeNeedleShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape.Rectangle", + "id": 0, + "name": "Rectangle", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape.Rectangle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeNeedleShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape.RectangleWithBulb", + "id": 0, + "name": "RectangleWithBulb", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape.RectangleWithBulb", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeNeedleShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape.Trapezoid", + "id": 0, + "name": "Trapezoid", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape.Trapezoid", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeNeedleShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape.TrapezoidWithBulb", + "id": 0, + "name": "TrapezoidWithBulb", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape.TrapezoidWithBulb", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeNeedleShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape.Triangle", + "id": 0, + "name": "Triangle", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape.Triangle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeNeedleShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape.TriangleWithBulb", + "id": 0, + "name": "TriangleWithBulb", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape.TriangleWithBulb", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeNeedleShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeNeedleShape.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugePivotShape", + "id": 0, + "name": "RadialGaugePivotShape", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugePivotShape", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugePivotShape.Circle", + "id": 0, + "name": "Circle", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugePivotShape.Circle", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugePivotShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugePivotShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugePivotShape.CircleOverlay", + "id": 0, + "name": "CircleOverlay", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugePivotShape.CircleOverlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugePivotShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugePivotShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugePivotShape.CircleOverlayWithHole", + "id": 0, + "name": "CircleOverlayWithHole", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugePivotShape.CircleOverlayWithHole", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugePivotShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugePivotShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugePivotShape.CircleUnderlay", + "id": 0, + "name": "CircleUnderlay", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugePivotShape.CircleUnderlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugePivotShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugePivotShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugePivotShape.CircleUnderlayWithHole", + "id": 0, + "name": "CircleUnderlayWithHole", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugePivotShape.CircleUnderlayWithHole", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugePivotShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugePivotShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugePivotShape.CircleWithHole", + "id": 0, + "name": "CircleWithHole", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugePivotShape.CircleWithHole", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugePivotShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugePivotShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugePivotShape.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugePivotShape.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugePivotShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugePivotShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugePivotShape.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugePivotShape.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeScaleOversweepShape", + "id": 0, + "name": "RadialGaugeScaleOversweepShape", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeScaleOversweepShape", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeScaleOversweepShape.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeScaleOversweepShape.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeScaleOversweepShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeScaleOversweepShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeScaleOversweepShape.Circular", + "id": 0, + "name": "Circular", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeScaleOversweepShape.Circular", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeScaleOversweepShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeScaleOversweepShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeScaleOversweepShape.Fitted", + "id": 0, + "name": "Fitted", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeScaleOversweepShape.Fitted", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialGaugeScaleOversweepShape", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialGaugeScaleOversweepShape" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialGaugeScaleOversweepShape.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.RadialGaugeScaleOversweepShape.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialLabelMode", + "id": 0, + "name": "RadialLabelMode", + "fullName": "IgniteUI.Blazor.Controls.RadialLabelMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.RadialLabelMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.RadialLabelMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialLabelMode.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.RadialLabelMode.Label", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialLabelMode.LabelAndPercentage", + "id": 0, + "name": "LabelAndPercentage", + "fullName": "IgniteUI.Blazor.Controls.RadialLabelMode.LabelAndPercentage", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialLabelMode.LabelAndValue", + "id": 0, + "name": "LabelAndValue", + "fullName": "IgniteUI.Blazor.Controls.RadialLabelMode.LabelAndValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialLabelMode.LabelAndValueAndPercentage", + "id": 0, + "name": "LabelAndValueAndPercentage", + "fullName": "IgniteUI.Blazor.Controls.RadialLabelMode.LabelAndValueAndPercentage", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialLabelMode.Normal", + "id": 0, + "name": "Normal", + "fullName": "IgniteUI.Blazor.Controls.RadialLabelMode.Normal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialLabelMode.Percentage", + "id": 0, + "name": "Percentage", + "fullName": "IgniteUI.Blazor.Controls.RadialLabelMode.Percentage", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialLabelMode.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.RadialLabelMode.Value", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialLabelMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialLabelMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.RadialLabelMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadialLabelMode.ValueAndPercentage", + "id": 0, + "name": "ValueAndPercentage", + "fullName": "IgniteUI.Blazor.Controls.RadialLabelMode.ValueAndPercentage", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RadialLabelMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RadialLabelMode" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.RadioGroupAlignment", + "id": 0, + "name": "RadioGroupAlignment", + "fullName": "IgniteUI.Blazor.Controls.RadioGroupAlignment", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.RadioGroupAlignment.Horizontal", + "id": 0, + "name": "Horizontal", + "fullName": "IgniteUI.Blazor.Controls.RadioGroupAlignment.Horizontal", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ContentOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ContentOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadioGroupAlignment.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.RadioGroupAlignment.Vertical", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ContentOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ContentOrientation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.RadioLabelPosition", + "id": 0, + "name": "RadioLabelPosition", + "fullName": "IgniteUI.Blazor.Controls.RadioLabelPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.RadioLabelPosition.After", + "id": 0, + "name": "After", + "fullName": "IgniteUI.Blazor.Controls.RadioLabelPosition.After", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToggleLabelPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ToggleLabelPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RadioLabelPosition.Before", + "id": 0, + "name": "Before", + "fullName": "IgniteUI.Blazor.Controls.RadioLabelPosition.Before", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToggleLabelPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ToggleLabelPosition" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.RangeTextSelectMode", + "id": 0, + "name": "RangeTextSelectMode", + "fullName": "IgniteUI.Blazor.Controls.RangeTextSelectMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.RangeTextSelectMode.End", + "id": 0, + "name": "End", + "fullName": "IgniteUI.Blazor.Controls.RangeTextSelectMode.End", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RangeTextSelectMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RangeTextSelectMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RangeTextSelectMode.Preserve", + "id": 0, + "name": "Preserve", + "fullName": "IgniteUI.Blazor.Controls.RangeTextSelectMode.Preserve", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RangeTextSelectMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RangeTextSelectMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RangeTextSelectMode.Select", + "id": 0, + "name": "Select", + "fullName": "IgniteUI.Blazor.Controls.RangeTextSelectMode.Select", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RangeTextSelectMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RangeTextSelectMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RangeTextSelectMode.Start", + "id": 0, + "name": "Start", + "fullName": "IgniteUI.Blazor.Controls.RangeTextSelectMode.Start", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RangeTextSelectMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RangeTextSelectMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RangeTextSelectMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.RangeTextSelectMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.Rect", + "id": 0, + "name": "Rect", + "fullName": "IgniteUI.Blazor.Controls.Rect", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.Rect.#ctor", + "id": 0, + "name": "Rect()", + "fullName": "IgniteUI.Blazor.Controls.Rect.Rect()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Rect.#ctor(IgniteUI.Blazor.Controls.Point,IgniteUI.Blazor.Controls.Point)", + "id": 0, + "name": "Rect(Point, Point)", + "fullName": "IgniteUI.Blazor.Controls.Rect.Rect(IgniteUI.Blazor.Controls.Point, IgniteUI.Blazor.Controls.Point)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point1", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "point2", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Rect.#ctor(IgniteUI.Blazor.Controls.Point,IgniteUI.Blazor.Controls.Size)", + "id": 0, + "name": "Rect(Point, Size)", + "fullName": "IgniteUI.Blazor.Controls.Rect.Rect(IgniteUI.Blazor.Controls.Point, IgniteUI.Blazor.Controls.Size)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "point1", + "type": "Point", + "fullTypeName": "IgniteUI.Blazor.Controls.Point" + }, + { + "name": "size", + "type": "Size", + "fullTypeName": "IgniteUI.Blazor.Controls.Size" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Rect.#ctor(System.Double,System.Double,IgniteUI.Blazor.Controls.Size)", + "id": 0, + "name": "Rect(Double, Double, Size)", + "fullName": "IgniteUI.Blazor.Controls.Rect.Rect(System.Double, System.Double, IgniteUI.Blazor.Controls.Size)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "left", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "top", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "size", + "type": "Size", + "fullTypeName": "IgniteUI.Blazor.Controls.Size" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Rect.#ctor(System.Double,System.Double,System.Double,System.Double)", + "id": 0, + "name": "Rect(Double, Double, Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.Rect.Rect(System.Double, System.Double, System.Double, System.Double)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "left", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "top", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "width", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "height", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Rect.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.Rect.Bottom", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Rect.Empty", + "id": 0, + "name": "Empty", + "fullName": "IgniteUI.Blazor.Controls.Rect.Empty", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Rect", + "fullTypeName": "IgniteUI.Blazor.Controls.Rect" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Rect.Equals(System.Object)", + "id": 0, + "name": "Equals(Object)", + "fullName": "IgniteUI.Blazor.Controls.Rect.Equals(System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Rect.Height", + "id": 0, + "name": "Height", + "fullName": "IgniteUI.Blazor.Controls.Rect.Height", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Rect.IsEmpty", + "id": 0, + "name": "IsEmpty", + "fullName": "IgniteUI.Blazor.Controls.Rect.IsEmpty", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Rect.Left", + "id": 0, + "name": "Left", + "fullName": "IgniteUI.Blazor.Controls.Rect.Left", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Rect.Right", + "id": 0, + "name": "Right", + "fullName": "IgniteUI.Blazor.Controls.Rect.Right", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Rect.Serialize(IgniteUI.Blazor.Controls.SerializationContext,System.String)", + "id": 0, + "name": "Serialize(SerializationContext, String)", + "fullName": "IgniteUI.Blazor.Controls.Rect.Serialize(IgniteUI.Blazor.Controls.SerializationContext, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "c", + "type": "SerializationContext", + "fullTypeName": "IgniteUI.Blazor.Controls.SerializationContext" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Rect.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.Rect.Top", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Rect.Width", + "id": 0, + "name": "Width", + "fullName": "IgniteUI.Blazor.Controls.Rect.Width", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Rect.X", + "id": 0, + "name": "X", + "fullName": "IgniteUI.Blazor.Controls.Rect.X", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Rect.Y", + "id": 0, + "name": "Y", + "fullName": "IgniteUI.Blazor.Controls.Rect.Y", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.RemoteJson", + "id": 0, + "name": "RemoteJson", + "fullName": "IgniteUI.Blazor.Controls.RemoteJson", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.RemoteJson.#ctor(System.String)", + "id": 0, + "name": "RemoteJson(String)", + "fullName": "IgniteUI.Blazor.Controls.RemoteJson.RemoteJson(System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "uri", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RemoteJson.From(System.String)", + "id": 0, + "name": "From(String)", + "fullName": "IgniteUI.Blazor.Controls.RemoteJson.From(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "uri", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "RemoteJson", + "fullTypeName": "IgniteUI.Blazor.Controls.RemoteJson" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RemoteJson.Uri", + "id": 0, + "name": "Uri", + "fullName": "IgniteUI.Blazor.Controls.RemoteJson.Uri", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RemoteJson.WithUri(System.String)", + "id": 0, + "name": "WithUri(String)", + "fullName": "IgniteUI.Blazor.Controls.RemoteJson.WithUri(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "uri", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "RemoteJson", + "fullTypeName": "IgniteUI.Blazor.Controls.RemoteJson" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ResizerLocation", + "id": 0, + "name": "ResizerLocation", + "fullName": "IgniteUI.Blazor.Controls.ResizerLocation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ResizerLocation.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.ResizerLocation.Bottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ResizerLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.ResizerLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ResizerLocation.BottomLeft", + "id": 0, + "name": "BottomLeft", + "fullName": "IgniteUI.Blazor.Controls.ResizerLocation.BottomLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ResizerLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.ResizerLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ResizerLocation.BottomRight", + "id": 0, + "name": "BottomRight", + "fullName": "IgniteUI.Blazor.Controls.ResizerLocation.BottomRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ResizerLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.ResizerLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ResizerLocation.Left", + "id": 0, + "name": "Left", + "fullName": "IgniteUI.Blazor.Controls.ResizerLocation.Left", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ResizerLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.ResizerLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ResizerLocation.Right", + "id": 0, + "name": "Right", + "fullName": "IgniteUI.Blazor.Controls.ResizerLocation.Right", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ResizerLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.ResizerLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ResizerLocation.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.ResizerLocation.Top", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ResizerLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.ResizerLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ResizerLocation.TopLeft", + "id": 0, + "name": "TopLeft", + "fullName": "IgniteUI.Blazor.Controls.ResizerLocation.TopLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ResizerLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.ResizerLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ResizerLocation.TopRight", + "id": 0, + "name": "TopRight", + "fullName": "IgniteUI.Blazor.Controls.ResizerLocation.TopRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ResizerLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.ResizerLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ResizerLocation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ResizerLocation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.RoundTripDateConversion", + "id": 0, + "name": "RoundTripDateConversion", + "fullName": "IgniteUI.Blazor.Controls.RoundTripDateConversion", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Enum defining different round trip date conversions." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.RoundTripDateConversion.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.RoundTripDateConversion.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The component will decide how to convert round tripped dates." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RoundTripDateConversion", + "fullTypeName": "IgniteUI.Blazor.Controls.RoundTripDateConversion" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RoundTripDateConversion.Local", + "id": 0, + "name": "Local", + "fullName": "IgniteUI.Blazor.Controls.RoundTripDateConversion.Local", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The component will convert round tripped dates to local time." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RoundTripDateConversion", + "fullTypeName": "IgniteUI.Blazor.Controls.RoundTripDateConversion" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RoundTripDateConversion.UTC", + "id": 0, + "name": "UTC", + "fullName": "IgniteUI.Blazor.Controls.RoundTripDateConversion.UTC", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "The component will convert round tripped dates to UTC." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RoundTripDateConversion", + "fullTypeName": "IgniteUI.Blazor.Controls.RoundTripDateConversion" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RoundTripDateConversion.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.RoundTripDateConversion.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.RowHoverAnimationMode", + "id": 0, + "name": "RowHoverAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.RowHoverAnimationMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.RowHoverAnimationMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.RowHoverAnimationMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RowHoverAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RowHoverAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RowHoverAnimationMode.ColorBlend", + "id": 0, + "name": "ColorBlend", + "fullName": "IgniteUI.Blazor.Controls.RowHoverAnimationMode.ColorBlend", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RowHoverAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RowHoverAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RowHoverAnimationMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.RowHoverAnimationMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RowHoverAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RowHoverAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RowHoverAnimationMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.RowHoverAnimationMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.RowPinningPosition", + "id": 0, + "name": "RowPinningPosition", + "fullName": "IgniteUI.Blazor.Controls.RowPinningPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.RowPinningPosition.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.RowPinningPosition.Bottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RowPinningPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.RowPinningPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RowPinningPosition.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.RowPinningPosition.Top", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RowPinningPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.RowPinningPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RowPinningPosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.RowPinningPosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.RowSelectionAnimationMode", + "id": 0, + "name": "RowSelectionAnimationMode", + "fullName": "IgniteUI.Blazor.Controls.RowSelectionAnimationMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.RowSelectionAnimationMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.RowSelectionAnimationMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RowSelectionAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RowSelectionAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RowSelectionAnimationMode.ColorBlend", + "id": 0, + "name": "ColorBlend", + "fullName": "IgniteUI.Blazor.Controls.RowSelectionAnimationMode.ColorBlend", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RowSelectionAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RowSelectionAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RowSelectionAnimationMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.RowSelectionAnimationMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "RowSelectionAnimationMode", + "fullTypeName": "IgniteUI.Blazor.Controls.RowSelectionAnimationMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.RowSelectionAnimationMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.RowSelectionAnimationMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ScatterItemSearchMode", + "id": 0, + "name": "ScatterItemSearchMode", + "fullName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ScatterItemSearchMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScatterItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ScatterItemSearchMode.ClosestPoint", + "id": 0, + "name": "ClosestPoint", + "fullName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode.ClosestPoint", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScatterItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ScatterItemSearchMode.ClosestPointOnClosestLine", + "id": 0, + "name": "ClosestPointOnClosestLine", + "fullName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode.ClosestPointOnClosestLine", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScatterItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ScatterItemSearchMode.ClosestVisiblePoint", + "id": 0, + "name": "ClosestVisiblePoint", + "fullName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode.ClosestVisiblePoint", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScatterItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ScatterItemSearchMode.ClosestVisiblePointOnClosestLine", + "id": 0, + "name": "ClosestVisiblePointOnClosestLine", + "fullName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode.ClosestVisiblePointOnClosestLine", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScatterItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ScatterItemSearchMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScatterItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ScatterItemSearchMode.TopVisiblePoint", + "id": 0, + "name": "TopVisiblePoint", + "fullName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode.TopVisiblePoint", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScatterItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ScatterItemSearchMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ScatterItemSearchMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ScrollbarStyle", + "id": 0, + "name": "ScrollbarStyle", + "fullName": "IgniteUI.Blazor.Controls.ScrollbarStyle", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ScrollbarStyle.Default", + "id": 0, + "name": "Default", + "fullName": "IgniteUI.Blazor.Controls.ScrollbarStyle.Default", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScrollbarStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.ScrollbarStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ScrollbarStyle.Fading", + "id": 0, + "name": "Fading", + "fullName": "IgniteUI.Blazor.Controls.ScrollbarStyle.Fading", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScrollbarStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.ScrollbarStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ScrollbarStyle.Hidden", + "id": 0, + "name": "Hidden", + "fullName": "IgniteUI.Blazor.Controls.ScrollbarStyle.Hidden", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScrollbarStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.ScrollbarStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ScrollbarStyle.Thin", + "id": 0, + "name": "Thin", + "fullName": "IgniteUI.Blazor.Controls.ScrollbarStyle.Thin", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ScrollbarStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.ScrollbarStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ScrollbarStyle.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ScrollbarStyle.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SelectionRangeDirection", + "id": 0, + "name": "SelectionRangeDirection", + "fullName": "IgniteUI.Blazor.Controls.SelectionRangeDirection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SelectionRangeDirection.Backward", + "id": 0, + "name": "Backward", + "fullName": "IgniteUI.Blazor.Controls.SelectionRangeDirection.Backward", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SelectionRangeDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SelectionRangeDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SelectionRangeDirection.Forward", + "id": 0, + "name": "Forward", + "fullName": "IgniteUI.Blazor.Controls.SelectionRangeDirection.Forward", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SelectionRangeDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SelectionRangeDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SelectionRangeDirection.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.SelectionRangeDirection.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SelectionRangeDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SelectionRangeDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SelectionRangeDirection.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SelectionRangeDirection.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SelectScrollStrategy", + "id": 0, + "name": "SelectScrollStrategy", + "fullName": "IgniteUI.Blazor.Controls.SelectScrollStrategy", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SelectScrollStrategy.Block", + "id": 0, + "name": "Block", + "fullName": "IgniteUI.Blazor.Controls.SelectScrollStrategy.Block", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverScrollStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverScrollStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SelectScrollStrategy.Close", + "id": 0, + "name": "Close", + "fullName": "IgniteUI.Blazor.Controls.SelectScrollStrategy.Close", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverScrollStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverScrollStrategy" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SelectScrollStrategy.Scroll", + "id": 0, + "name": "Scroll", + "fullName": "IgniteUI.Blazor.Controls.SelectScrollStrategy.Scroll", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "PopoverScrollStrategy", + "fullTypeName": "IgniteUI.Blazor.Controls.PopoverScrollStrategy" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SequenceInfo", + "id": 0, + "name": "SequenceInfo", + "fullName": "IgniteUI.Blazor.Controls.SequenceInfo", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SequenceInfo.AttributeKeys", + "id": 0, + "name": "AttributeKeys", + "fullName": "IgniteUI.Blazor.Controls.SequenceInfo.AttributeKeys", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ReadOnlyCollection<String>", + "fullTypeName": "System.Collections.ObjectModel.ReadOnlyCollection<System.String>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SequenceInfo.GetSequence(System.String)", + "id": 0, + "name": "GetSequence(String)", + "fullName": "IgniteUI.Blazor.Controls.SequenceInfo.GetSequence(System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "key", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SequenceInfo.MaxSequence", + "id": 0, + "name": "MaxSequence", + "fullName": "IgniteUI.Blazor.Controls.SequenceInfo.MaxSequence", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SerializationContext", + "id": 0, + "name": "SerializationContext", + "fullName": "IgniteUI.Blazor.Controls.SerializationContext", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SerializationContext.#ctor(System.Text.Json.Utf8JsonWriter,IgniteUI.Blazor.Controls.SerializationFilter)", + "id": 0, + "name": "SerializationContext(Utf8JsonWriter, SerializationFilter)", + "fullName": "IgniteUI.Blazor.Controls.SerializationContext.SerializationContext(System.Text.Json.Utf8JsonWriter, IgniteUI.Blazor.Controls.SerializationFilter)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "writer", + "type": "Utf8JsonWriter", + "fullTypeName": "System.Text.Json.Utf8JsonWriter" + }, + { + "name": "filter", + "type": "SerializationFilter", + "fullTypeName": "IgniteUI.Blazor.Controls.SerializationFilter" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SerializationContext.Filter", + "id": 0, + "name": "Filter", + "fullName": "IgniteUI.Blazor.Controls.SerializationContext.Filter", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SerializationFilter", + "fullTypeName": "IgniteUI.Blazor.Controls.SerializationFilter" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SerializationContext.Writer", + "id": 0, + "name": "Writer", + "fullName": "IgniteUI.Blazor.Controls.SerializationContext.Writer", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Utf8JsonWriter", + "fullTypeName": "System.Text.Json.Utf8JsonWriter" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SerializationFilter", + "id": 0, + "name": "SerializationFilter", + "fullName": "IgniteUI.Blazor.Controls.SerializationFilter", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SerializationFilter.#ctor(System.Object,System.IntPtr)", + "id": 0, + "name": "SerializationFilter(Object, IntPtr)", + "fullName": "IgniteUI.Blazor.Controls.SerializationFilter.SerializationFilter(System.Object, System.IntPtr)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "object", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "method", + "type": "IntPtr", + "fullTypeName": "System.IntPtr" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SerializationFilter.BeginInvoke(System.String,System.String,System.AsyncCallback,System.Object)", + "id": 0, + "name": "BeginInvoke(String, String, AsyncCallback, Object)", + "fullName": "IgniteUI.Blazor.Controls.SerializationFilter.BeginInvoke(System.String, System.String, System.AsyncCallback, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "property", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "callback", + "type": "AsyncCallback", + "fullTypeName": "System.AsyncCallback" + }, + { + "name": "object", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "IAsyncResult", + "fullTypeName": "System.IAsyncResult" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SerializationFilter.EndInvoke(System.IAsyncResult)", + "id": 0, + "name": "EndInvoke(IAsyncResult)", + "fullName": "IgniteUI.Blazor.Controls.SerializationFilter.EndInvoke(System.IAsyncResult)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "result", + "type": "IAsyncResult", + "fullTypeName": "System.IAsyncResult" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SerializationFilter.Invoke(System.String,System.String)", + "id": 0, + "name": "Invoke(String, String)", + "fullName": "IgniteUI.Blazor.Controls.SerializationFilter.Invoke(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "property", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHighlightedValuesDisplayMode", + "id": 0, + "name": "SeriesHighlightedValuesDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.SeriesHighlightedValuesDisplayMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SeriesHighlightedValuesDisplayMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.SeriesHighlightedValuesDisplayMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightedValuesDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightedValuesDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHighlightedValuesDisplayMode.Hidden", + "id": 0, + "name": "Hidden", + "fullName": "IgniteUI.Blazor.Controls.SeriesHighlightedValuesDisplayMode.Hidden", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightedValuesDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightedValuesDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHighlightedValuesDisplayMode.Overlay", + "id": 0, + "name": "Overlay", + "fullName": "IgniteUI.Blazor.Controls.SeriesHighlightedValuesDisplayMode.Overlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightedValuesDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightedValuesDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHighlightedValuesDisplayMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SeriesHighlightedValuesDisplayMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior", + "id": 0, + "name": "SeriesHighlightingBehavior", + "fullName": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightingBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior.DirectlyOver", + "id": 0, + "name": "DirectlyOver", + "fullName": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior.DirectlyOver", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightingBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior.NearestItems", + "id": 0, + "name": "NearestItems", + "fullName": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior.NearestItems", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightingBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior.NearestItemsAndSeries", + "id": 0, + "name": "NearestItemsAndSeries", + "fullName": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior.NearestItemsAndSeries", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightingBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior.NearestItemsRetainMainShapes", + "id": 0, + "name": "NearestItemsRetainMainShapes", + "fullName": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior.NearestItemsRetainMainShapes", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightingBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SeriesHighlightingBehavior.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHighlightingMode", + "id": 0, + "name": "SeriesHighlightingMode", + "fullName": "IgniteUI.Blazor.Controls.SeriesHighlightingMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SeriesHighlightingMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.SeriesHighlightingMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHighlightingMode.Brighten", + "id": 0, + "name": "Brighten", + "fullName": "IgniteUI.Blazor.Controls.SeriesHighlightingMode.Brighten", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHighlightingMode.BrightenSpecific", + "id": 0, + "name": "BrightenSpecific", + "fullName": "IgniteUI.Blazor.Controls.SeriesHighlightingMode.BrightenSpecific", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHighlightingMode.FadeOthers", + "id": 0, + "name": "FadeOthers", + "fullName": "IgniteUI.Blazor.Controls.SeriesHighlightingMode.FadeOthers", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHighlightingMode.FadeOthersSpecific", + "id": 0, + "name": "FadeOthersSpecific", + "fullName": "IgniteUI.Blazor.Controls.SeriesHighlightingMode.FadeOthersSpecific", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHighlightingMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.SeriesHighlightingMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHighlightingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHighlightingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHighlightingMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SeriesHighlightingMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHitTestMode", + "id": 0, + "name": "SeriesHitTestMode", + "fullName": "IgniteUI.Blazor.Controls.SeriesHitTestMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SeriesHitTestMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.SeriesHitTestMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHitTestMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHitTestMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHitTestMode.ColorEncoded", + "id": 0, + "name": "ColorEncoded", + "fullName": "IgniteUI.Blazor.Controls.SeriesHitTestMode.ColorEncoded", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHitTestMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHitTestMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHitTestMode.Computational", + "id": 0, + "name": "Computational", + "fullName": "IgniteUI.Blazor.Controls.SeriesHitTestMode.Computational", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesHitTestMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesHitTestMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesHitTestMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SeriesHitTestMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesOutlineMode", + "id": 0, + "name": "SeriesOutlineMode", + "fullName": "IgniteUI.Blazor.Controls.SeriesOutlineMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SeriesOutlineMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.SeriesOutlineMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesOutlineMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesOutlineMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesOutlineMode.Collapsed", + "id": 0, + "name": "Collapsed", + "fullName": "IgniteUI.Blazor.Controls.SeriesOutlineMode.Collapsed", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesOutlineMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesOutlineMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesOutlineMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SeriesOutlineMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesOutlineMode.Visible", + "id": 0, + "name": "Visible", + "fullName": "IgniteUI.Blazor.Controls.SeriesOutlineMode.Visible", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesOutlineMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesOutlineMode" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode", + "id": 0, + "name": "SeriesPlotAreaMarginHorizontalMode", + "fullName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesPlotAreaMarginHorizontalMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode.LeftBufferRightBuffer", + "id": 0, + "name": "LeftBufferRightBuffer", + "fullName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode.LeftBufferRightBuffer", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesPlotAreaMarginHorizontalMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode.LeftBufferRightMargin", + "id": 0, + "name": "LeftBufferRightMargin", + "fullName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode.LeftBufferRightMargin", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesPlotAreaMarginHorizontalMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode.LeftMarginRightBuffer", + "id": 0, + "name": "LeftMarginRightBuffer", + "fullName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode.LeftMarginRightBuffer", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesPlotAreaMarginHorizontalMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode.LeftMarginRightMargin", + "id": 0, + "name": "LeftMarginRightMargin", + "fullName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode.LeftMarginRightMargin", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesPlotAreaMarginHorizontalMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesPlotAreaMarginHorizontalMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginHorizontalMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode", + "id": 0, + "name": "SeriesPlotAreaMarginVerticalMode", + "fullName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesPlotAreaMarginVerticalMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode.BottomBufferTopBuffer", + "id": 0, + "name": "BottomBufferTopBuffer", + "fullName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode.BottomBufferTopBuffer", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesPlotAreaMarginVerticalMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode.BottomBufferTopMargin", + "id": 0, + "name": "BottomBufferTopMargin", + "fullName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode.BottomBufferTopMargin", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesPlotAreaMarginVerticalMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode.BottomMarginTopBuffer", + "id": 0, + "name": "BottomMarginTopBuffer", + "fullName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode.BottomMarginTopBuffer", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesPlotAreaMarginVerticalMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode.BottomMarginTopMargin", + "id": 0, + "name": "BottomMarginTopMargin", + "fullName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode.BottomMarginTopMargin", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesPlotAreaMarginVerticalMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesPlotAreaMarginVerticalMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SeriesPlotAreaMarginVerticalMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior", + "id": 0, + "name": "SeriesSelectionBehavior", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior.PerDataItemMultiSelect", + "id": 0, + "name": "PerDataItemMultiSelect", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior.PerDataItemMultiSelect", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior.PerDataItemSingleSelect", + "id": 0, + "name": "PerDataItemSingleSelect", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior.PerDataItemSingleSelect", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior.PerSeriesAndDataItemGlobalSingleSelect", + "id": 0, + "name": "PerSeriesAndDataItemGlobalSingleSelect", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior.PerSeriesAndDataItemGlobalSingleSelect", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior.PerSeriesAndDataItemMultiSelect", + "id": 0, + "name": "PerSeriesAndDataItemMultiSelect", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior.PerSeriesAndDataItemMultiSelect", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior.PerSeriesAndDataItemSingleSelect", + "id": 0, + "name": "PerSeriesAndDataItemSingleSelect", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior.PerSeriesAndDataItemSingleSelect", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior.PerSeriesMultiSelect", + "id": 0, + "name": "PerSeriesMultiSelect", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior.PerSeriesMultiSelect", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior.PerSeriesSingleSelect", + "id": 0, + "name": "PerSeriesSingleSelect", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior.PerSeriesSingleSelect", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionBehavior", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionBehavior.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionMode", + "id": 0, + "name": "SeriesSelectionMode", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionMode.Brighten", + "id": 0, + "name": "Brighten", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionMode.Brighten", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionMode.FadeOthers", + "id": 0, + "name": "FadeOthers", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionMode.FadeOthers", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionMode.FocusColorFill", + "id": 0, + "name": "FocusColorFill", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionMode.FocusColorFill", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionMode.FocusColorOutline", + "id": 0, + "name": "FocusColorOutline", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionMode.FocusColorOutline", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionMode.FocusColorThickOutline", + "id": 0, + "name": "FocusColorThickOutline", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionMode.FocusColorThickOutline", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionMode.GrayscaleOthers", + "id": 0, + "name": "GrayscaleOthers", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionMode.GrayscaleOthers", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionMode.SelectionColorFill", + "id": 0, + "name": "SelectionColorFill", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionMode.SelectionColorFill", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionMode.SelectionColorOutline", + "id": 0, + "name": "SelectionColorOutline", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionMode.SelectionColorOutline", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionMode.SelectionColorThickOutline", + "id": 0, + "name": "SelectionColorThickOutline", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionMode.SelectionColorThickOutline", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionMode.ThickOutline", + "id": 0, + "name": "ThickOutline", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionMode.ThickOutline", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesSelectionMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SeriesSelectionMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesViewerHorizontalScrollbarPosition", + "id": 0, + "name": "SeriesViewerHorizontalScrollbarPosition", + "fullName": "IgniteUI.Blazor.Controls.SeriesViewerHorizontalScrollbarPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SeriesViewerHorizontalScrollbarPosition.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.SeriesViewerHorizontalScrollbarPosition.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesViewerHorizontalScrollbarPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesViewerHorizontalScrollbarPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesViewerHorizontalScrollbarPosition.InsideBottom", + "id": 0, + "name": "InsideBottom", + "fullName": "IgniteUI.Blazor.Controls.SeriesViewerHorizontalScrollbarPosition.InsideBottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesViewerHorizontalScrollbarPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesViewerHorizontalScrollbarPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesViewerHorizontalScrollbarPosition.InsideTop", + "id": 0, + "name": "InsideTop", + "fullName": "IgniteUI.Blazor.Controls.SeriesViewerHorizontalScrollbarPosition.InsideTop", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesViewerHorizontalScrollbarPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesViewerHorizontalScrollbarPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesViewerHorizontalScrollbarPosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SeriesViewerHorizontalScrollbarPosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesViewerScrollbarMode", + "id": 0, + "name": "SeriesViewerScrollbarMode", + "fullName": "IgniteUI.Blazor.Controls.SeriesViewerScrollbarMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SeriesViewerScrollbarMode.FadeToLine", + "id": 0, + "name": "FadeToLine", + "fullName": "IgniteUI.Blazor.Controls.SeriesViewerScrollbarMode.FadeToLine", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesViewerScrollbarMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesViewerScrollbarMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesViewerScrollbarMode.Fading", + "id": 0, + "name": "Fading", + "fullName": "IgniteUI.Blazor.Controls.SeriesViewerScrollbarMode.Fading", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesViewerScrollbarMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesViewerScrollbarMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesViewerScrollbarMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.SeriesViewerScrollbarMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesViewerScrollbarMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesViewerScrollbarMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesViewerScrollbarMode.Persistent", + "id": 0, + "name": "Persistent", + "fullName": "IgniteUI.Blazor.Controls.SeriesViewerScrollbarMode.Persistent", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesViewerScrollbarMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesViewerScrollbarMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesViewerScrollbarMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SeriesViewerScrollbarMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesViewerVerticalScrollbarPosition", + "id": 0, + "name": "SeriesViewerVerticalScrollbarPosition", + "fullName": "IgniteUI.Blazor.Controls.SeriesViewerVerticalScrollbarPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SeriesViewerVerticalScrollbarPosition.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.SeriesViewerVerticalScrollbarPosition.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesViewerVerticalScrollbarPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesViewerVerticalScrollbarPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesViewerVerticalScrollbarPosition.InsideLeft", + "id": 0, + "name": "InsideLeft", + "fullName": "IgniteUI.Blazor.Controls.SeriesViewerVerticalScrollbarPosition.InsideLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesViewerVerticalScrollbarPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesViewerVerticalScrollbarPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesViewerVerticalScrollbarPosition.InsideRight", + "id": 0, + "name": "InsideRight", + "fullName": "IgniteUI.Blazor.Controls.SeriesViewerVerticalScrollbarPosition.InsideRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesViewerVerticalScrollbarPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesViewerVerticalScrollbarPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesViewerVerticalScrollbarPosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SeriesViewerVerticalScrollbarPosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesVisibleRangeMode", + "id": 0, + "name": "SeriesVisibleRangeMode", + "fullName": "IgniteUI.Blazor.Controls.SeriesVisibleRangeMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SeriesVisibleRangeMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.SeriesVisibleRangeMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesVisibleRangeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesVisibleRangeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesVisibleRangeMode.IncludeReferenceValue", + "id": 0, + "name": "IncludeReferenceValue", + "fullName": "IgniteUI.Blazor.Controls.SeriesVisibleRangeMode.IncludeReferenceValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesVisibleRangeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesVisibleRangeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesVisibleRangeMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SeriesVisibleRangeMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SeriesVisibleRangeMode.ValuesOnly", + "id": 0, + "name": "ValuesOnly", + "fullName": "IgniteUI.Blazor.Controls.SeriesVisibleRangeMode.ValuesOnly", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SeriesVisibleRangeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SeriesVisibleRangeMode" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ShapeItemSearchMode", + "id": 0, + "name": "ShapeItemSearchMode", + "fullName": "IgniteUI.Blazor.Controls.ShapeItemSearchMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ShapeItemSearchMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.ShapeItemSearchMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ShapeItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ShapeItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ShapeItemSearchMode.ClosestBoundingBox", + "id": 0, + "name": "ClosestBoundingBox", + "fullName": "IgniteUI.Blazor.Controls.ShapeItemSearchMode.ClosestBoundingBox", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ShapeItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ShapeItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ShapeItemSearchMode.ClosestPointOnClosestShape", + "id": 0, + "name": "ClosestPointOnClosestShape", + "fullName": "IgniteUI.Blazor.Controls.ShapeItemSearchMode.ClosestPointOnClosestShape", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ShapeItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ShapeItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ShapeItemSearchMode.ClosestShape", + "id": 0, + "name": "ClosestShape", + "fullName": "IgniteUI.Blazor.Controls.ShapeItemSearchMode.ClosestShape", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ShapeItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ShapeItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ShapeItemSearchMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.ShapeItemSearchMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ShapeItemSearchMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ShapeItemSearchMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ShapeItemSearchMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ShapeItemSearchMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.Size", + "id": 0, + "name": "Size", + "fullName": "IgniteUI.Blazor.Controls.Size", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.Size.#ctor", + "id": 0, + "name": "Size()", + "fullName": "IgniteUI.Blazor.Controls.Size.Size()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Size.#ctor(System.Double,System.Double)", + "id": 0, + "name": "Size(Double, Double)", + "fullName": "IgniteUI.Blazor.Controls.Size.Size(System.Double, System.Double)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "width", + "type": "Double", + "fullTypeName": "System.Double" + }, + { + "name": "height", + "type": "Double", + "fullTypeName": "System.Double" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Size.Height", + "id": 0, + "name": "Height", + "fullName": "IgniteUI.Blazor.Controls.Size.Height", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Size.Serialize(IgniteUI.Blazor.Controls.SerializationContext,System.String)", + "id": 0, + "name": "Serialize(SerializationContext, String)", + "fullName": "IgniteUI.Blazor.Controls.Size.Serialize(IgniteUI.Blazor.Controls.SerializationContext, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "c", + "type": "SerializationContext", + "fullTypeName": "IgniteUI.Blazor.Controls.SerializationContext" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Size.Width", + "id": 0, + "name": "Width", + "fullName": "IgniteUI.Blazor.Controls.Size.Width", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Double", + "fullTypeName": "System.Double" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SliceSelectionMode", + "id": 0, + "name": "SliceSelectionMode", + "fullName": "IgniteUI.Blazor.Controls.SliceSelectionMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SliceSelectionMode.Manual", + "id": 0, + "name": "Manual", + "fullName": "IgniteUI.Blazor.Controls.SliceSelectionMode.Manual", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SliceSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SliceSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SliceSelectionMode.Multiple", + "id": 0, + "name": "Multiple", + "fullName": "IgniteUI.Blazor.Controls.SliceSelectionMode.Multiple", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SliceSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SliceSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SliceSelectionMode.Single", + "id": 0, + "name": "Single", + "fullName": "IgniteUI.Blazor.Controls.SliceSelectionMode.Single", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SliceSelectionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SliceSelectionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SliceSelectionMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SliceSelectionMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SliderBaseTickOrientation", + "id": 0, + "name": "SliderBaseTickOrientation", + "fullName": "IgniteUI.Blazor.Controls.SliderBaseTickOrientation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SliderBaseTickOrientation.End", + "id": 0, + "name": "End", + "fullName": "IgniteUI.Blazor.Controls.SliderBaseTickOrientation.End", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SliderTickOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.SliderTickOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SliderBaseTickOrientation.Mirror", + "id": 0, + "name": "Mirror", + "fullName": "IgniteUI.Blazor.Controls.SliderBaseTickOrientation.Mirror", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SliderTickOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.SliderTickOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SliderBaseTickOrientation.Start", + "id": 0, + "name": "Start", + "fullName": "IgniteUI.Blazor.Controls.SliderBaseTickOrientation.Start", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SliderTickOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.SliderTickOrientation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SliderTickLabelRotation", + "id": 0, + "name": "SliderTickLabelRotation", + "fullName": "IgniteUI.Blazor.Controls.SliderTickLabelRotation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SliderTickLabelRotation.NegativeNinety", + "id": 0, + "name": "NegativeNinety", + "fullName": "IgniteUI.Blazor.Controls.SliderTickLabelRotation.NegativeNinety", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SliderTickLabelRotation", + "fullTypeName": "IgniteUI.Blazor.Controls.SliderTickLabelRotation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SliderTickLabelRotation.Ninety", + "id": 0, + "name": "Ninety", + "fullName": "IgniteUI.Blazor.Controls.SliderTickLabelRotation.Ninety", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SliderTickLabelRotation", + "fullTypeName": "IgniteUI.Blazor.Controls.SliderTickLabelRotation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SliderTickLabelRotation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SliderTickLabelRotation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SliderTickLabelRotation.Zero", + "id": 0, + "name": "Zero", + "fullName": "IgniteUI.Blazor.Controls.SliderTickLabelRotation.Zero", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SliderTickLabelRotation", + "fullTypeName": "IgniteUI.Blazor.Controls.SliderTickLabelRotation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SliderTickOrientation", + "id": 0, + "name": "SliderTickOrientation", + "fullName": "IgniteUI.Blazor.Controls.SliderTickOrientation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SliderTickOrientation.End", + "id": 0, + "name": "End", + "fullName": "IgniteUI.Blazor.Controls.SliderTickOrientation.End", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SliderTickOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.SliderTickOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SliderTickOrientation.Mirror", + "id": 0, + "name": "Mirror", + "fullName": "IgniteUI.Blazor.Controls.SliderTickOrientation.Mirror", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SliderTickOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.SliderTickOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SliderTickOrientation.Start", + "id": 0, + "name": "Start", + "fullName": "IgniteUI.Blazor.Controls.SliderTickOrientation.Start", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SliderTickOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.SliderTickOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SliderTickOrientation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SliderTickOrientation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SolidColorBrush", + "id": 0, + "name": "SolidColorBrush", + "fullName": "IgniteUI.Blazor.Controls.SolidColorBrush", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.Brush", + "id": 0, + "name": "Brush" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SolidColorBrush.#ctor", + "id": 0, + "name": "SolidColorBrush()", + "fullName": "IgniteUI.Blazor.Controls.SolidColorBrush.SolidColorBrush()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SolidColorBrush.#ctor(IgniteUI.Blazor.Controls.Color)", + "id": 0, + "name": "SolidColorBrush(Color)", + "fullName": "IgniteUI.Blazor.Controls.SolidColorBrush.SolidColorBrush(IgniteUI.Blazor.Controls.Color)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "color", + "type": "Color", + "fullTypeName": "IgniteUI.Blazor.Controls.Color" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SolidColorBrush.BrushType", + "id": 0, + "name": "BrushType", + "fullName": "IgniteUI.Blazor.Controls.SolidColorBrush.BrushType", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BrushType", + "fullTypeName": "IgniteUI.Blazor.Controls.BrushType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SolidColorBrush.Color", + "id": 0, + "name": "Color", + "fullName": "IgniteUI.Blazor.Controls.SolidColorBrush.Color", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Color", + "fullTypeName": "IgniteUI.Blazor.Controls.Color" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SolidColorBrush.Serialize(IgniteUI.Blazor.Controls.SerializationContext,System.String)", + "id": 0, + "name": "Serialize(SerializationContext, String)", + "fullName": "IgniteUI.Blazor.Controls.SolidColorBrush.Serialize(IgniteUI.Blazor.Controls.SerializationContext, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "ct", + "type": "SerializationContext", + "fullTypeName": "IgniteUI.Blazor.Controls.SerializationContext" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SortIndicatorStyle", + "id": 0, + "name": "SortIndicatorStyle", + "fullName": "IgniteUI.Blazor.Controls.SortIndicatorStyle", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SortIndicatorStyle.Default", + "id": 0, + "name": "Default", + "fullName": "IgniteUI.Blazor.Controls.SortIndicatorStyle.Default", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortIndicatorStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.SortIndicatorStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SortIndicatorStyle.FadingSimpleUpDownArrows", + "id": 0, + "name": "FadingSimpleUpDownArrows", + "fullName": "IgniteUI.Blazor.Controls.SortIndicatorStyle.FadingSimpleUpDownArrows", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortIndicatorStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.SortIndicatorStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SortIndicatorStyle.FadingUpDownArrows", + "id": 0, + "name": "FadingUpDownArrows", + "fullName": "IgniteUI.Blazor.Controls.SortIndicatorStyle.FadingUpDownArrows", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortIndicatorStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.SortIndicatorStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SortIndicatorStyle.Unset", + "id": 0, + "name": "Unset", + "fullName": "IgniteUI.Blazor.Controls.SortIndicatorStyle.Unset", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortIndicatorStyle", + "fullTypeName": "IgniteUI.Blazor.Controls.SortIndicatorStyle" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SortIndicatorStyle.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SortIndicatorStyle.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SortingDirection", + "id": 0, + "name": "SortingDirection", + "fullName": "IgniteUI.Blazor.Controls.SortingDirection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SortingDirection.Asc", + "id": 0, + "name": "Asc", + "fullName": "IgniteUI.Blazor.Controls.SortingDirection.Asc", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortingDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SortingDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SortingDirection.Desc", + "id": 0, + "name": "Desc", + "fullName": "IgniteUI.Blazor.Controls.SortingDirection.Desc", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortingDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SortingDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SortingDirection.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.SortingDirection.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortingDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SortingDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SortingDirection.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SortingDirection.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SortingOptionsMode", + "id": 0, + "name": "SortingOptionsMode", + "fullName": "IgniteUI.Blazor.Controls.SortingOptionsMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SortingOptionsMode.Multiple", + "id": 0, + "name": "Multiple", + "fullName": "IgniteUI.Blazor.Controls.SortingOptionsMode.Multiple", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortingOptionsMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SortingOptionsMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SortingOptionsMode.Single", + "id": 0, + "name": "Single", + "fullName": "IgniteUI.Blazor.Controls.SortingOptionsMode.Single", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortingOptionsMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SortingOptionsMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SortingOptionsMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SortingOptionsMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SortMode", + "id": 0, + "name": "SortMode", + "fullName": "IgniteUI.Blazor.Controls.SortMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SortMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.SortMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SortMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SortMode.SortByMultipleColumns", + "id": 0, + "name": "SortByMultipleColumns", + "fullName": "IgniteUI.Blazor.Controls.SortMode.SortByMultipleColumns", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SortMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SortMode.SortByMultipleColumnsTriState", + "id": 0, + "name": "SortByMultipleColumnsTriState", + "fullName": "IgniteUI.Blazor.Controls.SortMode.SortByMultipleColumnsTriState", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SortMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SortMode.SortByOneColumnOnly", + "id": 0, + "name": "SortByOneColumnOnly", + "fullName": "IgniteUI.Blazor.Controls.SortMode.SortByOneColumnOnly", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SortMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SortMode.SortByOneColumnOnlyTriState", + "id": 0, + "name": "SortByOneColumnOnlyTriState", + "fullName": "IgniteUI.Blazor.Controls.SortMode.SortByOneColumnOnlyTriState", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SortMode", + "fullTypeName": "IgniteUI.Blazor.Controls.SortMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SortMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SortMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SparklineDisplayType", + "id": 0, + "name": "SparklineDisplayType", + "fullName": "IgniteUI.Blazor.Controls.SparklineDisplayType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SparklineDisplayType.Area", + "id": 0, + "name": "Area", + "fullName": "IgniteUI.Blazor.Controls.SparklineDisplayType.Area", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SparklineDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.SparklineDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SparklineDisplayType.Column", + "id": 0, + "name": "Column", + "fullName": "IgniteUI.Blazor.Controls.SparklineDisplayType.Column", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SparklineDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.SparklineDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SparklineDisplayType.Line", + "id": 0, + "name": "Line", + "fullName": "IgniteUI.Blazor.Controls.SparklineDisplayType.Line", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SparklineDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.SparklineDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SparklineDisplayType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SparklineDisplayType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SparklineDisplayType.WinLoss", + "id": 0, + "name": "WinLoss", + "fullName": "IgniteUI.Blazor.Controls.SparklineDisplayType.WinLoss", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SparklineDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.SparklineDisplayType" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SplineType", + "id": 0, + "name": "SplineType", + "fullName": "IgniteUI.Blazor.Controls.SplineType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SplineType.Clamped", + "id": 0, + "name": "Clamped", + "fullName": "IgniteUI.Blazor.Controls.SplineType.Clamped", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SplineType", + "fullTypeName": "IgniteUI.Blazor.Controls.SplineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SplineType.Natural", + "id": 0, + "name": "Natural", + "fullName": "IgniteUI.Blazor.Controls.SplineType.Natural", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SplineType", + "fullTypeName": "IgniteUI.Blazor.Controls.SplineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SplineType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SplineType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SplitPaneOrientation", + "id": 0, + "name": "SplitPaneOrientation", + "fullName": "IgniteUI.Blazor.Controls.SplitPaneOrientation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SplitPaneOrientation.Horizontal", + "id": 0, + "name": "Horizontal", + "fullName": "IgniteUI.Blazor.Controls.SplitPaneOrientation.Horizontal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SplitPaneOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.SplitPaneOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SplitPaneOrientation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SplitPaneOrientation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SplitPaneOrientation.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.SplitPaneOrientation.Vertical", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SplitPaneOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.SplitPaneOrientation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.StepperHorizontalAnimation", + "id": 0, + "name": "StepperHorizontalAnimation", + "fullName": "IgniteUI.Blazor.Controls.StepperHorizontalAnimation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.StepperHorizontalAnimation.Fade", + "id": 0, + "name": "Fade", + "fullName": "IgniteUI.Blazor.Controls.StepperHorizontalAnimation.Fade", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalTransitionAnimation", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.StepperHorizontalAnimation.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.StepperHorizontalAnimation.None", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalTransitionAnimation", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.StepperHorizontalAnimation.Slide", + "id": 0, + "name": "Slide", + "fullName": "IgniteUI.Blazor.Controls.StepperHorizontalAnimation.Slide", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "HorizontalTransitionAnimation", + "fullTypeName": "IgniteUI.Blazor.Controls.HorizontalTransitionAnimation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.StepperOrientation", + "id": 0, + "name": "StepperOrientation", + "fullName": "IgniteUI.Blazor.Controls.StepperOrientation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.StepperOrientation.Horizontal", + "id": 0, + "name": "Horizontal", + "fullName": "IgniteUI.Blazor.Controls.StepperOrientation.Horizontal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StepperOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.StepperOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.StepperOrientation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.StepperOrientation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.StepperOrientation.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.StepperOrientation.Vertical", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StepperOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.StepperOrientation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.StepperStepType", + "id": 0, + "name": "StepperStepType", + "fullName": "IgniteUI.Blazor.Controls.StepperStepType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.StepperStepType.Full", + "id": 0, + "name": "Full", + "fullName": "IgniteUI.Blazor.Controls.StepperStepType.Full", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StepperStepType", + "fullTypeName": "IgniteUI.Blazor.Controls.StepperStepType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.StepperStepType.Indicator", + "id": 0, + "name": "Indicator", + "fullName": "IgniteUI.Blazor.Controls.StepperStepType.Indicator", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StepperStepType", + "fullTypeName": "IgniteUI.Blazor.Controls.StepperStepType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.StepperStepType.Title", + "id": 0, + "name": "Title", + "fullName": "IgniteUI.Blazor.Controls.StepperStepType.Title", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StepperStepType", + "fullTypeName": "IgniteUI.Blazor.Controls.StepperStepType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.StepperStepType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.StepperStepType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.StepperTitlePosition", + "id": 0, + "name": "StepperTitlePosition", + "fullName": "IgniteUI.Blazor.Controls.StepperTitlePosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.StepperTitlePosition.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.StepperTitlePosition.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StepperTitlePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.StepperTitlePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.StepperTitlePosition.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.StepperTitlePosition.Bottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StepperTitlePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.StepperTitlePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.StepperTitlePosition.End", + "id": 0, + "name": "End", + "fullName": "IgniteUI.Blazor.Controls.StepperTitlePosition.End", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StepperTitlePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.StepperTitlePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.StepperTitlePosition.Start", + "id": 0, + "name": "Start", + "fullName": "IgniteUI.Blazor.Controls.StepperTitlePosition.Start", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StepperTitlePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.StepperTitlePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.StepperTitlePosition.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.StepperTitlePosition.Top", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StepperTitlePosition", + "fullTypeName": "IgniteUI.Blazor.Controls.StepperTitlePosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.StepperTitlePosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.StepperTitlePosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.StepperVerticalAnimation", + "id": 0, + "name": "StepperVerticalAnimation", + "fullName": "IgniteUI.Blazor.Controls.StepperVerticalAnimation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.StepperVerticalAnimation.Fade", + "id": 0, + "name": "Fade", + "fullName": "IgniteUI.Blazor.Controls.StepperVerticalAnimation.Fade", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StepperVerticalAnimation", + "fullTypeName": "IgniteUI.Blazor.Controls.StepperVerticalAnimation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.StepperVerticalAnimation.Grow", + "id": 0, + "name": "Grow", + "fullName": "IgniteUI.Blazor.Controls.StepperVerticalAnimation.Grow", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StepperVerticalAnimation", + "fullTypeName": "IgniteUI.Blazor.Controls.StepperVerticalAnimation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.StepperVerticalAnimation.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.StepperVerticalAnimation.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StepperVerticalAnimation", + "fullTypeName": "IgniteUI.Blazor.Controls.StepperVerticalAnimation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.StepperVerticalAnimation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.StepperVerticalAnimation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.StyleVariant", + "id": 0, + "name": "StyleVariant", + "fullName": "IgniteUI.Blazor.Controls.StyleVariant", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.StyleVariant.Danger", + "id": 0, + "name": "Danger", + "fullName": "IgniteUI.Blazor.Controls.StyleVariant.Danger", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StyleVariant", + "fullTypeName": "IgniteUI.Blazor.Controls.StyleVariant" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.StyleVariant.Info", + "id": 0, + "name": "Info", + "fullName": "IgniteUI.Blazor.Controls.StyleVariant.Info", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StyleVariant", + "fullTypeName": "IgniteUI.Blazor.Controls.StyleVariant" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.StyleVariant.Primary", + "id": 0, + "name": "Primary", + "fullName": "IgniteUI.Blazor.Controls.StyleVariant.Primary", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StyleVariant", + "fullTypeName": "IgniteUI.Blazor.Controls.StyleVariant" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.StyleVariant.Success", + "id": 0, + "name": "Success", + "fullName": "IgniteUI.Blazor.Controls.StyleVariant.Success", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StyleVariant", + "fullTypeName": "IgniteUI.Blazor.Controls.StyleVariant" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.StyleVariant.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.StyleVariant.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.StyleVariant.Warning", + "id": 0, + "name": "Warning", + "fullName": "IgniteUI.Blazor.Controls.StyleVariant.Warning", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "StyleVariant", + "fullTypeName": "IgniteUI.Blazor.Controls.StyleVariant" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SummaryScope", + "id": 0, + "name": "SummaryScope", + "fullName": "IgniteUI.Blazor.Controls.SummaryScope", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SummaryScope.Both", + "id": 0, + "name": "Both", + "fullName": "IgniteUI.Blazor.Controls.SummaryScope.Both", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SummaryScope", + "fullTypeName": "IgniteUI.Blazor.Controls.SummaryScope" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SummaryScope.Groups", + "id": 0, + "name": "Groups", + "fullName": "IgniteUI.Blazor.Controls.SummaryScope.Groups", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SummaryScope", + "fullTypeName": "IgniteUI.Blazor.Controls.SummaryScope" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SummaryScope.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.SummaryScope.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SummaryScope", + "fullTypeName": "IgniteUI.Blazor.Controls.SummaryScope" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SummaryScope.Root", + "id": 0, + "name": "Root", + "fullName": "IgniteUI.Blazor.Controls.SummaryScope.Root", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SummaryScope", + "fullTypeName": "IgniteUI.Blazor.Controls.SummaryScope" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SummaryScope.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SummaryScope.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SupportsDataChangeNotifications", + "id": 0, + "name": "SupportsDataChangeNotifications", + "fullName": "IgniteUI.Blazor.Controls.SupportsDataChangeNotifications", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Implementors support being notified of changes to data collections." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SupportsDataChangeNotifications.NotifyClearItems", + "id": 0, + "name": "NotifyClearItems()", + "fullName": "IgniteUI.Blazor.Controls.SupportsDataChangeNotifications.NotifyClearItems()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SupportsDataChangeNotifications.NotifyClearItemsAsync", + "id": 0, + "name": "NotifyClearItemsAsync()", + "fullName": "IgniteUI.Blazor.Controls.SupportsDataChangeNotifications.NotifyClearItemsAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Called when a large number or all items have changed, or the collection has been cleared." + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SupportsDataChangeNotifications.NotifyInsertItem(System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItem(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.SupportsDataChangeNotifications.NotifyInsertItem(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SupportsDataChangeNotifications.NotifyInsertItemAsync(System.Int32,System.Object)", + "id": 0, + "name": "NotifyInsertItemAsync(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.SupportsDataChangeNotifications.NotifyInsertItemAsync(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SupportsDataChangeNotifications.NotifyRemoveItem(System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItem(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.SupportsDataChangeNotifications.NotifyRemoveItem(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SupportsDataChangeNotifications.NotifyRemoveItemAsync(System.Int32,System.Object)", + "id": 0, + "name": "NotifyRemoveItemAsync(Int32, Object)", + "fullName": "IgniteUI.Blazor.Controls.SupportsDataChangeNotifications.NotifyRemoveItemAsync(System.Int32, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SupportsDataChangeNotifications.NotifySetItem(System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItem(Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.SupportsDataChangeNotifications.NotifySetItem(System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SupportsDataChangeNotifications.NotifySetItemAsync(System.Int32,System.Object,System.Object)", + "id": 0, + "name": "NotifySetItemAsync(Int32, Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.SupportsDataChangeNotifications.NotifySetItemAsync(System.Int32, System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldItem", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "newItem", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SupportsExpansionChangeNotifications", + "id": 0, + "name": "SupportsExpansionChangeNotifications", + "fullName": "IgniteUI.Blazor.Controls.SupportsExpansionChangeNotifications", + "kindString": "interface", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "Implementors support being notified of expansion changes." + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SupportsExpansionChangeNotifications.NotifyRowExpansionChanged(System.Int32,System.Boolean,System.Boolean)", + "id": 0, + "name": "NotifyRowExpansionChanged(Int32, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.SupportsExpansionChangeNotifications.NotifyRowExpansionChanged(System.Int32, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldState", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "newState", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SupportsExpansionChangeNotifications.NotifyRowExpansionChangedAsync(System.Int32,System.Boolean,System.Boolean)", + "id": 0, + "name": "NotifyRowExpansionChangedAsync(Int32, Boolean, Boolean)", + "fullName": "IgniteUI.Blazor.Controls.SupportsExpansionChangeNotifications.NotifyRowExpansionChangedAsync(System.Int32, System.Boolean, System.Boolean)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "index", + "type": "Int32", + "fullTypeName": "System.Int32" + }, + { + "name": "oldState", + "type": "Boolean", + "fullTypeName": "System.Boolean" + }, + { + "name": "newState", + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + ], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.SweepDirection", + "id": 0, + "name": "SweepDirection", + "fullName": "IgniteUI.Blazor.Controls.SweepDirection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.SweepDirection.Clockwise", + "id": 0, + "name": "Clockwise", + "fullName": "IgniteUI.Blazor.Controls.SweepDirection.Clockwise", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SweepDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SweepDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SweepDirection.Counterclockwise", + "id": 0, + "name": "Counterclockwise", + "fullName": "IgniteUI.Blazor.Controls.SweepDirection.Counterclockwise", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SweepDirection", + "fullTypeName": "IgniteUI.Blazor.Controls.SweepDirection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.SweepDirection.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.SweepDirection.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TabsActivation", + "id": 0, + "name": "TabsActivation", + "fullName": "IgniteUI.Blazor.Controls.TabsActivation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TabsActivation.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.TabsActivation.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TabsActivation", + "fullTypeName": "IgniteUI.Blazor.Controls.TabsActivation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TabsActivation.Manual", + "id": 0, + "name": "Manual", + "fullName": "IgniteUI.Blazor.Controls.TabsActivation.Manual", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TabsActivation", + "fullTypeName": "IgniteUI.Blazor.Controls.TabsActivation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TabsActivation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TabsActivation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TabsAlignment", + "id": 0, + "name": "TabsAlignment", + "fullName": "IgniteUI.Blazor.Controls.TabsAlignment", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TabsAlignment.Center", + "id": 0, + "name": "Center", + "fullName": "IgniteUI.Blazor.Controls.TabsAlignment.Center", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TabsAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.TabsAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TabsAlignment.End", + "id": 0, + "name": "End", + "fullName": "IgniteUI.Blazor.Controls.TabsAlignment.End", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TabsAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.TabsAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TabsAlignment.Justify", + "id": 0, + "name": "Justify", + "fullName": "IgniteUI.Blazor.Controls.TabsAlignment.Justify", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TabsAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.TabsAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TabsAlignment.Start", + "id": 0, + "name": "Start", + "fullName": "IgniteUI.Blazor.Controls.TabsAlignment.Start", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TabsAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.TabsAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TabsAlignment.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TabsAlignment.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TextareaResize", + "id": 0, + "name": "TextareaResize", + "fullName": "IgniteUI.Blazor.Controls.TextareaResize", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TextareaResize.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.TextareaResize.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextareaResize", + "fullTypeName": "IgniteUI.Blazor.Controls.TextareaResize" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TextareaResize.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.TextareaResize.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextareaResize", + "fullTypeName": "IgniteUI.Blazor.Controls.TextareaResize" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TextareaResize.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TextareaResize.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TextareaResize.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.TextareaResize.Vertical", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextareaResize", + "fullTypeName": "IgniteUI.Blazor.Controls.TextareaResize" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TextareaWrap", + "id": 0, + "name": "TextareaWrap", + "fullName": "IgniteUI.Blazor.Controls.TextareaWrap", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TextareaWrap.Hard", + "id": 0, + "name": "Hard", + "fullName": "IgniteUI.Blazor.Controls.TextareaWrap.Hard", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextareaWrap", + "fullTypeName": "IgniteUI.Blazor.Controls.TextareaWrap" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TextareaWrap.Off", + "id": 0, + "name": "Off", + "fullName": "IgniteUI.Blazor.Controls.TextareaWrap.Off", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextareaWrap", + "fullTypeName": "IgniteUI.Blazor.Controls.TextareaWrap" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TextareaWrap.Soft", + "id": 0, + "name": "Soft", + "fullName": "IgniteUI.Blazor.Controls.TextareaWrap.Soft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextareaWrap", + "fullTypeName": "IgniteUI.Blazor.Controls.TextareaWrap" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TextareaWrap.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TextareaWrap.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TextCellDecoration", + "id": 0, + "name": "TextCellDecoration", + "fullName": "IgniteUI.Blazor.Controls.TextCellDecoration", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TextCellDecoration.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.TextCellDecoration.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextCellDecoration", + "fullTypeName": "IgniteUI.Blazor.Controls.TextCellDecoration" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TextCellDecoration.Overline", + "id": 0, + "name": "Overline", + "fullName": "IgniteUI.Blazor.Controls.TextCellDecoration.Overline", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextCellDecoration", + "fullTypeName": "IgniteUI.Blazor.Controls.TextCellDecoration" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TextCellDecoration.Strikethrough", + "id": 0, + "name": "Strikethrough", + "fullName": "IgniteUI.Blazor.Controls.TextCellDecoration.Strikethrough", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextCellDecoration", + "fullTypeName": "IgniteUI.Blazor.Controls.TextCellDecoration" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TextCellDecoration.Underline", + "id": 0, + "name": "Underline", + "fullName": "IgniteUI.Blazor.Controls.TextCellDecoration.Underline", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextCellDecoration", + "fullTypeName": "IgniteUI.Blazor.Controls.TextCellDecoration" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TextCellDecoration.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TextCellDecoration.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TextCellLineBreakMode", + "id": 0, + "name": "TextCellLineBreakMode", + "fullName": "IgniteUI.Blazor.Controls.TextCellLineBreakMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TextCellLineBreakMode.CharacterWrap", + "id": 0, + "name": "CharacterWrap", + "fullName": "IgniteUI.Blazor.Controls.TextCellLineBreakMode.CharacterWrap", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextCellLineBreakMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TextCellLineBreakMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TextCellLineBreakMode.Ellipsis", + "id": 0, + "name": "Ellipsis", + "fullName": "IgniteUI.Blazor.Controls.TextCellLineBreakMode.Ellipsis", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextCellLineBreakMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TextCellLineBreakMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TextCellLineBreakMode.NoWrap", + "id": 0, + "name": "NoWrap", + "fullName": "IgniteUI.Blazor.Controls.TextCellLineBreakMode.NoWrap", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextCellLineBreakMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TextCellLineBreakMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TextCellLineBreakMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TextCellLineBreakMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TextCellLineBreakMode.WordWrap", + "id": 0, + "name": "WordWrap", + "fullName": "IgniteUI.Blazor.Controls.TextCellLineBreakMode.WordWrap", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextCellLineBreakMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TextCellLineBreakMode" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TextIconSetBuiltInTypes", + "id": 0, + "name": "TextIconSetBuiltInTypes", + "fullName": "IgniteUI.Blazor.Controls.TextIconSetBuiltInTypes", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TextIconSetBuiltInTypes.CheckOrDashOrX", + "id": 0, + "name": "CheckOrDashOrX", + "fullName": "IgniteUI.Blazor.Controls.TextIconSetBuiltInTypes.CheckOrDashOrX", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextIconSetBuiltInTypes", + "fullTypeName": "IgniteUI.Blazor.Controls.TextIconSetBuiltInTypes" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TextIconSetBuiltInTypes.ThreeArrows", + "id": 0, + "name": "ThreeArrows", + "fullName": "IgniteUI.Blazor.Controls.TextIconSetBuiltInTypes.ThreeArrows", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextIconSetBuiltInTypes", + "fullTypeName": "IgniteUI.Blazor.Controls.TextIconSetBuiltInTypes" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TextIconSetBuiltInTypes.ThreeBoxes", + "id": 0, + "name": "ThreeBoxes", + "fullName": "IgniteUI.Blazor.Controls.TextIconSetBuiltInTypes.ThreeBoxes", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextIconSetBuiltInTypes", + "fullTypeName": "IgniteUI.Blazor.Controls.TextIconSetBuiltInTypes" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TextIconSetBuiltInTypes.ThreeFaces", + "id": 0, + "name": "ThreeFaces", + "fullName": "IgniteUI.Blazor.Controls.TextIconSetBuiltInTypes.ThreeFaces", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TextIconSetBuiltInTypes", + "fullTypeName": "IgniteUI.Blazor.Controls.TextIconSetBuiltInTypes" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TextIconSetBuiltInTypes.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TextIconSetBuiltInTypes.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TickLabelRotation", + "id": 0, + "name": "TickLabelRotation", + "fullName": "IgniteUI.Blazor.Controls.TickLabelRotation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TickLabelRotation.NegativeNinety", + "id": 0, + "name": "NegativeNinety", + "fullName": "IgniteUI.Blazor.Controls.TickLabelRotation.NegativeNinety", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SliderTickLabelRotation", + "fullTypeName": "IgniteUI.Blazor.Controls.SliderTickLabelRotation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TickLabelRotation.Ninety", + "id": 0, + "name": "Ninety", + "fullName": "IgniteUI.Blazor.Controls.TickLabelRotation.Ninety", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SliderTickLabelRotation", + "fullTypeName": "IgniteUI.Blazor.Controls.SliderTickLabelRotation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TickLabelRotation.Zero", + "id": 0, + "name": "Zero", + "fullName": "IgniteUI.Blazor.Controls.TickLabelRotation.Zero", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "SliderTickLabelRotation", + "fullTypeName": "IgniteUI.Blazor.Controls.SliderTickLabelRotation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TileManagerDragMode", + "id": 0, + "name": "TileManagerDragMode", + "fullName": "IgniteUI.Blazor.Controls.TileManagerDragMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TileManagerDragMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.TileManagerDragMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TileManagerDragMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TileManagerDragMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TileManagerDragMode.Tile", + "id": 0, + "name": "Tile", + "fullName": "IgniteUI.Blazor.Controls.TileManagerDragMode.Tile", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TileManagerDragMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TileManagerDragMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TileManagerDragMode.TileHeader", + "id": 0, + "name": "TileHeader", + "fullName": "IgniteUI.Blazor.Controls.TileManagerDragMode.TileHeader", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TileManagerDragMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TileManagerDragMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TileManagerDragMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TileManagerDragMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TileManagerResizeMode", + "id": 0, + "name": "TileManagerResizeMode", + "fullName": "IgniteUI.Blazor.Controls.TileManagerResizeMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TileManagerResizeMode.Always", + "id": 0, + "name": "Always", + "fullName": "IgniteUI.Blazor.Controls.TileManagerResizeMode.Always", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TileManagerResizeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TileManagerResizeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TileManagerResizeMode.Hover", + "id": 0, + "name": "Hover", + "fullName": "IgniteUI.Blazor.Controls.TileManagerResizeMode.Hover", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TileManagerResizeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TileManagerResizeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TileManagerResizeMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.TileManagerResizeMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TileManagerResizeMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TileManagerResizeMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TileManagerResizeMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TileManagerResizeMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TimeAxisDisplayType", + "id": 0, + "name": "TimeAxisDisplayType", + "fullName": "IgniteUI.Blazor.Controls.TimeAxisDisplayType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TimeAxisDisplayType.Continuous", + "id": 0, + "name": "Continuous", + "fullName": "IgniteUI.Blazor.Controls.TimeAxisDisplayType.Continuous", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeAxisDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.TimeAxisDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TimeAxisDisplayType.Discrete", + "id": 0, + "name": "Discrete", + "fullName": "IgniteUI.Blazor.Controls.TimeAxisDisplayType.Discrete", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeAxisDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.TimeAxisDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TimeAxisDisplayType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TimeAxisDisplayType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TimeAxisIntervalType", + "id": 0, + "name": "TimeAxisIntervalType", + "fullName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TimeAxisIntervalType.Days", + "id": 0, + "name": "Days", + "fullName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType.Days", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeAxisIntervalType", + "fullTypeName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TimeAxisIntervalType.Hours", + "id": 0, + "name": "Hours", + "fullName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType.Hours", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeAxisIntervalType", + "fullTypeName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TimeAxisIntervalType.Milliseconds", + "id": 0, + "name": "Milliseconds", + "fullName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType.Milliseconds", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeAxisIntervalType", + "fullTypeName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TimeAxisIntervalType.Minutes", + "id": 0, + "name": "Minutes", + "fullName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType.Minutes", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeAxisIntervalType", + "fullTypeName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TimeAxisIntervalType.Months", + "id": 0, + "name": "Months", + "fullName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType.Months", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeAxisIntervalType", + "fullTypeName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TimeAxisIntervalType.Seconds", + "id": 0, + "name": "Seconds", + "fullName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType.Seconds", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeAxisIntervalType", + "fullTypeName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TimeAxisIntervalType.Ticks", + "id": 0, + "name": "Ticks", + "fullName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType.Ticks", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeAxisIntervalType", + "fullTypeName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TimeAxisIntervalType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TimeAxisIntervalType.Weeks", + "id": 0, + "name": "Weeks", + "fullName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType.Weeks", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeAxisIntervalType", + "fullTypeName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TimeAxisIntervalType.Years", + "id": 0, + "name": "Years", + "fullName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType.Years", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeAxisIntervalType", + "fullTypeName": "IgniteUI.Blazor.Controls.TimeAxisIntervalType" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TimeAxisLabellingMode", + "id": 0, + "name": "TimeAxisLabellingMode", + "fullName": "IgniteUI.Blazor.Controls.TimeAxisLabellingMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TimeAxisLabellingMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.TimeAxisLabellingMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeAxisLabellingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TimeAxisLabellingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TimeAxisLabellingMode.Compressed", + "id": 0, + "name": "Compressed", + "fullName": "IgniteUI.Blazor.Controls.TimeAxisLabellingMode.Compressed", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeAxisLabellingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TimeAxisLabellingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TimeAxisLabellingMode.Normal", + "id": 0, + "name": "Normal", + "fullName": "IgniteUI.Blazor.Controls.TimeAxisLabellingMode.Normal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TimeAxisLabellingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TimeAxisLabellingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TimeAxisLabellingMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TimeAxisLabellingMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TitlesPosition", + "id": 0, + "name": "TitlesPosition", + "fullName": "IgniteUI.Blazor.Controls.TitlesPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TitlesPosition.ScaleEnd", + "id": 0, + "name": "ScaleEnd", + "fullName": "IgniteUI.Blazor.Controls.TitlesPosition.ScaleEnd", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TitlesPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.TitlesPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TitlesPosition.ScaleStart", + "id": 0, + "name": "ScaleStart", + "fullName": "IgniteUI.Blazor.Controls.TitlesPosition.ScaleStart", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TitlesPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.TitlesPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TitlesPosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TitlesPosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ToggleLabelPosition", + "id": 0, + "name": "ToggleLabelPosition", + "fullName": "IgniteUI.Blazor.Controls.ToggleLabelPosition", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ToggleLabelPosition.After", + "id": 0, + "name": "After", + "fullName": "IgniteUI.Blazor.Controls.ToggleLabelPosition.After", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToggleLabelPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ToggleLabelPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToggleLabelPosition.Before", + "id": 0, + "name": "Before", + "fullName": "IgniteUI.Blazor.Controls.ToggleLabelPosition.Before", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToggleLabelPosition", + "fullTypeName": "IgniteUI.Blazor.Controls.ToggleLabelPosition" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToggleLabelPosition.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ToggleLabelPosition.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionButtonDisplayType", + "id": 0, + "name": "ToolActionButtonDisplayType", + "fullName": "IgniteUI.Blazor.Controls.ToolActionButtonDisplayType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ToolActionButtonDisplayType.Flat", + "id": 0, + "name": "Flat", + "fullName": "IgniteUI.Blazor.Controls.ToolActionButtonDisplayType.Flat", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionButtonDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionButtonDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionButtonDisplayType.Outlined", + "id": 0, + "name": "Outlined", + "fullName": "IgniteUI.Blazor.Controls.ToolActionButtonDisplayType.Outlined", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionButtonDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionButtonDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionButtonDisplayType.Raised", + "id": 0, + "name": "Raised", + "fullName": "IgniteUI.Blazor.Controls.ToolActionButtonDisplayType.Raised", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionButtonDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionButtonDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionButtonDisplayType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ToolActionButtonDisplayType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionButtonGroupDisplayType", + "id": 0, + "name": "ToolActionButtonGroupDisplayType", + "fullName": "IgniteUI.Blazor.Controls.ToolActionButtonGroupDisplayType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ToolActionButtonGroupDisplayType.Flat", + "id": 0, + "name": "Flat", + "fullName": "IgniteUI.Blazor.Controls.ToolActionButtonGroupDisplayType.Flat", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionButtonGroupDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionButtonGroupDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionButtonGroupDisplayType.Outlined", + "id": 0, + "name": "Outlined", + "fullName": "IgniteUI.Blazor.Controls.ToolActionButtonGroupDisplayType.Outlined", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionButtonGroupDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionButtonGroupDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionButtonGroupDisplayType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ToolActionButtonGroupDisplayType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionButtonInfoDisplayType", + "id": 0, + "name": "ToolActionButtonInfoDisplayType", + "fullName": "IgniteUI.Blazor.Controls.ToolActionButtonInfoDisplayType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ToolActionButtonInfoDisplayType.Flat", + "id": 0, + "name": "Flat", + "fullName": "IgniteUI.Blazor.Controls.ToolActionButtonInfoDisplayType.Flat", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionButtonInfoDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionButtonInfoDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionButtonInfoDisplayType.Outlined", + "id": 0, + "name": "Outlined", + "fullName": "IgniteUI.Blazor.Controls.ToolActionButtonInfoDisplayType.Outlined", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionButtonInfoDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionButtonInfoDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionButtonInfoDisplayType.Raised", + "id": 0, + "name": "Raised", + "fullName": "IgniteUI.Blazor.Controls.ToolActionButtonInfoDisplayType.Raised", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionButtonInfoDisplayType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionButtonInfoDisplayType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionButtonInfoDisplayType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ToolActionButtonInfoDisplayType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionCheckboxListIndexType", + "id": 0, + "name": "ToolActionCheckboxListIndexType", + "fullName": "IgniteUI.Blazor.Controls.ToolActionCheckboxListIndexType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ToolActionCheckboxListIndexType.DeSelected", + "id": 0, + "name": "DeSelected", + "fullName": "IgniteUI.Blazor.Controls.ToolActionCheckboxListIndexType.DeSelected", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionCheckboxListIndexType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionCheckboxListIndexType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionCheckboxListIndexType.Selected", + "id": 0, + "name": "Selected", + "fullName": "IgniteUI.Blazor.Controls.ToolActionCheckboxListIndexType.Selected", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionCheckboxListIndexType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionCheckboxListIndexType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionCheckboxListIndexType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ToolActionCheckboxListIndexType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorEventType", + "id": 0, + "name": "ToolActionFieldSelectorEventType", + "fullName": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorEventType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorEventType.AggregationChange", + "id": 0, + "name": "AggregationChange", + "fullName": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorEventType.AggregationChange", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionFieldSelectorEventType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorEventType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorEventType.Change", + "id": 0, + "name": "Change", + "fullName": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorEventType.Change", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionFieldSelectorEventType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorEventType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorEventType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorEventType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorInfoType", + "id": 0, + "name": "ToolActionFieldSelectorInfoType", + "fullName": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorInfoType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorInfoType.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorInfoType.Label", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionFieldSelectorInfoType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorInfoType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorInfoType.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorInfoType.Value", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionFieldSelectorInfoType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorInfoType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorInfoType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorInfoType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorType", + "id": 0, + "name": "ToolActionFieldSelectorType", + "fullName": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorType.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorType.Label", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionFieldSelectorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorType.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorType.Value", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionFieldSelectorType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ToolActionFieldSelectorType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionInfoDensity", + "id": 0, + "name": "ToolActionInfoDensity", + "fullName": "IgniteUI.Blazor.Controls.ToolActionInfoDensity", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ToolActionInfoDensity.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.ToolActionInfoDensity.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionInfoDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionInfoDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionInfoDensity.Comfortable", + "id": 0, + "name": "Comfortable", + "fullName": "IgniteUI.Blazor.Controls.ToolActionInfoDensity.Comfortable", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionInfoDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionInfoDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionInfoDensity.Compact", + "id": 0, + "name": "Compact", + "fullName": "IgniteUI.Blazor.Controls.ToolActionInfoDensity.Compact", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionInfoDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionInfoDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionInfoDensity.Cosy", + "id": 0, + "name": "Cosy", + "fullName": "IgniteUI.Blazor.Controls.ToolActionInfoDensity.Cosy", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionInfoDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionInfoDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionInfoDensity.Minimal", + "id": 0, + "name": "Minimal", + "fullName": "IgniteUI.Blazor.Controls.ToolActionInfoDensity.Minimal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionInfoDensity", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionInfoDensity" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionInfoDensity.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ToolActionInfoDensity.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionType", + "id": 0, + "name": "ToolActionType", + "fullName": "IgniteUI.Blazor.Controls.ToolActionType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ToolActionType.Button", + "id": 0, + "name": "Button", + "fullName": "IgniteUI.Blazor.Controls.ToolActionType.Button", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionType.ButtonPair", + "id": 0, + "name": "ButtonPair", + "fullName": "IgniteUI.Blazor.Controls.ToolActionType.ButtonPair", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionType.Checkbox", + "id": 0, + "name": "Checkbox", + "fullName": "IgniteUI.Blazor.Controls.ToolActionType.Checkbox", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionType.CheckboxList", + "id": 0, + "name": "CheckboxList", + "fullName": "IgniteUI.Blazor.Controls.ToolActionType.CheckboxList", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionType.ColorEditor", + "id": 0, + "name": "ColorEditor", + "fullName": "IgniteUI.Blazor.Controls.ToolActionType.ColorEditor", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionType.Combo", + "id": 0, + "name": "Combo", + "fullName": "IgniteUI.Blazor.Controls.ToolActionType.Combo", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionType.FieldSelector", + "id": 0, + "name": "FieldSelector", + "fullName": "IgniteUI.Blazor.Controls.ToolActionType.FieldSelector", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionType.GroupHeader", + "id": 0, + "name": "GroupHeader", + "fullName": "IgniteUI.Blazor.Controls.ToolActionType.GroupHeader", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionType.IconButton", + "id": 0, + "name": "IconButton", + "fullName": "IgniteUI.Blazor.Controls.ToolActionType.IconButton", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionType.IconMenu", + "id": 0, + "name": "IconMenu", + "fullName": "IgniteUI.Blazor.Controls.ToolActionType.IconMenu", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionType.Label", + "id": 0, + "name": "Label", + "fullName": "IgniteUI.Blazor.Controls.ToolActionType.Label", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionType.NumberInput", + "id": 0, + "name": "NumberInput", + "fullName": "IgniteUI.Blazor.Controls.ToolActionType.NumberInput", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionType.Radio", + "id": 0, + "name": "Radio", + "fullName": "IgniteUI.Blazor.Controls.ToolActionType.Radio", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionType.Separator", + "id": 0, + "name": "Separator", + "fullName": "IgniteUI.Blazor.Controls.ToolActionType.Separator", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionType.SubPanel", + "id": 0, + "name": "SubPanel", + "fullName": "IgniteUI.Blazor.Controls.ToolActionType.SubPanel", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionType.TextInput", + "id": 0, + "name": "TextInput", + "fullName": "IgniteUI.Blazor.Controls.ToolActionType.TextInput", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionType.Unknown", + "id": 0, + "name": "Unknown", + "fullName": "IgniteUI.Blazor.Controls.ToolActionType.Unknown", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolActionType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolActionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolActionType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ToolActionType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolbarOrientation", + "id": 0, + "name": "ToolbarOrientation", + "fullName": "IgniteUI.Blazor.Controls.ToolbarOrientation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ToolbarOrientation.Horizontal", + "id": 0, + "name": "Horizontal", + "fullName": "IgniteUI.Blazor.Controls.ToolbarOrientation.Horizontal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolbarOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolbarOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolbarOrientation.HorizontalWrapped", + "id": 0, + "name": "HorizontalWrapped", + "fullName": "IgniteUI.Blazor.Controls.ToolbarOrientation.HorizontalWrapped", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolbarOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolbarOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolbarOrientation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ToolbarOrientation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolbarOrientation.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.ToolbarOrientation.Vertical", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolbarOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolbarOrientation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolCommandExecutionState", + "id": 0, + "name": "ToolCommandExecutionState", + "fullName": "IgniteUI.Blazor.Controls.ToolCommandExecutionState", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ToolCommandExecutionState.Completed", + "id": 0, + "name": "Completed", + "fullName": "IgniteUI.Blazor.Controls.ToolCommandExecutionState.Completed", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolCommandExecutionState", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolCommandExecutionState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolCommandExecutionState.Failed", + "id": 0, + "name": "Failed", + "fullName": "IgniteUI.Blazor.Controls.ToolCommandExecutionState.Failed", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolCommandExecutionState", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolCommandExecutionState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolCommandExecutionState.Pending", + "id": 0, + "name": "Pending", + "fullName": "IgniteUI.Blazor.Controls.ToolCommandExecutionState.Pending", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolCommandExecutionState", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolCommandExecutionState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolCommandExecutionState.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ToolCommandExecutionState.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolCommandStateType", + "id": 0, + "name": "ToolCommandStateType", + "fullName": "IgniteUI.Blazor.Controls.ToolCommandStateType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ToolCommandStateType.IsDisabledChanged", + "id": 0, + "name": "IsDisabledChanged", + "fullName": "IgniteUI.Blazor.Controls.ToolCommandStateType.IsDisabledChanged", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolCommandStateType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolCommandStateType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolCommandStateType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ToolCommandStateType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolCommandStateType.ValueChanged", + "id": 0, + "name": "ValueChanged", + "fullName": "IgniteUI.Blazor.Controls.ToolCommandStateType.ValueChanged", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolCommandStateType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolCommandStateType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolCommandStateType.VisibilityChanged", + "id": 0, + "name": "VisibilityChanged", + "fullName": "IgniteUI.Blazor.Controls.ToolCommandStateType.VisibilityChanged", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolCommandStateType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolCommandStateType" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolContextBindingMode", + "id": 0, + "name": "ToolContextBindingMode", + "fullName": "IgniteUI.Blazor.Controls.ToolContextBindingMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ToolContextBindingMode.OneWay", + "id": 0, + "name": "OneWay", + "fullName": "IgniteUI.Blazor.Controls.ToolContextBindingMode.OneWay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolContextBindingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolContextBindingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolContextBindingMode.TwoWay", + "id": 0, + "name": "TwoWay", + "fullName": "IgniteUI.Blazor.Controls.ToolContextBindingMode.TwoWay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolContextBindingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolContextBindingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolContextBindingMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ToolContextBindingMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolContextValueType", + "id": 0, + "name": "ToolContextValueType", + "fullName": "IgniteUI.Blazor.Controls.ToolContextValueType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ToolContextValueType.BoolValue", + "id": 0, + "name": "BoolValue", + "fullName": "IgniteUI.Blazor.Controls.ToolContextValueType.BoolValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolContextValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolContextValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolContextValueType.Brush", + "id": 0, + "name": "Brush", + "fullName": "IgniteUI.Blazor.Controls.ToolContextValueType.Brush", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolContextValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolContextValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolContextValueType.BrushCollection", + "id": 0, + "name": "BrushCollection", + "fullName": "IgniteUI.Blazor.Controls.ToolContextValueType.BrushCollection", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolContextValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolContextValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolContextValueType.Color", + "id": 0, + "name": "Color", + "fullName": "IgniteUI.Blazor.Controls.ToolContextValueType.Color", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolContextValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolContextValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolContextValueType.Data", + "id": 0, + "name": "Data", + "fullName": "IgniteUI.Blazor.Controls.ToolContextValueType.Data", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolContextValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolContextValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolContextValueType.DoubleValue", + "id": 0, + "name": "DoubleValue", + "fullName": "IgniteUI.Blazor.Controls.ToolContextValueType.DoubleValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolContextValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolContextValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolContextValueType.IntValue", + "id": 0, + "name": "IntValue", + "fullName": "IgniteUI.Blazor.Controls.ToolContextValueType.IntValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolContextValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolContextValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolContextValueType.StringValue", + "id": 0, + "name": "StringValue", + "fullName": "IgniteUI.Blazor.Controls.ToolContextValueType.StringValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolContextValueType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolContextValueType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolContextValueType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ToolContextValueType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolPanelOrientation", + "id": 0, + "name": "ToolPanelOrientation", + "fullName": "IgniteUI.Blazor.Controls.ToolPanelOrientation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ToolPanelOrientation.Horizontal", + "id": 0, + "name": "Horizontal", + "fullName": "IgniteUI.Blazor.Controls.ToolPanelOrientation.Horizontal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolPanelOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolPanelOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolPanelOrientation.HorizontalWrapped", + "id": 0, + "name": "HorizontalWrapped", + "fullName": "IgniteUI.Blazor.Controls.ToolPanelOrientation.HorizontalWrapped", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolPanelOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolPanelOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolPanelOrientation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ToolPanelOrientation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolPanelOrientation.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.ToolPanelOrientation.Vertical", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolPanelOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolPanelOrientation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolTipType", + "id": 0, + "name": "ToolTipType", + "fullName": "IgniteUI.Blazor.Controls.ToolTipType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ToolTipType.Category", + "id": 0, + "name": "Category", + "fullName": "IgniteUI.Blazor.Controls.ToolTipType.Category", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolTipType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolTipType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolTipType.Data", + "id": 0, + "name": "Data", + "fullName": "IgniteUI.Blazor.Controls.ToolTipType.Data", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolTipType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolTipType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolTipType.Default", + "id": 0, + "name": "Default", + "fullName": "IgniteUI.Blazor.Controls.ToolTipType.Default", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolTipType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolTipType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolTipType.Item", + "id": 0, + "name": "Item", + "fullName": "IgniteUI.Blazor.Controls.ToolTipType.Item", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolTipType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolTipType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolTipType.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.ToolTipType.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ToolTipType", + "fullTypeName": "IgniteUI.Blazor.Controls.ToolTipType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ToolTipType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ToolTipType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TransactionEvent", + "id": 0, + "name": "TransactionEvent", + "fullName": "IgniteUI.Blazor.Controls.TransactionEvent", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TransactionEvent.Add", + "id": 0, + "name": "Add", + "fullName": "IgniteUI.Blazor.Controls.TransactionEvent.Add", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransactionEvent", + "fullTypeName": "IgniteUI.Blazor.Controls.TransactionEvent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransactionEvent.Clear", + "id": 0, + "name": "Clear", + "fullName": "IgniteUI.Blazor.Controls.TransactionEvent.Clear", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransactionEvent", + "fullTypeName": "IgniteUI.Blazor.Controls.TransactionEvent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransactionEvent.Commit", + "id": 0, + "name": "Commit", + "fullName": "IgniteUI.Blazor.Controls.TransactionEvent.Commit", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransactionEvent", + "fullTypeName": "IgniteUI.Blazor.Controls.TransactionEvent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransactionEvent.End", + "id": 0, + "name": "End", + "fullName": "IgniteUI.Blazor.Controls.TransactionEvent.End", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransactionEvent", + "fullTypeName": "IgniteUI.Blazor.Controls.TransactionEvent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransactionEvent.Redo", + "id": 0, + "name": "Redo", + "fullName": "IgniteUI.Blazor.Controls.TransactionEvent.Redo", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransactionEvent", + "fullTypeName": "IgniteUI.Blazor.Controls.TransactionEvent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransactionEvent.Undo", + "id": 0, + "name": "Undo", + "fullName": "IgniteUI.Blazor.Controls.TransactionEvent.Undo", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransactionEvent", + "fullTypeName": "IgniteUI.Blazor.Controls.TransactionEvent" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransactionEvent.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TransactionEvent.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TransactionPendingState", + "id": 0, + "name": "TransactionPendingState", + "fullName": "IgniteUI.Blazor.Controls.TransactionPendingState", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TransactionPendingState.Accept", + "id": 0, + "name": "Accept", + "fullName": "IgniteUI.Blazor.Controls.TransactionPendingState.Accept", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransactionPendingState", + "fullTypeName": "IgniteUI.Blazor.Controls.TransactionPendingState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransactionPendingState.Pending", + "id": 0, + "name": "Pending", + "fullName": "IgniteUI.Blazor.Controls.TransactionPendingState.Pending", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransactionPendingState", + "fullTypeName": "IgniteUI.Blazor.Controls.TransactionPendingState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransactionPendingState.Reject", + "id": 0, + "name": "Reject", + "fullName": "IgniteUI.Blazor.Controls.TransactionPendingState.Reject", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransactionPendingState", + "fullTypeName": "IgniteUI.Blazor.Controls.TransactionPendingState" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransactionPendingState.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TransactionPendingState.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TransactionType", + "id": 0, + "name": "TransactionType", + "fullName": "IgniteUI.Blazor.Controls.TransactionType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TransactionType.Add", + "id": 0, + "name": "Add", + "fullName": "IgniteUI.Blazor.Controls.TransactionType.Add", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransactionType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransactionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransactionType.Delete", + "id": 0, + "name": "Delete", + "fullName": "IgniteUI.Blazor.Controls.TransactionType.Delete", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransactionType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransactionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransactionType.Update", + "id": 0, + "name": "Update", + "fullName": "IgniteUI.Blazor.Controls.TransactionType.Update", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransactionType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransactionType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransactionType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TransactionType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TransitionInSpeedType", + "id": 0, + "name": "TransitionInSpeedType", + "fullName": "IgniteUI.Blazor.Controls.TransitionInSpeedType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TransitionInSpeedType.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.TransitionInSpeedType.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransitionInSpeedType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransitionInSpeedType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransitionInSpeedType.IndexScaled", + "id": 0, + "name": "IndexScaled", + "fullName": "IgniteUI.Blazor.Controls.TransitionInSpeedType.IndexScaled", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransitionInSpeedType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransitionInSpeedType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransitionInSpeedType.Normal", + "id": 0, + "name": "Normal", + "fullName": "IgniteUI.Blazor.Controls.TransitionInSpeedType.Normal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransitionInSpeedType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransitionInSpeedType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransitionInSpeedType.Random", + "id": 0, + "name": "Random", + "fullName": "IgniteUI.Blazor.Controls.TransitionInSpeedType.Random", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransitionInSpeedType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransitionInSpeedType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransitionInSpeedType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TransitionInSpeedType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransitionInSpeedType.ValueScaled", + "id": 0, + "name": "ValueScaled", + "fullName": "IgniteUI.Blazor.Controls.TransitionInSpeedType.ValueScaled", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransitionInSpeedType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransitionInSpeedType" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TransitionOutSpeedType", + "id": 0, + "name": "TransitionOutSpeedType", + "fullName": "IgniteUI.Blazor.Controls.TransitionOutSpeedType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TransitionOutSpeedType.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.TransitionOutSpeedType.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransitionOutSpeedType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransitionOutSpeedType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransitionOutSpeedType.IndexScaled", + "id": 0, + "name": "IndexScaled", + "fullName": "IgniteUI.Blazor.Controls.TransitionOutSpeedType.IndexScaled", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransitionOutSpeedType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransitionOutSpeedType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransitionOutSpeedType.Normal", + "id": 0, + "name": "Normal", + "fullName": "IgniteUI.Blazor.Controls.TransitionOutSpeedType.Normal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransitionOutSpeedType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransitionOutSpeedType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransitionOutSpeedType.Random", + "id": 0, + "name": "Random", + "fullName": "IgniteUI.Blazor.Controls.TransitionOutSpeedType.Random", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransitionOutSpeedType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransitionOutSpeedType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransitionOutSpeedType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TransitionOutSpeedType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TransitionOutSpeedType.ValueScaled", + "id": 0, + "name": "ValueScaled", + "fullName": "IgniteUI.Blazor.Controls.TransitionOutSpeedType.ValueScaled", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TransitionOutSpeedType", + "fullTypeName": "IgniteUI.Blazor.Controls.TransitionOutSpeedType" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapFillScaleMode", + "id": 0, + "name": "TreemapFillScaleMode", + "fullName": "IgniteUI.Blazor.Controls.TreemapFillScaleMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TreemapFillScaleMode.GlobalSum", + "id": 0, + "name": "GlobalSum", + "fullName": "IgniteUI.Blazor.Controls.TreemapFillScaleMode.GlobalSum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapFillScaleMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapFillScaleMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapFillScaleMode.GlobalValue", + "id": 0, + "name": "GlobalValue", + "fullName": "IgniteUI.Blazor.Controls.TreemapFillScaleMode.GlobalValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapFillScaleMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapFillScaleMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapFillScaleMode.Sum", + "id": 0, + "name": "Sum", + "fullName": "IgniteUI.Blazor.Controls.TreemapFillScaleMode.Sum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapFillScaleMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapFillScaleMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapFillScaleMode.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.TreemapFillScaleMode.Value", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapFillScaleMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapFillScaleMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapFillScaleMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TreemapFillScaleMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapHeaderDisplayMode", + "id": 0, + "name": "TreemapHeaderDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.TreemapHeaderDisplayMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TreemapHeaderDisplayMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.TreemapHeaderDisplayMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapHeaderDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapHeaderDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapHeaderDisplayMode.Header", + "id": 0, + "name": "Header", + "fullName": "IgniteUI.Blazor.Controls.TreemapHeaderDisplayMode.Header", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapHeaderDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapHeaderDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapHeaderDisplayMode.Overlay", + "id": 0, + "name": "Overlay", + "fullName": "IgniteUI.Blazor.Controls.TreemapHeaderDisplayMode.Overlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapHeaderDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapHeaderDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapHeaderDisplayMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TreemapHeaderDisplayMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapHighlightedValueDisplayMode", + "id": 0, + "name": "TreemapHighlightedValueDisplayMode", + "fullName": "IgniteUI.Blazor.Controls.TreemapHighlightedValueDisplayMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TreemapHighlightedValueDisplayMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.TreemapHighlightedValueDisplayMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapHighlightedValueDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapHighlightedValueDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapHighlightedValueDisplayMode.Hidden", + "id": 0, + "name": "Hidden", + "fullName": "IgniteUI.Blazor.Controls.TreemapHighlightedValueDisplayMode.Hidden", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapHighlightedValueDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapHighlightedValueDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapHighlightedValueDisplayMode.Overlay", + "id": 0, + "name": "Overlay", + "fullName": "IgniteUI.Blazor.Controls.TreemapHighlightedValueDisplayMode.Overlay", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapHighlightedValueDisplayMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapHighlightedValueDisplayMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapHighlightedValueDisplayMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TreemapHighlightedValueDisplayMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapHighlightingMode", + "id": 0, + "name": "TreemapHighlightingMode", + "fullName": "IgniteUI.Blazor.Controls.TreemapHighlightingMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TreemapHighlightingMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.TreemapHighlightingMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapHighlightingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapHighlightingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapHighlightingMode.Brighten", + "id": 0, + "name": "Brighten", + "fullName": "IgniteUI.Blazor.Controls.TreemapHighlightingMode.Brighten", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapHighlightingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapHighlightingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapHighlightingMode.FadeOthers", + "id": 0, + "name": "FadeOthers", + "fullName": "IgniteUI.Blazor.Controls.TreemapHighlightingMode.FadeOthers", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapHighlightingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapHighlightingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapHighlightingMode.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.TreemapHighlightingMode.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapHighlightingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapHighlightingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapHighlightingMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TreemapHighlightingMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapLabelHorizontalFitMode", + "id": 0, + "name": "TreemapLabelHorizontalFitMode", + "fullName": "IgniteUI.Blazor.Controls.TreemapLabelHorizontalFitMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TreemapLabelHorizontalFitMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.TreemapLabelHorizontalFitMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapLabelHorizontalFitMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapLabelHorizontalFitMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapLabelHorizontalFitMode.Ellipsis", + "id": 0, + "name": "Ellipsis", + "fullName": "IgniteUI.Blazor.Controls.TreemapLabelHorizontalFitMode.Ellipsis", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapLabelHorizontalFitMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapLabelHorizontalFitMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapLabelHorizontalFitMode.Hide", + "id": 0, + "name": "Hide", + "fullName": "IgniteUI.Blazor.Controls.TreemapLabelHorizontalFitMode.Hide", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapLabelHorizontalFitMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapLabelHorizontalFitMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapLabelHorizontalFitMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TreemapLabelHorizontalFitMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapLabelVerticalFitMode", + "id": 0, + "name": "TreemapLabelVerticalFitMode", + "fullName": "IgniteUI.Blazor.Controls.TreemapLabelVerticalFitMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TreemapLabelVerticalFitMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.TreemapLabelVerticalFitMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapLabelVerticalFitMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapLabelVerticalFitMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapLabelVerticalFitMode.Hide", + "id": 0, + "name": "Hide", + "fullName": "IgniteUI.Blazor.Controls.TreemapLabelVerticalFitMode.Hide", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapLabelVerticalFitMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapLabelVerticalFitMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapLabelVerticalFitMode.Show", + "id": 0, + "name": "Show", + "fullName": "IgniteUI.Blazor.Controls.TreemapLabelVerticalFitMode.Show", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapLabelVerticalFitMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapLabelVerticalFitMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapLabelVerticalFitMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TreemapLabelVerticalFitMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapLayoutType", + "id": 0, + "name": "TreemapLayoutType", + "fullName": "IgniteUI.Blazor.Controls.TreemapLayoutType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TreemapLayoutType.SliceAndDice", + "id": 0, + "name": "SliceAndDice", + "fullName": "IgniteUI.Blazor.Controls.TreemapLayoutType.SliceAndDice", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapLayoutType", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapLayoutType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapLayoutType.Squarified", + "id": 0, + "name": "Squarified", + "fullName": "IgniteUI.Blazor.Controls.TreemapLayoutType.Squarified", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapLayoutType", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapLayoutType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapLayoutType.Stripped", + "id": 0, + "name": "Stripped", + "fullName": "IgniteUI.Blazor.Controls.TreemapLayoutType.Stripped", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapLayoutType", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapLayoutType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapLayoutType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TreemapLayoutType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapNodeStyleMappingTargetType", + "id": 0, + "name": "TreemapNodeStyleMappingTargetType", + "fullName": "IgniteUI.Blazor.Controls.TreemapNodeStyleMappingTargetType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TreemapNodeStyleMappingTargetType.All", + "id": 0, + "name": "All", + "fullName": "IgniteUI.Blazor.Controls.TreemapNodeStyleMappingTargetType.All", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapNodeStyleMappingTargetType", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapNodeStyleMappingTargetType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapNodeStyleMappingTargetType.Child", + "id": 0, + "name": "Child", + "fullName": "IgniteUI.Blazor.Controls.TreemapNodeStyleMappingTargetType.Child", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapNodeStyleMappingTargetType", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapNodeStyleMappingTargetType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapNodeStyleMappingTargetType.Parent", + "id": 0, + "name": "Parent", + "fullName": "IgniteUI.Blazor.Controls.TreemapNodeStyleMappingTargetType.Parent", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapNodeStyleMappingTargetType", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapNodeStyleMappingTargetType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapNodeStyleMappingTargetType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TreemapNodeStyleMappingTargetType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapOrientation", + "id": 0, + "name": "TreemapOrientation", + "fullName": "IgniteUI.Blazor.Controls.TreemapOrientation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TreemapOrientation.Horizontal", + "id": 0, + "name": "Horizontal", + "fullName": "IgniteUI.Blazor.Controls.TreemapOrientation.Horizontal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapOrientation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TreemapOrientation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapOrientation.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.TreemapOrientation.Vertical", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapOrientation" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapValueMappingMode", + "id": 0, + "name": "TreemapValueMappingMode", + "fullName": "IgniteUI.Blazor.Controls.TreemapValueMappingMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TreemapValueMappingMode.CustomValue", + "id": 0, + "name": "CustomValue", + "fullName": "IgniteUI.Blazor.Controls.TreemapValueMappingMode.CustomValue", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapValueMappingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapValueMappingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapValueMappingMode.Sum", + "id": 0, + "name": "Sum", + "fullName": "IgniteUI.Blazor.Controls.TreemapValueMappingMode.Sum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapValueMappingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapValueMappingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapValueMappingMode.Value", + "id": 0, + "name": "Value", + "fullName": "IgniteUI.Blazor.Controls.TreemapValueMappingMode.Value", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreemapValueMappingMode", + "fullTypeName": "IgniteUI.Blazor.Controls.TreemapValueMappingMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreemapValueMappingMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TreemapValueMappingMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TreeSelection", + "id": 0, + "name": "TreeSelection", + "fullName": "IgniteUI.Blazor.Controls.TreeSelection", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TreeSelection.Cascade", + "id": 0, + "name": "Cascade", + "fullName": "IgniteUI.Blazor.Controls.TreeSelection.Cascade", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreeSelection", + "fullTypeName": "IgniteUI.Blazor.Controls.TreeSelection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreeSelection.Multiple", + "id": 0, + "name": "Multiple", + "fullName": "IgniteUI.Blazor.Controls.TreeSelection.Multiple", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreeSelection", + "fullTypeName": "IgniteUI.Blazor.Controls.TreeSelection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreeSelection.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.TreeSelection.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TreeSelection", + "fullTypeName": "IgniteUI.Blazor.Controls.TreeSelection" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TreeSelection.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TreeSelection.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TrendLineType", + "id": 0, + "name": "TrendLineType", + "fullName": "IgniteUI.Blazor.Controls.TrendLineType", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TrendLineType.CubicFit", + "id": 0, + "name": "CubicFit", + "fullName": "IgniteUI.Blazor.Controls.TrendLineType.CubicFit", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TrendLineType.CumulativeAverage", + "id": 0, + "name": "CumulativeAverage", + "fullName": "IgniteUI.Blazor.Controls.TrendLineType.CumulativeAverage", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TrendLineType.ExponentialAverage", + "id": 0, + "name": "ExponentialAverage", + "fullName": "IgniteUI.Blazor.Controls.TrendLineType.ExponentialAverage", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TrendLineType.ExponentialFit", + "id": 0, + "name": "ExponentialFit", + "fullName": "IgniteUI.Blazor.Controls.TrendLineType.ExponentialFit", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TrendLineType.LinearFit", + "id": 0, + "name": "LinearFit", + "fullName": "IgniteUI.Blazor.Controls.TrendLineType.LinearFit", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TrendLineType.LogarithmicFit", + "id": 0, + "name": "LogarithmicFit", + "fullName": "IgniteUI.Blazor.Controls.TrendLineType.LogarithmicFit", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TrendLineType.ModifiedAverage", + "id": 0, + "name": "ModifiedAverage", + "fullName": "IgniteUI.Blazor.Controls.TrendLineType.ModifiedAverage", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TrendLineType.None", + "id": 0, + "name": "None", + "fullName": "IgniteUI.Blazor.Controls.TrendLineType.None", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TrendLineType.PowerLawFit", + "id": 0, + "name": "PowerLawFit", + "fullName": "IgniteUI.Blazor.Controls.TrendLineType.PowerLawFit", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TrendLineType.QuadraticFit", + "id": 0, + "name": "QuadraticFit", + "fullName": "IgniteUI.Blazor.Controls.TrendLineType.QuadraticFit", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TrendLineType.QuarticFit", + "id": 0, + "name": "QuarticFit", + "fullName": "IgniteUI.Blazor.Controls.TrendLineType.QuarticFit", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TrendLineType.QuinticFit", + "id": 0, + "name": "QuinticFit", + "fullName": "IgniteUI.Blazor.Controls.TrendLineType.QuinticFit", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TrendLineType.SimpleAverage", + "id": 0, + "name": "SimpleAverage", + "fullName": "IgniteUI.Blazor.Controls.TrendLineType.SimpleAverage", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TrendLineType.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.TrendLineType.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TrendLineType.WeightedAverage", + "id": 0, + "name": "WeightedAverage", + "fullName": "IgniteUI.Blazor.Controls.TrendLineType.WeightedAverage", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "TrendLineType", + "fullTypeName": "IgniteUI.Blazor.Controls.TrendLineType" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.TypedDynamicContent", + "id": 0, + "name": "TypedDynamicContent", + "fullName": "IgniteUI.Blazor.Controls.TypedDynamicContent", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.DynamicContentInfo", + "id": 0, + "name": "DynamicContentInfo" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.TypedDynamicContent.#ctor(System.Type)", + "id": 0, + "name": "TypedDynamicContent(Type)", + "fullName": "IgniteUI.Blazor.Controls.TypedDynamicContent.TypedDynamicContent(System.Type)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "t", + "type": "Type", + "fullTypeName": "System.Type" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TypedDynamicContent.add_OnComponentChanging(IgniteUI.Blazor.Controls.DynamicComponentChangingEventHandler)", + "id": 0, + "name": "add_OnComponentChanging(DynamicComponentChangingEventHandler)", + "fullName": "IgniteUI.Blazor.Controls.TypedDynamicContent.add_OnComponentChanging(IgniteUI.Blazor.Controls.DynamicComponentChangingEventHandler)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "DynamicComponentChangingEventHandler", + "fullTypeName": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventHandler" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TypedDynamicContent.GetInstanceAsync", + "id": 0, + "name": "GetInstanceAsync()", + "fullName": "IgniteUI.Blazor.Controls.TypedDynamicContent.GetInstanceAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task<Object>", + "fullTypeName": "System.Threading.Tasks.Task<System.Object>" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TypedDynamicContent.OnComponentChanged(System.Object,System.Object)", + "id": 0, + "name": "OnComponentChanged(Object, Object)", + "fullName": "IgniteUI.Blazor.Controls.TypedDynamicContent.OnComponentChanged(System.Object, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "oldValue", + "type": "Object", + "fullTypeName": "System.Object" + }, + { + "name": "component", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TypedDynamicContent.OnComponentChanging", + "id": 0, + "name": "OnComponentChanging", + "fullName": "IgniteUI.Blazor.Controls.TypedDynamicContent.OnComponentChanging", + "kindString": "event", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "DynamicComponentChangingEventHandler", + "fullTypeName": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventHandler" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.TypedDynamicContent.remove_OnComponentChanging(IgniteUI.Blazor.Controls.DynamicComponentChangingEventHandler)", + "id": 0, + "name": "remove_OnComponentChanging(DynamicComponentChangingEventHandler)", + "fullName": "IgniteUI.Blazor.Controls.TypedDynamicContent.remove_OnComponentChanging(IgniteUI.Blazor.Controls.DynamicComponentChangingEventHandler)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "value", + "type": "DynamicComponentChangingEventHandler", + "fullTypeName": "IgniteUI.Blazor.Controls.DynamicComponentChangingEventHandler" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.UnknownValuePlotting", + "id": 0, + "name": "UnknownValuePlotting", + "fullName": "IgniteUI.Blazor.Controls.UnknownValuePlotting", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.UnknownValuePlotting.DontPlot", + "id": 0, + "name": "DontPlot", + "fullName": "IgniteUI.Blazor.Controls.UnknownValuePlotting.DontPlot", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "UnknownValuePlotting", + "fullTypeName": "IgniteUI.Blazor.Controls.UnknownValuePlotting" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.UnknownValuePlotting.LinearInterpolate", + "id": 0, + "name": "LinearInterpolate", + "fullName": "IgniteUI.Blazor.Controls.UnknownValuePlotting.LinearInterpolate", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "UnknownValuePlotting", + "fullTypeName": "IgniteUI.Blazor.Controls.UnknownValuePlotting" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.UnknownValuePlotting.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.UnknownValuePlotting.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.UnpinnedLocation", + "id": 0, + "name": "UnpinnedLocation", + "fullName": "IgniteUI.Blazor.Controls.UnpinnedLocation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.UnpinnedLocation.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.UnpinnedLocation.Bottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "UnpinnedLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.UnpinnedLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.UnpinnedLocation.Left", + "id": 0, + "name": "Left", + "fullName": "IgniteUI.Blazor.Controls.UnpinnedLocation.Left", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "UnpinnedLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.UnpinnedLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.UnpinnedLocation.Right", + "id": 0, + "name": "Right", + "fullName": "IgniteUI.Blazor.Controls.UnpinnedLocation.Right", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "UnpinnedLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.UnpinnedLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.UnpinnedLocation.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.UnpinnedLocation.Top", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "UnpinnedLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.UnpinnedLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.UnpinnedLocation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.UnpinnedLocation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ValidationStatus", + "id": 0, + "name": "ValidationStatus", + "fullName": "IgniteUI.Blazor.Controls.ValidationStatus", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ValidationStatus.INVALID", + "id": 0, + "name": "INVALID", + "fullName": "IgniteUI.Blazor.Controls.ValidationStatus.INVALID", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ValidationStatus", + "fullTypeName": "IgniteUI.Blazor.Controls.ValidationStatus" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ValidationStatus.VALID", + "id": 0, + "name": "VALID", + "fullName": "IgniteUI.Blazor.Controls.ValidationStatus.VALID", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ValidationStatus", + "fullTypeName": "IgniteUI.Blazor.Controls.ValidationStatus" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ValidationStatus.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ValidationStatus.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ValueAxisLabelLocation", + "id": 0, + "name": "ValueAxisLabelLocation", + "fullName": "IgniteUI.Blazor.Controls.ValueAxisLabelLocation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ValueAxisLabelLocation.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.ValueAxisLabelLocation.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ValueAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ValueAxisLabelLocation.InsideLeft", + "id": 0, + "name": "InsideLeft", + "fullName": "IgniteUI.Blazor.Controls.ValueAxisLabelLocation.InsideLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ValueAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ValueAxisLabelLocation.InsideRight", + "id": 0, + "name": "InsideRight", + "fullName": "IgniteUI.Blazor.Controls.ValueAxisLabelLocation.InsideRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ValueAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ValueAxisLabelLocation.OutsideLeft", + "id": 0, + "name": "OutsideLeft", + "fullName": "IgniteUI.Blazor.Controls.ValueAxisLabelLocation.OutsideLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ValueAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ValueAxisLabelLocation.OutsideRight", + "id": 0, + "name": "OutsideRight", + "fullName": "IgniteUI.Blazor.Controls.ValueAxisLabelLocation.OutsideRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ValueAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ValueAxisLabelLocation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ValueAxisLabelLocation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ValueLayerValueMode", + "id": 0, + "name": "ValueLayerValueMode", + "fullName": "IgniteUI.Blazor.Controls.ValueLayerValueMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ValueLayerValueMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.ValueLayerValueMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ValueLayerValueMode.Average", + "id": 0, + "name": "Average", + "fullName": "IgniteUI.Blazor.Controls.ValueLayerValueMode.Average", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ValueLayerValueMode.GlobalAverage", + "id": 0, + "name": "GlobalAverage", + "fullName": "IgniteUI.Blazor.Controls.ValueLayerValueMode.GlobalAverage", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ValueLayerValueMode.GlobalMaximum", + "id": 0, + "name": "GlobalMaximum", + "fullName": "IgniteUI.Blazor.Controls.ValueLayerValueMode.GlobalMaximum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ValueLayerValueMode.GlobalMinimum", + "id": 0, + "name": "GlobalMinimum", + "fullName": "IgniteUI.Blazor.Controls.ValueLayerValueMode.GlobalMinimum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ValueLayerValueMode.Maximum", + "id": 0, + "name": "Maximum", + "fullName": "IgniteUI.Blazor.Controls.ValueLayerValueMode.Maximum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ValueLayerValueMode.Minimum", + "id": 0, + "name": "Minimum", + "fullName": "IgniteUI.Blazor.Controls.ValueLayerValueMode.Minimum", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ValueLayerValueMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ValueLayerValueMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ValueLayerValueMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ValueLayerValueMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.VerticalAlignment", + "id": 0, + "name": "VerticalAlignment", + "fullName": "IgniteUI.Blazor.Controls.VerticalAlignment", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.VerticalAlignment.Bottom", + "id": 0, + "name": "Bottom", + "fullName": "IgniteUI.Blazor.Controls.VerticalAlignment.Bottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "VerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.VerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.VerticalAlignment.Center", + "id": 0, + "name": "Center", + "fullName": "IgniteUI.Blazor.Controls.VerticalAlignment.Center", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "VerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.VerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.VerticalAlignment.Stretch", + "id": 0, + "name": "Stretch", + "fullName": "IgniteUI.Blazor.Controls.VerticalAlignment.Stretch", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "VerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.VerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.VerticalAlignment.Top", + "id": 0, + "name": "Top", + "fullName": "IgniteUI.Blazor.Controls.VerticalAlignment.Top", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "VerticalAlignment", + "fullTypeName": "IgniteUI.Blazor.Controls.VerticalAlignment" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.VerticalAlignment.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.VerticalAlignment.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.VerticalLabelFormatSpecifiers", + "id": 0, + "name": "VerticalLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.VerticalLabelFormatSpecifiers", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.VerticalLabelFormatSpecifiers.#ctor", + "id": 0, + "name": "VerticalLabelFormatSpecifiers()", + "fullName": "IgniteUI.Blazor.Controls.VerticalLabelFormatSpecifiers.VerticalLabelFormatSpecifiers()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.VerticalLabelFormatSpecifiers.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.VerticalLabelFormatSpecifiers.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.VerticalLabelFormatSpecifiers.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.VerticalLabelFormatSpecifiers.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.VerticalLabelFormatSpecifiers.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.VerticalLabelFormatSpecifiers.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.VerticalLabelFormatSpecifiers.SparklineParent", + "id": 0, + "name": "SparklineParent", + "fullName": "IgniteUI.Blazor.Controls.VerticalLabelFormatSpecifiers.SparklineParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ViewerSurfaceUsage", + "id": 0, + "name": "ViewerSurfaceUsage", + "fullName": "IgniteUI.Blazor.Controls.ViewerSurfaceUsage", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ViewerSurfaceUsage.Minimal", + "id": 0, + "name": "Minimal", + "fullName": "IgniteUI.Blazor.Controls.ViewerSurfaceUsage.Minimal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ViewerSurfaceUsage", + "fullTypeName": "IgniteUI.Blazor.Controls.ViewerSurfaceUsage" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ViewerSurfaceUsage.Normal", + "id": 0, + "name": "Normal", + "fullName": "IgniteUI.Blazor.Controls.ViewerSurfaceUsage.Normal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ViewerSurfaceUsage", + "fullTypeName": "IgniteUI.Blazor.Controls.ViewerSurfaceUsage" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ViewerSurfaceUsage.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ViewerSurfaceUsage.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.Visibility", + "id": 0, + "name": "Visibility", + "fullName": "IgniteUI.Blazor.Controls.Visibility", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.Visibility.Collapsed", + "id": 0, + "name": "Collapsed", + "fullName": "IgniteUI.Blazor.Controls.Visibility.Collapsed", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Visibility.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.Visibility.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.Visibility.Visible", + "id": 0, + "name": "Visible", + "fullName": "IgniteUI.Blazor.Controls.Visibility.Visible", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Visibility", + "fullTypeName": "IgniteUI.Blazor.Controls.Visibility" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.WCAttributeNameAttribute", + "id": 0, + "name": "WCAttributeNameAttribute", + "fullName": "IgniteUI.Blazor.Controls.WCAttributeNameAttribute", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.WCAttributeNameAttribute.#ctor(System.String)", + "id": 0, + "name": "WCAttributeNameAttribute(String)", + "fullName": "IgniteUI.Blazor.Controls.WCAttributeNameAttribute.WCAttributeNameAttribute(System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "alternateName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.WCAttributeNameAttribute.Name", + "id": 0, + "name": "Name", + "fullName": "IgniteUI.Blazor.Controls.WCAttributeNameAttribute.Name", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.WCEnumNameAttribute", + "id": 0, + "name": "WCEnumNameAttribute", + "fullName": "IgniteUI.Blazor.Controls.WCEnumNameAttribute", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.WCEnumNameAttribute.#ctor(System.String)", + "id": 0, + "name": "WCEnumNameAttribute(String)", + "fullName": "IgniteUI.Blazor.Controls.WCEnumNameAttribute.WCEnumNameAttribute(System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "alternateName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.WCEnumNameAttribute.Name", + "id": 0, + "name": "Name", + "fullName": "IgniteUI.Blazor.Controls.WCEnumNameAttribute.Name", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.WCWidgetMemberNameAttribute", + "id": 0, + "name": "WCWidgetMemberNameAttribute", + "fullName": "IgniteUI.Blazor.Controls.WCWidgetMemberNameAttribute", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.WCWidgetMemberNameAttribute.#ctor(System.String)", + "id": 0, + "name": "WCWidgetMemberNameAttribute(String)", + "fullName": "IgniteUI.Blazor.Controls.WCWidgetMemberNameAttribute.WCWidgetMemberNameAttribute(System.String)", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "alternateName", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.WCWidgetMemberNameAttribute.Name", + "id": 0, + "name": "Name", + "fullName": "IgniteUI.Blazor.Controls.WCWidgetMemberNameAttribute.Name", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.WebCallback", + "id": 0, + "name": "WebCallback", + "fullName": "IgniteUI.Blazor.Controls.WebCallback", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.WebCallback.#ctor", + "id": 0, + "name": "WebCallback()", + "fullName": "IgniteUI.Blazor.Controls.WebCallback.WebCallback()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.WebCallback.AdjustDynamicContent(System.String,System.String,System.String,System.String,System.String,System.String)", + "id": 0, + "name": "AdjustDynamicContent(String, String, String, String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.WebCallback.AdjustDynamicContent(System.String, System.String, System.String, System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "containerId", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "contentType", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "templateId", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "contentId", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "actionType", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "args", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.WebCallback.AdjustDynamicContentBatch(System.String,System.String)", + "id": 0, + "name": "AdjustDynamicContentBatch(String, String)", + "fullName": "IgniteUI.Blazor.Controls.WebCallback.AdjustDynamicContentBatch(System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "containerId", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "batch", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.WebCallback.IsReady", + "id": 0, + "name": "IsReady", + "fullName": "IgniteUI.Blazor.Controls.WebCallback.IsReady", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Boolean", + "fullTypeName": "System.Boolean" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.WebCallback.OnInvokeReturn(System.String,System.Int64,System.Object)", + "id": 0, + "name": "OnInvokeReturn(String, Int64, Object)", + "fullName": "IgniteUI.Blazor.Controls.WebCallback.OnInvokeReturn(System.String, System.Int64, System.Object)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "containerId", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "invokeId", + "type": "Int64", + "fullTypeName": "System.Int64" + }, + { + "name": "returnValue", + "type": "Object", + "fullTypeName": "System.Object" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.WebCallback.OnRaiseEvent(System.String,System.String,System.String,System.String)", + "id": 0, + "name": "OnRaiseEvent(String, String, String, String)", + "fullName": "IgniteUI.Blazor.Controls.WebCallback.OnRaiseEvent(System.String, System.String, System.String, System.String)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "containerId", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "name", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "propertyName", + "type": "String", + "fullTypeName": "System.String" + }, + { + "name": "args", + "type": "String", + "fullTypeName": "System.String" + } + ], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.WebCallback.OnReady", + "id": 0, + "name": "OnReady()", + "fullName": "IgniteUI.Blazor.Controls.WebCallback.OnReady()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.WebCallback.Register(IgniteUI.Blazor.Controls.BaseRendererControl)", + "id": 0, + "name": "Register(BaseRendererControl)", + "fullName": "IgniteUI.Blazor.Controls.WebCallback.Register(IgniteUI.Blazor.Controls.BaseRendererControl)", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [ + { + "name": "control", + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + ], + "return": {} + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.WeekDays", + "id": 0, + "name": "WeekDays", + "fullName": "IgniteUI.Blazor.Controls.WeekDays", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.WeekDays.Friday", + "id": 0, + "name": "Friday", + "fullName": "IgniteUI.Blazor.Controls.WeekDays.Friday", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "WeekDays", + "fullTypeName": "IgniteUI.Blazor.Controls.WeekDays" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.WeekDays.Monday", + "id": 0, + "name": "Monday", + "fullName": "IgniteUI.Blazor.Controls.WeekDays.Monday", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "WeekDays", + "fullTypeName": "IgniteUI.Blazor.Controls.WeekDays" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.WeekDays.Saturday", + "id": 0, + "name": "Saturday", + "fullName": "IgniteUI.Blazor.Controls.WeekDays.Saturday", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "WeekDays", + "fullTypeName": "IgniteUI.Blazor.Controls.WeekDays" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.WeekDays.Sunday", + "id": 0, + "name": "Sunday", + "fullName": "IgniteUI.Blazor.Controls.WeekDays.Sunday", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "WeekDays", + "fullTypeName": "IgniteUI.Blazor.Controls.WeekDays" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.WeekDays.Thursday", + "id": 0, + "name": "Thursday", + "fullName": "IgniteUI.Blazor.Controls.WeekDays.Thursday", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "WeekDays", + "fullTypeName": "IgniteUI.Blazor.Controls.WeekDays" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.WeekDays.Tuesday", + "id": 0, + "name": "Tuesday", + "fullName": "IgniteUI.Blazor.Controls.WeekDays.Tuesday", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "WeekDays", + "fullTypeName": "IgniteUI.Blazor.Controls.WeekDays" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.WeekDays.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.WeekDays.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.WeekDays.Wednesday", + "id": 0, + "name": "Wednesday", + "fullName": "IgniteUI.Blazor.Controls.WeekDays.Wednesday", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "WeekDays", + "fullTypeName": "IgniteUI.Blazor.Controls.WeekDays" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.WindowResponse", + "id": 0, + "name": "WindowResponse", + "fullName": "IgniteUI.Blazor.Controls.WindowResponse", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.WindowResponse.Deferred", + "id": 0, + "name": "Deferred", + "fullName": "IgniteUI.Blazor.Controls.WindowResponse.Deferred", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "WindowResponse", + "fullTypeName": "IgniteUI.Blazor.Controls.WindowResponse" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.WindowResponse.Immediate", + "id": 0, + "name": "Immediate", + "fullName": "IgniteUI.Blazor.Controls.WindowResponse.Immediate", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "WindowResponse", + "fullTypeName": "IgniteUI.Blazor.Controls.WindowResponse" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.WindowResponse.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.WindowResponse.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.XAxisLabelFormatSpecifiers", + "id": 0, + "name": "XAxisLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.XAxisLabelFormatSpecifiers", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.XAxisLabelFormatSpecifiers.#ctor", + "id": 0, + "name": "XAxisLabelFormatSpecifiers()", + "fullName": "IgniteUI.Blazor.Controls.XAxisLabelFormatSpecifiers.XAxisLabelFormatSpecifiers()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.XAxisLabelFormatSpecifiers.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.XAxisLabelFormatSpecifiers.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.XAxisLabelFormatSpecifiers.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.XAxisLabelFormatSpecifiers.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.XAxisLabelFormatSpecifiers.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.XAxisLabelFormatSpecifiers.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.XAxisLabelFormatSpecifiers.XYChartParent", + "id": 0, + "name": "XYChartParent", + "fullName": "IgniteUI.Blazor.Controls.XAxisLabelFormatSpecifiers.XYChartParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.XAxisLabelLocation", + "id": 0, + "name": "XAxisLabelLocation", + "fullName": "IgniteUI.Blazor.Controls.XAxisLabelLocation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.XAxisLabelLocation.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.XAxisLabelLocation.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "XAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.XAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.XAxisLabelLocation.InsideBottom", + "id": 0, + "name": "InsideBottom", + "fullName": "IgniteUI.Blazor.Controls.XAxisLabelLocation.InsideBottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "XAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.XAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.XAxisLabelLocation.InsideTop", + "id": 0, + "name": "InsideTop", + "fullName": "IgniteUI.Blazor.Controls.XAxisLabelLocation.InsideTop", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "XAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.XAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.XAxisLabelLocation.OutsideBottom", + "id": 0, + "name": "OutsideBottom", + "fullName": "IgniteUI.Blazor.Controls.XAxisLabelLocation.OutsideBottom", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "XAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.XAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.XAxisLabelLocation.OutsideTop", + "id": 0, + "name": "OutsideTop", + "fullName": "IgniteUI.Blazor.Controls.XAxisLabelLocation.OutsideTop", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "XAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.XAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.XAxisLabelLocation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.XAxisLabelLocation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.YAxisLabelFormatSpecifiers", + "id": 0, + "name": "YAxisLabelFormatSpecifiers", + "fullName": "IgniteUI.Blazor.Controls.YAxisLabelFormatSpecifiers", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + }, + { + "uid": "IgniteUI.Blazor.Controls.BaseRendererElement", + "id": 0, + "name": "BaseRendererElement" + } + ], + "implements": [ + { + "uid": "IgniteUI.Blazor.Controls.JsonSerializable", + "id": 0, + "name": "JsonSerializable" + }, + { + "uid": "System.IDisposable", + "id": 0, + "name": "IDisposable" + } + ], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.YAxisLabelFormatSpecifiers.#ctor", + "id": 0, + "name": "YAxisLabelFormatSpecifiers()", + "fullName": "IgniteUI.Blazor.Controls.YAxisLabelFormatSpecifiers.YAxisLabelFormatSpecifiers()", + "kindString": "constructor", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.YAxisLabelFormatSpecifiers.Dispose", + "id": 0, + "name": "Dispose()", + "fullName": "IgniteUI.Blazor.Controls.YAxisLabelFormatSpecifiers.Dispose()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": {} + } + }, + { + "uid": "IgniteUI.Blazor.Controls.YAxisLabelFormatSpecifiers.OnInitializedAsync", + "id": 0, + "name": "OnInitializedAsync()", + "fullName": "IgniteUI.Blazor.Controls.YAxisLabelFormatSpecifiers.OnInitializedAsync()", + "kindString": "method", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Task", + "fullTypeName": "System.Threading.Tasks.Task" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.YAxisLabelFormatSpecifiers.ParentTypeName", + "id": 0, + "name": "ParentTypeName", + "fullName": "IgniteUI.Blazor.Controls.YAxisLabelFormatSpecifiers.ParentTypeName", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "String", + "fullTypeName": "System.String" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.YAxisLabelFormatSpecifiers.XYChartParent", + "id": 0, + "name": "XYChartParent", + "fullName": "IgniteUI.Blazor.Controls.YAxisLabelFormatSpecifiers.XYChartParent", + "kindString": "property", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "BaseRendererControl", + "fullTypeName": "IgniteUI.Blazor.Controls.BaseRendererControl" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.YAxisLabelLocation", + "id": 0, + "name": "YAxisLabelLocation", + "fullName": "IgniteUI.Blazor.Controls.YAxisLabelLocation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.YAxisLabelLocation.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.YAxisLabelLocation.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "YAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.YAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.YAxisLabelLocation.InsideLeft", + "id": 0, + "name": "InsideLeft", + "fullName": "IgniteUI.Blazor.Controls.YAxisLabelLocation.InsideLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "YAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.YAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.YAxisLabelLocation.InsideRight", + "id": 0, + "name": "InsideRight", + "fullName": "IgniteUI.Blazor.Controls.YAxisLabelLocation.InsideRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "YAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.YAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.YAxisLabelLocation.OutsideLeft", + "id": 0, + "name": "OutsideLeft", + "fullName": "IgniteUI.Blazor.Controls.YAxisLabelLocation.OutsideLeft", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "YAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.YAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.YAxisLabelLocation.OutsideRight", + "id": 0, + "name": "OutsideRight", + "fullName": "IgniteUI.Blazor.Controls.YAxisLabelLocation.OutsideRight", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "YAxisLabelLocation", + "fullTypeName": "IgniteUI.Blazor.Controls.YAxisLabelLocation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.YAxisLabelLocation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.YAxisLabelLocation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ZoomCoercionMode", + "id": 0, + "name": "ZoomCoercionMode", + "fullName": "IgniteUI.Blazor.Controls.ZoomCoercionMode", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ZoomCoercionMode.Auto", + "id": 0, + "name": "Auto", + "fullName": "IgniteUI.Blazor.Controls.ZoomCoercionMode.Auto", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ZoomCoercionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ZoomCoercionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ZoomCoercionMode.AxisConstrained", + "id": 0, + "name": "AxisConstrained", + "fullName": "IgniteUI.Blazor.Controls.ZoomCoercionMode.AxisConstrained", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ZoomCoercionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ZoomCoercionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ZoomCoercionMode.Unconstrained", + "id": 0, + "name": "Unconstrained", + "fullName": "IgniteUI.Blazor.Controls.ZoomCoercionMode.Unconstrained", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ZoomCoercionMode", + "fullTypeName": "IgniteUI.Blazor.Controls.ZoomCoercionMode" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ZoomCoercionMode.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ZoomCoercionMode.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + } + ] + }, + { + "uid": "IgniteUI.Blazor.Controls.ZoomSliderOrientation", + "id": 0, + "name": "ZoomSliderOrientation", + "fullName": "IgniteUI.Blazor.Controls.ZoomSliderOrientation", + "kindString": "class", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "namespace": "IgniteUI.Blazor.Controls", + "inheritance": [ + { + "uid": "System.Object", + "id": 0, + "name": "Object" + } + ], + "implements": [], + "children": [ + { + "uid": "IgniteUI.Blazor.Controls.ZoomSliderOrientation.Horizontal", + "id": 0, + "name": "Horizontal", + "fullName": "IgniteUI.Blazor.Controls.ZoomSliderOrientation.Horizontal", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ZoomSliderOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ZoomSliderOrientation" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ZoomSliderOrientation.value__", + "id": 0, + "name": "value__", + "fullName": "IgniteUI.Blazor.Controls.ZoomSliderOrientation.value__", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "Int32", + "fullTypeName": "System.Int32" + } + } + }, + { + "uid": "IgniteUI.Blazor.Controls.ZoomSliderOrientation.Vertical", + "id": 0, + "name": "Vertical", + "fullName": "IgniteUI.Blazor.Controls.ZoomSliderOrientation.Vertical", + "kindString": "field", + "comment": { + "summary": [ + { + "kindString": "text", + "text": "" + } + ] + }, + "syntax": { + "parameters": [], + "return": { + "type": "ZoomSliderOrientation", + "fullTypeName": "IgniteUI.Blazor.Controls.ZoomSliderOrientation" + } + } + } + ] + } + ] +} \ No newline at end of file diff --git a/apiMap/Blazor/webInputs.JS.blazor.apiMap.json b/apiMap/Blazor/webInputs.JS.blazor.apiMap.json.txt similarity index 100% rename from apiMap/Blazor/webInputs.JS.blazor.apiMap.json rename to apiMap/Blazor/webInputs.JS.blazor.apiMap.json.txt diff --git a/apiMap/React/Layouts.JS.r.apiMap.json b/apiMap/React/Layouts.JS.r.apiMap.json.txt similarity index 100% rename from apiMap/React/Layouts.JS.r.apiMap.json rename to apiMap/React/Layouts.JS.r.apiMap.json.txt diff --git a/apiMap/React/igniteui-react.json b/apiMap/React/igniteui-react.json new file mode 100644 index 000000000..6d3ce865a --- /dev/null +++ b/apiMap/React/igniteui-react.json @@ -0,0 +1,233806 @@ +{ + "id": 0, + "name": "Ignite UI for React", + "variant": "project", + "kind": 1, + "flags": {}, + "children": [ + { + "id": 1, + "name": "igniteui-react", + "variant": "declaration", + "kind": 2, + "flags": {}, + "children": [ + { + "id": 54399, + "name": "DatePart", + "variant": "declaration", + "kind": 8, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54406, + "name": "AmPm", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-util.d.ts", + "line": 23, + "character": 4 + } + ], + "type": { + "type": "literal", + "value": "amPm" + } + }, + { + "id": 54402, + "name": "Date", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-util.d.ts", + "line": 19, + "character": 4 + } + ], + "type": { + "type": "literal", + "value": "date" + } + }, + { + "id": 54403, + "name": "Hours", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-util.d.ts", + "line": 20, + "character": 4 + } + ], + "type": { + "type": "literal", + "value": "hours" + } + }, + { + "id": 54404, + "name": "Minutes", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-util.d.ts", + "line": 21, + "character": 4 + } + ], + "type": { + "type": "literal", + "value": "minutes" + } + }, + { + "id": 54400, + "name": "Month", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-util.d.ts", + "line": 17, + "character": 4 + } + ], + "type": { + "type": "literal", + "value": "month" + } + }, + { + "id": 54405, + "name": "Seconds", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-util.d.ts", + "line": 22, + "character": 4 + } + ], + "type": { + "type": "literal", + "value": "seconds" + } + }, + { + "id": 54401, + "name": "Year", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-util.d.ts", + "line": 18, + "character": 4 + } + ], + "type": { + "type": "literal", + "value": "year" + } + } + ], + "groups": [ + { + "title": "Enumeration Members", + "children": [ + 54406, + 54402, + 54403, + 54404, + 54400, + 54405, + 54401 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-util.d.ts", + "line": 16, + "character": 20 + } + ] + }, + { + "id": 54392, + "name": "DateRangeType", + "variant": "declaration", + "kind": 8, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54393, + "name": "After", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/calendar/types.d.ts", + "line": 2, + "character": 4 + } + ], + "type": { + "type": "literal", + "value": 0 + } + }, + { + "id": 54394, + "name": "Before", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/calendar/types.d.ts", + "line": 3, + "character": 4 + } + ], + "type": { + "type": "literal", + "value": 1 + } + }, + { + "id": 54395, + "name": "Between", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/calendar/types.d.ts", + "line": 4, + "character": 4 + } + ], + "type": { + "type": "literal", + "value": 2 + } + }, + { + "id": 54396, + "name": "Specific", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/calendar/types.d.ts", + "line": 5, + "character": 4 + } + ], + "type": { + "type": "literal", + "value": 3 + } + }, + { + "id": 54397, + "name": "Weekdays", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/calendar/types.d.ts", + "line": 6, + "character": 4 + } + ], + "type": { + "type": "literal", + "value": 4 + } + }, + { + "id": 54398, + "name": "Weekends", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/calendar/types.d.ts", + "line": 7, + "character": 4 + } + ], + "type": { + "type": "literal", + "value": 5 + } + } + ], + "groups": [ + { + "title": "Enumeration Members", + "children": [ + 54393, + 54394, + 54395, + 54396, + 54397, + 54398 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/calendar/types.d.ts", + "line": 1, + "character": 20 + } + ] + }, + { + "id": 54547, + "name": "IgrDockingIndicatorPosition", + "variant": "declaration", + "kind": 8, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54557, + "name": "bottom", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 49, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "bottom" + } + }, + { + "id": 54558, + "name": "bottomMost", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 50, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "bottomMost" + } + }, + { + "id": 54560, + "name": "center", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 52, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "center" + } + }, + { + "id": 54548, + "name": "left", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 40, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "left" + } + }, + { + "id": 54549, + "name": "leftMost", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 41, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "leftMost" + } + }, + { + "id": 54559, + "name": "outerBottom", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 51, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "outerBottom" + } + }, + { + "id": 54550, + "name": "outerLeft", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 42, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "outerLeft" + } + }, + { + "id": 54553, + "name": "outerRight", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 45, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "outerRight" + } + }, + { + "id": 54556, + "name": "outerTop", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 48, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "outerTop" + } + }, + { + "id": 54551, + "name": "right", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 43, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "right" + } + }, + { + "id": 54552, + "name": "rightMost", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 44, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "rightMost" + } + }, + { + "id": 54561, + "name": "splitterHorizontal", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 53, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "splitterHorizontal" + } + }, + { + "id": 54562, + "name": "splitterVertical", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 54, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "splitterVertical" + } + }, + { + "id": 54554, + "name": "top", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 46, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "top" + } + }, + { + "id": 54555, + "name": "topMost", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 47, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "topMost" + } + } + ], + "groups": [ + { + "title": "Enumeration Members", + "children": [ + 54557, + 54558, + 54560, + 54548, + 54549, + 54559, + 54550, + 54553, + 54556, + 54551, + 54552, + 54561, + 54562, + 54554, + 54555 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 39, + "character": 20 + } + ] + }, + { + "id": 54525, + "name": "IgrDockManagerPaneType", + "variant": "declaration", + "kind": 8, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54527, + "name": "contentPane", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 4, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "contentPane" + } + }, + { + "id": 54529, + "name": "documentHost", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 6, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "documentHost" + } + }, + { + "id": 54526, + "name": "splitPane", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 3, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "splitPane" + } + }, + { + "id": 54528, + "name": "tabGroupPane", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 5, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "tabGroupPane" + } + } + ], + "groups": [ + { + "title": "Enumeration Members", + "children": [ + 54527, + 54529, + 54526, + 54528 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 2, + "character": 20 + } + ] + }, + { + "id": 54538, + "name": "IgrPaneActionBehavior", + "variant": "declaration", + "kind": 8, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Enumeration used to determine which panes within a dockable TabGroupPane are affected by a particular pane action such as closing or unpinning a pane." + } + ] + }, + "children": [ + { + "id": 54539, + "name": "allPanes", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 22, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "allPanes" + } + }, + { + "id": 54540, + "name": "selectedPane", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 23, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "selectedPane" + } + } + ], + "groups": [ + { + "title": "Enumeration Members", + "children": [ + 54539, + 54540 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 21, + "character": 20 + } + ] + }, + { + "id": 54587, + "name": "IgrPaneDragActionType", + "variant": "declaration", + "kind": 8, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54590, + "name": "dockPane", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 141, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "dockPane" + } + }, + { + "id": 54588, + "name": "floatPane", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 139, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "floatPane" + } + }, + { + "id": 54589, + "name": "moveFloatingPane", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 140, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "moveFloatingPane" + } + }, + { + "id": 54591, + "name": "moveTab", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 142, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "moveTab" + } + } + ], + "groups": [ + { + "title": "Enumeration Members", + "children": [ + 54590, + 54588, + 54589, + 54591 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 138, + "character": 20 + } + ] + }, + { + "id": 56615, + "name": "IgrResizerLocation", + "variant": "declaration", + "kind": 8, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 56617, + "name": "bottom", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 633, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "bottom" + } + }, + { + "id": 56622, + "name": "bottomLeft", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 638, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "bottomLeft" + } + }, + { + "id": 56623, + "name": "bottomRight", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 639, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "bottomRight" + } + }, + { + "id": 56618, + "name": "left", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 634, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "left" + } + }, + { + "id": 56619, + "name": "right", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 635, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "right" + } + }, + { + "id": 56616, + "name": "top", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 632, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "top" + } + }, + { + "id": 56620, + "name": "topLeft", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 636, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "topLeft" + } + }, + { + "id": 56621, + "name": "topRight", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 637, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "topRight" + } + } + ], + "groups": [ + { + "title": "Enumeration Members", + "children": [ + 56617, + 56622, + 56623, + 56618, + 56619, + 56616, + 56620, + 56621 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 631, + "character": 20 + } + ] + }, + { + "id": 54530, + "name": "IgrSplitPaneOrientation", + "variant": "declaration", + "kind": 8, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54531, + "name": "horizontal", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 9, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "horizontal" + } + }, + { + "id": 54532, + "name": "vertical", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 10, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "vertical" + } + } + ], + "groups": [ + { + "title": "Enumeration Members", + "children": [ + 54531, + 54532 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 8, + "character": 20 + } + ] + }, + { + "id": 54533, + "name": "IgrUnpinnedLocation", + "variant": "declaration", + "kind": 8, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54535, + "name": "bottom", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 14, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "bottom" + } + }, + { + "id": 54536, + "name": "left", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 15, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "left" + } + }, + { + "id": 54537, + "name": "right", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 16, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "right" + } + }, + { + "id": 54534, + "name": "top", + "variant": "declaration", + "kind": 16, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 13, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "top" + } + } + ], + "groups": [ + { + "title": "Enumeration Members", + "children": [ + 54535, + 54536, + 54537, + 54534 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 12, + "character": 20 + } + ] + }, + { + "id": 52536, + "name": "IgrAccordion", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The Accordion is a container-based component that can house multiple expansion panels\nand offers keyboard navigation." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders the expansion panels inside default slot." + } + ] + } + ] + }, + "children": [ + { + "id": 52570, + "name": "onClosed", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52571, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52572, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52573, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 52488, + "name": "IgcExpansionPanelComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52566, + "name": "onClosing", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52567, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52568, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52569, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 52488, + "name": "IgcExpansionPanelComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52562, + "name": "onOpened", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52563, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52564, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52565, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 52488, + "name": "IgcExpansionPanelComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52558, + "name": "onOpening", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52559, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52560, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52561, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 52488, + "name": "IgcExpansionPanelComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52549, + "name": "panels", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns all of the accordions's direct igc-expansion-panel children." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 52488, + "name": "IgcExpansionPanelComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + }, + { + "id": 52548, + "name": "singleExpand", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Allows only one panel to be expanded at a time." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52550, + "name": "hideAll", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Hides all of the child expansion panels' contents." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52551, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/accordion/accordion.d.ts", + "line": 35, + "character": 4 + } + ], + "signatures": [ + { + "id": 52552, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Hides all of the child expansion panels' contents." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/accordion/accordion.d.ts", + "line": 35, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 52553, + "name": "hideAll", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Hides all of the child expansion panels' contents." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 52554, + "name": "showAll", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Shows all of the child expansion panels' contents." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52555, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/accordion/accordion.d.ts", + "line": 37, + "character": 4 + } + ], + "signatures": [ + { + "id": 52556, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Shows all of the child expansion panels' contents." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/accordion/accordion.d.ts", + "line": 37, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 52557, + "name": "showAll", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Shows all of the child expansion panels' contents." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52549, + 52548 + ] + }, + { + "title": "Methods", + "children": [ + 52550, + 52554 + ] + }, + { + "title": "Set Signatures", + "children": [ + 52570, + 52566, + 52562, + 52558 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 52570, + 52566, + 52562, + 52558 + ] + }, + { + "title": "Methods", + "children": [ + 52550, + 52554 + ] + }, + { + "title": "Properties", + "children": [ + 52549, + 52548 + ] + } + ], + "sources": [ + { + "fileName": "src/components/accordion.ts", + "line": 12, + "character": 13 + }, + { + "fileName": "src/components/accordion.ts", + "line": 33, + "character": 12 + } + ], + "signatures": [ + { + "id": 52540, + "name": "IgrAccordion", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52475, + "name": "IgrAvatar", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "An avatar component is used as a representation of a user identity\ntypically in a user profile." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders an icon inside the default slot." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The base wrapper of the avatar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "initials - The initials wrapper of the avatar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "image - The image wrapper of the avatar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "icon - The icon wrapper of the avatar." + } + ] + } + ] + }, + "children": [ + { + "id": 52484, + "name": "alt", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Alternative text for the image." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52485, + "name": "initials", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Initials to use as a fallback when no image is available." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52486, + "name": "shape", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The shape of the avatar." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54449, + "name": "AvatarShape", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52483, + "name": "src", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The image source to use." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52484, + 52485, + 52486, + 52483 + ] + } + ], + "categories": [ + { + "title": "Properties", + "children": [ + 52484, + 52485, + 52486, + 52483 + ] + } + ], + "sources": [ + { + "fileName": "src/components/avatar.ts", + "line": 15, + "character": 13 + }, + { + "fileName": "src/components/avatar.ts", + "line": 22, + "character": 12 + } + ], + "signatures": [ + { + "id": 52479, + "name": "IgrAvatar", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52575, + "name": "IgrBadge", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The badge is a component indicating a status on a related item or an area\nwhere some active indication is required." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Default slot for the badge." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The base wrapper of the badge." + } + ] + } + ] + }, + "children": [ + { + "id": 52584, + "name": "outlined", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets whether to draw an outlined version of the badge." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52585, + "name": "shape", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The shape of the badge." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54450, + "name": "BadgeShape", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52583, + "name": "variant", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The type of badge." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54446, + "name": "StyleVariant", + "package": "igniteui-webcomponents" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52584, + 52585, + 52583 + ] + } + ], + "categories": [ + { + "title": "Properties", + "children": [ + 52584, + 52585, + 52583 + ] + } + ], + "sources": [ + { + "fileName": "src/components/badge.ts", + "line": 12, + "character": 13 + }, + { + "fileName": "src/components/badge.ts", + "line": 19, + "character": 12 + } + ], + "signatures": [ + { + "id": 52579, + "name": "IgrBadge", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52587, + "name": "IgrBanner", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The " + }, + { + "kind": "code", + "text": "`igc-banner`" + }, + { + "kind": "text", + "text": " component displays important and concise message(s) for a user to address, that is specific to a page or feature." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders the text content of the banner message." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "prefix - Renders additional content at the start of the message block." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "actions - Renders any action elements." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The base wrapper of the banner component." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "spacer - The inner wrapper that sets the space around the banner." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "message - The part that holds the text and the illustration." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "illustration - The part that holds the banner icon/illustration." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "content - The part that holds the banner text content." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "actions - The part that holds the banner action buttons." + } + ] + } + ] + }, + "children": [ + { + "id": 52614, + "name": "onClosed", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted after the banner is closed" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52615, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52616, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52617, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52610, + "name": "onClosing", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted before closing the banner" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52611, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52612, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52613, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52597, + "name": "open", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the banner is being shown/hidden." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52602, + "name": "hide", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Hides the banner if not already hidden. Returns `true` when the animation has completed." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52603, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/banner/banner.d.ts", + "line": 42, + "character": 4 + } + ], + "signatures": [ + { + "id": 52604, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Hides the banner if not already hidden. Returns " + }, + { + "kind": "code", + "text": "`true`" + }, + { + "kind": "text", + "text": " when the animation has completed." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/banner/banner.d.ts", + "line": 42, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 52605, + "name": "hide", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Hides the banner if not already hidden. Returns " + }, + { + "kind": "code", + "text": "`true`" + }, + { + "kind": "text", + "text": " when the animation has completed." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 52598, + "name": "show", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Shows the banner if not already shown. Returns `true` when the animation has completed." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52599, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/banner/banner.d.ts", + "line": 40, + "character": 4 + } + ], + "signatures": [ + { + "id": 52600, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Shows the banner if not already shown. Returns " + }, + { + "kind": "code", + "text": "`true`" + }, + { + "kind": "text", + "text": " when the animation has completed." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/banner/banner.d.ts", + "line": 40, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 52601, + "name": "show", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Shows the banner if not already shown. Returns " + }, + { + "kind": "code", + "text": "`true`" + }, + { + "kind": "text", + "text": " when the animation has completed." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 52606, + "name": "toggle", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles between shown/hidden state. Returns `true` when the animation has completed." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52607, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/banner/banner.d.ts", + "line": 44, + "character": 4 + } + ], + "signatures": [ + { + "id": 52608, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles between shown/hidden state. Returns " + }, + { + "kind": "code", + "text": "`true`" + }, + { + "kind": "text", + "text": " when the animation has completed." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/banner/banner.d.ts", + "line": 44, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 52609, + "name": "toggle", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles between shown/hidden state. Returns " + }, + { + "kind": "code", + "text": "`true`" + }, + { + "kind": "text", + "text": " when the animation has completed." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52597 + ] + }, + { + "title": "Methods", + "children": [ + 52602, + 52598, + 52606 + ] + }, + { + "title": "Set Signatures", + "children": [ + 52614, + 52610 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 52614, + 52610 + ] + }, + { + "title": "Methods", + "children": [ + 52602, + 52598, + 52606 + ] + }, + { + "title": "Properties", + "children": [ + 52597 + ] + } + ], + "sources": [ + { + "fileName": "src/components/banner.ts", + "line": 21, + "character": 13 + }, + { + "fileName": "src/components/banner.ts", + "line": 34, + "character": 12 + } + ], + "signatures": [ + { + "id": 52591, + "name": "IgrBanner", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52140, + "name": "IgrButton", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Represents a clickable button, used to submit forms or anywhere in a\ndocument for accessible, standard button functionality." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders the label of the button." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "prefix - Renders content before the label of the button." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "suffix - Renders content after the label of the button." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The native button element of the igc-button component." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "prefix - The prefix container of the igc-button component." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "suffix - The suffix container of the igc-button component." + } + ] + } + ] + }, + "children": [ + { + "id": 52148, + "name": "variant", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the variant of the button." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54452, + "name": "ButtonVariant", + "package": "igniteui-webcomponents" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52148 + ] + } + ], + "categories": [ + { + "title": "Properties", + "children": [ + 52148 + ] + } + ], + "sources": [ + { + "fileName": "src/components/button.ts", + "line": 16, + "character": 13 + }, + { + "fileName": "src/components/button.ts", + "line": 23, + "character": 12 + } + ], + "signatures": [ + { + "id": 52144, + "name": "IgrButton", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52645, + "name": "IgrButtonGroup", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The " + }, + { + "kind": "code", + "text": "`igc-button-group`" + }, + { + "kind": "text", + "text": " groups a series of " + }, + { + "kind": "code", + "text": "`igc-toggle-button`" + }, + { + "kind": "text", + "text": "s together, exposing features such as layout and selection." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders " + }, + { + "kind": "code", + "text": "`igc-toggle-button`" + }, + { + "kind": "text", + "text": " component." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "group - The button group container." + } + ] + } + ] + }, + "children": [ + { + "id": 52663, + "name": "onDeselect", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when a button is deselected through user interaction." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52664, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52665, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52666, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52659, + "name": "onSelect", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when a button is selected through user interaction." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52660, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52661, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52662, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52656, + "name": "alignment", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the orientation of the buttons in the group." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54440, + "name": "ContentOrientation", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52655, + "name": "disabled", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Disables all buttons inside the group." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52658, + "name": "selectedItems", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/Sets the currently selected buttons (their values)." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 52657, + "name": "selection", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Controls the mode of selection for the button group." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54451, + "name": "ButtonGroupSelection", + "package": "igniteui-webcomponents" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52656, + 52655, + 52658, + 52657 + ] + }, + { + "title": "Set Signatures", + "children": [ + 52663, + 52659 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 52663, + 52659 + ] + }, + { + "title": "Properties", + "children": [ + 52656, + 52655, + 52658, + 52657 + ] + } + ], + "sources": [ + { + "fileName": "src/components/button-group.ts", + "line": 14, + "character": 13 + }, + { + "fileName": "src/components/button-group.ts", + "line": 29, + "character": 12 + } + ], + "signatures": [ + { + "id": 52649, + "name": "IgrButtonGroup", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52170, + "name": "IgrCalendar", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Represents a calendar that lets users\nto select a date value in a variety of different ways." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- The default slot for the calendar." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "title - Renders the title of the calendar header." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "header-date - Renders content instead of the current date/range in the calendar header." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "header - The header element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "header-title - The header title element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "header-date - The header date element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "content - The content element which contains the views and navigation elements of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "content-vertical - The content element which contains the views and navigation elements of the calendar in vertical orientation." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "navigation - The navigation container element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "months-navigation - The months navigation button element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "years-navigation - The years navigation button element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "years-range - The years range element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "navigation-buttons - The navigation buttons container of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "navigation-button - Previous/next navigation button of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "days-view-container - The days view container element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "days-view - Days view element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "months-view - The months view element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "years-view - The years view element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "days-row - Days row element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "label - Week header label element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "week-number - Week number element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "week-number-inner - Week number inner element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "date - Date element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "date-inner - Date inner element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "first - The first selected date element of the calendar in range selection." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "last - The last selected date element of the calendar in range selection." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "inactive - Inactive date element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "hidden - Hidden date element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "weekend - Weekend date element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "range - Range selected element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "special - Special date element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "disabled - Disabled date element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "single - Single selected date element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "preview - Range selection preview date element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "month - Month element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "month-inner - Month inner element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "year - Year element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "year-inner - Year inner element of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "selected - Indicates selected state. Applies to date, month and year elements of the calendar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "current - Indicates current state. Applies to date, month and year elements of the calendar." + } + ] + } + ] + }, + "children": [ + { + "id": 52187, + "name": "onChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when calendar changes its value." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52188, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52189, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52190, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + }, + { + "type": "array", + "elementType": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + } + ] + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52184, + "name": "activeView", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The current active view of the component." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54385, + "name": "CalendarActiveView", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52185, + "name": "formatOptions", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The options used to format the months and the weekdays in the calendar views." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Pick" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Intl.DateTimeFormatOptions" + }, + "name": "DateTimeFormatOptions", + "package": "typescript", + "qualifiedName": "Intl.DateTimeFormatOptions" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "month" + }, + { + "type": "literal", + "value": "weekday" + } + ] + } + ], + "name": "Pick", + "package": "typescript" + } + }, + { + "id": 52181, + "name": "headerOrientation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The orientation of the calendar header." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54386, + "name": "CalendarHeaderOrientation", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52180, + "name": "hideHeader", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether to render the calendar header part.\nWhen the calendar selection is set to " + }, + { + "kind": "code", + "text": "`multiple`" + }, + { + "kind": "text", + "text": " the header is always hidden." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52179, + "name": "hideOutsideDays", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether to show the dates that do not belong to the current active month." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52182, + "name": "orientation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The orientation of the calendar months when more than one month\nis being shown." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54440, + "name": "ContentOrientation", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52186, + "name": "resourceStrings", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The resource strings for localization." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54286, + "name": "IgcCalendarResourceStrings", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52183, + "name": "visibleMonths", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of months displayed in the days view." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52184, + 52185, + 52181, + 52180, + 52179, + 52182, + 52186, + 52183 + ] + }, + { + "title": "Set Signatures", + "children": [ + 52187 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 52187 + ] + }, + { + "title": "Properties", + "children": [ + 52184, + 52185, + 52181, + 52180, + 52179, + 52182, + 52186, + 52183 + ] + } + ], + "sources": [ + { + "fileName": "src/components/calendar.ts", + "line": 52, + "character": 13 + }, + { + "fileName": "src/components/calendar.ts", + "line": 64, + "character": 12 + } + ], + "signatures": [ + { + "id": 52174, + "name": "IgrCalendar", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52705, + "name": "IgrCard", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A container which wraps different elements related to a single subject" + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders card content" + } + ] + } + ] + }, + "children": [ + { + "id": 52713, + "name": "elevated", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets card elevated style, otherwise card looks outlined." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52713 + ] + } + ], + "categories": [ + { + "title": "Properties", + "children": [ + 52713 + ] + } + ], + "sources": [ + { + "fileName": "src/components/card.ts", + "line": 10, + "character": 13 + }, + { + "fileName": "src/components/card.ts", + "line": 17, + "character": 12 + } + ], + "signatures": [ + { + "id": 52709, + "name": "IgrCard", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52668, + "name": "IgrCardActions", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A container for card action items like buttons" + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "start - Renders items at the beginning of actions area" + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders items at the middle of actions area" + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "end - Renders items at the end of actions area" + } + ] + } + ] + }, + "children": [ + { + "id": 52676, + "name": "orientation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The orientation of the actions." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54440, + "name": "ContentOrientation", + "package": "igniteui-webcomponents" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52676 + ] + } + ], + "categories": [ + { + "title": "Properties", + "children": [ + 52676 + ] + } + ], + "sources": [ + { + "fileName": "src/components/card-actions.ts", + "line": 12, + "character": 13 + }, + { + "fileName": "src/components/card-actions.ts", + "line": 19, + "character": 12 + } + ], + "signatures": [ + { + "id": 52672, + "name": "IgrCardActions", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52678, + "name": "IgrCardContent", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A container for card's text content" + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders the card text content" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/components/card-content.ts", + "line": 10, + "character": 13 + }, + { + "fileName": "src/components/card-content.ts", + "line": 17, + "character": 12 + } + ], + "signatures": [ + { + "id": 52682, + "name": "IgrCardContent", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52687, + "name": "IgrCardHeader", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A container for card's header" + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "thumbnail - Renders header media like icon" + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "title - Renders the card title" + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "subtitle - Renders the card subtitle" + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders content next to the card title" + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "header - The card header container" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/components/card-header.ts", + "line": 14, + "character": 13 + }, + { + "fileName": "src/components/card-header.ts", + "line": 21, + "character": 12 + } + ], + "signatures": [ + { + "id": 52691, + "name": "IgrCardHeader", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52696, + "name": "IgrCardMedia", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A container for card's media - could be an image, gif, video" + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders the card media content" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/components/card-media.ts", + "line": 10, + "character": 13 + }, + { + "fileName": "src/components/card-media.ts", + "line": 17, + "character": 12 + } + ], + "signatures": [ + { + "id": 52700, + "name": "IgrCardMedia", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53169, + "name": "IgrCarousel", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The " + }, + { + "kind": "code", + "text": "`igc-carousel`" + }, + { + "kind": "text", + "text": " presents a set of " + }, + { + "kind": "code", + "text": "`igc-carousel-slide`" + }, + { + "kind": "text", + "text": "s by sequentially displaying a subset of one or more slides." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "Default - slot for the carousel. Any projected " + }, + { + "kind": "code", + "text": "`igc-carousel-slide`" + }, + { + "kind": "text", + "text": " components should be projected here." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "previous-button - Renders content inside the previous button." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "next-button - Renders content inside the next button." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "navigation - The wrapper container of each carousel navigation button." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "previous - The wrapper container of the carousel previous navigation button." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "next - The wrapper container of the carousel next navigation button." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "dot - The carousel dot indicator container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "active - The carousel active dot indicator container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "label - The label container of the carousel indicators." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "start - The wrapping container of all carousel indicators when indicators-orientation is set to start." + } + ] + } + ] + }, + "children": [ + { + "id": 53234, + "name": "onPaused", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the carousel enters paused state by a user interaction." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53235, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53236, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53237, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53230, + "name": "onPlaying", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the carousel enters playing state by a user interaction." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53231, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53232, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53233, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53226, + "name": "onSlideChanged", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the current active slide is changed either by user interaction or by the interval callback." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53227, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53228, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53229, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "number" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53190, + "name": "animationType", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The animation type." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54441, + "name": "HorizontalTransitionAnimation", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53180, + "name": "disableLoop", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether the carousel should skip rotating to the first slide after it reaches the last." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53181, + "name": "disablePauseOnInteraction", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether the carousel should ignore use interactions and not pause on them." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53183, + "name": "hideIndicators", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether the carousel should render the indicator controls (dots)." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53182, + "name": "hideNavigation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether the carousel should skip rendering of the default navigation buttons." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53186, + "name": "indicatorsLabelFormat", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The format used to set the aria-label on the carousel indicators.\nInstances of '{0}' will be replaced with the index of the corresponding slide." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53185, + "name": "indicatorsOrientation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the orientation of the indicator controls (dots)." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54453, + "name": "CarouselIndicatorsOrientation", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53188, + "name": "interval", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The duration in milliseconds between changing the active slide." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53189, + "name": "maximumIndicatorsCount", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Controls the maximum indicator controls (dots) that can be shown. Default value is " + }, + { + "kind": "code", + "text": "`10`" + }, + { + "kind": "text", + "text": "." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53187, + "name": "slidesLabelFormat", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The format used to set the aria-label on the carousel slides and the text displayed\nwhen the number of indicators is greater than tha maximum indicator count.\nInstances of '{0}' will be replaced with the index of the corresponding slide.\nInstances of '{1}' will be replaced with the total amount of slides." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53184, + "name": "vertical", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether the carousel has vertical alignment." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53193, + "name": "current", + "variant": "declaration", + "kind": 262144, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The index of the current active slide." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Accessors" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53195, + "name": "isPaused", + "variant": "declaration", + "kind": 262144, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether the carousel in in paused state." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Accessors" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53194, + "name": "isPlaying", + "variant": "declaration", + "kind": 262144, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether the carousel is in playing state." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Accessors" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53191, + "name": "slides", + "variant": "declaration", + "kind": 262144, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The slides of the carousel." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Accessors" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 53146, + "name": "IgcCarouselSlideComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + }, + { + "id": 53192, + "name": "total", + "variant": "declaration", + "kind": 262144, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total number of slides." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Accessors" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53204, + "name": "next", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Switches to the next slide, runs any animations, and returns if the operation was successful." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53205, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/carousel/carousel.d.ts", + "line": 173, + "character": 4 + } + ], + "signatures": [ + { + "id": 53206, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Switches to the next slide, runs any animations, and returns if the operation was successful." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/carousel/carousel.d.ts", + "line": 173, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 53207, + "name": "next", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Switches to the next slide, runs any animations, and returns if the operation was successful." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 53200, + "name": "pause", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Pauses the carousel rotation of slides." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53201, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/carousel/carousel.d.ts", + "line": 169, + "character": 4 + } + ], + "signatures": [ + { + "id": 53202, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Pauses the carousel rotation of slides." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/carousel/carousel.d.ts", + "line": 169, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53203, + "name": "pause", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Pauses the carousel rotation of slides." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53196, + "name": "play", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Resumes playing of the carousel slides." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53197, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/carousel/carousel.d.ts", + "line": 165, + "character": 4 + } + ], + "signatures": [ + { + "id": 53198, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Resumes playing of the carousel slides." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/carousel/carousel.d.ts", + "line": 165, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53199, + "name": "play", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Resumes playing of the carousel slides." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53208, + "name": "prev", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Switches to the previous slide, runs any animations, and returns if the operation was successful." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53209, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/carousel/carousel.d.ts", + "line": 177, + "character": 4 + } + ], + "signatures": [ + { + "id": 53210, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Switches to the previous slide, runs any animations, and returns if the operation was successful." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/carousel/carousel.d.ts", + "line": 177, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 53211, + "name": "prev", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Switches to the previous slide, runs any animations, and returns if the operation was successful." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 53212, + "name": "select", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Switches to the passed-in slide, runs any animations, and returns if the operation was successful." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53213, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/carousel/carousel.d.ts", + "line": 181, + "character": 4 + }, + { + "fileName": "node_modules/igniteui-webcomponents/components/carousel/carousel.d.ts", + "line": 185, + "character": 4 + } + ], + "signatures": [ + { + "id": 53214, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Switches to the passed-in slide, runs any animations, and returns if the operation was successful." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/carousel/carousel.d.ts", + "line": 181, + "character": 4 + } + ], + "parameters": [ + { + "id": 53215, + "name": "slide", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": 53146, + "name": "IgcCarouselSlideComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + }, + { + "id": 53216, + "name": "animationDirection", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "next" + }, + { + "type": "literal", + "value": "prev" + } + ] + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 53217, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Switches to slide by index, runs any animations, and returns if the operation was successful." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/carousel/carousel.d.ts", + "line": 185, + "character": 4 + } + ], + "parameters": [ + { + "id": 53218, + "name": "index", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53219, + "name": "animationDirection", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "next" + }, + { + "type": "literal", + "value": "prev" + } + ] + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 53220, + "name": "select", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Switches to the passed-in slide, runs any animations, and returns if the operation was successful." + } + ] + }, + "parameters": [ + { + "id": 53221, + "name": "slide", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": 53146, + "name": "IgcCarouselSlideComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + }, + { + "id": 53222, + "name": "animationDirection", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "next" + }, + { + "type": "literal", + "value": "prev" + } + ] + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 53223, + "name": "select", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Switches to slide by index, runs any animations, and returns if the operation was successful." + } + ] + }, + "parameters": [ + { + "id": 53224, + "name": "index", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53225, + "name": "animationDirection", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "next" + }, + { + "type": "literal", + "value": "prev" + } + ] + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53190, + 53180, + 53181, + 53183, + 53182, + 53186, + 53185, + 53188, + 53189, + 53187, + 53184 + ] + }, + { + "title": "Accessors", + "children": [ + 53193, + 53195, + 53194, + 53191, + 53192 + ] + }, + { + "title": "Methods", + "children": [ + 53204, + 53200, + 53196, + 53208, + 53212 + ] + }, + { + "title": "Set Signatures", + "children": [ + 53234, + 53230, + 53226 + ] + } + ], + "categories": [ + { + "title": "Accessors", + "children": [ + 53193, + 53195, + 53194, + 53191, + 53192 + ] + }, + { + "title": "Events", + "children": [ + 53234, + 53230, + 53226 + ] + }, + { + "title": "Methods", + "children": [ + 53204, + 53200, + 53196, + 53208, + 53212 + ] + }, + { + "title": "Properties", + "children": [ + 53190, + 53180, + 53181, + 53183, + 53182, + 53186, + 53185, + 53188, + 53189, + 53187, + 53184 + ] + } + ], + "sources": [ + { + "fileName": "src/components/carousel.ts", + "line": 23, + "character": 13 + }, + { + "fileName": "src/components/carousel.ts", + "line": 41, + "character": 12 + } + ], + "signatures": [ + { + "id": 53173, + "name": "IgrCarousel", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53131, + "name": "IgrCarouselIndicator", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Used when a custom indicator needs to be passed to the " + }, + { + "kind": "code", + "text": "`igc-carousel`" + }, + { + "kind": "text", + "text": " component." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Default slot for projected inactive indicator." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "active - Default slot for projected active indicator." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "indicator - The wrapping container of the carousel dot indicator." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "inactive - The wrapping container of the inactive dot indicator." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "active - The wrapping container of the active dot indicator." + } + ] + } + ] + }, + "children": [ + { + "id": 53139, + "name": "active", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53140, + "name": "index", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53139, + 53140 + ] + } + ], + "categories": [ + { + "title": "Properties", + "children": [ + 53139, + 53140 + ] + } + ], + "sources": [ + { + "fileName": "src/components/carousel-indicator.ts", + "line": 14, + "character": 13 + }, + { + "fileName": "src/components/carousel-indicator.ts", + "line": 21, + "character": 12 + } + ], + "signatures": [ + { + "id": 53135, + "name": "IgrCarouselIndicator", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53146, + "name": "IgrCarouselSlide", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A single content container within a set of containers used in the context of an " + }, + { + "kind": "code", + "text": "`igc-carousel`" + }, + { + "kind": "text", + "text": "." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "Default - slot for the carousel slide." + } + ] + } + ] + }, + "children": [ + { + "id": 53154, + "name": "active", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The current active slide for the carousel component." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53155, + "name": "previous", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53154, + 53155 + ] + } + ], + "categories": [ + { + "title": "Properties", + "children": [ + 53154, + 53155 + ] + } + ], + "sources": [ + { + "fileName": "src/components/carousel-slide.ts", + "line": 10, + "character": 13 + }, + { + "fileName": "src/components/carousel-slide.ts", + "line": 17, + "character": 12 + } + ], + "signatures": [ + { + "id": 53150, + "name": "IgrCarouselSlide", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52892, + "name": "IgrChat", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A chat UI component for displaying messages, attachments, and input interaction." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "prefix - Slot for injecting content (e.g., avatar or icon) before the chat title." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "title - Slot for overriding the chat title content." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "actions - Slot for injecting header actions (e.g., buttons, menus)." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "suggestions-header - Slot for rendering a custom header for the suggestions list." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "suggestions - Slot for rendering a custom list of quick reply suggestions." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "suggestions-actions - Slot for rendering additional actions." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "suggestion - Slot for rendering a single suggestion item." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "empty-state - Slot shown when there are no messages." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "chat-container - Styles the main chat container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "header - Styles the chat header container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "prefix - Styles the element before the chat title (e.g., avatar)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "title - Styles the chat header title." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "message-area-container - Styles the container holding the messages and (optional) suggestions." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "message-list - Styles the message list container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "message-item - Styles each message wrapper." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "typing-indicator - Styles the typing indicator container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "typing-dot - Styles individual typing indicator dots." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "suggestions-container - Styles the container holding all suggestions." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "suggestions-header - Styles the suggestions header." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "suggestion - Styles each suggestion item." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "suggestion-prefix - Styles the icon or prefix in a suggestion." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "suggestion-title - Styles the text/title of a suggestion." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "empty-state - Styles the empty state container when there are no messages." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "input-area-container - Styles the wrapper around the chat input area." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "input-container - Styles the main input container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "input-attachments-container - Styles the container for attachments in the input." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "input-attachment-container - Styles a single attachment in the input area." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "input-attachment-name - Styles the file name of an attachment." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "input-attachment-icon - Styles the icon of an attachment." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "text-input - Styles the text input field for typing messages." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "input-actions-container - Styles the container for input actions." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "input-actions-start - Styles the group of actions at the start of the input after the default file upload." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "input-actions-end - Styles the group of actions at the end of the input." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "file-upload-container - Styles the container for the file upload input." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "file-upload - Styles the file upload input itself." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "send-button-container - Styles the container around the send button." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "send-button - Styles the send button." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "message-container - Styles the container of a single message." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "message-list - (forwarded) - Styles the internal list of messages." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "message-header - Styles the header of a message (e.g., sender, timestamp)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "message-content - Styles the text content of a message." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "message-attachments-container - Styles the container for message attachments." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "message-attachment - Styles a single message attachment." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "message-actions-container - Styles the container holding message actions." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "message-sent - Styles messages marked as sent by the current user." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "attachment-header - Styles the header of an attachment block." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "attachment-content - Styles the content of an attachment block." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "attachment-icon - Styles the icon of an attachment." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "file-name - Styles the file name shown in an attachment." + } + ] + } + ] + }, + "children": [ + { + "id": 52957, + "name": "onAttachmentAdded", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Dispatched when attachment(s) are added either through drag & drop or through the default file input." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52958, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52959, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52960, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "array", + "elementType": { + "type": "reference", + "target": 54342, + "name": "IgcChatMessageAttachment", + "package": "igniteui-webcomponents" + } + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52953, + "name": "onAttachmentClick", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Dispatched when a chat message attachment is clicked." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52954, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52955, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52956, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54342, + "name": "IgcChatMessageAttachment", + "package": "igniteui-webcomponents" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52965, + "name": "onAttachmentDrag", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Dispatched during an attachment drag operation." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52966, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52967, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52968, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52969, + "name": "onAttachmentDrop", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Dispatched when an attachment is dropped (e.g., in a drag" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52970, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52971, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52972, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52961, + "name": "onAttachmentRemoved", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Dispatched when an attachment is removed by the user." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52962, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52963, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52964, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54342, + "name": "IgcChatMessageAttachment", + "package": "igniteui-webcomponents" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52981, + "name": "onInputBlur", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Dispatched when the chat input field loses focus." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52982, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52983, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52984, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52985, + "name": "onInputChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Dispatched when the content of the chat input changes." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52986, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52987, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52988, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52977, + "name": "onInputFocus", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Dispatched when the chat input field gains focus." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52978, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52979, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52980, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52945, + "name": "onMessageCreated", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Dispatched when a new chat message is created (sent)." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52946, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52947, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52948, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54335, + "name": "IgcChatMessage", + "package": "igniteui-webcomponents" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52949, + "name": "onMessageReact", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Dispatched when a message is reacted to." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52950, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52951, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52952, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54363, + "name": "IgcChatMessageReaction", + "package": "igniteui-webcomponents" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52973, + "name": "onTypingChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Dispatched when the typing status changes (e.g., user starts or stops typing)." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52974, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52975, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52976, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52933, + "name": "draftMessage", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The chat message currently being composed but not yet sent.\nIncludes the draft text and any attachments." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52934, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 52936, + "name": "attachments", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/chat.d.ts", + "line": 159, + "character": 8 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54342, + "name": "IgcChatMessageAttachment", + "package": "igniteui-webcomponents" + } + } + }, + { + "id": 52935, + "name": "text", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/chat.d.ts", + "line": 158, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52936, + 52935 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/chat.d.ts", + "line": 157, + "character": 24 + } + ] + } + } + }, + { + "id": 52932, + "name": "messages", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The list of chat messages currently displayed.\nUse this property to set or update the message history." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54335, + "name": "IgcChatMessage", + "package": "igniteui-webcomponents" + } + } + }, + { + "id": 52937, + "name": "options", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Controls the chat behavior and appearance through a configuration object.\nUse this to toggle UI options, provide suggestions, templates, etc." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54349, + "name": "IgcChatOptions", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52938, + "name": "resourceStrings", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The resource strings of the chat." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54302, + "name": "IgcChatResourceStrings", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52939, + "name": "scrollToMessage", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Scrolls the view to a specific message by id." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52940, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/chat.d.ts", + "line": 177, + "character": 4 + } + ], + "signatures": [ + { + "id": 52941, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Scrolls the view to a specific message by id." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/chat.d.ts", + "line": 177, + "character": 4 + } + ], + "parameters": [ + { + "id": 52942, + "name": "messageId", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52943, + "name": "scrollToMessage", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Scrolls the view to a specific message by id." + } + ] + }, + "parameters": [ + { + "id": 52944, + "name": "messageId", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52933, + 52932, + 52937, + 52938 + ] + }, + { + "title": "Methods", + "children": [ + 52939 + ] + }, + { + "title": "Set Signatures", + "children": [ + 52957, + 52953, + 52965, + 52969, + 52961, + 52981, + 52985, + 52977, + 52945, + 52949, + 52973 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 52957, + 52953, + 52965, + 52969, + 52961, + 52981, + 52985, + 52977, + 52945, + 52949, + 52973 + ] + }, + { + "title": "Methods", + "children": [ + 52939 + ] + }, + { + "title": "Properties", + "children": [ + 52933, + 52932, + 52937, + 52938 + ] + } + ], + "sources": [ + { + "fileName": "src/components/chat.ts", + "line": 70, + "character": 13 + }, + { + "fileName": "src/components/chat.ts", + "line": 135, + "character": 12 + } + ], + "signatures": [ + { + "id": 52896, + "name": "IgrChat", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53239, + "name": "IgrCheckbox", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A check box allowing single values to be selected/deselected." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- The checkbox label." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "helper-text - Renders content below the input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "value-missing - Renders content when the required validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "custom-error - Renders content when setCustomValidity(message) is set." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "invalid - Renders content when the component is in invalid state (validity.valid = false)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The base wrapper of the checkbox." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "control - The checkbox input element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "label - The checkbox label." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "indicator - The checkbox indicator icon." + } + ] + } + ] + }, + "children": [ + { + "id": 53249, + "name": "onChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the control's checked state changes." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53250, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53251, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53252, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54314, + "name": "IgcCheckboxChangeEventArgs", + "package": "igniteui-webcomponents" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53248, + "name": "indeterminate", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Draws the checkbox in indeterminate state." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53248 + ] + }, + { + "title": "Set Signatures", + "children": [ + 53249 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 53249 + ] + }, + { + "title": "Properties", + "children": [ + 53248 + ] + } + ], + "sources": [ + { + "fileName": "src/components/checkbox.ts", + "line": 20, + "character": 13 + }, + { + "fileName": "src/components/checkbox.ts", + "line": 32, + "character": 12 + } + ], + "signatures": [ + { + "id": 53243, + "name": "IgrCheckbox", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52339, + "name": "IgrChip", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Chips help people enter information, make selections, filter content, or trigger actions." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders content in the default slot of the chip." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "prefix - Renders content at the start of the chip, before the default content." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "suffix - Renders content at the end of the chip after the default content." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "select - Content to render when the chip in selected state." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "remove - Content to override the default remove chip icon." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The base wrapper of the chip." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "prefix - The prefix container of the chip." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "suffix - The suffix container of the chip." + } + ] + } + ] + }, + "children": [ + { + "id": 52354, + "name": "onRemove", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emits an event when the chip component is removed. Returns the removed chip component." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52355, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52356, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52357, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52358, + "name": "onSelect", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emits event when the chip component is selected/deselected and any related animations and transitions also end." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52359, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52360, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52361, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52349, + "name": "disabled", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the disabled state for the chip." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52350, + "name": "removable", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Defines if the chip is removable or not." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52351, + "name": "selectable", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Defines if the chip is selectable or not." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52352, + "name": "selected", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Defines if the chip is selected or not." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52353, + "name": "variant", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A property that sets the color variant of the chip component." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54446, + "name": "StyleVariant", + "package": "igniteui-webcomponents" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52349, + 52350, + 52351, + 52352, + 52353 + ] + }, + { + "title": "Set Signatures", + "children": [ + 52354, + 52358 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 52354, + 52358 + ] + }, + { + "title": "Properties", + "children": [ + 52349, + 52350, + 52351, + 52352, + 52353 + ] + } + ], + "sources": [ + { + "fileName": "src/components/chip.ts", + "line": 20, + "character": 13 + }, + { + "fileName": "src/components/chip.ts", + "line": 31, + "character": 12 + } + ], + "signatures": [ + { + "id": 52343, + "name": "IgrChip", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53254, + "name": "IgrCircularGradient", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Used for defining gradient stops in the igc-circular-progress.\nFor each " + }, + { + "kind": "code", + "text": "`igc-circular-gradient`" + }, + { + "kind": "text", + "text": " defined as " + }, + { + "kind": "code", + "text": "`gradient`" + }, + { + "kind": "text", + "text": " slot of " + }, + { + "kind": "code", + "text": "`igc-circular-progress`" + }, + { + "kind": "text", + "text": " element would be created a SVG stop element.\nThe values passed as " + }, + { + "kind": "code", + "text": "`color`" + }, + { + "kind": "text", + "text": ", " + }, + { + "kind": "code", + "text": "`offset`" + }, + { + "kind": "text", + "text": " and " + }, + { + "kind": "code", + "text": "`opacity`" + }, + { + "kind": "text", + "text": " would be set as\n" + }, + { + "kind": "code", + "text": "`stop-color`" + }, + { + "kind": "text", + "text": ", " + }, + { + "kind": "code", + "text": "`offset`" + }, + { + "kind": "text", + "text": " and " + }, + { + "kind": "code", + "text": "`stop-opacity`" + }, + { + "kind": "text", + "text": " of the SVG element without further validations." + } + ] + }, + "children": [ + { + "id": 53263, + "name": "color", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Defines the color of the gradient stop" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53262, + "name": "offset", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Defines where the gradient stop is placed along the gradient vector" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53264, + "name": "opacity", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Defines the opacity of the gradient stop" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53263, + 53262, + 53264 + ] + } + ], + "categories": [ + { + "title": "Properties", + "children": [ + 53263, + 53262, + 53264 + ] + } + ], + "sources": [ + { + "fileName": "src/components/circular-gradient.ts", + "line": 12, + "character": 13 + }, + { + "fileName": "src/components/circular-gradient.ts", + "line": 19, + "character": 12 + } + ], + "signatures": [ + { + "id": 53258, + "name": "IgrCircularGradient", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53266, + "name": "IgrCircularProgress", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A circular progress indicator used to express unspecified wait time or display\nthe length of a process." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- The text area container." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "gradient - Customize the progress bar in order to use a color gradient instead of a solid color. Accepts " + }, + { + "kind": "code", + "text": "`igc-circular-gradient`" + }, + { + "kind": "text", + "text": " elements." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "svg - The igc-circular-progress SVG element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "gradient_start - The igc-circular-progress linear-gradient start color." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "gradient_end - The igc-circular-progress linear-gradient end color." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "track - The igc-circular-progress ring track area." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "fill - The igc-circular-progress indicator area." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "label - The igc-circular-progress label." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "value - The igc-circular-progress label value." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "indeterminate - The igc-circular-progress indeterminate state." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "primary - The igc-circular-progress primary state." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "danger - The igc-circular-progress error state." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "warning - The igc-circular-progress warning state." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "info - The igc-circular-progress info state." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "success - The igc-circular-progress success state." + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/components/circular-progress.ts", + "line": 25, + "character": 13 + }, + { + "fileName": "src/components/circular-progress.ts", + "line": 32, + "character": 12 + } + ], + "signatures": [ + { + "id": 53270, + "name": "IgrCircularProgress", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53275, + "name": "IgrCombo", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The Combo component is similar to the Select component in that it provides a list of options from which the user can make a selection.\nIn contrast to the Select component, the Combo component displays all options in a virtualized list of items,\nmeaning the combo box can simultaneously show thousands of options, where one or more options can be selected.\nAdditionally, users can create custom item templates, allowing for robust data visualization.\nThe Combo component features case-sensitive filtering, grouping, complex data binding, dynamic addition of values and more." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "prefix - Renders content before the input of the combo." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "suffix - Renders content after the input of the combo." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "header - Renders a container before the list of options of the combo." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "footer - Renders a container after the list of options of the combo." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "helper-text - Renders content below the input of the combo." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "toggle-icon - Renders content inside the suffix container of the combo." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "clear-icon - Renders content inside the suffix container of the combo." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "value-missing - Renders content when the required validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "custom-error - Renders content when setCustomValidity(message) is set." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "invalid - Renders content when the component is in invalid state (validity.valid = false)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "label - The encapsulated text label of the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "input - The main input field of the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "native-input - The native input of the main input field of the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "prefix - The prefix wrapper of the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "suffix - The suffix wrapper of the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "toggle-icon - The toggle icon wrapper of the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "clear-icon - The clear icon wrapper of the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "case-icon - The case icon wrapper of the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "helper-text - The helper text wrapper of the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "search-input - The search input field of the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "list-wrapper - The list of options wrapper of the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "list - The list of options box of the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "item - Represents each item in the list of options of the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "group-header - Represents each header in the list of options of the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "active - Appended to the item parts list when the item is active of the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "selected - Appended to the item parts list when the item is selected of the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "checkbox - Represents each checkbox of each list item of the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "checkbox-indicator - Represents the checkbox indicator of each list item of the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "checked - Appended to checkbox parts list when checkbox is checked in the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "header - The container holding the header content of the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "footer - The container holding the footer content of the combo." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "empty - The container holding the empty content of the combo." + } + ] + } + ] + }, + "children": [ + { + "id": 53344, + "name": "onChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the control's selection has changed." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53345, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53346, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53347, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54330, + "typeArguments": [ + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "IgcComboChangeEventArgs", + "package": "igniteui-webcomponents" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53360, + "name": "onClosed", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted after the list of options is closed." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53361, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53362, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53363, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53356, + "name": "onClosing", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitter just before the list of options is closed." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53357, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53358, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53359, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53352, + "name": "onOpened", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted after the list of options is opened." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53353, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53354, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53355, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53348, + "name": "onOpening", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted just before the list of options is opened." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53349, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53350, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53351, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53293, + "name": "autofocus", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The autofocus attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53294, + "name": "autofocusList", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Focuses the list of options when the menu opens." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53304, + "name": "caseSensitiveIcon", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Enables the case sensitive search icon in the filtering input." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53290, + "name": "data", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The data source used to generate the list of options." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "qualifiedName": "default.T" + }, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "default.T", + "refersToTypeParameter": true + } + } + }, + { + "id": 53305, + "name": "disableFiltering", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Disables the filtering of the list of options." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53300, + "name": "displayKey", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The key in the data source used to display items in the list." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "typeOperator", + "operator": "keyof", + "target": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "qualifiedName": "default.T" + }, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "default.T", + "refersToTypeParameter": true + } + } + }, + { + "id": 53303, + "name": "filteringOptions", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "An object that configures the filtering of the combo." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54429, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "qualifiedName": "default.T" + }, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "default.T", + "refersToTypeParameter": true + } + ], + "name": "FilteringOptions", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53307, + "name": "groupHeaderTemplate", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The template used for the content of each combo group header." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54421, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "qualifiedName": "default.T" + }, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "default.T", + "refersToTypeParameter": true + } + ], + "name": "ComboItemTemplate", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53301, + "name": "groupKey", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The key in the data source used to group items in the list." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "typeOperator", + "operator": "keyof", + "target": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "qualifiedName": "default.T" + }, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "default.T", + "refersToTypeParameter": true + } + } + }, + { + "id": 53302, + "name": "groupSorting", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sorts the items in each group by ascending or descending order." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54434, + "name": "GroupingDirection", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53306, + "name": "itemTemplate", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The template used for the content of each combo item." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54421, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "qualifiedName": "default.T" + }, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "default.T", + "refersToTypeParameter": true + } + ], + "name": "ComboItemTemplate", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53295, + "name": "label", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The label attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53298, + "name": "open", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the open state of the component." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53291, + "name": "outlined", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The outlined attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53296, + "name": "placeholder", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The placeholder attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53297, + "name": "placeholderSearch", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The placeholder attribute of the search input." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53292, + "name": "singleSelect", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Enables single selection mode and moves item filtering to the main input." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53308, + "name": "value", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the value (selected items). The passed value must be a valid JSON array.\nIf the data source is an array of complex objects, the `valueKey` attribute must be set.\nNote that when `displayKey` is not explicitly set, it will fall back to the value of `valueKey`." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "qualifiedName": "ComboValue" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "qualifiedName": "default.T" + }, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "default.T", + "refersToTypeParameter": true + } + ], + "name": "ComboValue", + "package": "igniteui-webcomponents" + } + } + }, + { + "id": 53299, + "name": "valueKey", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The key in the data source used when selecting items." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "typeOperator", + "operator": "keyof", + "target": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "qualifiedName": "default.T" + }, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "default.T", + "refersToTypeParameter": true + } + } + }, + { + "id": 53319, + "name": "selection", + "variant": "declaration", + "kind": 262144, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns the current selection as an array of objects as provided in the `data` source." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Accessors" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "qualifiedName": "default.T" + }, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "default.T", + "refersToTypeParameter": true + } + } + }, + { + "id": 53315, + "name": "blur", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Removes focus from the component." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53316, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "line": 230, + "character": 4 + } + ], + "signatures": [ + { + "id": 53317, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Removes focus from the component." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "line": 230, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53318, + "name": "blur", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Removes focus from the component." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53326, + "name": "deselect", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Deselects option(s) in the list by either reference or valueKey.\nIf not argument is provided all items will be deselected." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53327, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "line": 280, + "character": 4 + } + ], + "signatures": [ + { + "id": 53328, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Deselects option(s) in the list by either reference or valueKey.\nIf not argument is provided all items will be deselected." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```typescript\nconst combo> = document.querySelector('igc-combo');\n\n// Deselect one item at a time by reference when valueKey is not specified.\ncombo.deselect(combo.data[0]);\n\n// Deselect multiple items at a time by reference when valueKey is not specified.\ncombo.deselect([combo.data[0], combo.data[1]]);\n\n// Deselect one item at a time when valueKey is specified.\ncombo.deselect('BG01');\n\n// Deselect multiple items at a time when valueKey is specified.\ncombo.deselect(['BG01', 'BG02']);\n```" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "line": 280, + "character": 4 + } + ], + "parameters": [ + { + "id": 53329, + "name": "items", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "One or more items to be deselected. Multiple items should be passed as an array.\nWhen valueKey is specified, the corresponding value should be used in place of the item reference." + } + ] + }, + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "qualifiedName": "Item" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "qualifiedName": "default.T" + }, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "default.T", + "refersToTypeParameter": true + } + ], + "name": "Item", + "package": "igniteui-webcomponents" + }, + { + "type": "array", + "elementType": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "qualifiedName": "Item" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "qualifiedName": "default.T" + }, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "default.T", + "refersToTypeParameter": true + } + ], + "name": "Item", + "package": "igniteui-webcomponents" + } + } + ] + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53330, + "name": "deselect", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Deselects option(s) in the list by either reference or valueKey.\nIf not argument is provided all items will be deselected." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```typescript\nconst combo> = document.querySelector('igc-combo');\n\n// Deselect one item at a time by reference when valueKey is not specified.\ncombo.deselect(combo.data[0]);\n\n// Deselect multiple items at a time by reference when valueKey is not specified.\ncombo.deselect([combo.data[0], combo.data[1]]);\n\n// Deselect one item at a time when valueKey is specified.\ncombo.deselect('BG01');\n\n// Deselect multiple items at a time when valueKey is specified.\ncombo.deselect(['BG01', 'BG02']);\n```" + } + ] + } + ] + }, + "parameters": [ + { + "id": 53331, + "name": "items", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "One or more items to be deselected. Multiple items should be passed as an array.\nWhen valueKey is specified, the corresponding value should be used in place of the item reference." + } + ] + }, + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "qualifiedName": "Item" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "qualifiedName": "default.T" + }, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "default.T", + "refersToTypeParameter": true + } + ], + "name": "Item", + "package": "igniteui-webcomponents" + }, + { + "type": "array", + "elementType": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "qualifiedName": "Item" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "qualifiedName": "default.T" + }, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "default.T", + "refersToTypeParameter": true + } + ], + "name": "Item", + "package": "igniteui-webcomponents" + } + } + ] + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53309, + "name": "focus", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets focus on the component." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53310, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "line": 228, + "character": 4 + } + ], + "signatures": [ + { + "id": 53311, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets focus on the component." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "line": 228, + "character": 4 + } + ], + "parameters": [ + { + "id": 53312, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": -1, + "name": "FocusOptions", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53313, + "name": "focus", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets focus on the component." + } + ] + }, + "parameters": [ + { + "id": 53314, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": -1, + "name": "FocusOptions", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53336, + "name": "hide", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Hides the list of options." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53337, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "line": 292, + "character": 4 + } + ], + "signatures": [ + { + "id": 53338, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Hides the list of options." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "line": 292, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 53339, + "name": "hide", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Hides the list of options." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 53320, + "name": "select", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects option(s) in the list by either reference or valueKey.\nIf not argument is provided all items will be selected." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53321, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "line": 257, + "character": 4 + } + ], + "signatures": [ + { + "id": 53322, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects option(s) in the list by either reference or valueKey.\nIf not argument is provided all items will be selected." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```typescript\nconst combo> = document.querySelector('igc-combo');\n\n// Select one item at a time by reference when valueKey is not specified.\ncombo.select(combo.data[0]);\n\n// Select multiple items at a time by reference when valueKey is not specified.\ncombo.select([combo.data[0], combo.data[1]]);\n\n// Select one item at a time when valueKey is specified.\ncombo.select('BG01');\n\n// Select multiple items at a time when valueKey is specified.\ncombo.select(['BG01', 'BG02']);\n```" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "line": 257, + "character": 4 + } + ], + "parameters": [ + { + "id": 53323, + "name": "items", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "One or more items to be selected. Multiple items should be passed as an array.\nWhen valueKey is specified, the corresponding value should be used in place of the item reference." + } + ] + }, + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "qualifiedName": "Item" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "qualifiedName": "default.T" + }, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "default.T", + "refersToTypeParameter": true + } + ], + "name": "Item", + "package": "igniteui-webcomponents" + }, + { + "type": "array", + "elementType": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "qualifiedName": "Item" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "qualifiedName": "default.T" + }, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "default.T", + "refersToTypeParameter": true + } + ], + "name": "Item", + "package": "igniteui-webcomponents" + } + } + ] + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53324, + "name": "select", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects option(s) in the list by either reference or valueKey.\nIf not argument is provided all items will be selected." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```typescript\nconst combo> = document.querySelector('igc-combo');\n\n// Select one item at a time by reference when valueKey is not specified.\ncombo.select(combo.data[0]);\n\n// Select multiple items at a time by reference when valueKey is not specified.\ncombo.select([combo.data[0], combo.data[1]]);\n\n// Select one item at a time when valueKey is specified.\ncombo.select('BG01');\n\n// Select multiple items at a time when valueKey is specified.\ncombo.select(['BG01', 'BG02']);\n```" + } + ] + } + ] + }, + "parameters": [ + { + "id": 53325, + "name": "items", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "One or more items to be selected. Multiple items should be passed as an array.\nWhen valueKey is specified, the corresponding value should be used in place of the item reference." + } + ] + }, + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "qualifiedName": "Item" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "qualifiedName": "default.T" + }, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "default.T", + "refersToTypeParameter": true + } + ], + "name": "Item", + "package": "igniteui-webcomponents" + }, + { + "type": "array", + "elementType": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "qualifiedName": "Item" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "qualifiedName": "default.T" + }, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "default.T", + "refersToTypeParameter": true + } + ], + "name": "Item", + "package": "igniteui-webcomponents" + } + } + ] + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53332, + "name": "show", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Shows the list of options." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53333, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "line": 289, + "character": 4 + } + ], + "signatures": [ + { + "id": 53334, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Shows the list of options." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "line": 289, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 53335, + "name": "show", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Shows the list of options." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 53340, + "name": "toggle", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles the list of options." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53341, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "line": 295, + "character": 4 + } + ], + "signatures": [ + { + "id": 53342, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles the list of options." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/combo.d.ts", + "line": 295, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 53343, + "name": "toggle", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles the list of options." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53293, + 53294, + 53304, + 53290, + 53305, + 53300, + 53303, + 53307, + 53301, + 53302, + 53306, + 53295, + 53298, + 53291, + 53296, + 53297, + 53292, + 53308, + 53299 + ] + }, + { + "title": "Accessors", + "children": [ + 53319 + ] + }, + { + "title": "Methods", + "children": [ + 53315, + 53326, + 53309, + 53336, + 53320, + 53332, + 53340 + ] + }, + { + "title": "Set Signatures", + "children": [ + 53344, + 53360, + 53356, + 53352, + 53348 + ] + } + ], + "categories": [ + { + "title": "Accessors", + "children": [ + 53319 + ] + }, + { + "title": "Events", + "children": [ + 53344, + 53360, + 53356, + 53352, + 53348 + ] + }, + { + "title": "Methods", + "children": [ + 53315, + 53326, + 53309, + 53336, + 53320, + 53332, + 53340 + ] + }, + { + "title": "Properties", + "children": [ + 53293, + 53294, + 53304, + 53290, + 53305, + 53300, + 53303, + 53307, + 53301, + 53302, + 53306, + 53295, + 53298, + 53291, + 53296, + 53297, + 53292, + 53308, + 53299 + ] + } + ], + "sources": [ + { + "fileName": "src/components/combo.ts", + "line": 51, + "character": 13 + }, + { + "fileName": "src/components/combo.ts", + "line": 73, + "character": 12 + } + ], + "signatures": [ + { + "id": 53279, + "name": "IgrCombo", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53365, + "name": "IgrDatePicker", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "igc-date-picker is a feature rich component used for entering a date through manual text input or\nchoosing date values from a calendar dialog that pops up." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "prefix - Renders content before the input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "suffix - Renders content after the input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "helper-text - Renders content below the input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "bad-input - Renders content when the value is in the disabledDates ranges." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "value-missing - Renders content when the required validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "range-overflow - Renders content when the max validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "range-underflow - Renders content when the min validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "custom-error - Renders content when setCustomValidity(message) is set." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "invalid - Renders content when the component is in invalid state (validity.valid = false)." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "title - Renders content in the calendar title." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "header-date - Renders content instead of the current date/range in the calendar header." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "clear-icon - Renders a clear icon template." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "calendar-icon - Renders the icon/content for the calendar picker." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "calendar-icon-open - Renders the icon/content for the picker in open state." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "actions - Renders content in the action part of the picker in open state." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "label - The label wrapper that renders content above the target input." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "container - The main wrapper that holds all main input elements." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "input - The native input element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "prefix - The prefix wrapper." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "suffix - The suffix wrapper." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "calendar-icon - The calendar icon wrapper for closed state." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "calendar-icon-open - The calendar icon wrapper for opened state." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "clear-icon - The clear icon wrapper." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "actions - The actions wrapper." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "helper-text - The helper-text wrapper that renders content below the target input." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "header - The calendar header element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "header-title - The calendar header title element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "header-date - The calendar header date element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "calendar-content - The calendar content element which contains the views and navigation elements." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "navigation - The calendar navigation container element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "months-navigation - The calendar months navigation button element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "years-navigation - The calendar years navigation button element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "years-range - The calendar years range element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "navigation-buttons - The calendar navigation buttons container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "navigation-button - The calendar previous/next navigation button." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "days-view-container - The calendar days view container element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "days-view - The calendar days view element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "months-view - The calendar months view element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "years-view - The calendar years view element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "days-row - The calendar days row element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "calendar-label - The calendar week header label element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "week-number - The calendar week number element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "week-number-inner - The calendar week number inner element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "date - The calendar date element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "date-inner - The calendar date inner element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "first - The calendar first selected date element in range selection." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "last - The calendar last selected date element in range selection." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "inactive - The calendar inactive date element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "hidden - The calendar hidden date element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "weekend - The calendar weekend date element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "range - The calendar range selected element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "special - The calendar special date element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "disabled - The calendar disabled date element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "single - The calendar single selected date element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "preview - The calendar range selection preview date element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "month - The calendar month element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "month-inner - The calendar month inner element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "year - The calendar year element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "year-inner - The calendar year inner element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "selected - The calendar selected state for element(s). Applies to date, month and year elements." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "current - The calendar current state for element(s). Applies to date, month and year elements." + } + ] + } + ] + }, + "children": [ + { + "id": 53466, + "name": "onChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the user modifies and commits the elements's value." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53467, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53468, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53469, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53462, + "name": "onClosed", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted after the calendar dropdown is hidden." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53463, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53464, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53465, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53458, + "name": "onClosing", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted just before the calendar dropdown is hidden." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53459, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53460, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53461, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53470, + "name": "onInput", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when when the user types in the element." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53471, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53472, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53473, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53454, + "name": "onOpened", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted after the calendar dropdown is shown." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53455, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53456, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53457, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53450, + "name": "onOpening", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted just before the calendar dropdown is shown." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53451, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53452, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53453, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53385, + "name": "activeDate", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/Sets the date which is shown in the calendar picker and is highlighted.\nBy default it is the current date." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 53392, + "name": "disabledDates", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets disabled dates." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54388, + "name": "DateRangeDescriptor", + "package": "igniteui-webcomponents" + } + } + }, + { + "id": 53398, + "name": "displayFormat", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Format to display the value in when not editing.\nDefaults to the input format if not set." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53388, + "name": "headerOrientation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The orientation of the calendar header." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54386, + "name": "CalendarHeaderOrientation", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53390, + "name": "hideHeader", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the calendar hides its header." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53391, + "name": "hideOutsideDays", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Controls the visibility of the dates that do not belong to the current month." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53399, + "name": "inputFormat", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The date format to apply on the input.\nDefaults to the current locale Intl.DateTimeFormat" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53380, + "name": "label", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The label of the datepicker." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53400, + "name": "locale", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The locale settings used to display the value." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53387, + "name": "max", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The maximum value required for the date picker to remain valid." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 53386, + "name": "min", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The minimum value required for the date picker to remain valid." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 53381, + "name": "mode", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the calendar is opened in a dropdown or a modal dialog" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54442, + "name": "PickerMode", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53382, + "name": "nonEditable", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether to allow typing in the input." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53379, + "name": "open", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the state of the datepicker dropdown." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53389, + "name": "orientation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The orientation of the multiple months displayed in the calendar's days view." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54440, + "name": "ContentOrientation", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53394, + "name": "outlined", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether the control will have outlined appearance." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53395, + "name": "placeholder", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The placeholder attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53401, + "name": "prompt", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The prompt symbol to use for unfilled parts of the mask." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53383, + "name": "readOnly", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Makes the control a readonly field." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53402, + "name": "resourceStrings", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The resource strings of the calendar." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54286, + "name": "IgcCalendarResourceStrings", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53397, + "name": "showWeekNumbers", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether to show the number of the week in the calendar." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53393, + "name": "specialDates", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets special dates." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54388, + "name": "DateRangeDescriptor", + "package": "igniteui-webcomponents" + } + } + }, + { + "id": 53384, + "name": "value", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The value of the picker" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 53396, + "name": "visibleMonths", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of months displayed in the calendar." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53403, + "name": "weekStart", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the start day of the week for the calendar." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54391, + "name": "WeekDays", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53404, + "name": "clear", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Clears the input part of the component of any user input" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53405, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-picker/date-picker.d.ts", + "line": 252, + "character": 4 + } + ], + "signatures": [ + { + "id": 53406, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Clears the input part of the component of any user input" + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-picker/date-picker.d.ts", + "line": 252, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53407, + "name": "clear", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Clears the input part of the component of any user input" + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53424, + "name": "select", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects the text in the input of the component" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53425, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-picker/date-picker.d.ts", + "line": 258, + "character": 4 + } + ], + "signatures": [ + { + "id": 53426, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects the text in the input of the component" + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-picker/date-picker.d.ts", + "line": 258, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53427, + "name": "select", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects the text in the input of the component" + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53438, + "name": "setRangeText", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53439, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-picker/date-picker.d.ts", + "line": 261, + "character": 4 + } + ], + "signatures": [ + { + "id": 53440, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-picker/date-picker.d.ts", + "line": 261, + "character": 4 + } + ], + "parameters": [ + { + "id": 53441, + "name": "replacement", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53442, + "name": "start", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53443, + "name": "end", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53444, + "name": "mode", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": 54444, + "name": "RangeTextSelectMode", + "package": "igniteui-webcomponents" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53445, + "name": "setRangeText", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "parameters": [ + { + "id": 53446, + "name": "replacement", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53447, + "name": "start", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53448, + "name": "end", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53449, + "name": "mode", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": 54444, + "name": "RangeTextSelectMode", + "package": "igniteui-webcomponents" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53428, + "name": "setSelectionRange", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the text selection range in the input of the component" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53429, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-picker/date-picker.d.ts", + "line": 260, + "character": 4 + } + ], + "signatures": [ + { + "id": 53430, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the text selection range in the input of the component" + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-picker/date-picker.d.ts", + "line": 260, + "character": 4 + } + ], + "parameters": [ + { + "id": 53431, + "name": "start", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53432, + "name": "end", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53433, + "name": "direction", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": 54445, + "name": "SelectionRangeDirection", + "package": "igniteui-webcomponents" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53434, + "name": "setSelectionRange", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the text selection range in the input of the component" + } + ] + }, + "parameters": [ + { + "id": 53435, + "name": "start", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53436, + "name": "end", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53437, + "name": "direction", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": 54445, + "name": "SelectionRangeDirection", + "package": "igniteui-webcomponents" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53416, + "name": "stepDown", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Decrements the passed in date part" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53417, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-picker/date-picker.d.ts", + "line": 256, + "character": 4 + } + ], + "signatures": [ + { + "id": 53418, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Decrements the passed in date part" + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-picker/date-picker.d.ts", + "line": 256, + "character": 4 + } + ], + "parameters": [ + { + "id": 53419, + "name": "datePart", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": 54399, + "name": "DatePart", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53420, + "name": "delta", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53421, + "name": "stepDown", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Decrements the passed in date part" + } + ] + }, + "parameters": [ + { + "id": 53422, + "name": "datePart", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": 54399, + "name": "DatePart", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53423, + "name": "delta", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53408, + "name": "stepUp", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Increments the passed in date part" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53409, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-picker/date-picker.d.ts", + "line": 254, + "character": 4 + } + ], + "signatures": [ + { + "id": 53410, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Increments the passed in date part" + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-picker/date-picker.d.ts", + "line": 254, + "character": 4 + } + ], + "parameters": [ + { + "id": 53411, + "name": "datePart", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": 54399, + "name": "DatePart", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53412, + "name": "delta", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53413, + "name": "stepUp", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Increments the passed in date part" + } + ] + }, + "parameters": [ + { + "id": 53414, + "name": "datePart", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": 54399, + "name": "DatePart", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53415, + "name": "delta", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53385, + 53392, + 53398, + 53388, + 53390, + 53391, + 53399, + 53380, + 53400, + 53387, + 53386, + 53381, + 53382, + 53379, + 53389, + 53394, + 53395, + 53401, + 53383, + 53402, + 53397, + 53393, + 53384, + 53396, + 53403 + ] + }, + { + "title": "Methods", + "children": [ + 53404, + 53424, + 53438, + 53428, + 53416, + 53408 + ] + }, + { + "title": "Set Signatures", + "children": [ + 53466, + 53462, + 53458, + 53470, + 53454, + 53450 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 53466, + 53462, + 53458, + 53470, + 53454, + 53450 + ] + }, + { + "title": "Methods", + "children": [ + 53404, + 53424, + 53438, + 53428, + 53416, + 53408 + ] + }, + { + "title": "Properties", + "children": [ + 53385, + 53392, + 53398, + 53388, + 53390, + 53391, + 53399, + 53380, + 53400, + 53387, + 53386, + 53381, + 53382, + 53379, + 53389, + 53394, + 53395, + 53401, + 53383, + 53402, + 53397, + 53393, + 53384, + 53396, + 53403 + ] + } + ], + "sources": [ + { + "fileName": "src/components/date-picker.ts", + "line": 78, + "character": 13 + }, + { + "fileName": "src/components/date-picker.ts", + "line": 105, + "character": 12 + } + ], + "signatures": [ + { + "id": 53369, + "name": "IgrDatePicker", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52363, + "name": "IgrDateRangePicker", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The igc-date-range-picker allows the user to select a range of dates." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "prefix - Renders content before the input (single input)." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "prefix-start - Renders content before the start input (two inputs)." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "prefix-end - Renders content before the end input (two inputs)." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "suffix - Renders content after the input (single input)." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "suffix-start - Renders content after the start input (single input)." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "suffix-end - Renders content after the end input (single input)." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "helper-text - Renders content below the input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "bad-input - Renders content when the value is in the disabledDates ranges." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "value-missing - Renders content when the required validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "range-overflow - Renders content when the max validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "range-underflow - Renders content when the min validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "custom-error - Renders content when setCustomValidity(message) is set." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "invalid - Renders content when the component is in invalid state (validity.valid = false)." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "title - Renders content in the calendar title." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "header-date - Renders content instead of the current date/range in the calendar header." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "clear-icon - Renders a clear icon template." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "clear-icon-start - Renders a clear icon template for the start input (two inputs)." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "clear-icon-end - Renders a clear icon template for the end input (two inputs)." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "calendar-icon - Renders the icon/content for the calendar picker." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "calendar-icon-start - Renders the icon/content for the calendar picker for the start input (two inputs)." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "calendar-icon-end - Renders the icon/content for the calendar picker for the end input (two inputs)." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "calendar-icon-open - Renders the icon/content for the picker in open state." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "calendar-icon-open-start - Renders the icon/content for the picker in open state for the start input (two inputs)." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "calendar-icon-open-end - Renders the icon/content for the picker in open state for the end input (two inputs)." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "actions - Renders content in the action part of the picker in open state." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "separator - Renders the separator element between the two inputs." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "separator - The separator element between the two inputs." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "ranges - The wrapper that renders the custom and predefined ranges." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "label - The label wrapper that renders content above the target input." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "calendar-icon - The calendar icon wrapper for closed state (single input)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "calendar-icon-start - The calendar icon wrapper for closed state for the start input (two inputs)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "calendar-icon-end - The calendar icon wrapper for closed state for the end input (two inputs)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "calendar-icon-open - The calendar icon wrapper for opened state (single input)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "calendar-icon-open-start - The calendar icon wrapper for opened state for the start input (two inputs)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "calendar-icon-open-end - The calendar icon wrapper for opened state for the end input (two inputs)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "clear-icon - The clear icon wrapper (single input)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "clear-icon-start - The clear icon wrapper for the start input (two inputs)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "clear-icon-end - The clear icon wrapper for the end input (two inputs)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "actions - The wrapper for the custom actions area." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "clear-icon - The clear icon wrapper." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "input - The native input element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "prefix - The prefix wrapper." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "suffix - The suffix wrapper." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "helper-text - The helper-text wrapper that renders content below the target input." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "header - The calendar header element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "header-title - The calendar header title element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "header-date - The calendar header date element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "calendar-content - The calendar content element which contains the views and navigation elements." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "navigation - The calendar navigation container element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "months-navigation - The calendar months navigation button element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "years-navigation - The calendar years navigation button element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "years-range - The calendar years range element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "navigation-buttons - The calendar navigation buttons container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "navigation-button - The calendar previous/next navigation button." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "days-view-container - The calendar days view container element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "days-view - The calendar days view element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "months-view - The calendar months view element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "years-view - The calendar years view element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "days-row - The calendar days row element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "calendar-label - The calendar week header label element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "week-number - The calendar week number element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "week-number-inner - The calendar week number inner element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "date - The calendar date element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "date-inner - The calendar date inner element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "first - The calendar first selected date element in range selection." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "last - The calendar last selected date element in range selection." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "inactive - The calendar inactive date element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "hidden - The calendar hidden date element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "weekend - The calendar weekend date element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "range - The calendar range selected element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "special - The calendar special date element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "disabled - The calendar disabled date element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "single - The calendar single selected date element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "preview - The calendar range selection preview date element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "month - The calendar month element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "month-inner - The calendar month inner element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "year - The calendar year element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "year-inner - The calendar year inner element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "selected - The calendar selected state for element(s). Applies to date, month and year elements." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "current - The calendar current state for element(s). Applies to date, month and year elements." + } + ] + } + ] + }, + "children": [ + { + "id": 52434, + "name": "onChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the user modifies and commits the elements's value." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52435, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52436, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52437, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54417, + "name": "DateRangeValue", + "package": "igniteui-webcomponents" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52430, + "name": "onClosed", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted after the calendar dropdown is hidden." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52431, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52432, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52433, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52426, + "name": "onClosing", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted just before the calendar dropdown is hidden." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52427, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52428, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52429, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52438, + "name": "onInput", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when when the user types in the element." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52439, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52440, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52441, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54417, + "name": "DateRangeValue", + "package": "igniteui-webcomponents" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52422, + "name": "onOpened", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted after the calendar dropdown is shown." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52423, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52424, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52425, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52418, + "name": "onOpening", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted just before the calendar dropdown is shown." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52419, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52420, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52421, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52403, + "name": "activeDate", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/Sets the date which is shown in the calendar picker and is highlighted.\nBy default it is the current date." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 52378, + "name": "customRanges", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Renders chips with custom ranges based on the elements of the array." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54414, + "name": "CustomDateRange", + "package": "igniteui-webcomponents" + } + } + }, + { + "id": 52398, + "name": "disabledDates", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets disabled dates." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54388, + "name": "DateRangeDescriptor", + "package": "igniteui-webcomponents" + } + } + }, + { + "id": 52394, + "name": "displayFormat", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Format to display the value in when not editing.\nDefaults to the input format if not set." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52400, + "name": "headerOrientation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The orientation of the calendar header." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54440, + "name": "ContentOrientation", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52402, + "name": "hideHeader", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the calendar hides its header." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52405, + "name": "hideOutsideDays", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Controls the visibility of the dates that do not belong to the current month." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52395, + "name": "inputFormat", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The date format to apply on the inputs.\nDefaults to the current locale Intl.DateTimeFormat" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52387, + "name": "label", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The label of the control (single input)." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52389, + "name": "labelEnd", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The label attribute of the end input." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52388, + "name": "labelStart", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The label attribute of the start input." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52382, + "name": "locale", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The locale settings used to display the value." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52397, + "name": "max", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The maximum value required for the date range picker to remain valid." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 52396, + "name": "min", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The minimum value required for the date range picker to remain valid." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 52379, + "name": "mode", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the calendar is opened in a dropdown or a modal dialog" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54442, + "name": "PickerMode", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52385, + "name": "nonEditable", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether to allow typing in the input." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52401, + "name": "orientation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The orientation of the multiple months displayed in the calendar's days view." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54440, + "name": "ContentOrientation", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52386, + "name": "outlined", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether the control will have outlined appearance." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52390, + "name": "placeholder", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The placeholder attribute of the control (single input)." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52392, + "name": "placeholderEnd", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The placeholder attribute of the end input." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52391, + "name": "placeholderStart", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The placeholder attribute of the start input." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52393, + "name": "prompt", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The prompt symbol to use for unfilled parts of the mask." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52384, + "name": "readOnly", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Makes the control a readonly field." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52383, + "name": "resourceStrings", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The resource strings of the date range picker." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/common/i18n/date-range-picker.resources.d.ts", + "qualifiedName": "IgcDateRangePickerResourceStrings" + }, + "name": "IgcDateRangePickerResourceStrings", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52404, + "name": "showWeekNumbers", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether to show the number of the week in the calendar." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52406, + "name": "specialDates", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets special dates." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54388, + "name": "DateRangeDescriptor", + "package": "igniteui-webcomponents" + } + } + }, + { + "id": 52381, + "name": "usePredefinedRanges", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether the control will show chips with predefined ranges." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52380, + "name": "useTwoInputs", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Use two inputs to display the date range values. Makes the input editable in dropdown mode." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52377, + "name": "value", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54417, + "name": "DateRangeValue", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52399, + "name": "visibleMonths", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of months displayed in the calendar." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52407, + "name": "weekStart", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the start day of the week for the calendar." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54391, + "name": "WeekDays", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52408, + "name": "clear", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Clears the input parts of the component of any user input" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52409, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-range-picker/date-range-picker.d.ts", + "line": 305, + "character": 4 + } + ], + "signatures": [ + { + "id": 52410, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Clears the input parts of the component of any user input" + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-range-picker/date-range-picker.d.ts", + "line": 305, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52411, + "name": "clear", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Clears the input parts of the component of any user input" + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 52412, + "name": "select", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects a date range value in the picker" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52413, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-range-picker/date-range-picker.d.ts", + "line": 307, + "character": 4 + } + ], + "signatures": [ + { + "id": 52414, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects a date range value in the picker" + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-range-picker/date-range-picker.d.ts", + "line": 307, + "character": 4 + } + ], + "parameters": [ + { + "id": 52415, + "name": "value", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": 54417, + "name": "DateRangeValue", + "package": "igniteui-webcomponents" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52416, + "name": "select", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects a date range value in the picker" + } + ] + }, + "parameters": [ + { + "id": 52417, + "name": "value", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": 54417, + "name": "DateRangeValue", + "package": "igniteui-webcomponents" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52403, + 52378, + 52398, + 52394, + 52400, + 52402, + 52405, + 52395, + 52387, + 52389, + 52388, + 52382, + 52397, + 52396, + 52379, + 52385, + 52401, + 52386, + 52390, + 52392, + 52391, + 52393, + 52384, + 52383, + 52404, + 52406, + 52381, + 52380, + 52377, + 52399, + 52407 + ] + }, + { + "title": "Methods", + "children": [ + 52408, + 52412 + ] + }, + { + "title": "Set Signatures", + "children": [ + 52434, + 52430, + 52426, + 52438, + 52422, + 52418 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 52434, + 52430, + 52426, + 52438, + 52422, + 52418 + ] + }, + { + "title": "Methods", + "children": [ + 52408, + 52412 + ] + }, + { + "title": "Properties", + "children": [ + 52403, + 52378, + 52398, + 52394, + 52400, + 52402, + 52405, + 52395, + 52387, + 52389, + 52388, + 52382, + 52397, + 52396, + 52379, + 52385, + 52401, + 52386, + 52390, + 52392, + 52391, + 52393, + 52384, + 52383, + 52404, + 52406, + 52381, + 52380, + 52377, + 52399, + 52407 + ] + } + ], + "sources": [ + { + "fileName": "src/components/date-range-picker.ts", + "line": 96, + "character": 13 + }, + { + "fileName": "src/components/date-range-picker.ts", + "line": 123, + "character": 12 + } + ], + "signatures": [ + { + "id": 52367, + "name": "IgrDateRangePicker", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52192, + "name": "IgrDateTimeInput", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A date time input is an input field that lets you set and edit the date and time in a chosen input element\nusing customizable display and input formats." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "prefix - Renders content before the input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "suffix - Renders content after input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "helper-text - Renders content below the input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "value-missing - Renders content when the required validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "range-overflow - Renders content when the max validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "range-underflow - Renders content when the min validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "custom-error - Renders content when setCustomValidity(message) is set." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "invalid - Renders content when the component is in invalid state (validity.valid = false)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "container - The main wrapper that holds all main input elements." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "input - The native input element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "label - The native label element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "prefix - The prefix wrapper." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "suffix - The suffix wrapper." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "helper-text - The helper text wrapper." + } + ] + } + ] + }, + "children": [ + { + "id": 52238, + "name": "onChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the control's checked state changes." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52239, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52240, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52241, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52234, + "name": "onInput", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the control input receives user input." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52235, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52236, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52237, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52206, + "name": "displayFormat", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Format to display the value in when not editing.\nDefaults to the input format if not set." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52202, + "name": "inputFormat", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The date format to apply on the input." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52209, + "name": "locale", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The locale settings used to display the value." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52205, + "name": "max", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The maximum value required for the input to remain valid." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 52204, + "name": "min", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The minimum value required for the input to remain valid." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 52207, + "name": "spinDelta", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Delta values used to increment or decrement each date part on step actions.\nAll values default to " + }, + { + "kind": "code", + "text": "`1`" + }, + { + "kind": "text", + "text": "." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54407, + "name": "DatePartDeltas", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52208, + "name": "spinLoop", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets whether to loop over the currently spun segment." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52203, + "name": "value", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 52230, + "name": "clear", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Clears the input element of user input." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52231, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-time-input.d.ts", + "line": 104, + "character": 4 + } + ], + "signatures": [ + { + "id": 52232, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Clears the input element of user input." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-time-input.d.ts", + "line": 104, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52233, + "name": "clear", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Clears the input element of user input." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 52210, + "name": "connectedCallback", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52211, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-time-input.d.ts", + "line": 98, + "character": 4 + } + ], + "signatures": [ + { + "id": 52212, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invoked when the component is added to the document's DOM.\n\nIn " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " you should setup tasks that should only occur when\nthe element is connected to the document. The most common of these is\nadding event listeners to nodes external to the element, like a keydown\nevent handler added to the window.\n\n" + }, + { + "kind": "code", + "text": "```ts\nconnectedCallback() {\n super.connectedCallback();\n addEventListener('keydown', this._handleKeydown);\n}\n```" + }, + { + "kind": "text", + "text": "\n\nTypically, anything done in " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " should be undone when the\nelement is disconnected, in " + }, + { + "kind": "code", + "text": "`disconnectedCallback()`" + }, + { + "kind": "text", + "text": "." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "lifecycle" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-time-input.d.ts", + "line": 98, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52213, + "name": "connectedCallback", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invoked when the component is added to the document's DOM.\n\nIn " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " you should setup tasks that should only occur when\nthe element is connected to the document. The most common of these is\nadding event listeners to nodes external to the element, like a keydown\nevent handler added to the window.\n\n" + }, + { + "kind": "code", + "text": "```ts\nconnectedCallback() {\n super.connectedCallback();\n addEventListener('keydown', this._handleKeydown);\n}\n```" + }, + { + "kind": "text", + "text": "\n\nTypically, anything done in " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " should be undone when the\nelement is disconnected, in " + }, + { + "kind": "code", + "text": "`disconnectedCallback()`" + }, + { + "kind": "text", + "text": "." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "lifecycle" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 52222, + "name": "stepDown", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Decrements a date/time portion." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52223, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-time-input.d.ts", + "line": 102, + "character": 4 + } + ], + "signatures": [ + { + "id": 52224, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Decrements a date/time portion." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-time-input.d.ts", + "line": 102, + "character": 4 + } + ], + "parameters": [ + { + "id": 52225, + "name": "datePart", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": 54399, + "name": "DatePart", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52226, + "name": "delta", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52227, + "name": "stepDown", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Decrements a date/time portion." + } + ] + }, + "parameters": [ + { + "id": 52228, + "name": "datePart", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": 54399, + "name": "DatePart", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52229, + "name": "delta", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 52214, + "name": "stepUp", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Increments a date/time portion." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52215, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-time-input.d.ts", + "line": 100, + "character": 4 + } + ], + "signatures": [ + { + "id": 52216, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Increments a date/time portion." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-time-input.d.ts", + "line": 100, + "character": 4 + } + ], + "parameters": [ + { + "id": 52217, + "name": "datePart", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": 54399, + "name": "DatePart", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52218, + "name": "delta", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52219, + "name": "stepUp", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Increments a date/time portion." + } + ] + }, + "parameters": [ + { + "id": 52220, + "name": "datePart", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": 54399, + "name": "DatePart", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52221, + "name": "delta", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52206, + 52202, + 52209, + 52205, + 52204, + 52207, + 52208, + 52203 + ] + }, + { + "title": "Methods", + "children": [ + 52230, + 52210, + 52222, + 52214 + ] + }, + { + "title": "Set Signatures", + "children": [ + 52238, + 52234 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 52238, + 52234 + ] + }, + { + "title": "Methods", + "children": [ + 52230, + 52210, + 52222, + 52214 + ] + }, + { + "title": "Properties", + "children": [ + 52206, + 52202, + 52209, + 52205, + 52204, + 52207, + 52208, + 52203 + ] + }, + { + "title": "lifecycle", + "children": [ + 52210 + ] + } + ], + "sources": [ + { + "fileName": "src/components/date-time-input.ts", + "line": 27, + "character": 13 + }, + { + "fileName": "src/components/date-time-input.ts", + "line": 42, + "character": 12 + } + ], + "signatures": [ + { + "id": 52196, + "name": "IgrDateTimeInput", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52243, + "name": "IgrDialog", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Represents a Dialog component." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders content inside the default slot of the dialog." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "title - Renders content in the title slot of the dialog header." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "message - Renders the message content of the dialog." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "footer - Renders content in the dialog footer." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The base wrapper of the dialog." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "title - The title container of the dialog." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "footer - The footer container of the dialog." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "overlay - The backdrop overlay of the dialog." + } + ] + } + ] + }, + "children": [ + { + "id": 52275, + "name": "onClosed", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted after closing the dialog." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52276, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52277, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52278, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52271, + "name": "onClosing", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitter just before the dialog is closed. Cancelable." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52272, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52273, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52274, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52254, + "name": "closeOnOutsideClick", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether the dialog should be closed when clicking outside of it." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52255, + "name": "hideDefaultAction", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether to hide the default action button for the dialog.\n\nWhen there is projected content in the " + }, + { + "kind": "code", + "text": "`footer`" + }, + { + "kind": "text", + "text": " slot this property\nhas no effect." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52253, + "name": "keepOpenOnEscape", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether the dialog should be kept open when pressing the 'Escape' button." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52256, + "name": "open", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether the dialog is opened." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52258, + "name": "returnValue", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the return value for the dialog." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52257, + "name": "title", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the title of the dialog." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52263, + "name": "hide", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Closes the dialog." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52264, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/dialog/dialog.d.ts", + "line": 80, + "character": 4 + } + ], + "signatures": [ + { + "id": 52265, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Closes the dialog." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/dialog/dialog.d.ts", + "line": 80, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 52266, + "name": "hide", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Closes the dialog." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 52259, + "name": "show", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Opens the dialog." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52260, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/dialog/dialog.d.ts", + "line": 78, + "character": 4 + } + ], + "signatures": [ + { + "id": 52261, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Opens the dialog." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/dialog/dialog.d.ts", + "line": 78, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 52262, + "name": "show", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Opens the dialog." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 52267, + "name": "toggle", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles the open state of the dialog." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52268, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/dialog/dialog.d.ts", + "line": 82, + "character": 4 + } + ], + "signatures": [ + { + "id": 52269, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles the open state of the dialog." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/dialog/dialog.d.ts", + "line": 82, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 52270, + "name": "toggle", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles the open state of the dialog." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52254, + 52255, + 52253, + 52256, + 52258, + 52257 + ] + }, + { + "title": "Methods", + "children": [ + 52263, + 52259, + 52267 + ] + }, + { + "title": "Set Signatures", + "children": [ + 52275, + 52271 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 52275, + 52271 + ] + }, + { + "title": "Methods", + "children": [ + 52263, + 52259, + 52267 + ] + }, + { + "title": "Properties", + "children": [ + 52254, + 52255, + 52253, + 52256, + 52258, + 52257 + ] + } + ], + "sources": [ + { + "fileName": "src/components/dialog.ts", + "line": 20, + "character": 13 + }, + { + "fileName": "src/components/dialog.ts", + "line": 33, + "character": 12 + } + ], + "signatures": [ + { + "id": 52247, + "name": "IgrDialog", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52990, + "name": "IgrDivider", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The igc-divider allows the content author to easily create a horizontal/vertical rule as a break between content to better organize information on a page." + } + ], + "blockTags": [ + { + "tag": "@cssproperty", + "content": [ + { + "kind": "text", + "text": "--color - Sets the color of the divider." + } + ] + }, + { + "tag": "@cssproperty", + "content": [ + { + "kind": "text", + "text": "--inset - Shrinks the divider by the given amount from the start. If " + }, + { + "kind": "code", + "text": "`middle`" + }, + { + "kind": "text", + "text": " is set it will shrink from both sides." + } + ] + } + ] + }, + "children": [ + { + "id": 52999, + "name": "middle", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "When set and inset is provided, it will shrink the divider line from both sides." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53000, + "name": "type", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether to render a solid or a dashed divider line." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54454, + "name": "DividerType", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52998, + "name": "vertical", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether to render a vertical divider line." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52999, + 53000, + 52998 + ] + } + ], + "categories": [ + { + "title": "Properties", + "children": [ + 52999, + 53000, + 52998 + ] + } + ], + "sources": [ + { + "fileName": "src/components/divider.ts", + "line": 11, + "character": 13 + }, + { + "fileName": "src/components/divider.ts", + "line": 18, + "character": 12 + } + ], + "signatures": [ + { + "id": 52994, + "name": "IgrDivider", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 3, + "name": "IgrDockManager", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A Dock Manager component that provides means to manage the layout of your application through panes, allowing your end-users to customize it further by pinning, resizing, moving, maximizing and hiding panes." + } + ] + }, + "children": [ + { + "id": 157, + "name": "onActivePaneChanged", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 158, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 159, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 160, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54544, + "name": "IgcActivePaneEventArgs", + "package": "igniteui-dockmanager" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 177, + "name": "onFloatingPaneResizeEnd", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 178, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 179, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 180, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 56629, + "name": "IgcFloatingPaneResizeEventArgs", + "package": "igniteui-dockmanager" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 173, + "name": "onFloatingPaneResizeMove", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 174, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 175, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 176, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 56632, + "name": "IgcFloatingPaneResizeMoveEventArgs", + "package": "igniteui-dockmanager" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 181, + "name": "onFloatingPaneResizeStart", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 182, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 183, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 184, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 56629, + "name": "IgcFloatingPaneResizeEventArgs", + "package": "igniteui-dockmanager" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 185, + "name": "onLayoutChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 186, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 187, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 188, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 145, + "name": "onPaneClose", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 146, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 147, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 148, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54573, + "name": "IgcPaneCloseEventArgs", + "package": "igniteui-dockmanager" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 169, + "name": "onPaneDragEnd", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 170, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 171, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 172, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54615, + "name": "IgcPaneDragEndEventArgs", + "package": "igniteui-dockmanager" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 165, + "name": "onPaneDragOver", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 166, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 167, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 168, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54610, + "name": "IgcPaneDragOverEventArgs", + "package": "igniteui-dockmanager" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 161, + "name": "onPaneDragStart", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 162, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 163, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 164, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54584, + "name": "IgcPaneDragStartEventArgs", + "package": "igniteui-dockmanager" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 121, + "name": "onPaneHeaderConnected", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 122, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 123, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 124, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54567, + "name": "IgcPaneHeaderConnectionEventArgs", + "package": "igniteui-dockmanager" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 125, + "name": "onPaneHeaderDisconnected", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 126, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 127, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 128, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54567, + "name": "IgcPaneHeaderConnectionEventArgs", + "package": "igniteui-dockmanager" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 153, + "name": "onPanePinnedToggle", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 154, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 155, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 156, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54579, + "name": "IgcPanePinnedEventArgs", + "package": "igniteui-dockmanager" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 149, + "name": "onPaneScroll", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 150, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 151, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 152, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54576, + "name": "IgcPaneScrollEventArgs", + "package": "igniteui-dockmanager" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 141, + "name": "onSplitterResizeEnd", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 142, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 143, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 144, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 137, + "name": "onSplitterResizeStart", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 138, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 139, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 140, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 129, + "name": "onTabHeaderConnected", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 130, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 131, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 132, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54570, + "name": "IgcTabHeaderConnectionEventArgs", + "package": "igniteui-dockmanager" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 133, + "name": "onTabHeaderDisconnected", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 134, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 135, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 136, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54570, + "name": "IgcTabHeaderConnectionEventArgs", + "package": "igniteui-dockmanager" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 31, + "name": "activePane", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets the active pane of the Dock Manager." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54618, + "name": "IgcContentPane", + "package": "igniteui-dockmanager" + } + }, + { + "id": 37, + "name": "allowFloatingPanesResize", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the end user is allowed to resize floating panes. Defaults to true." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 39, + "name": "allowInnerDock", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the end user is allowed to inner dock panes. Defaults to true." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 32, + "name": "allowMaximize", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the end user is allowed to maximize panes. Defaults to true." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 45, + "name": "allowRootDock", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether docking into the root-level pane is allowed.\n\nWhen set to true (default), panes can be docked directly into the root container.\nThis is done by creating a new root pane and repositioning the existing root pane as a sibling to the newly docked content pane." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 44, + "name": "allowSplitterDock", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the end user can dock the dragged pane directly in the parent split pane by dragging it over a splitter.\nIf enabled, a docking indicator will be shown over the splitter's drag handler. Defaults to false." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 46, + "name": "autoScrollConfig", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Configuration for edge auto-scrolling behavior during drag operations.\n\n- " + }, + { + "kind": "code", + "text": "`edgeThreshold`" + }, + { + "kind": "text", + "text": ": Distance in pixels from the container's edge that triggers scrolling.\n- " + }, + { + "kind": "code", + "text": "`scrollSpeed`" + }, + { + "kind": "text", + "text": ": Number of pixels to scroll per interval (affects scroll rate)." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 47, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 48, + "name": "edgeThreshold", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 569, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 49, + "name": "scrollSpeed", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 570, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 48, + 49 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 568, + "character": 21 + } + ] + } + } + }, + { + "id": 42, + "name": "closeBehavior", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the selected pane or all panes are closed when clicking the close button of a pane within a dockable TabGroup.\nDefaults to 'allPanes'." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54538, + "name": "IgcPaneActionBehavior", + "package": "igniteui-dockmanager" + } + }, + { + "id": 33, + "name": "containedInBoundaries", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the floating panes are kept inside the Dock Manager boundaries. Defaults to false." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 38, + "name": "disableKeyboardNavigation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Disables the built-in keyboard shortcuts for pane navigation. Defaults to false." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 29, + "name": "draggedPane", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets the currently dragged pane." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "target": 54618, + "name": "IgcContentPane", + "package": "igniteui-dockmanager" + }, + { + "type": "reference", + "target": 54641, + "name": "IgcSplitPane", + "package": "igniteui-dockmanager" + }, + { + "type": "reference", + "target": 54654, + "name": "IgcTabGroupPane", + "package": "igniteui-dockmanager" + } + ] + } + }, + { + "id": 30, + "name": "dropPosition", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets the current drop position when performing custom drag/drop." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54541, + "name": "IgcDockManagerPoint", + "package": "igniteui-dockmanager" + } + }, + { + "id": 50, + "name": "enableDragCursor", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Enables changing the mouse cursor when hovering over a tab or pane header.\n\nWhen set to " + }, + { + "kind": "code", + "text": "`true`" + }, + { + "kind": "text", + "text": ", the cursor changes from the default to " + }, + { + "kind": "code", + "text": "`pointer`" + }, + { + "kind": "text", + "text": ",\nindicating that the header can be dragged (e.g., to dock or float the pane)." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 28, + "name": "layout", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets the layout configuration of the Dock Manager." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54668, + "name": "IgcDockManagerLayout", + "package": "igniteui-dockmanager" + } + }, + { + "id": 35, + "name": "maximizedPane", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets the maximized pane." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "target": 54618, + "name": "IgcContentPane", + "package": "igniteui-dockmanager" + }, + { + "type": "reference", + "target": 54641, + "name": "IgcSplitPane", + "package": "igniteui-dockmanager" + }, + { + "type": "reference", + "target": 54654, + "name": "IgcTabGroupPane", + "package": "igniteui-dockmanager" + } + ] + } + }, + { + "id": 41, + "name": "proximityDock", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the end user can dock the dragged pane by dragging it close to the target pane edges.\nIf enabled, docking indicators are not visible. Defaults to false." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 36, + "name": "resourceStrings", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets the resource strings." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 56605, + "name": "IgcDockManagerResourceStrings", + "package": "igniteui-dockmanager" + } + }, + { + "id": 34, + "name": "showHeaderIconOnHover", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines which tab header icons should show when hovering over the tab with the mouse. Defaults to none." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "none" + }, + { + "type": "literal", + "value": "closeOnly" + }, + { + "type": "literal", + "value": "moreOptionsOnly" + }, + { + "type": "literal", + "value": "all" + } + ] + } + }, + { + "id": 40, + "name": "showPaneHeaders", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether pane headers are only shown on hover or always visible. Defaults to 'always'." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "always" + }, + { + "type": "literal", + "value": "onHoverOnly" + } + ] + } + }, + { + "id": 43, + "name": "unpinBehavior", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the selected pane or all panes are unpinned when clicking the unpin button of a pane within a dockable TabGroup.\nDefaults to 'allPanes'." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54538, + "name": "IgcPaneActionBehavior", + "package": "igniteui-dockmanager" + } + }, + { + "id": 67, + "name": "addEventListener", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 68, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 594, + "character": 2 + }, + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 595, + "character": 2 + } + ], + "signatures": [ + { + "id": 69, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 594, + "character": 2 + } + ], + "typeParameters": [ + { + "id": 70, + "name": "K", + "variant": "typeParam", + "kind": 131072, + "flags": { + "isExternal": true + }, + "type": { + "type": "typeOperator", + "operator": "keyof", + "target": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "qualifiedName": "IgcDockManagerEventMap" + }, + "name": "IgcDockManagerEventMap", + "package": "igniteui-dockmanager" + } + } + } + ], + "parameters": [ + { + "id": 71, + "name": "type", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": 70, + "name": "K", + "package": "igniteui-dockmanager", + "refersToTypeParameter": true + } + }, + { + "id": 72, + "name": "listener", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reflection", + "declaration": { + "id": 73, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 594, + "character": 78 + } + ], + "signatures": [ + { + "id": 74, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 594, + "character": 78 + } + ], + "parameters": [ + { + "id": 75, + "name": "this", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": -1, + "name": "HTMLElement", + "package": "@types/react" + } + }, + { + "id": 76, + "name": "ev", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "indexedAccess", + "indexType": { + "type": "reference", + "target": 70, + "name": "K", + "package": "igniteui-dockmanager", + "refersToTypeParameter": true + }, + "objectType": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "qualifiedName": "IgcDockManagerEventMap" + }, + "name": "IgcDockManagerEventMap", + "package": "igniteui-dockmanager" + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + ] + } + } + }, + { + "id": 77, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "boolean" + }, + { + "type": "reference", + "target": -1, + "name": "AddEventListenerOptions", + "package": "typescript" + } + ] + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + }, + { + "id": 78, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 595, + "character": 2 + } + ], + "parameters": [ + { + "id": 79, + "name": "type", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 80, + "name": "listener", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": -1, + "name": "EventListenerOrEventListenerObject", + "package": "typescript" + } + }, + { + "id": 81, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "boolean" + }, + { + "type": "reference", + "target": -1, + "name": "AddEventListenerOptions", + "package": "typescript" + } + ] + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 82, + "name": "addEventListener", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "parameters": [ + { + "id": 83, + "name": "type", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": 70, + "name": "K", + "package": "igniteui-dockmanager", + "refersToTypeParameter": true + } + }, + { + "id": 84, + "name": "listener", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reflection", + "declaration": { + "id": 85, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 594, + "character": 78 + } + ], + "signatures": [ + { + "id": 86, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 594, + "character": 78 + } + ], + "parameters": [ + { + "id": 87, + "name": "this", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": -1, + "name": "HTMLElement", + "package": "@types/react" + } + }, + { + "id": 88, + "name": "ev", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "indexedAccess", + "indexType": { + "type": "reference", + "target": 70, + "name": "K", + "package": "igniteui-dockmanager", + "refersToTypeParameter": true + }, + "objectType": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "qualifiedName": "IgcDockManagerEventMap" + }, + "name": "IgcDockManagerEventMap", + "package": "igniteui-dockmanager" + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + ] + } + } + }, + { + "id": 89, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "boolean" + }, + { + "type": "reference", + "target": -1, + "name": "AddEventListenerOptions", + "package": "typescript" + } + ] + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + }, + { + "id": 90, + "name": "addEventListener", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "parameters": [ + { + "id": 91, + "name": "type", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 92, + "name": "listener", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": -1, + "name": "EventListenerOrEventListenerObject", + "package": "typescript" + } + }, + { + "id": 93, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "boolean" + }, + { + "type": "reference", + "target": -1, + "name": "AddEventListenerOptions", + "package": "typescript" + } + ] + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 51, + "name": "dropPane", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Performs drop of the `draggedPane` into the specified `dropPosition`.\nReturns true if the pane has been docked otherwise returns false." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 585, + "character": 2 + } + ], + "signatures": [ + { + "id": 53, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Performs drop of the " + }, + { + "kind": "code", + "text": "`draggedPane`" + }, + { + "kind": "text", + "text": " into the specified " + }, + { + "kind": "code", + "text": "`dropPosition`" + }, + { + "kind": "text", + "text": ".\nReturns true if the pane has been docked otherwise returns false." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 585, + "character": 2 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 54, + "name": "dropPane", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Performs drop of the " + }, + { + "kind": "code", + "text": "`draggedPane`" + }, + { + "kind": "text", + "text": " into the specified " + }, + { + "kind": "code", + "text": "`dropPosition`" + }, + { + "kind": "text", + "text": ".\nReturns true if the pane has been docked otherwise returns false." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 61, + "name": "focusPane", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Focuses a pane from the layout." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 62, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 593, + "character": 2 + } + ], + "signatures": [ + { + "id": 63, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Focuses a pane from the layout." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 593, + "character": 2 + } + ], + "parameters": [ + { + "id": 64, + "name": "contentId", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 65, + "name": "focusPane", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Focuses a pane from the layout." + } + ] + }, + "parameters": [ + { + "id": 66, + "name": "contentId", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 94, + "name": "removeEventListener", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 95, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 596, + "character": 2 + }, + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 597, + "character": 2 + } + ], + "signatures": [ + { + "id": 96, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 596, + "character": 2 + } + ], + "typeParameters": [ + { + "id": 97, + "name": "K", + "variant": "typeParam", + "kind": 131072, + "flags": { + "isExternal": true + }, + "type": { + "type": "typeOperator", + "operator": "keyof", + "target": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "qualifiedName": "IgcDockManagerEventMap" + }, + "name": "IgcDockManagerEventMap", + "package": "igniteui-dockmanager" + } + } + } + ], + "parameters": [ + { + "id": 98, + "name": "type", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": 97, + "name": "K", + "package": "igniteui-dockmanager", + "refersToTypeParameter": true + } + }, + { + "id": 99, + "name": "listener", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reflection", + "declaration": { + "id": 100, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 596, + "character": 81 + } + ], + "signatures": [ + { + "id": 101, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 596, + "character": 81 + } + ], + "parameters": [ + { + "id": 102, + "name": "this", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": -1, + "name": "HTMLElement", + "package": "@types/react" + } + }, + { + "id": 103, + "name": "ev", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "indexedAccess", + "indexType": { + "type": "reference", + "target": 97, + "name": "K", + "package": "igniteui-dockmanager", + "refersToTypeParameter": true + }, + "objectType": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "qualifiedName": "IgcDockManagerEventMap" + }, + "name": "IgcDockManagerEventMap", + "package": "igniteui-dockmanager" + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + ] + } + } + }, + { + "id": 104, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "boolean" + }, + { + "type": "reference", + "target": -1, + "name": "EventListenerOptions", + "package": "typescript" + } + ] + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + }, + { + "id": 105, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 597, + "character": 2 + } + ], + "parameters": [ + { + "id": 106, + "name": "type", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 107, + "name": "listener", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": -1, + "name": "EventListenerOrEventListenerObject", + "package": "typescript" + } + }, + { + "id": 108, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "boolean" + }, + { + "type": "reference", + "target": -1, + "name": "EventListenerOptions", + "package": "typescript" + } + ] + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 109, + "name": "removeEventListener", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "parameters": [ + { + "id": 110, + "name": "type", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": 97, + "name": "K", + "package": "igniteui-dockmanager", + "refersToTypeParameter": true + } + }, + { + "id": 111, + "name": "listener", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reflection", + "declaration": { + "id": 112, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 596, + "character": 81 + } + ], + "signatures": [ + { + "id": 113, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 596, + "character": 81 + } + ], + "parameters": [ + { + "id": 114, + "name": "this", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": -1, + "name": "HTMLElement", + "package": "@types/react" + } + }, + { + "id": 115, + "name": "ev", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "indexedAccess", + "indexType": { + "type": "reference", + "target": 97, + "name": "K", + "package": "igniteui-dockmanager", + "refersToTypeParameter": true + }, + "objectType": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "qualifiedName": "IgcDockManagerEventMap" + }, + "name": "IgcDockManagerEventMap", + "package": "igniteui-dockmanager" + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + ] + } + } + }, + { + "id": 116, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "boolean" + }, + { + "type": "reference", + "target": -1, + "name": "EventListenerOptions", + "package": "typescript" + } + ] + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + }, + { + "id": 117, + "name": "removeEventListener", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "parameters": [ + { + "id": 118, + "name": "type", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 119, + "name": "listener", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": -1, + "name": "EventListenerOrEventListenerObject", + "package": "typescript" + } + }, + { + "id": 120, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "boolean" + }, + { + "type": "reference", + "target": -1, + "name": "EventListenerOptions", + "package": "typescript" + } + ] + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 55, + "name": "removePane", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Removes a pane from the layout." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 56, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 589, + "character": 2 + } + ], + "signatures": [ + { + "id": 57, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Removes a pane from the layout." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 589, + "character": 2 + } + ], + "parameters": [ + { + "id": 58, + "name": "pane", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": 54667, + "name": "IgcDockManagerPane", + "package": "igniteui-dockmanager" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 59, + "name": "removePane", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Removes a pane from the layout." + } + ] + }, + "parameters": [ + { + "id": 60, + "name": "pane", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": 54667, + "name": "IgcDockManagerPane", + "package": "igniteui-dockmanager" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 31, + 37, + 39, + 32, + 45, + 44, + 46, + 42, + 33, + 38, + 29, + 30, + 50, + 28, + 35, + 41, + 36, + 34, + 40, + 43 + ] + }, + { + "title": "Methods", + "children": [ + 67, + 51, + 61, + 94, + 55 + ] + }, + { + "title": "Set Signatures", + "children": [ + 157, + 177, + 173, + 181, + 185, + 145, + 169, + 165, + 161, + 121, + 125, + 153, + 149, + 141, + 137, + 129, + 133 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 157, + 177, + 173, + 181, + 185, + 145, + 169, + 165, + 161, + 121, + 125, + 153, + 149, + 141, + 137, + 129, + 133 + ] + }, + { + "title": "Methods", + "children": [ + 67, + 51, + 61, + 94, + 55 + ] + }, + { + "title": "Properties", + "children": [ + 31, + 37, + 39, + 32, + 45, + 44, + 46, + 42, + 33, + 38, + 29, + 30, + 50, + 28, + 35, + 41, + 36, + 34, + 40, + 43 + ] + } + ], + "sources": [ + { + "fileName": "src/dock-manager/index.ts", + "line": 17, + "character": 13 + }, + { + "fileName": "src/dock-manager/index.ts", + "line": 75, + "character": 12 + } + ], + "signatures": [ + { + "id": 7, + "name": "IgrDockManager", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53503, + "name": "IgrDropdown", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Represents a DropDown component." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "target - Renders the dropdown's target element." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders the dropdown list items." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The dropdown list wrapper container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "list - The dropdown list element." + } + ] + } + ] + }, + "children": [ + { + "id": 53564, + "name": "onChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the selected item changes." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53565, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53566, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53567, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 53475, + "name": "IgcDropdownItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53580, + "name": "onClosed", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted after closing the dropdown." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53581, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53582, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53583, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53576, + "name": "onClosing", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitter just before the dropdown is closed." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53577, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53578, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53579, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53572, + "name": "onOpened", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted after the dropdown is open." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53573, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53574, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53575, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53568, + "name": "onOpening", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted just before the dropdown is open." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53569, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53570, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53571, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53519, + "name": "distance", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The distance from the target element." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53518, + "name": "flip", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53516, + "name": "placement", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The preferred placement of the component around the target element." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54420, + "name": "PopoverPlacement", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53520, + "name": "sameWidth", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether the dropdown's width should be the same as the target's one." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53517, + "name": "scrollStrategy", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines the behavior of the component during scrolling of the parent container." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54443, + "name": "PopoverScrollStrategy", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53522, + "name": "groups", + "variant": "declaration", + "kind": 262144, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns the group items of the dropdown." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Accessors" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 53484, + "name": "IgcDropdownGroupComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + }, + { + "id": 53521, + "name": "items", + "variant": "declaration", + "kind": 262144, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns the items of the dropdown." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Accessors" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 53475, + "name": "IgcDropdownItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + }, + { + "id": 53523, + "name": "selectedItem", + "variant": "declaration", + "kind": 262144, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns the selected item from the dropdown or null." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Accessors" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 53475, + "name": "IgcDropdownItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + }, + { + "id": 53560, + "name": "clearSelection", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Clears the current selection of the dropdown." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53561, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/dropdown/dropdown.d.ts", + "line": 111, + "character": 4 + } + ], + "signatures": [ + { + "id": 53562, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Clears the current selection of the dropdown." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/dropdown/dropdown.d.ts", + "line": 111, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53563, + "name": "clearSelection", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Clears the current selection of the dropdown." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53524, + "name": "disconnectedCallback", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53525, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/dropdown/dropdown.d.ts", + "line": 80, + "character": 4 + } + ], + "signatures": [ + { + "id": 53526, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invoked when the component is removed from the document's DOM.\n\nThis callback is the main signal to the element that it may no longer be\nused. " + }, + { + "kind": "code", + "text": "`disconnectedCallback()`" + }, + { + "kind": "text", + "text": " should ensure that nothing is holding a\nreference to the element (such as event listeners added to nodes external\nto the element), so that it is free to be garbage collected.\n\n" + }, + { + "kind": "code", + "text": "```ts\ndisconnectedCallback() {\n super.disconnectedCallback();\n window.removeEventListener('keydown', this._handleKeydown);\n}\n```" + }, + { + "kind": "text", + "text": "\n\nAn element may be re-connected after being disconnected." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "lifecycle" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/dropdown/dropdown.d.ts", + "line": 80, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53527, + "name": "disconnectedCallback", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invoked when the component is removed from the document's DOM.\n\nThis callback is the main signal to the element that it may no longer be\nused. " + }, + { + "kind": "code", + "text": "`disconnectedCallback()`" + }, + { + "kind": "text", + "text": " should ensure that nothing is holding a\nreference to the element (such as event listeners added to nodes external\nto the element), so that it is free to be garbage collected.\n\n" + }, + { + "kind": "code", + "text": "```ts\ndisconnectedCallback() {\n super.disconnectedCallback();\n window.removeEventListener('keydown', this._handleKeydown);\n}\n```" + }, + { + "kind": "text", + "text": "\n\nAn element may be re-connected after being disconnected." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "lifecycle" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53540, + "name": "navigateTo", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Navigates to the item with the specified value. If it exists, returns the found item, otherwise - null." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53541, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/dropdown/dropdown.d.ts", + "line": 103, + "character": 4 + }, + { + "fileName": "node_modules/igniteui-webcomponents/components/dropdown/dropdown.d.ts", + "line": 105, + "character": 4 + } + ], + "signatures": [ + { + "id": 53542, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Navigates to the item with the specified value. If it exists, returns the found item, otherwise - null." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/dropdown/dropdown.d.ts", + "line": 103, + "character": 4 + } + ], + "parameters": [ + { + "id": 53543, + "name": "value", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "target": 53475, + "name": "IgcDropdownItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + }, + { + "id": 53544, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Navigates to the item at the specified index. If it exists, returns the found item, otherwise - null." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/dropdown/dropdown.d.ts", + "line": 105, + "character": 4 + } + ], + "parameters": [ + { + "id": 53545, + "name": "index", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "reference", + "target": 53475, + "name": "IgcDropdownItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + ] + } + }, + "signatures": [ + { + "id": 53546, + "name": "navigateTo", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Navigates to the item with the specified value. If it exists, returns the found item, otherwise - null." + } + ] + }, + "parameters": [ + { + "id": 53547, + "name": "value", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "target": 53475, + "name": "IgcDropdownItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + }, + { + "id": 53548, + "name": "navigateTo", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Navigates to the item at the specified index. If it exists, returns the found item, otherwise - null." + } + ] + }, + "parameters": [ + { + "id": 53549, + "name": "index", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "reference", + "target": 53475, + "name": "IgcDropdownItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + ] + }, + { + "id": 53550, + "name": "select", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects the item with the specified value. If it exists, returns the found item, otherwise - null." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53551, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/dropdown/dropdown.d.ts", + "line": 107, + "character": 4 + }, + { + "fileName": "node_modules/igniteui-webcomponents/components/dropdown/dropdown.d.ts", + "line": 109, + "character": 4 + } + ], + "signatures": [ + { + "id": 53552, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects the item with the specified value. If it exists, returns the found item, otherwise - null." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/dropdown/dropdown.d.ts", + "line": 107, + "character": 4 + } + ], + "parameters": [ + { + "id": 53553, + "name": "value", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "target": 53475, + "name": "IgcDropdownItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + }, + { + "id": 53554, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects the item at the specified index. If it exists, returns the found item, otherwise - null." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/dropdown/dropdown.d.ts", + "line": 109, + "character": 4 + } + ], + "parameters": [ + { + "id": 53555, + "name": "index", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "reference", + "target": 53475, + "name": "IgcDropdownItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + ] + } + }, + "signatures": [ + { + "id": 53556, + "name": "select", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects the item with the specified value. If it exists, returns the found item, otherwise - null." + } + ] + }, + "parameters": [ + { + "id": 53557, + "name": "value", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "target": 53475, + "name": "IgcDropdownItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + }, + { + "id": 53558, + "name": "select", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects the item at the specified index. If it exists, returns the found item, otherwise - null." + } + ] + }, + "parameters": [ + { + "id": 53559, + "name": "index", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "reference", + "target": 53475, + "name": "IgcDropdownItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + ] + }, + { + "id": 53528, + "name": "show", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Shows the component." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53529, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/dropdown/dropdown.d.ts", + "line": 99, + "character": 4 + } + ], + "signatures": [ + { + "id": 53530, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Shows the component." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/dropdown/dropdown.d.ts", + "line": 99, + "character": 4 + } + ], + "parameters": [ + { + "id": 53531, + "name": "target", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "target": -1, + "name": "HTMLElement", + "package": "@types/react" + } + ] + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 53532, + "name": "show", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Shows the component." + } + ] + }, + "parameters": [ + { + "id": 53533, + "name": "target", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "target": -1, + "name": "HTMLElement", + "package": "@types/react" + } + ] + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 53534, + "name": "toggle", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles the open state of the component." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53535, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/dropdown/dropdown.d.ts", + "line": 101, + "character": 4 + } + ], + "signatures": [ + { + "id": 53536, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles the open state of the component." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/dropdown/dropdown.d.ts", + "line": 101, + "character": 4 + } + ], + "parameters": [ + { + "id": 53537, + "name": "target", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "target": -1, + "name": "HTMLElement", + "package": "@types/react" + } + ] + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 53538, + "name": "toggle", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles the open state of the component." + } + ] + }, + "parameters": [ + { + "id": 53539, + "name": "target", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "target": -1, + "name": "HTMLElement", + "package": "@types/react" + } + ] + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53519, + 53518, + 53516, + 53520, + 53517 + ] + }, + { + "title": "Accessors", + "children": [ + 53522, + 53521, + 53523 + ] + }, + { + "title": "Methods", + "children": [ + 53560, + 53524, + 53540, + 53550, + 53528, + 53534 + ] + }, + { + "title": "Set Signatures", + "children": [ + 53564, + 53580, + 53576, + 53572, + 53568 + ] + } + ], + "categories": [ + { + "title": "Accessors", + "children": [ + 53522, + 53521, + 53523 + ] + }, + { + "title": "Events", + "children": [ + 53564, + 53580, + 53576, + 53572, + 53568 + ] + }, + { + "title": "Methods", + "children": [ + 53560, + 53524, + 53540, + 53550, + 53528, + 53534 + ] + }, + { + "title": "Properties", + "children": [ + 53519, + 53518, + 53516, + 53520, + 53517 + ] + }, + { + "title": "lifecycle", + "children": [ + 53524 + ] + } + ], + "sources": [ + { + "fileName": "src/components/dropdown.ts", + "line": 19, + "character": 13 + }, + { + "fileName": "src/components/dropdown.ts", + "line": 43, + "character": 12 + } + ], + "signatures": [ + { + "id": 53507, + "name": "IgrDropdown", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53484, + "name": "IgrDropdownGroup", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A container for a group of " + }, + { + "kind": "code", + "text": "`igc-dropdown-item`" + }, + { + "kind": "text", + "text": " components." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "label - Contains the group's label." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Intended to contain the items belonging to this group." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "label - The native label element." + } + ] + } + ] + }, + "children": [ + { + "id": 53492, + "name": "items", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "All child " + }, + { + "kind": "code", + "text": "`igc-dropdown-item`" + }, + { + "kind": "text", + "text": "s." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 53475, + "name": "IgcDropdownItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53492 + ] + } + ], + "categories": [ + { + "title": "Properties", + "children": [ + 53492 + ] + } + ], + "sources": [ + { + "fileName": "src/components/dropdown-group.ts", + "line": 12, + "character": 13 + }, + { + "fileName": "src/components/dropdown-group.ts", + "line": 19, + "character": 12 + } + ], + "signatures": [ + { + "id": 53488, + "name": "IgrDropdownGroup", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53494, + "name": "IgrDropdownHeader", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Represents a header item in a igc-dropdown list." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders the header." + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/components/dropdown-header.ts", + "line": 10, + "character": 13 + }, + { + "fileName": "src/components/dropdown-header.ts", + "line": 17, + "character": 12 + } + ], + "signatures": [ + { + "id": 53498, + "name": "IgrDropdownHeader", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53475, + "name": "IgrDropdownItem", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Represents an item in a dropdown list." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "prefix - Renders content before the item's main content." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders the item's main content." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "suffix - Renders content after the item's main content." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "prefix - The prefix wrapper of the igc-dropdown-item." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "content - The main content wrapper of the igc-dropdown-item." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "suffix - The suffix wrapper of the igc-dropdown-item." + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/components/dropdown-item.ts", + "line": 15, + "character": 13 + }, + { + "fileName": "src/components/dropdown-item.ts", + "line": 22, + "character": 12 + } + ], + "signatures": [ + { + "id": 53479, + "name": "IgrDropdownItem", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52488, + "name": "IgrExpansionPanel", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The Expansion Panel Component provides a way to display information in a toggleable way -\ncompact summary view containing title and description and expanded detail view containing\nadditional content to the summary header." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- renders the default content of the panel" + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "title - renders the title of the panel's header" + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "subtitle - renders the subtitle of the panel's header" + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "indicator - renders the expand/collapsed indicator" + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "indicator-expanded - renders the expanded state of the indicator" + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "header - The container of the expansion indicator, title and subtitle." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "title - The title container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "subtitle - The subtitle container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "indicator - The indicator container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "content - The expansion panel's content wrapper." + } + ] + } + ] + }, + "children": [ + { + "id": 52531, + "name": "onClosed", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted after the expansion panel is closed." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52532, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52533, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52534, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 52488, + "name": "IgcExpansionPanelComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52527, + "name": "onClosing", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted before closing the expansion panel." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52528, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52529, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52530, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 52488, + "name": "IgcExpansionPanelComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52523, + "name": "onOpened", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted after the expansion panel is opened." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52524, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52525, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52526, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 52488, + "name": "IgcExpansionPanelComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52519, + "name": "onOpening", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted before opening the expansion panel." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52520, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52521, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52522, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 52488, + "name": "IgcExpansionPanelComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52501, + "name": "disabled", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Get/Set whether the expansion panel is disabled. Disabled panels are ignored for user interactions." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52502, + "name": "indicatorPosition", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The indicator position of the expansion panel." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54455, + "name": "ExpansionPanelIndicatorPosition", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52500, + "name": "open", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Indicates whether the contents of the control should be visible." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52503, + "name": "connectedCallback", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52504, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/expansion-panel/expansion-panel.d.ts", + "line": 60, + "character": 4 + } + ], + "signatures": [ + { + "id": 52505, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invoked when the component is added to the document's DOM.\n\nIn " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " you should setup tasks that should only occur when\nthe element is connected to the document. The most common of these is\nadding event listeners to nodes external to the element, like a keydown\nevent handler added to the window.\n\n" + }, + { + "kind": "code", + "text": "```ts\nconnectedCallback() {\n super.connectedCallback();\n addEventListener('keydown', this._handleKeydown);\n}\n```" + }, + { + "kind": "text", + "text": "\n\nTypically, anything done in " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " should be undone when the\nelement is disconnected, in " + }, + { + "kind": "code", + "text": "`disconnectedCallback()`" + }, + { + "kind": "text", + "text": "." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "lifecycle" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/expansion-panel/expansion-panel.d.ts", + "line": 60, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52506, + "name": "connectedCallback", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invoked when the component is added to the document's DOM.\n\nIn " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " you should setup tasks that should only occur when\nthe element is connected to the document. The most common of these is\nadding event listeners to nodes external to the element, like a keydown\nevent handler added to the window.\n\n" + }, + { + "kind": "code", + "text": "```ts\nconnectedCallback() {\n super.connectedCallback();\n addEventListener('keydown', this._handleKeydown);\n}\n```" + }, + { + "kind": "text", + "text": "\n\nTypically, anything done in " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " should be undone when the\nelement is disconnected, in " + }, + { + "kind": "code", + "text": "`disconnectedCallback()`" + }, + { + "kind": "text", + "text": "." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "lifecycle" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 52511, + "name": "hide", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Hides the panel content." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52512, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/expansion-panel/expansion-panel.d.ts", + "line": 69, + "character": 4 + } + ], + "signatures": [ + { + "id": 52513, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Hides the panel content." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/expansion-panel/expansion-panel.d.ts", + "line": 69, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 52514, + "name": "hide", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Hides the panel content." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 52515, + "name": "show", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Shows the panel content." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52516, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/expansion-panel/expansion-panel.d.ts", + "line": 71, + "character": 4 + } + ], + "signatures": [ + { + "id": 52517, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Shows the panel content." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/expansion-panel/expansion-panel.d.ts", + "line": 71, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 52518, + "name": "show", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Shows the panel content." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 52507, + "name": "toggle", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles the panel open/close state." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52508, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/expansion-panel/expansion-panel.d.ts", + "line": 67, + "character": 4 + } + ], + "signatures": [ + { + "id": 52509, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles the panel open/close state." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/expansion-panel/expansion-panel.d.ts", + "line": 67, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 52510, + "name": "toggle", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles the panel open/close state." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52501, + 52502, + 52500 + ] + }, + { + "title": "Methods", + "children": [ + 52503, + 52511, + 52515, + 52507 + ] + }, + { + "title": "Set Signatures", + "children": [ + 52531, + 52527, + 52523, + 52519 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 52531, + 52527, + 52523, + 52519 + ] + }, + { + "title": "Methods", + "children": [ + 52503, + 52511, + 52515, + 52507 + ] + }, + { + "title": "Properties", + "children": [ + 52501, + 52502, + 52500 + ] + }, + { + "title": "lifecycle", + "children": [ + 52503 + ] + } + ], + "sources": [ + { + "fileName": "src/components/expansion-panel.ts", + "line": 26, + "character": 13 + }, + { + "fileName": "src/components/expansion-panel.ts", + "line": 47, + "character": 12 + } + ], + "signatures": [ + { + "id": 52492, + "name": "IgrExpansionPanel", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52443, + "name": "IgrFileInput", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "prefix - Renders content before the input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "suffix - Renders content after input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "helper-text - Renders content below the input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "file-selector-text - Renders content for the browse button when input type is file." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "file-missing-text - Renders content when input type is file and no file is chosen." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "value-missing - Renders content when the required validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "custom-error - Renders content when setCustomValidity(message) is set." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "invalid - Renders content when the component is in invalid state (validity.valid = false)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "container - The main wrapper that holds all main input elements." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "input - The native input element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "label - The native label element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "file-names - The file names wrapper when input type is 'file'." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "file-selector-button - The browse button when input type is 'file'." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "prefix - The prefix wrapper." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "suffix - The suffix wrapper." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "helper-text - The helper text wrapper." + } + ] + } + ] + }, + "children": [ + { + "id": 52470, + "name": "onCancel", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the control's file picker dialog is canceled." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52471, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52472, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52473, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": -1, + "name": "FileList", + "package": "typescript" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52466, + "name": "onChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the control's checked state changes." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52467, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52468, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52469, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": -1, + "name": "FileList", + "package": "typescript" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52455, + "name": "accept", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The accept attribute of the control.\nDefines the file types as a list of comma-separated values that the file input should accept." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52456, + "name": "autofocus", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The autofocus attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52454, + "name": "multiple", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The multiple attribute of the control.\nUsed to indicate that a file input allows the user to select more than one file." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52453, + "name": "value", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The value of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52457, + "name": "files", + "variant": "declaration", + "kind": 262144, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns the selected files, if any; otherwise returns null." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Accessors" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": -1, + "name": "FileList", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52455, + 52456, + 52454, + 52453 + ] + }, + { + "title": "Accessors", + "children": [ + 52457 + ] + }, + { + "title": "Set Signatures", + "children": [ + 52470, + 52466 + ] + } + ], + "categories": [ + { + "title": "Accessors", + "children": [ + 52457 + ] + }, + { + "title": "Events", + "children": [ + 52470, + 52466 + ] + }, + { + "title": "Properties", + "children": [ + 52455, + 52456, + 52454, + 52453 + ] + } + ], + "sources": [ + { + "fileName": "src/components/file-input.ts", + "line": 27, + "character": 13 + }, + { + "fileName": "src/components/file-input.ts", + "line": 42, + "character": 12 + } + ], + "signatures": [ + { + "id": 52447, + "name": "IgrFileInput", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52150, + "name": "IgrIcon", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The icon component allows visualizing collections of pre-registered SVG icons." + } + ] + }, + "children": [ + { + "id": 52159, + "name": "collection", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The name of the registered collection for look up of icons.\nDefaults to " + }, + { + "kind": "code", + "text": "`default`" + }, + { + "kind": "text", + "text": "." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52160, + "name": "mirrored", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether to flip the icon. Useful for RTL layouts." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52158, + "name": "name", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The name of the icon glyph to draw." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52161, + "name": "connectedCallback", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52162, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/icon/icon.d.ts", + "line": 33, + "character": 4 + } + ], + "signatures": [ + { + "id": 52163, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invoked when the component is added to the document's DOM.\n\nIn " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " you should setup tasks that should only occur when\nthe element is connected to the document. The most common of these is\nadding event listeners to nodes external to the element, like a keydown\nevent handler added to the window.\n\n" + }, + { + "kind": "code", + "text": "```ts\nconnectedCallback() {\n super.connectedCallback();\n addEventListener('keydown', this._handleKeydown);\n}\n```" + }, + { + "kind": "text", + "text": "\n\nTypically, anything done in " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " should be undone when the\nelement is disconnected, in " + }, + { + "kind": "code", + "text": "`disconnectedCallback()`" + }, + { + "kind": "text", + "text": "." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "lifecycle" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/icon/icon.d.ts", + "line": 33, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52164, + "name": "connectedCallback", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invoked when the component is added to the document's DOM.\n\nIn " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " you should setup tasks that should only occur when\nthe element is connected to the document. The most common of these is\nadding event listeners to nodes external to the element, like a keydown\nevent handler added to the window.\n\n" + }, + { + "kind": "code", + "text": "```ts\nconnectedCallback() {\n super.connectedCallback();\n addEventListener('keydown', this._handleKeydown);\n}\n```" + }, + { + "kind": "text", + "text": "\n\nTypically, anything done in " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " should be undone when the\nelement is disconnected, in " + }, + { + "kind": "code", + "text": "`disconnectedCallback()`" + }, + { + "kind": "text", + "text": "." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "lifecycle" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 52165, + "name": "disconnectedCallback", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52166, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/icon/icon.d.ts", + "line": 34, + "character": 4 + } + ], + "signatures": [ + { + "id": 52167, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invoked when the component is removed from the document's DOM.\n\nThis callback is the main signal to the element that it may no longer be\nused. " + }, + { + "kind": "code", + "text": "`disconnectedCallback()`" + }, + { + "kind": "text", + "text": " should ensure that nothing is holding a\nreference to the element (such as event listeners added to nodes external\nto the element), so that it is free to be garbage collected.\n\n" + }, + { + "kind": "code", + "text": "```ts\ndisconnectedCallback() {\n super.disconnectedCallback();\n window.removeEventListener('keydown', this._handleKeydown);\n}\n```" + }, + { + "kind": "text", + "text": "\n\nAn element may be re-connected after being disconnected." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "lifecycle" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/icon/icon.d.ts", + "line": 34, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52168, + "name": "disconnectedCallback", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invoked when the component is removed from the document's DOM.\n\nThis callback is the main signal to the element that it may no longer be\nused. " + }, + { + "kind": "code", + "text": "`disconnectedCallback()`" + }, + { + "kind": "text", + "text": " should ensure that nothing is holding a\nreference to the element (such as event listeners added to nodes external\nto the element), so that it is free to be garbage collected.\n\n" + }, + { + "kind": "code", + "text": "```ts\ndisconnectedCallback() {\n super.disconnectedCallback();\n window.removeEventListener('keydown', this._handleKeydown);\n}\n```" + }, + { + "kind": "text", + "text": "\n\nAn element may be re-connected after being disconnected." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "lifecycle" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52159, + 52160, + 52158 + ] + }, + { + "title": "Methods", + "children": [ + 52161, + 52165 + ] + } + ], + "categories": [ + { + "title": "Methods", + "children": [ + 52161, + 52165 + ] + }, + { + "title": "Properties", + "children": [ + 52159, + 52160, + 52158 + ] + }, + { + "title": "lifecycle", + "children": [ + 52161, + 52165 + ] + } + ], + "sources": [ + { + "fileName": "src/components/icon.ts", + "line": 9, + "character": 13 + }, + { + "fileName": "src/components/icon.ts", + "line": 16, + "character": 12 + } + ], + "signatures": [ + { + "id": 52154, + "name": "IgrIcon", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52807, + "name": "IgrIconButton", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The wrapping element of the icon button." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "icon - The icon element of the icon button." + } + ] + } + ] + }, + "children": [ + { + "id": 52816, + "name": "collection", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The name of the icon collection." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52817, + "name": "mirrored", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether to flip the icon button. Useful for RTL layouts." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52815, + "name": "name", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The name of the icon." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52818, + "name": "variant", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The visual variant of the icon button." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54456, + "name": "IconButtonVariant", + "package": "igniteui-webcomponents" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52816, + 52817, + 52815, + 52818 + ] + } + ], + "categories": [ + { + "title": "Properties", + "children": [ + 52816, + 52817, + 52815, + 52818 + ] + } + ], + "sources": [ + { + "fileName": "src/components/icon-button.ts", + "line": 10, + "character": 13 + }, + { + "fileName": "src/components/icon-button.ts", + "line": 17, + "character": 12 + } + ], + "signatures": [ + { + "id": 52811, + "name": "IgrIconButton", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52280, + "name": "IgrInput", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "prefix - Renders content before the input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "suffix - Renders content after input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "helper-text - Renders content below the input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "value-missing - Renders content when the required validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "type-mismatch - Renders content when the a type url/email input pattern validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "pattern-mismatch - Renders content when the pattern validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "too-long - Renders content when the maxlength validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "too-short - Renders content when the minlength validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "range-overflow - Renders content when the max validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "range-underflow - Renders content when the min validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "step-mismatch - Renders content when the step validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "custom-error - Renders content when setCustomValidity(message) is set." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "invalid - Renders content when the component is in invalid state (validity.valid = false)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "container - The main wrapper that holds all main input elements." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "input - The native input element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "label - The native label element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "prefix - The prefix wrapper." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "suffix - The suffix wrapper." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "helper-text - The helper text wrapper." + } + ] + } + ] + }, + "children": [ + { + "id": 52334, + "name": "onChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the control's checked state changes." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52335, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52336, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52337, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52330, + "name": "onInput", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the control input receives user input." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52331, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52332, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52333, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52300, + "name": "autocomplete", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The autocomplete attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52299, + "name": "autofocus", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The autofocus attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52292, + "name": "inputMode", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input mode attribute of the control.\nSee [relevant MDN article](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode)" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52297, + "name": "max", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The max attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52295, + "name": "maxLength", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The maximum string length of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52296, + "name": "min", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The min attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52294, + "name": "minLength", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The minimum string length required by the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52293, + "name": "pattern", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The pattern attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52298, + "name": "step", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The step attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52291, + "name": "type", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The type attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54457, + "name": "InputType", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52301, + "name": "validateOnly", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Enables validation rules to be evaluated without restricting user input. This applies to the " + }, + { + "kind": "code", + "text": "`maxLength`" + }, + { + "kind": "text", + "text": " property for\nstring-type inputs or allows spin buttons to exceed the predefined " + }, + { + "kind": "code", + "text": "`min/max`" + }, + { + "kind": "text", + "text": " limits for number-type inputs." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52290, + "name": "value", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The value of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52314, + "name": "select", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects all text within the input." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52315, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/input/input.d.ts", + "line": 114, + "character": 4 + } + ], + "signatures": [ + { + "id": 52316, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects all text within the input." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/input/input.d.ts", + "line": 114, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52317, + "name": "select", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects all text within the input." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 52302, + "name": "setRangeText", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Replaces the selected text in the input." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52303, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/input/input.d.ts", + "line": 112, + "character": 4 + } + ], + "signatures": [ + { + "id": 52304, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Replaces the selected text in the input." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/input/input.d.ts", + "line": 112, + "character": 4 + } + ], + "parameters": [ + { + "id": 52305, + "name": "replacement", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52306, + "name": "start", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52307, + "name": "end", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52308, + "name": "selectMode", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": 54444, + "name": "RangeTextSelectMode", + "package": "igniteui-webcomponents" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52309, + "name": "setRangeText", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Replaces the selected text in the input." + } + ] + }, + "parameters": [ + { + "id": 52310, + "name": "replacement", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52311, + "name": "start", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52312, + "name": "end", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52313, + "name": "selectMode", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": 54444, + "name": "RangeTextSelectMode", + "package": "igniteui-webcomponents" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 52324, + "name": "stepDown", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Decrements the numeric value of the input by one or more steps." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52325, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/input/input.d.ts", + "line": 118, + "character": 4 + } + ], + "signatures": [ + { + "id": 52326, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Decrements the numeric value of the input by one or more steps." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/input/input.d.ts", + "line": 118, + "character": 4 + } + ], + "parameters": [ + { + "id": 52327, + "name": "n", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52328, + "name": "stepDown", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Decrements the numeric value of the input by one or more steps." + } + ] + }, + "parameters": [ + { + "id": 52329, + "name": "n", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 52318, + "name": "stepUp", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Increments the numeric value of the input by one or more steps." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52319, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/input/input.d.ts", + "line": 116, + "character": 4 + } + ], + "signatures": [ + { + "id": 52320, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Increments the numeric value of the input by one or more steps." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/input/input.d.ts", + "line": 116, + "character": 4 + } + ], + "parameters": [ + { + "id": 52321, + "name": "n", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52322, + "name": "stepUp", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Increments the numeric value of the input by one or more steps." + } + ] + }, + "parameters": [ + { + "id": 52323, + "name": "n", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52300, + 52299, + 52292, + 52297, + 52295, + 52296, + 52294, + 52293, + 52298, + 52291, + 52301, + 52290 + ] + }, + { + "title": "Methods", + "children": [ + 52314, + 52302, + 52324, + 52318 + ] + }, + { + "title": "Set Signatures", + "children": [ + 52334, + 52330 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 52334, + 52330 + ] + }, + { + "title": "Methods", + "children": [ + 52314, + 52302, + 52324, + 52318 + ] + }, + { + "title": "Properties", + "children": [ + 52300, + 52299, + 52292, + 52297, + 52295, + 52296, + 52294, + 52293, + 52298, + 52291, + 52301, + 52290 + ] + } + ], + "sources": [ + { + "fileName": "src/components/input.ts", + "line": 30, + "character": 13 + }, + { + "fileName": "src/components/input.ts", + "line": 41, + "character": 12 + } + ], + "signatures": [ + { + "id": 52284, + "name": "IgrInput", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53698, + "name": "IgrLinearProgress", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A linear progress indicator used to express unspecified wait time or display\nthe length of a process." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- The text area container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "track - The igc-linear-progress track area." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "fill - The igc-linear-progress indicator area." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "striped - The igc-linear-progress striped indicator." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "label - The igc-linear-progress label." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "value - The igc-linear-progress label value." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "indeterminate - The igc-linear-progress indeterminate state." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "primary - The igc-linear-progress indicator primary state." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "danger - The igc-linear-progress indicator error state." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "warning - The igc-linear-progress indicator warning state." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "info - The igc-linear-progress indicator info state." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "success - The igc-linear-progress indicator success state." + } + ] + } + ] + }, + "children": [ + { + "id": 53707, + "name": "labelAlign", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The position for the default label of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54458, + "name": "LinearProgressLabelAlign", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53706, + "name": "striped", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the striped look of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53707, + 53706 + ] + } + ], + "categories": [ + { + "title": "Properties", + "children": [ + 53707, + 53706 + ] + } + ], + "sources": [ + { + "fileName": "src/components/linear-progress.ts", + "line": 22, + "character": 13 + }, + { + "fileName": "src/components/linear-progress.ts", + "line": 29, + "character": 12 + } + ], + "signatures": [ + { + "id": 53702, + "name": "IgrLinearProgress", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52798, + "name": "IgrList", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Displays a collection of data items in a templatable list format." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders the list items and list headers inside default slot." + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/components/list.ts", + "line": 10, + "character": 13 + }, + { + "fileName": "src/components/list.ts", + "line": 17, + "character": 12 + } + ], + "signatures": [ + { + "id": 52802, + "name": "IgrList", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52779, + "name": "IgrListHeader", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Header list item." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders header list item's content." + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/components/list-header.ts", + "line": 10, + "character": 13 + }, + { + "fileName": "src/components/list-header.ts", + "line": 17, + "character": 12 + } + ], + "signatures": [ + { + "id": 52783, + "name": "IgrListHeader", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52788, + "name": "IgrListItem", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The list-item component is a container\nintended for row items in the list component." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders custom content." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "start - Renders content before all other content." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "end - Renders content after all other content." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "title - Renders the title." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "subtitle - Renders the subtitle." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "start - The start container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "end - The end container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "content - The header and custom content container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "header - The title and subtitle container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "title - The title container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "subtitle - The subtitle container." + } + ] + } + ] + }, + "children": [ + { + "id": 52796, + "name": "selected", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Defines if the list item is selected or not." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52796 + ] + } + ], + "categories": [ + { + "title": "Properties", + "children": [ + 52796 + ] + } + ], + "sources": [ + { + "fileName": "src/components/list-item.ts", + "line": 21, + "character": 13 + }, + { + "fileName": "src/components/list-item.ts", + "line": 28, + "character": 12 + } + ], + "signatures": [ + { + "id": 52792, + "name": "IgrListItem", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53709, + "name": "IgrMaskInput", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A masked input is an input field where a developer can control user input and format the visible value,\nbased on configurable rules" + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "prefix - Renders content before the input" + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "suffix - Renders content after the input" + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "helper-text - Renders content below the input" + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "value-missing - Renders content when the required validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "bad-input - Renders content when a required mask pattern validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "custom-error - Renders content when setCustomValidity(message) is set." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "invalid - Renders content when the component is in invalid state (validity.valid = false)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "container - The main wrapper that holds all main input elements" + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "input - The native input element" + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "label - The native label element" + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "prefix - The prefix wrapper" + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "suffix - The suffix wrapper" + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "helper-text - The helper text wrapper" + } + ] + } + ] + }, + "children": [ + { + "id": 53727, + "name": "onChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when an alteration of the control's value is committed by the user" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53728, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53729, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53730, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53723, + "name": "onInput", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the control receives user input" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53724, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53725, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53726, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53721, + "name": "mask", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The masked pattern of the component." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53722, + "name": "prompt", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The prompt symbol to use for unfilled parts of the mask pattern." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53720, + "name": "value", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The value of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53719, + "name": "valueMode", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Dictates the behavior when retrieving the value of the control:\n\n- " + }, + { + "kind": "code", + "text": "`raw`" + }, + { + "kind": "text", + "text": " will return the clean user input.\n- " + }, + { + "kind": "code", + "text": "`withFormatting`" + }, + { + "kind": "text", + "text": " will return the value with all literals and prompts." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54459, + "name": "MaskInputValueMode", + "package": "igniteui-webcomponents" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53721, + 53722, + 53720, + 53719 + ] + }, + { + "title": "Set Signatures", + "children": [ + 53727, + 53723 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 53727, + 53723 + ] + }, + { + "title": "Properties", + "children": [ + 53721, + 53722, + 53720, + 53719 + ] + } + ], + "sources": [ + { + "fileName": "src/components/mask-input.ts", + "line": 26, + "character": 13 + }, + { + "fileName": "src/components/mask-input.ts", + "line": 39, + "character": 12 + } + ], + "signatures": [ + { + "id": 53713, + "name": "IgrMaskInput", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53775, + "name": "IgrNavbar", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A navigation bar component is used to facilitate navigation through\na series of hierarchical screens within an app." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders a title inside the default slot." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "start - Renders left aligned icons." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "end - Renders right aligned action icons." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The base wrapper of the navigation bar." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "start - The left aligned icon container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "middle - The navigation bar title container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "end - The right aligned action icons container." + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/components/navbar.ts", + "line": 17, + "character": 13 + }, + { + "fileName": "src/components/navbar.ts", + "line": 24, + "character": 12 + } + ], + "signatures": [ + { + "id": 53779, + "name": "IgrNavbar", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53752, + "name": "IgrNavDrawer", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Represents a side navigation container that provides\nquick access between views." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- The default slot for the igc-navigation-drawer." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "mini - The slot for the mini variant of the igc-navigation-drawer." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The base wrapper of the igc-navigation-drawer." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "main - The main container of the igc-navigation-drawer." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "mini - The mini container of the igc-navigation-drawer." + } + ] + } + ] + }, + "children": [ + { + "id": 53761, + "name": "open", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the drawer is opened." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53760, + "name": "position", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The position of the drawer." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54460, + "name": "NavDrawerPosition", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53766, + "name": "hide", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Closes the drawer." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53767, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/nav-drawer/nav-drawer.d.ts", + "line": 36, + "character": 4 + } + ], + "signatures": [ + { + "id": 53768, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Closes the drawer." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/nav-drawer/nav-drawer.d.ts", + "line": 36, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 53769, + "name": "hide", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Closes the drawer." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 53762, + "name": "show", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Opens the drawer." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53763, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/nav-drawer/nav-drawer.d.ts", + "line": 34, + "character": 4 + } + ], + "signatures": [ + { + "id": 53764, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Opens the drawer." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/nav-drawer/nav-drawer.d.ts", + "line": 34, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 53765, + "name": "show", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Opens the drawer." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 53770, + "name": "toggle", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles the open state of the drawer." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53771, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/nav-drawer/nav-drawer.d.ts", + "line": 38, + "character": 4 + } + ], + "signatures": [ + { + "id": 53772, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles the open state of the drawer." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/nav-drawer/nav-drawer.d.ts", + "line": 38, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 53773, + "name": "toggle", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles the open state of the drawer." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53761, + 53760 + ] + }, + { + "title": "Methods", + "children": [ + 53766, + 53762, + 53770 + ] + } + ], + "categories": [ + { + "title": "Methods", + "children": [ + 53766, + 53762, + 53770 + ] + }, + { + "title": "Properties", + "children": [ + 53761, + 53760 + ] + } + ], + "sources": [ + { + "fileName": "src/components/nav-drawer.ts", + "line": 15, + "character": 13 + }, + { + "fileName": "src/components/nav-drawer.ts", + "line": 22, + "character": 12 + } + ], + "signatures": [ + { + "id": 53756, + "name": "IgrNavDrawer", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53732, + "name": "IgrNavDrawerHeaderItem", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A wrapper for navigation drawer's header." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders the header content" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/components/nav-drawer-header-item.ts", + "line": 10, + "character": 13 + }, + { + "fileName": "src/components/nav-drawer-header-item.ts", + "line": 17, + "character": 12 + } + ], + "signatures": [ + { + "id": 53736, + "name": "IgrNavDrawerHeaderItem", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53741, + "name": "IgrNavDrawerItem", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Represents a navigation drawer item." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "content - The content slot for the drawer item." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "icon - The slot for the icon of the drawer item." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The base wrapper of the drawer item." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "icon - The icon container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "content - The content container." + } + ] + } + ] + }, + "children": [ + { + "id": 53750, + "name": "active", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the drawer is active." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53749, + "name": "disabled", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the drawer is disabled." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53750, + 53749 + ] + } + ], + "categories": [ + { + "title": "Properties", + "children": [ + 53750, + 53749 + ] + } + ], + "sources": [ + { + "fileName": "src/components/nav-drawer-item.ts", + "line": 14, + "character": 13 + }, + { + "fileName": "src/components/nav-drawer-item.ts", + "line": 21, + "character": 12 + } + ], + "signatures": [ + { + "id": 53745, + "name": "IgrNavDrawerItem", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53784, + "name": "IgrRadio", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- The radio label." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "helper-text - Renders content below the input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "value-missing - Renders content when the required validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "custom-error - Renders content when setCustomValidity(message) is set." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "invalid - Renders content when the component is in invalid state (validity.valid = false)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The radio control base wrapper." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "control - The radio input control." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "label - The radio control label." + } + ] + } + ] + }, + "children": [ + { + "id": 53825, + "name": "onChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the control's checked state changes." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53826, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53827, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53828, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54317, + "name": "IgcRadioChangeEventArgs", + "package": "igniteui-webcomponents" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53795, + "name": "checked", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The checked state of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53796, + "name": "labelPosition", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The label position of the radio control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54447, + "name": "ToggleLabelPosition", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53793, + "name": "required", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53794, + "name": "value", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The value attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53807, + "name": "blur", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Removes focus from the radio control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53808, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/radio/radio.d.ts", + "line": 79, + "character": 4 + } + ], + "signatures": [ + { + "id": 53809, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Removes focus from the radio control." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/radio/radio.d.ts", + "line": 79, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53810, + "name": "blur", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Removes focus from the radio control." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53811, + "name": "checkValidity", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Checks for validity of the control and emits the invalid event if it invalid." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53812, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/radio/radio.d.ts", + "line": 83, + "character": 4 + } + ], + "signatures": [ + { + "id": 53813, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Checks for validity of the control and emits the invalid event if it invalid." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/radio/radio.d.ts", + "line": 83, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ] + } + }, + "signatures": [ + { + "id": 53814, + "name": "checkValidity", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Checks for validity of the control and emits the invalid event if it invalid." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ] + }, + { + "id": 53797, + "name": "click", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Simulates a click on the radio control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53798, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/radio/radio.d.ts", + "line": 75, + "character": 4 + } + ], + "signatures": [ + { + "id": 53799, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Simulates a click on the radio control." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/radio/radio.d.ts", + "line": 75, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53800, + "name": "click", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Simulates a click on the radio control." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53801, + "name": "focus", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets focus on the radio control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53802, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/radio/radio.d.ts", + "line": 77, + "character": 4 + } + ], + "signatures": [ + { + "id": 53803, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets focus on the radio control." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/radio/radio.d.ts", + "line": 77, + "character": 4 + } + ], + "parameters": [ + { + "id": 53804, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": -1, + "name": "FocusOptions", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53805, + "name": "focus", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets focus on the radio control." + } + ] + }, + "parameters": [ + { + "id": 53806, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": -1, + "name": "FocusOptions", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53815, + "name": "reportValidity", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Checks for validity of the control and shows the browser message if it invalid." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53816, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/radio/radio.d.ts", + "line": 85, + "character": 4 + } + ], + "signatures": [ + { + "id": 53817, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Checks for validity of the control and shows the browser message if it invalid." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/radio/radio.d.ts", + "line": 85, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ] + } + }, + "signatures": [ + { + "id": 53818, + "name": "reportValidity", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Checks for validity of the control and shows the browser message if it invalid." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ] + }, + { + "id": 53819, + "name": "setCustomValidity", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets a custom validation message for the control.\nAs long as `message` is not empty, the control is considered invalid." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53820, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/radio/radio.d.ts", + "line": 90, + "character": 4 + } + ], + "signatures": [ + { + "id": 53821, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets a custom validation message for the control.\nAs long as " + }, + { + "kind": "code", + "text": "`message`" + }, + { + "kind": "text", + "text": " is not empty, the control is considered invalid." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/radio/radio.d.ts", + "line": 90, + "character": 4 + } + ], + "parameters": [ + { + "id": 53822, + "name": "message", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53823, + "name": "setCustomValidity", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets a custom validation message for the control.\nAs long as " + }, + { + "kind": "code", + "text": "`message`" + }, + { + "kind": "text", + "text": " is not empty, the control is considered invalid." + } + ] + }, + "parameters": [ + { + "id": 53824, + "name": "message", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53795, + 53796, + 53793, + 53794 + ] + }, + { + "title": "Methods", + "children": [ + 53807, + 53811, + 53797, + 53801, + 53815, + 53819 + ] + }, + { + "title": "Set Signatures", + "children": [ + 53825 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 53825 + ] + }, + { + "title": "Methods", + "children": [ + 53807, + 53811, + 53797, + 53801, + 53815, + 53819 + ] + }, + { + "title": "Properties", + "children": [ + 53795, + 53796, + 53793, + 53794 + ] + } + ], + "sources": [ + { + "fileName": "src/components/radio.ts", + "line": 18, + "character": 13 + }, + { + "fileName": "src/components/radio.ts", + "line": 28, + "character": 12 + } + ], + "signatures": [ + { + "id": 53788, + "name": "IgrRadio", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53830, + "name": "IgrRadioGroup", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The igc-radio-group component unifies one or more igc-radio buttons." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Default slot" + } + ] + } + ] + }, + "children": [ + { + "id": 53843, + "name": "onChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53844, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53845, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53846, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54317, + "name": "IgcRadioChangeEventArgs", + "package": "igniteui-webcomponents" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53839, + "name": "alignment", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Alignment of the radio controls inside this group." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54440, + "name": "ContentOrientation", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53840, + "name": "defaultValue", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53841, + "name": "name", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/Sets the name for all child igc-radio components." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53842, + "name": "value", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/Sets the checked igc-radio element that matches `value`" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53839, + 53840, + 53841, + 53842 + ] + }, + { + "title": "Set Signatures", + "children": [ + 53843 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 53843 + ] + }, + { + "title": "Properties", + "children": [ + 53839, + 53840, + 53841, + 53842 + ] + } + ], + "sources": [ + { + "fileName": "src/components/radio-group.ts", + "line": 11, + "character": 13 + }, + { + "fileName": "src/components/radio-group.ts", + "line": 21, + "character": 12 + } + ], + "signatures": [ + { + "id": 53834, + "name": "IgrRadioGroup", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53919, + "name": "IgrRangeSlider", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A range slider component used to select two numeric values within a range." + } + ], + "blockTags": [ + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The base wrapper of the slider." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "ticks - The ticks container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "tick-group - The tick group container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "tick - The tick element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "tick-label - The tick label element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "tick-label-inner - The inner element of the tick label." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "thumbs - The thumbs container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "thumb - The thumb element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "thumb-label - The thumb tooltip label container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "thumb-label-inner - The thumb tooltip label inner element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "track - The track container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "steps - The track steps element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "inactive - The inactive element of the track." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "fill - The filled part of the track." + } + ] + } + ] + }, + "children": [ + { + "id": 53937, + "name": "onChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when a value change is committed on a thumb drag end or keyboard interaction." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53938, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53939, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53940, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54320, + "name": "IgcRangeSliderValueEventArgs", + "package": "igniteui-webcomponents" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53933, + "name": "onInput", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when a value is changed via thumb drag or keyboard interaction." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53934, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53935, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53936, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54320, + "name": "IgcRangeSliderValueEventArgs", + "package": "igniteui-webcomponents" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53929, + "name": "lower", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The current value of the lower thumb." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53931, + "name": "thumbLabelLower", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The aria label for the lower thumb." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53932, + "name": "thumbLabelUpper", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The aria label for the upper thumb." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53930, + "name": "upper", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The current value of the upper thumb." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53929, + 53931, + 53932, + 53930 + ] + }, + { + "title": "Set Signatures", + "children": [ + 53937, + 53933 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 53937, + 53933 + ] + }, + { + "title": "Properties", + "children": [ + 53929, + 53931, + 53932, + 53930 + ] + } + ], + "sources": [ + { + "fileName": "src/components/range-slider.ts", + "line": 26, + "character": 13 + }, + { + "fileName": "src/components/range-slider.ts", + "line": 41, + "character": 12 + } + ], + "signatures": [ + { + "id": 53923, + "name": "IgrRangeSlider", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53861, + "name": "IgrRating", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Rating provides insight regarding others' opinions and experiences,\nand can allow the user to submit a rating of their own" + } + ], + "blockTags": [ + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The main wrapper which holds all of the rating elements." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "label - The label part." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "value-label - The value label part." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "symbols - A wrapper for all rating symbols." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "symbol - The part of the encapsulated default symbol." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "full - The part of the encapsulated full symbols." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "empty - The part of the encapsulated empty symbols." + } + ] + }, + { + "tag": "@cssproperty", + "content": [ + { + "kind": "text", + "text": "--symbol-size - The size of the symbols." + } + ] + }, + { + "tag": "@cssproperty", + "content": [ + { + "kind": "text", + "text": "--symbol-full-color - The color of the filled symbol." + } + ] + }, + { + "tag": "@cssproperty", + "content": [ + { + "kind": "text", + "text": "--symbol-empty-color - The color of the empty symbol." + } + ] + }, + { + "tag": "@cssproperty", + "content": [ + { + "kind": "text", + "text": "--symbol-full-filter - The filter(s) used for the filled symbol." + } + ] + }, + { + "tag": "@cssproperty", + "content": [ + { + "kind": "text", + "text": "--symbol-empty-filter - The filter(s) used for the empty symbol." + } + ] + } + ] + }, + "children": [ + { + "id": 53892, + "name": "onChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the value of the control changes." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53893, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53894, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53895, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "number" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53896, + "name": "onHover", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when hover is enabled and the user mouses over a symbol of the rating." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53897, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53898, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53899, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "number" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53879, + "name": "allowReset", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether to reset the rating when the user selects the same value." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53876, + "name": "hoverPreview", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets hover preview behavior for the component" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53873, + "name": "label", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The label of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53871, + "name": "max", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The maximum value for the rating.\n\nIf there are projected symbols, the maximum value will be resolved\nbased on the number of symbols." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53877, + "name": "readOnly", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Makes the control a readonly field." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53878, + "name": "single", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles single selection visual mode." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53872, + "name": "step", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The minimum value change allowed.\n\nValid values are in the interval between 0 and 1 inclusive." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53875, + "name": "value", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The current value of the component" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53874, + "name": "valueFormat", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A format string which sets aria-valuetext. Instances of '{0}' will be replaced\nwith the current value of the control and instances of '{1}' with the maximum value for the control.\n\nImportant for screen-readers and useful for localization." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53886, + "name": "stepDown", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Decrements the value of the control by `n` steps multiplied by\nthe step factor." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53887, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/rating/rating.d.ts", + "line": 132, + "character": 4 + } + ], + "signatures": [ + { + "id": 53888, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Decrements the value of the control by " + }, + { + "kind": "code", + "text": "`n`" + }, + { + "kind": "text", + "text": " steps multiplied by\nthe step factor." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/rating/rating.d.ts", + "line": 132, + "character": 4 + } + ], + "parameters": [ + { + "id": 53889, + "name": "n", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53890, + "name": "stepDown", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Decrements the value of the control by " + }, + { + "kind": "code", + "text": "`n`" + }, + { + "kind": "text", + "text": " steps multiplied by\nthe step factor." + } + ] + }, + "parameters": [ + { + "id": 53891, + "name": "n", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53880, + "name": "stepUp", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Increments the value of the control by `n` steps multiplied by the\nstep factor." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53881, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/rating/rating.d.ts", + "line": 127, + "character": 4 + } + ], + "signatures": [ + { + "id": 53882, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Increments the value of the control by " + }, + { + "kind": "code", + "text": "`n`" + }, + { + "kind": "text", + "text": " steps multiplied by the\nstep factor." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/rating/rating.d.ts", + "line": 127, + "character": 4 + } + ], + "parameters": [ + { + "id": 53883, + "name": "n", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53884, + "name": "stepUp", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Increments the value of the control by " + }, + { + "kind": "code", + "text": "`n`" + }, + { + "kind": "text", + "text": " steps multiplied by the\nstep factor." + } + ] + }, + "parameters": [ + { + "id": 53885, + "name": "n", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53879, + 53876, + 53873, + 53871, + 53877, + 53878, + 53872, + 53875, + 53874 + ] + }, + { + "title": "Methods", + "children": [ + 53886, + 53880 + ] + }, + { + "title": "Set Signatures", + "children": [ + 53892, + 53896 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 53892, + 53896 + ] + }, + { + "title": "Methods", + "children": [ + 53886, + 53880 + ] + }, + { + "title": "Properties", + "children": [ + 53879, + 53876, + 53873, + 53871, + 53877, + 53878, + 53872, + 53875, + 53874 + ] + } + ], + "sources": [ + { + "fileName": "src/components/rating.ts", + "line": 25, + "character": 13 + }, + { + "fileName": "src/components/rating.ts", + "line": 36, + "character": 12 + } + ], + "signatures": [ + { + "id": 53865, + "name": "IgrRating", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53848, + "name": "IgrRatingSymbol", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Used when a custom icon/symbol/element needs to be passed to the igc-rating component." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Default slot for projected full symbols/icons." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "empty - Default slot for projected empty symbols/icons." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "symbol - The symbol wrapping container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "full - The full symbol wrapping container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "empty - The empty symbol wrapping container." + } + ] + } + ] + }, + "children": [ + { + "id": 53856, + "name": "connectedCallback", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53857, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/rating/rating-symbol.d.ts", + "line": 19, + "character": 4 + } + ], + "signatures": [ + { + "id": 53858, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invoked when the component is added to the document's DOM.\n\nIn " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " you should setup tasks that should only occur when\nthe element is connected to the document. The most common of these is\nadding event listeners to nodes external to the element, like a keydown\nevent handler added to the window.\n\n" + }, + { + "kind": "code", + "text": "```ts\nconnectedCallback() {\n super.connectedCallback();\n addEventListener('keydown', this._handleKeydown);\n}\n```" + }, + { + "kind": "text", + "text": "\n\nTypically, anything done in " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " should be undone when the\nelement is disconnected, in " + }, + { + "kind": "code", + "text": "`disconnectedCallback()`" + }, + { + "kind": "text", + "text": "." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "lifecycle" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/rating/rating-symbol.d.ts", + "line": 19, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53859, + "name": "connectedCallback", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invoked when the component is added to the document's DOM.\n\nIn " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " you should setup tasks that should only occur when\nthe element is connected to the document. The most common of these is\nadding event listeners to nodes external to the element, like a keydown\nevent handler added to the window.\n\n" + }, + { + "kind": "code", + "text": "```ts\nconnectedCallback() {\n super.connectedCallback();\n addEventListener('keydown', this._handleKeydown);\n}\n```" + }, + { + "kind": "text", + "text": "\n\nTypically, anything done in " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " should be undone when the\nelement is disconnected, in " + }, + { + "kind": "code", + "text": "`disconnectedCallback()`" + }, + { + "kind": "text", + "text": "." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "lifecycle" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Methods", + "children": [ + 53856 + ] + } + ], + "categories": [ + { + "title": "Methods", + "children": [ + 53856 + ] + }, + { + "title": "lifecycle", + "children": [ + 53856 + ] + } + ], + "sources": [ + { + "fileName": "src/components/rating-symbol.ts", + "line": 15, + "character": 13 + }, + { + "fileName": "src/components/rating-symbol.ts", + "line": 22, + "character": 12 + } + ], + "signatures": [ + { + "id": 53852, + "name": "IgrRatingSymbol", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53901, + "name": "IgrRipple", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A ripple can be applied to an element to represent\ninteractive surface." + } + ] + }, + "sources": [ + { + "fileName": "src/components/ripple.ts", + "line": 10, + "character": 13 + }, + { + "fileName": "src/components/ripple.ts", + "line": 17, + "character": 12 + } + ], + "signatures": [ + { + "id": 53905, + "name": "IgrRipple", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53615, + "name": "IgrSelect", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Represents a control that provides a menu of options." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders the list of select items." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "prefix - Renders content before the input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "suffix - Renders content after input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "header - Renders a container before the list of options." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "footer - Renders a container after the list of options." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "helper-text - Renders content below the input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "toggle-icon - Renders content inside the suffix container." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "toggle-icon-expanded - Renders content for the toggle icon when the component is in open state." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "value-missing - Renders content when the required validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "custom-error - Renders content when setCustomValidity(message) is set." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "invalid - Renders content when the component is in invalid state (validity.valid = false)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "list - The list wrapping container for the items of the igc-select." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "input - The encapsulated igc-input of the igc-select." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "label - The encapsulated text label of the igc-select." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "prefix - The prefix wrapper of the input of the igc-select." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "suffix - The suffix wrapper of the input of the igc-select." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "toggle-icon - The toggle icon wrapper of the igc-select." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "helper-text - The helper text wrapper of the igc-select." + } + ] + } + ] + }, + "children": [ + { + "id": 53677, + "name": "onChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the control's checked state changes." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53678, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53679, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53680, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 53585, + "name": "IgcSelectItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53693, + "name": "onClosed", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted after the list of options is closed." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53694, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53695, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53696, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53689, + "name": "onClosing", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitter just before the list of options is closed." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53690, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53691, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53692, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53685, + "name": "onOpened", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted after the list of options is opened." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53686, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53687, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53688, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53681, + "name": "onOpening", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted just before the list of options is opened." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53682, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53683, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53684, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53630, + "name": "autofocus", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The autofocus attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53631, + "name": "distance", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The distance of the select dropdown from its input." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53632, + "name": "label", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The label attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53629, + "name": "outlined", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The outlined attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53633, + "name": "placeholder", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The placeholder attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53634, + "name": "placement", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The preferred placement of the select dropdown around its input." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54420, + "name": "PopoverPlacement", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53635, + "name": "scrollStrategy", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines the behavior of the component during scrolling of the parent container." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54443, + "name": "PopoverScrollStrategy", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53628, + "name": "value", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The value attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53637, + "name": "groups", + "variant": "declaration", + "kind": 262144, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns the groups of the igc-select component." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Accessors" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 53595, + "name": "IgcSelectGroupComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + }, + { + "id": 53636, + "name": "items", + "variant": "declaration", + "kind": 262144, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns the items of the igc-select component." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Accessors" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 53585, + "name": "IgcSelectItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + }, + { + "id": 53638, + "name": "selectedItem", + "variant": "declaration", + "kind": 262144, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns the selected item from the dropdown or null." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Accessors" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 53585, + "name": "IgcSelectItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + }, + { + "id": 53645, + "name": "blur", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Removes focus from the component." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53646, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/select/select.d.ts", + "line": 144, + "character": 4 + } + ], + "signatures": [ + { + "id": 53647, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Removes focus from the component." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/select/select.d.ts", + "line": 144, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53648, + "name": "blur", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Removes focus from the component." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53673, + "name": "clearSelection", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Resets the current value and selection of the component." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53674, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/select/select.d.ts", + "line": 156, + "character": 4 + } + ], + "signatures": [ + { + "id": 53675, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Resets the current value and selection of the component." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/select/select.d.ts", + "line": 156, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53676, + "name": "clearSelection", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Resets the current value and selection of the component." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53639, + "name": "focus", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets focus on the component." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53640, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/select/select.d.ts", + "line": 142, + "character": 4 + } + ], + "signatures": [ + { + "id": 53641, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets focus on the component." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/select/select.d.ts", + "line": 142, + "character": 4 + } + ], + "parameters": [ + { + "id": 53642, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": -1, + "name": "FocusOptions", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53643, + "name": "focus", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets focus on the component." + } + ] + }, + "parameters": [ + { + "id": 53644, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": -1, + "name": "FocusOptions", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53653, + "name": "navigateTo", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Navigates to the item with the specified value. If it exists, returns the found item, otherwise - null." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53654, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/select/select.d.ts", + "line": 148, + "character": 4 + }, + { + "fileName": "node_modules/igniteui-webcomponents/components/select/select.d.ts", + "line": 150, + "character": 4 + } + ], + "signatures": [ + { + "id": 53655, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Navigates to the item with the specified value. If it exists, returns the found item, otherwise - null." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/select/select.d.ts", + "line": 148, + "character": 4 + } + ], + "parameters": [ + { + "id": 53656, + "name": "value", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "target": 53585, + "name": "IgcSelectItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + }, + { + "id": 53657, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Navigates to the item at the specified index. If it exists, returns the found item, otherwise - null." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/select/select.d.ts", + "line": 150, + "character": 4 + } + ], + "parameters": [ + { + "id": 53658, + "name": "index", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "reference", + "target": 53585, + "name": "IgcSelectItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + ] + } + }, + "signatures": [ + { + "id": 53659, + "name": "navigateTo", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Navigates to the item with the specified value. If it exists, returns the found item, otherwise - null." + } + ] + }, + "parameters": [ + { + "id": 53660, + "name": "value", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "target": 53585, + "name": "IgcSelectItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + }, + { + "id": 53661, + "name": "navigateTo", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Navigates to the item at the specified index. If it exists, returns the found item, otherwise - null." + } + ] + }, + "parameters": [ + { + "id": 53662, + "name": "index", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "reference", + "target": 53585, + "name": "IgcSelectItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + ] + }, + { + "id": 53649, + "name": "reportValidity", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Checks the validity of the control and moves the focus to it if it is not valid." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53650, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/select/select.d.ts", + "line": 146, + "character": 4 + } + ], + "signatures": [ + { + "id": 53651, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Checks the validity of the control and moves the focus to it if it is not valid." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/select/select.d.ts", + "line": 146, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ] + } + }, + "signatures": [ + { + "id": 53652, + "name": "reportValidity", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Checks the validity of the control and moves the focus to it if it is not valid." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ] + }, + { + "id": 53663, + "name": "select", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects the item with the specified value. If it exists, returns the found item, otherwise - null." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53664, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/select/select.d.ts", + "line": 152, + "character": 4 + }, + { + "fileName": "node_modules/igniteui-webcomponents/components/select/select.d.ts", + "line": 154, + "character": 4 + } + ], + "signatures": [ + { + "id": 53665, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects the item with the specified value. If it exists, returns the found item, otherwise - null." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/select/select.d.ts", + "line": 152, + "character": 4 + } + ], + "parameters": [ + { + "id": 53666, + "name": "value", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "target": 53585, + "name": "IgcSelectItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + }, + { + "id": 53667, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects the item at the specified index. If it exists, returns the found item, otherwise - null." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/select/select.d.ts", + "line": 154, + "character": 4 + } + ], + "parameters": [ + { + "id": 53668, + "name": "index", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "reference", + "target": 53585, + "name": "IgcSelectItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + ] + } + }, + "signatures": [ + { + "id": 53669, + "name": "select", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects the item with the specified value. If it exists, returns the found item, otherwise - null." + } + ] + }, + "parameters": [ + { + "id": 53670, + "name": "value", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "target": 53585, + "name": "IgcSelectItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + }, + { + "id": 53671, + "name": "select", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects the item at the specified index. If it exists, returns the found item, otherwise - null." + } + ] + }, + "parameters": [ + { + "id": 53672, + "name": "index", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "reference", + "target": 53585, + "name": "IgcSelectItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53630, + 53631, + 53632, + 53629, + 53633, + 53634, + 53635, + 53628 + ] + }, + { + "title": "Accessors", + "children": [ + 53637, + 53636, + 53638 + ] + }, + { + "title": "Methods", + "children": [ + 53645, + 53673, + 53639, + 53653, + 53649, + 53663 + ] + }, + { + "title": "Set Signatures", + "children": [ + 53677, + 53693, + 53689, + 53685, + 53681 + ] + } + ], + "categories": [ + { + "title": "Accessors", + "children": [ + 53637, + 53636, + 53638 + ] + }, + { + "title": "Events", + "children": [ + 53677, + 53693, + 53689, + 53685, + 53681 + ] + }, + { + "title": "Methods", + "children": [ + 53645, + 53673, + 53639, + 53653, + 53649, + 53663 + ] + }, + { + "title": "Properties", + "children": [ + 53630, + 53631, + 53632, + 53629, + 53633, + 53634, + 53635, + 53628 + ] + } + ], + "sources": [ + { + "fileName": "src/components/select.ts", + "line": 33, + "character": 13 + }, + { + "fileName": "src/components/select.ts", + "line": 51, + "character": 12 + } + ], + "signatures": [ + { + "id": 53619, + "name": "IgrSelect", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53595, + "name": "IgrSelectGroup", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "label - Contains the group's label." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Intended to contain the items belonging to this group." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "label - The native label element." + } + ] + } + ] + }, + "children": [ + { + "id": 53604, + "name": "disabled", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether the group item and all its children are disabled." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53603, + "name": "items", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "All child " + }, + { + "kind": "code", + "text": "`igc-select-item`" + }, + { + "kind": "text", + "text": "s." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 53585, + "name": "IgcSelectItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53604, + 53603 + ] + } + ], + "categories": [ + { + "title": "Properties", + "children": [ + 53604, + 53603 + ] + } + ], + "sources": [ + { + "fileName": "src/components/select-group.ts", + "line": 11, + "character": 13 + }, + { + "fileName": "src/components/select-group.ts", + "line": 18, + "character": 12 + } + ], + "signatures": [ + { + "id": 53599, + "name": "IgrSelectGroup", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53606, + "name": "IgrSelectHeader", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Represents a header item in an igc-select component." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders the header." + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/components/select-header.ts", + "line": 10, + "character": 13 + }, + { + "fileName": "src/components/select-header.ts", + "line": 17, + "character": 12 + } + ], + "signatures": [ + { + "id": 53610, + "name": "IgrSelectHeader", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53585, + "name": "IgrSelectItem", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Represents an item in a select list." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders the all content bar the prefix and suffix." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "prefix - Renders content before the main content area." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "suffix - Renders content after the main content area." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "prefix - The prefix wrapper of the igc-select-item." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "content - The main content wrapper of the igc-select-item." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "suffix - The suffix wrapper of the igc-select-item." + } + ] + } + ] + }, + "children": [ + { + "id": 53593, + "name": "active", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether the item is disabled." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53593 + ] + } + ], + "categories": [ + { + "title": "Properties", + "children": [ + 53593 + ] + } + ], + "sources": [ + { + "fileName": "src/components/select-item.ts", + "line": 15, + "character": 13 + }, + { + "fileName": "src/components/select-item.ts", + "line": 22, + "character": 12 + } + ], + "signatures": [ + { + "id": 53589, + "name": "IgrSelectItem", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53957, + "name": "IgrSlider", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A slider component used to select numeric value within a range." + } + ], + "blockTags": [ + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The base wrapper of the slider." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "ticks - The ticks container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "tick-group - The tick group container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "tick - The tick element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "tick-label - The tick label element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "tick-label-inner - The inner element of the tick label." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "thumbs - The thumbs container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "thumb - The thumb element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "thumb-label - The thumb tooltip label container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "thumb-label-inner - The thumb tooltip label inner element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "track - The track container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "steps - The track steps element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "inactive - The inactive element of the track." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "fill - The filled part of the track." + } + ] + } + ] + }, + "children": [ + { + "id": 53984, + "name": "onChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when a value change is committed on a thumb drag end or keyboard interaction." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53985, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53986, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53987, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "number" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53980, + "name": "onInput", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when a value is changed via thumb drag or keyboard interaction." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53981, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53982, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53983, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "number" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53967, + "name": "value", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The current value of the component." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53974, + "name": "stepDown", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Decrements the value of the slider by `stepDecrement * step`, where `stepDecrement` defaults to 1." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53975, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/slider/slider.d.ts", + "line": 64, + "character": 4 + } + ], + "signatures": [ + { + "id": 53976, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Decrements the value of the slider by " + }, + { + "kind": "code", + "text": "`stepDecrement * step`" + }, + { + "kind": "text", + "text": ", where " + }, + { + "kind": "code", + "text": "`stepDecrement`" + }, + { + "kind": "text", + "text": " defaults to 1." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/slider/slider.d.ts", + "line": 64, + "character": 4 + } + ], + "parameters": [ + { + "id": 53977, + "name": "stepDecrement", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Optional step decrement. If no parameter is passed, it defaults to 1." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53978, + "name": "stepDown", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Decrements the value of the slider by " + }, + { + "kind": "code", + "text": "`stepDecrement * step`" + }, + { + "kind": "text", + "text": ", where " + }, + { + "kind": "code", + "text": "`stepDecrement`" + }, + { + "kind": "text", + "text": " defaults to 1." + } + ] + }, + "parameters": [ + { + "id": 53979, + "name": "stepDecrement", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Optional step decrement. If no parameter is passed, it defaults to 1." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53968, + "name": "stepUp", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Increments the value of the slider by `stepIncrement * step`, where `stepIncrement` defaults to 1." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53969, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/slider/slider.d.ts", + "line": 59, + "character": 4 + } + ], + "signatures": [ + { + "id": 53970, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Increments the value of the slider by " + }, + { + "kind": "code", + "text": "`stepIncrement * step`" + }, + { + "kind": "text", + "text": ", where " + }, + { + "kind": "code", + "text": "`stepIncrement`" + }, + { + "kind": "text", + "text": " defaults to 1." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/slider/slider.d.ts", + "line": 59, + "character": 4 + } + ], + "parameters": [ + { + "id": 53971, + "name": "stepIncrement", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Optional step increment. If no parameter is passed, it defaults to 1." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53972, + "name": "stepUp", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Increments the value of the slider by " + }, + { + "kind": "code", + "text": "`stepIncrement * step`" + }, + { + "kind": "text", + "text": ", where " + }, + { + "kind": "code", + "text": "`stepIncrement`" + }, + { + "kind": "text", + "text": " defaults to 1." + } + ] + }, + "parameters": [ + { + "id": 53973, + "name": "stepIncrement", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Optional step increment. If no parameter is passed, it defaults to 1." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53967 + ] + }, + { + "title": "Methods", + "children": [ + 53974, + 53968 + ] + }, + { + "title": "Set Signatures", + "children": [ + 53984, + 53980 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 53984, + 53980 + ] + }, + { + "title": "Methods", + "children": [ + 53974, + 53968 + ] + }, + { + "title": "Properties", + "children": [ + 53967 + ] + } + ], + "sources": [ + { + "fileName": "src/components/slider.ts", + "line": 26, + "character": 13 + }, + { + "fileName": "src/components/slider.ts", + "line": 37, + "character": 12 + } + ], + "signatures": [ + { + "id": 53961, + "name": "IgrSlider", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53910, + "name": "IgrSliderLabel", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Allows formatting the values of the slider as string values.\nThe text content of the slider labels is used for thumb and tick labels." + } + ] + }, + "sources": [ + { + "fileName": "src/components/slider-label.ts", + "line": 10, + "character": 13 + }, + { + "fileName": "src/components/slider-label.ts", + "line": 17, + "character": 12 + } + ], + "signatures": [ + { + "id": 53914, + "name": "IgrSliderLabel", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53942, + "name": "IgrSnackbar", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A snackbar component is used to provide feedback about an operation\nby showing a brief message at the bottom of the screen." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Default slot to render the snackbar content." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "action - Renders the action part of the snackbar. Usually an interactive element (button)" + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The base wrapper of the snackbar component." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "message - The snackbar message." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "action - The default snackbar action button." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "action-container - The area holding the actions." + } + ] + } + ] + }, + "children": [ + { + "id": 53952, + "name": "onAction", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the snackbar action button is clicked." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53953, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53954, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53955, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53951, + "name": "actionText", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The snackbar action button." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53951 + ] + }, + { + "title": "Set Signatures", + "children": [ + 53952 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 53952 + ] + }, + { + "title": "Properties", + "children": [ + 53951 + ] + } + ], + "sources": [ + { + "fileName": "src/components/snackbar.ts", + "line": 18, + "character": 13 + }, + { + "fileName": "src/components/snackbar.ts", + "line": 30, + "character": 12 + } + ], + "signatures": [ + { + "id": 53946, + "name": "IgrSnackbar", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 54192, + "name": "IgrStep", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The step component is used within the " + }, + { + "kind": "code", + "text": "`igc-stepper`" + }, + { + "kind": "text", + "text": " element and it holds the content of each step.\nIt also supports custom indicators, title and subtitle." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders the content of the step." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "indicator - Renders the indicator of the step. By default, it displays the step index + 1." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "title - Renders the title of the step." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "subtitle - Renders the subtitle of the step." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "header-container - Wrapper of the step's " + }, + { + "kind": "code", + "text": "`header`" + }, + { + "kind": "text", + "text": " and its separators." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "disabled - Indicates a disabled state. Applies to " + }, + { + "kind": "code", + "text": "`header-container`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "complete-start - Indicates a complete state of the current step. Applies to " + }, + { + "kind": "code", + "text": "`header-container`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "complete-end - Indicates a complete state of the previous step. Applies to " + }, + { + "kind": "code", + "text": "`header-container`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "optional - Indicates an optional state. Applies to " + }, + { + "kind": "code", + "text": "`header-container`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "invalid - Indicates an invalid state. Applies to " + }, + { + "kind": "code", + "text": "`header-container`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "top - Indicates that the title should be above the indicator. Applies to " + }, + { + "kind": "code", + "text": "`header-container`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "bottom - Indicates that the title should be below the indicator. Applies to " + }, + { + "kind": "code", + "text": "`header-container`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "start - Indicates that the title should be before the indicator. Applies to " + }, + { + "kind": "code", + "text": "`header-container`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "end - Indicates that the title should be after the indicator. Applies to " + }, + { + "kind": "code", + "text": "`header-container`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "header - Wrapper of the step's " + }, + { + "kind": "code", + "text": "`indicator`" + }, + { + "kind": "text", + "text": " and " + }, + { + "kind": "code", + "text": "`text`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "indicator - The indicator of the step." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "text - Wrapper of the step's " + }, + { + "kind": "code", + "text": "`title`" + }, + { + "kind": "text", + "text": " and " + }, + { + "kind": "code", + "text": "`subtitle`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "empty - Indicates that no title and subtitle has been provided to the step. Applies to " + }, + { + "kind": "code", + "text": "`text`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "title - The title of the step." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "subtitle - The subtitle of the step." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "body - Wrapper of the step's " + }, + { + "kind": "code", + "text": "`content`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "content - The steps " + }, + { + "kind": "code", + "text": "`content`" + }, + { + "kind": "text", + "text": "." + } + ] + } + ] + }, + "children": [ + { + "id": 54203, + "name": "active", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets whether the step is activе." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54206, + "name": "complete", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets whether the step is completed." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54201, + "name": "contentBody", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": -1, + "name": "HTMLElement", + "package": "@types/react" + } + }, + { + "id": 54205, + "name": "disabled", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets whether the step is interactable." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54200, + "name": "header", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": -1, + "name": "HTMLElement", + "package": "@types/react" + } + }, + { + "id": 54202, + "name": "invalid", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets whether the step is invalid." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54204, + "name": "optional", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets whether the step is optional." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54225, + "name": "isAccessible", + "variant": "declaration", + "kind": 262144, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Accessors" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54203, + 54206, + 54201, + 54205, + 54200, + 54202, + 54204 + ] + }, + { + "title": "Accessors", + "children": [ + 54225 + ] + } + ], + "categories": [ + { + "title": "Accessors", + "children": [ + 54225 + ] + }, + { + "title": "Properties", + "children": [ + 54203, + 54206, + 54201, + 54205, + 54200, + 54202, + 54204 + ] + } + ], + "sources": [ + { + "fileName": "src/components/step.ts", + "line": 36, + "character": 13 + }, + { + "fileName": "src/components/step.ts", + "line": 43, + "character": 12 + } + ], + "signatures": [ + { + "id": 54196, + "name": "IgrStep", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 54227, + "name": "IgrStepper", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "IgxStepper provides a wizard-like workflow by dividing content into logical steps." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders the step components inside default slot." + } + ] + } + ] + }, + "children": [ + { + "id": 54272, + "name": "onActiveStepChanged", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the active step is changed." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54273, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 54274, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 54275, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54326, + "name": "IgcActiveStepChangedEventArgs", + "package": "igniteui-webcomponents" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 54268, + "name": "onActiveStepChanging", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the active step is about to change." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54269, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 54270, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 54271, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54323, + "name": "IgcActiveStepChangingEventArgs", + "package": "igniteui-webcomponents" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 54244, + "name": "animationDuration", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The animation duration in either vertical or horizontal mode." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 54241, + "name": "contentTop", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Get/Set whether the content is displayed above the steps." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54243, + "name": "horizontalAnimation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The animation type when in horizontal mode." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54441, + "name": "HorizontalTransitionAnimation", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54240, + "name": "linear", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Get/Set whether the stepper is linear." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54238, + "name": "orientation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/Sets the orientation of the stepper." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54463, + "name": "StepperOrientation", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54237, + "name": "steps", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns all of the stepper's steps." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54192, + "name": "IgcStepComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + }, + { + "id": 54239, + "name": "stepType", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Get/Set the type of the steps." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54464, + "name": "StepperStepType", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54245, + "name": "titlePosition", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Get/Set the position of the steps title." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54465, + "name": "StepperTitlePosition", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54242, + "name": "verticalAnimation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The animation type when in vertical mode." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54466, + "name": "StepperVerticalAnimation", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54246, + "name": "connectedCallback", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54247, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/stepper/stepper.d.ts", + "line": 88, + "character": 4 + } + ], + "signatures": [ + { + "id": 54248, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invoked when the component is added to the document's DOM.\n\nIn " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " you should setup tasks that should only occur when\nthe element is connected to the document. The most common of these is\nadding event listeners to nodes external to the element, like a keydown\nevent handler added to the window.\n\n" + }, + { + "kind": "code", + "text": "```ts\nconnectedCallback() {\n super.connectedCallback();\n addEventListener('keydown', this._handleKeydown);\n}\n```" + }, + { + "kind": "text", + "text": "\n\nTypically, anything done in " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " should be undone when the\nelement is disconnected, in " + }, + { + "kind": "code", + "text": "`disconnectedCallback()`" + }, + { + "kind": "text", + "text": "." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "lifecycle" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/stepper/stepper.d.ts", + "line": 88, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 54249, + "name": "connectedCallback", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invoked when the component is added to the document's DOM.\n\nIn " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " you should setup tasks that should only occur when\nthe element is connected to the document. The most common of these is\nadding event listeners to nodes external to the element, like a keydown\nevent handler added to the window.\n\n" + }, + { + "kind": "code", + "text": "```ts\nconnectedCallback() {\n super.connectedCallback();\n addEventListener('keydown', this._handleKeydown);\n}\n```" + }, + { + "kind": "text", + "text": "\n\nTypically, anything done in " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " should be undone when the\nelement is disconnected, in " + }, + { + "kind": "code", + "text": "`disconnectedCallback()`" + }, + { + "kind": "text", + "text": "." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "lifecycle" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 54250, + "name": "navigateTo", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Activates the step at a given index." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54251, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/stepper/stepper.d.ts", + "line": 108, + "character": 4 + } + ], + "signatures": [ + { + "id": 54252, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Activates the step at a given index." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/stepper/stepper.d.ts", + "line": 108, + "character": 4 + } + ], + "parameters": [ + { + "id": 54253, + "name": "index", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 54254, + "name": "navigateTo", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Activates the step at a given index." + } + ] + }, + "parameters": [ + { + "id": 54255, + "name": "index", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 54256, + "name": "next", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Activates the next enabled step." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54257, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/stepper/stepper.d.ts", + "line": 110, + "character": 4 + } + ], + "signatures": [ + { + "id": 54258, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Activates the next enabled step." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/stepper/stepper.d.ts", + "line": 110, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 54259, + "name": "next", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Activates the next enabled step." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 54260, + "name": "prev", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Activates the previous enabled step." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54261, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/stepper/stepper.d.ts", + "line": 112, + "character": 4 + } + ], + "signatures": [ + { + "id": 54262, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Activates the previous enabled step." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/stepper/stepper.d.ts", + "line": 112, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 54263, + "name": "prev", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Activates the previous enabled step." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 54264, + "name": "reset", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Resets the stepper to its initial state i.e. activates the first step." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54265, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/stepper/stepper.d.ts", + "line": 119, + "character": 4 + } + ], + "signatures": [ + { + "id": 54266, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Resets the stepper to its initial state i.e. activates the first step." + } + ], + "blockTags": [ + { + "tag": "@remarks", + "content": [ + { + "kind": "text", + "text": "The steps' content will not be automatically reset." + } + ] + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/stepper/stepper.d.ts", + "line": 119, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 54267, + "name": "reset", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Resets the stepper to its initial state i.e. activates the first step." + } + ], + "blockTags": [ + { + "tag": "@remarks", + "content": [ + { + "kind": "text", + "text": "The steps' content will not be automatically reset." + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54244, + 54241, + 54243, + 54240, + 54238, + 54237, + 54239, + 54245, + 54242 + ] + }, + { + "title": "Methods", + "children": [ + 54246, + 54250, + 54256, + 54260, + 54264 + ] + }, + { + "title": "Set Signatures", + "children": [ + 54272, + 54268 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 54272, + 54268 + ] + }, + { + "title": "Methods", + "children": [ + 54246, + 54250, + 54256, + 54260, + 54264 + ] + }, + { + "title": "Properties", + "children": [ + 54244, + 54241, + 54243, + 54240, + 54238, + 54237, + 54239, + 54245, + 54242 + ] + }, + { + "title": "lifecycle", + "children": [ + 54246 + ] + } + ], + "sources": [ + { + "fileName": "src/components/stepper.ts", + "line": 13, + "character": 13 + }, + { + "fileName": "src/components/stepper.ts", + "line": 28, + "character": 12 + } + ], + "signatures": [ + { + "id": 54231, + "name": "IgrStepper", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 54037, + "name": "IgrSwitch", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Similar to a checkbox, a switch controls the state of a single setting on or off." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- The switch label." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The base wrapper of the switch." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "control - The switch input element." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "thumb - The position indicator of the switch." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "label - The switch label." + } + ] + } + ] + }, + "children": [ + { + "id": 54046, + "name": "onChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the control's checked state changes." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54047, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 54048, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 54049, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54314, + "name": "IgcCheckboxChangeEventArgs", + "package": "igniteui-webcomponents" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + } + ], + "groups": [ + { + "title": "Set Signatures", + "children": [ + 54046 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 54046 + ] + } + ], + "sources": [ + { + "fileName": "src/components/switch.ts", + "line": 16, + "character": 13 + }, + { + "fileName": "src/components/switch.ts", + "line": 26, + "character": 12 + } + ], + "signatures": [ + { + "id": 54041, + "name": "IgrSwitch", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53989, + "name": "IgrTab", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A tab element slotted into an " + }, + { + "kind": "code", + "text": "`igc-tabs`" + }, + { + "kind": "text", + "text": " container." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders the tab's content." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "label - Renders the tab header's label." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "prefix - Renders the tab header's prefix." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "suffix - Renders the tab header's suffix." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "tab-header - The header of a single tab." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "prefix - Tab header's label prefix." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "content - Tab header's label slot container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "suffix - Tab header's label suffix." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "tab-body - Holds the body content of a single tab, only the body of the selected tab is visible." + } + ] + } + ] + }, + "children": [ + { + "id": 53999, + "name": "disabled", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the tab is disabled." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53997, + "name": "label", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The tab item label." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53998, + "name": "selected", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the tab is selected." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53999, + 53997, + 53998 + ] + } + ], + "categories": [ + { + "title": "Properties", + "children": [ + 53999, + 53997, + 53998 + ] + } + ], + "sources": [ + { + "fileName": "src/components/tab.ts", + "line": 18, + "character": 13 + }, + { + "fileName": "src/components/tab.ts", + "line": 25, + "character": 12 + } + ], + "signatures": [ + { + "id": 53993, + "name": "IgrTab", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 54005, + "name": "IgrTabs", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Tabs organize and allow navigation between groups of content that are related and at the same level of hierarchy.\n\nThe " + }, + { + "kind": "code", + "text": "``" + }, + { + "kind": "text", + "text": " component allows the user to navigate between multiple " + }, + { + "kind": "code", + "text": "``" + }, + { + "kind": "text", + "text": " elements.\nIt supports keyboard navigation and provides API methods to control the selected tab." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders the " + }, + { + "kind": "code", + "text": "`IgcTabComponents`" + }, + { + "kind": "text", + "text": " inside default slot." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "start-scroll-button - The start scroll button displayed when the tabs overflow." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "end-scroll-button - The end scroll button displayed when the tabs overflow." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "selected-indicator - The indicator that shows which tab is selected." + } + ] + } + ] + }, + "children": [ + { + "id": 54032, + "name": "onChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the selected tab changes." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54033, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 54034, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 54035, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 53989, + "name": "IgcTabComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 54015, + "name": "activation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines the tab activation. When set to auto,\nthe tab is instantly selected while navigating with the Left/Right Arrows, Home or End keys\nand the corresponding panel is displayed.\nWhen set to manual, the tab is only focused. The selection happens after pressing Space or Enter." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54467, + "name": "TabsActivation", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54014, + "name": "alignment", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the alignment for the tab headers" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54468, + "name": "TabsAlignment", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54017, + "name": "selected", + "variant": "declaration", + "kind": 262144, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns the currently selected tab label or IDREF if no label property is set." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Accessors" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54016, + "name": "tabs", + "variant": "declaration", + "kind": 262144, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns the direct `igc-tab` elements that are children of this element." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Accessors" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 53989, + "name": "IgcTabComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + }, + { + "id": 54022, + "name": "select", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects the specified tab and displays the corresponding panel." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54023, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tabs/tabs.d.ts", + "line": 78, + "character": 4 + }, + { + "fileName": "node_modules/igniteui-webcomponents/components/tabs/tabs.d.ts", + "line": 79, + "character": 4 + } + ], + "signatures": [ + { + "id": 54024, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects the specified tab and displays the corresponding panel." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tabs/tabs.d.ts", + "line": 78, + "character": 4 + } + ], + "parameters": [ + { + "id": 54025, + "name": "id", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + }, + { + "id": 54026, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects the specified tab and displays the corresponding panel." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tabs/tabs.d.ts", + "line": 79, + "character": 4 + } + ], + "parameters": [ + { + "id": 54027, + "name": "ref", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": 53989, + "name": "IgcTabComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 54028, + "name": "select", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects the specified tab and displays the corresponding panel." + } + ] + }, + "parameters": [ + { + "id": 54029, + "name": "id", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + }, + { + "id": 54030, + "name": "select", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects the specified tab and displays the corresponding panel." + } + ] + }, + "parameters": [ + { + "id": 54031, + "name": "ref", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": 53989, + "name": "IgcTabComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54015, + 54014 + ] + }, + { + "title": "Accessors", + "children": [ + 54017, + 54016 + ] + }, + { + "title": "Methods", + "children": [ + 54022 + ] + }, + { + "title": "Set Signatures", + "children": [ + 54032 + ] + } + ], + "categories": [ + { + "title": "Accessors", + "children": [ + 54017, + 54016 + ] + }, + { + "title": "Events", + "children": [ + 54032 + ] + }, + { + "title": "Methods", + "children": [ + 54022 + ] + }, + { + "title": "Properties", + "children": [ + 54015, + 54014 + ] + } + ], + "sources": [ + { + "fileName": "src/components/tabs.ts", + "line": 18, + "character": 13 + }, + { + "fileName": "src/components/tabs.ts", + "line": 28, + "character": 12 + } + ], + "signatures": [ + { + "id": 54009, + "name": "IgrTabs", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52820, + "name": "IgrTextarea", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This element represents a multi-line plain-text editing control,\nuseful when you want to allow users to enter a sizeable amount of free-form text,\nfor example a comment on a review or feedback form." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Text content from the default slot will be used as the value of the component." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "prefix - Renders content before the input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "suffix - Renders content after input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "helper-text - Renders content below the input." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "value-missing - Renders content when the required validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "too-long - Renders content when the maxlength validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "too-short - Renders content when the minlength validation fails." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "custom-error - Renders content when setCustomValidity(message) is set." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "invalid - Renders content when the component is in invalid state (validity.valid = false)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "container - The main wrapper that holds all main input elements of the textarea." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "input - The native input element of the igc-textarea." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "label - The native label element of the igc-textarea." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "prefix - The prefix wrapper of the igc-textarea." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "suffix - The suffix wrapper of the igc-textarea." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "helper-text - The helper text wrapper of the igc-textarea." + } + ] + } + ] + }, + "children": [ + { + "id": 52887, + "name": "onChange", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the a change to the control value is committed by the user." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52888, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52889, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52890, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52883, + "name": "onInput", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the control receives user input." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52884, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52885, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52886, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52831, + "name": "autocapitalize", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Controls whether and how text input is automatically capitalized as it is entered/edited by the user.\n\n[MDN documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocapitalize)." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52830, + "name": "autocomplete", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Specifies what if any permission the browser has to provide for automated assistance in filling out form field values,\nas well as guidance to the browser as to the type of information expected in the field.\nRefer to [this page](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for additional information." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52832, + "name": "inputMode", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Hints at the type of data that might be entered by the user while editing the element or its contents.\nThis allows a browser to display an appropriate virtual keyboard.\n\n[MDN documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode)" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52833, + "name": "label", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The label for the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52834, + "name": "maxLength", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The maximum number of characters (UTF-16 code units) that the user can enter.\nIf this value isn't specified, the user can enter an unlimited number of characters." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52835, + "name": "minLength", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The minimum number of characters (UTF-16 code units) required that the user should enter." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52836, + "name": "outlined", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether the control will have outlined appearance." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52837, + "name": "placeholder", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The placeholder attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52838, + "name": "readOnly", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Makes the control a readonly field." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52839, + "name": "resize", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Controls whether the control can be resized.\nWhen " + }, + { + "kind": "code", + "text": "`auto`" + }, + { + "kind": "text", + "text": " is set, the control will try to expand and fit its content." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54469, + "name": "TextareaResize", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52840, + "name": "rows", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of visible text lines for the control. If it is specified, it must be a positive integer.\nIf it is not specified, the default value is 2." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52842, + "name": "spellcheck", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Controls whether the element may be checked for spelling errors." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52844, + "name": "validateOnly", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Enables validation rules to be evaluated without restricting user input. This applies to the " + }, + { + "kind": "code", + "text": "`maxLength`" + }, + { + "kind": "text", + "text": " property\nwhen it is defined." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52841, + "name": "value", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The value of the component" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52843, + "name": "wrap", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Indicates how the control should wrap the value for form submission.\nRefer to [this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea#attributes)\nfor explanation of the available values." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "off" + }, + { + "type": "literal", + "value": "hard" + }, + { + "type": "literal", + "value": "soft" + } + ] + } + }, + { + "id": 52871, + "name": "scrollTo", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52872, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/textarea/textarea.d.ts", + "line": 172, + "character": 4 + }, + { + "fileName": "node_modules/igniteui-webcomponents/components/textarea/textarea.d.ts", + "line": 173, + "character": 4 + } + ], + "signatures": [ + { + "id": 52873, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTo)" + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/textarea/textarea.d.ts", + "line": 172, + "character": 4 + } + ], + "parameters": [ + { + "id": 52874, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": -1, + "name": "ScrollToOptions", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + }, + { + "id": 52875, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/textarea/textarea.d.ts", + "line": 173, + "character": 4 + } + ], + "parameters": [ + { + "id": 52876, + "name": "x", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52877, + "name": "y", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52878, + "name": "scrollTo", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTo)" + } + ] + }, + "parameters": [ + { + "id": 52879, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": -1, + "name": "ScrollToOptions", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + }, + { + "id": 52880, + "name": "scrollTo", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "parameters": [ + { + "id": 52881, + "name": "x", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52882, + "name": "y", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 52845, + "name": "select", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects all text within the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52846, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/textarea/textarea.d.ts", + "line": 167, + "character": 4 + } + ], + "signatures": [ + { + "id": 52847, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects all text within the control." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/textarea/textarea.d.ts", + "line": 167, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52848, + "name": "select", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Selects all text within the control." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 52859, + "name": "setRangeText", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Replaces the selected text in the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52860, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/textarea/textarea.d.ts", + "line": 171, + "character": 4 + } + ], + "signatures": [ + { + "id": 52861, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Replaces the selected text in the control." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/textarea/textarea.d.ts", + "line": 171, + "character": 4 + } + ], + "parameters": [ + { + "id": 52862, + "name": "replacement", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52863, + "name": "start", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52864, + "name": "end", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52865, + "name": "selectMode", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": 54444, + "name": "RangeTextSelectMode", + "package": "igniteui-webcomponents" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52866, + "name": "setRangeText", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Replaces the selected text in the control." + } + ] + }, + "parameters": [ + { + "id": 52867, + "name": "replacement", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52868, + "name": "start", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52869, + "name": "end", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52870, + "name": "selectMode", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": 54444, + "name": "RangeTextSelectMode", + "package": "igniteui-webcomponents" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 52849, + "name": "setSelectionRange", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the text selection range of the control" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52850, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/textarea/textarea.d.ts", + "line": 169, + "character": 4 + } + ], + "signatures": [ + { + "id": 52851, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the text selection range of the control" + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/textarea/textarea.d.ts", + "line": 169, + "character": 4 + } + ], + "parameters": [ + { + "id": 52852, + "name": "start", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52853, + "name": "end", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52854, + "name": "direction", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": 54445, + "name": "SelectionRangeDirection", + "package": "igniteui-webcomponents" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52855, + "name": "setSelectionRange", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the text selection range of the control" + } + ] + }, + "parameters": [ + { + "id": 52856, + "name": "start", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52857, + "name": "end", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52858, + "name": "direction", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": 54445, + "name": "SelectionRangeDirection", + "package": "igniteui-webcomponents" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52831, + 52830, + 52832, + 52833, + 52834, + 52835, + 52836, + 52837, + 52838, + 52839, + 52840, + 52842, + 52844, + 52841, + 52843 + ] + }, + { + "title": "Methods", + "children": [ + 52871, + 52845, + 52859, + 52849 + ] + }, + { + "title": "Set Signatures", + "children": [ + 52887, + 52883 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 52887, + 52883 + ] + }, + { + "title": "Methods", + "children": [ + 52871, + 52845, + 52859, + 52849 + ] + }, + { + "title": "Properties", + "children": [ + 52831, + 52830, + 52832, + 52833, + 52834, + 52835, + 52836, + 52837, + 52838, + 52839, + 52840, + 52842, + 52844, + 52841, + 52843 + ] + } + ], + "sources": [ + { + "fileName": "src/components/textarea.ts", + "line": 29, + "character": 13 + }, + { + "fileName": "src/components/textarea.ts", + "line": 42, + "character": 12 + } + ], + "signatures": [ + { + "id": 52824, + "name": "IgrTextarea", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53002, + "name": "IgrTile", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The tile component is used within the " + }, + { + "kind": "code", + "text": "`igc-tile-manager`" + }, + { + "kind": "text", + "text": " as a container\nfor displaying various types of information." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Default slot for the tile's content." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "title - Renders the title of the tile header." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "maximize-action - Renders the maximize action element of the tile header." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "fullscreen-action - Renders the fullscreen action element of the tile header." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "actions - Renders items after the default actions in the tile header." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "side-adorner - Renders the side resize handle of the tile." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "corner-adorner - Renders the corner resize handle of the tile." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "bottom-adorner - Renders the bottom resize handle of the tile." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The wrapper for the entire tile content, header and content." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "header - The container for the tile header, including title and actions." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "title - The title container of the tile." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "actions - The actions container of the tile header." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "content-container - The container wrapping the tile’s main content." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "trigger-side - The part for the side adorner of the encapsulated resize element in the tile." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "trigger - The part for the corner adorner of the encapsulated resize element in the tile." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "trigger-bottom - The part for the bottom adorner of the encapsulated resize element in the tile." + } + ] + } + ] + }, + "children": [ + { + "id": 53048, + "name": "onTileDragCancel", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Fired when a tile drag operation is canceled by the user." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53049, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53050, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53051, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 53002, + "name": "IgcTileComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53044, + "name": "onTileDragEnd", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Fired when a drag operation with a tile is successfully completed." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53045, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53046, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53047, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 53002, + "name": "IgcTileComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53040, + "name": "onTileDragStart", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Fired when a drag operation on a tile is about to begin. Cancelable." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53041, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53042, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53043, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 53002, + "name": "IgcTileComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53032, + "name": "onTileFullscreen", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Fired when tile the fullscreen state changes." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53033, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53034, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53035, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54311, + "name": "IgcTileChangeStateEventArgs", + "package": "igniteui-webcomponents" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53036, + "name": "onTileMaximize", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Fired when tile the maximize state changes." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53037, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53038, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53039, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54311, + "name": "IgcTileChangeStateEventArgs", + "package": "igniteui-webcomponents" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53060, + "name": "onTileResizeCancel", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Fired when a resize operation on a tile is canceled by the user." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53061, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53062, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53063, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 53002, + "name": "IgcTileComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53056, + "name": "onTileResizeEnd", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Fired when a resize operation on a tile is successfully completed." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53057, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53058, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53059, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 53002, + "name": "IgcTileComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53052, + "name": "onTileResizeStart", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Fired when a resize operation on a tile is about to begin. Cancelable." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53053, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53054, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53055, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 53002, + "name": "IgcTileComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53018, + "name": "colSpan", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of columns the tile will span." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53020, + "name": "colStart", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The starting column for the tile." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53025, + "name": "disableFullscreen", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether to disable the rendering of the tile " + }, + { + "kind": "code", + "text": "`fullscreen-action`" + }, + { + "kind": "text", + "text": " slot and its\ndefault fullscreen action button." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53026, + "name": "disableMaximize", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether to disable the rendering of the tile " + }, + { + "kind": "code", + "text": "`maximize-action`" + }, + { + "kind": "text", + "text": " slot and its\ndefault maximize action button." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53024, + "name": "disableResize", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Indicates whether to disable tile resize behavior regardless\not its tile manager parent settings." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53023, + "name": "maximized", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Indicates whether the tile occupies all available space within the layout." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 53027, + "name": "position", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets the tile's visual position in the layout.\nCorresponds to the CSS `order` property." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53019, + "name": "rowSpan", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of rows the tile will span." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53021, + "name": "rowStart", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The starting row for the tile." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53022, + "name": "fullscreen", + "variant": "declaration", + "kind": 262144, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Indicates whether the tile occupies the whole screen." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Accessors" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53018, + 53020, + 53025, + 53026, + 53024, + 53023, + 53027, + 53019, + 53021 + ] + }, + { + "title": "Accessors", + "children": [ + 53022 + ] + }, + { + "title": "Set Signatures", + "children": [ + 53048, + 53044, + 53040, + 53032, + 53036, + 53060, + 53056, + 53052 + ] + } + ], + "categories": [ + { + "title": "Accessors", + "children": [ + 53022 + ] + }, + { + "title": "Events", + "children": [ + 53048, + 53044, + 53040, + 53032, + 53036, + 53060, + 53056, + 53052 + ] + }, + { + "title": "Properties", + "children": [ + 53018, + 53020, + 53025, + 53026, + 53024, + 53023, + 53027, + 53019, + 53021 + ] + } + ], + "sources": [ + { + "fileName": "src/components/tile.ts", + "line": 35, + "character": 13 + }, + { + "fileName": "src/components/tile.ts", + "line": 68, + "character": 12 + } + ], + "signatures": [ + { + "id": 53006, + "name": "IgrTile", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 53065, + "name": "IgrTileManager", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The tile manager component enables the dynamic arrangement, resizing, and interaction of tiles." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Default slot for the tile manager. Only " + }, + { + "kind": "code", + "text": "`igc-tile`" + }, + { + "kind": "text", + "text": " elements will be projected inside the CSS grid container." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The tile manager CSS Grid container." + } + ] + }, + { + "tag": "@cssproperty", + "content": [ + { + "kind": "text", + "text": "--column-count - The number of columns for the tile manager. The " + }, + { + "kind": "code", + "text": "`column-count`" + }, + { + "kind": "text", + "text": " attribute sets this variable." + } + ] + }, + { + "tag": "@cssproperty", + "content": [ + { + "kind": "text", + "text": "--min-col-width - The minimum size of the columns in the tile-manager. The " + }, + { + "kind": "code", + "text": "`min-column-width`" + }, + { + "kind": "text", + "text": " attribute sets this variable." + } + ] + }, + { + "tag": "@cssproperty", + "content": [ + { + "kind": "text", + "text": "--min-row-height - The minimum size of the rows in the tile-manager. The " + }, + { + "kind": "code", + "text": "`min-row-height`" + }, + { + "kind": "text", + "text": " attribute sets this variable." + } + ] + }, + { + "tag": "@cssproperty", + "content": [ + { + "kind": "text", + "text": "--grid-gap - The gap size of the underlying CSS grid container. The " + }, + { + "kind": "code", + "text": "`gap`" + }, + { + "kind": "text", + "text": " attributes sts this variable." + } + ] + } + ] + }, + "children": [ + { + "id": 53114, + "name": "onTileDragCancel", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53115, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53116, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53117, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 53002, + "name": "IgcTileComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53110, + "name": "onTileDragEnd", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53111, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53112, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53113, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 53002, + "name": "IgcTileComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53106, + "name": "onTileDragStart", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53107, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53108, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53109, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 53002, + "name": "IgcTileComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53098, + "name": "onTileFullscreen", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53099, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53100, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53101, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54311, + "name": "IgcTileChangeStateEventArgs", + "package": "igniteui-webcomponents" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53102, + "name": "onTileMaximize", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53103, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53104, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53105, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54311, + "name": "IgcTileChangeStateEventArgs", + "package": "igniteui-webcomponents" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53126, + "name": "onTileResizeCancel", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53127, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53128, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53129, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 53002, + "name": "IgcTileComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53122, + "name": "onTileResizeEnd", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53123, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53124, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53125, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 53002, + "name": "IgcTileComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53118, + "name": "onTileResizeStart", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53119, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 53120, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 53121, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 53002, + "name": "IgcTileComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 53083, + "name": "columnCount", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the number of columns for the tile manager.\nSetting value <= than zero will trigger a responsive layout." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 53082, + "name": "dragMode", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether drag and drop operations are enabled." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54470, + "name": "TileManagerDragMode", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53086, + "name": "gap", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the gap size between tiles in the tile manager." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53084, + "name": "minColumnWidth", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the minimum width for a column unit in the tile manager." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53085, + "name": "minRowHeight", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets the minimum height for a row unit in the tile manager." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53081, + "name": "resizeMode", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether resize operations are enabled." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54471, + "name": "TileManagerResizeMode", + "package": "igniteui-webcomponents" + } + }, + { + "id": 53087, + "name": "tiles", + "variant": "declaration", + "kind": 262144, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the tiles sorted by their position in the layout." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Accessors" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 53002, + "name": "IgcTileComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + }, + { + "id": 53092, + "name": "loadLayout", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Restores a previously serialized state produced by `saveLayout`." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53093, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tile-manager/tile-manager.d.ts", + "line": 100, + "character": 4 + } + ], + "signatures": [ + { + "id": 53094, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Restores a previously serialized state produced by " + }, + { + "kind": "code", + "text": "`saveLayout`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tile-manager/tile-manager.d.ts", + "line": 100, + "character": 4 + } + ], + "parameters": [ + { + "id": 53095, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 53096, + "name": "loadLayout", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Restores a previously serialized state produced by " + }, + { + "kind": "code", + "text": "`saveLayout`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + "parameters": [ + { + "id": 53097, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 53088, + "name": "saveLayout", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns the properties of the current tile collections as a JSON payload." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 53089, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tile-manager/tile-manager.d.ts", + "line": 96, + "character": 4 + } + ], + "signatures": [ + { + "id": 53090, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns the properties of the current tile collections as a JSON payload." + } + ], + "blockTags": [ + { + "tag": "@remarks", + "content": [ + { + "kind": "text", + "text": "The content of the tiles is not serialized or saved. Only tile properties\nare serialized." + } + ] + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tile-manager/tile-manager.d.ts", + "line": 96, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ] + } + }, + "signatures": [ + { + "id": 53091, + "name": "saveLayout", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns the properties of the current tile collections as a JSON payload." + } + ], + "blockTags": [ + { + "tag": "@remarks", + "content": [ + { + "kind": "text", + "text": "The content of the tiles is not serialized or saved. Only tile properties\nare serialized." + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 53083, + 53082, + 53086, + 53084, + 53085, + 53081 + ] + }, + { + "title": "Accessors", + "children": [ + 53087 + ] + }, + { + "title": "Methods", + "children": [ + 53092, + 53088 + ] + }, + { + "title": "Set Signatures", + "children": [ + 53114, + 53110, + 53106, + 53098, + 53102, + 53126, + 53122, + 53118 + ] + } + ], + "categories": [ + { + "title": "Accessors", + "children": [ + 53087 + ] + }, + { + "title": "Events", + "children": [ + 53114, + 53110, + 53106, + 53098, + 53102, + 53126, + 53122, + 53118 + ] + }, + { + "title": "Methods", + "children": [ + 53092, + 53088 + ] + }, + { + "title": "Properties", + "children": [ + 53083, + 53082, + 53086, + 53084, + 53085, + 53081 + ] + } + ], + "sources": [ + { + "fileName": "src/components/tile-manager.ts", + "line": 16, + "character": 13 + }, + { + "fileName": "src/components/tile-manager.ts", + "line": 49, + "character": 12 + } + ], + "signatures": [ + { + "id": 53069, + "name": "IgrTileManager", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52715, + "name": "IgrToast", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A toast component is used to show a notification" + } + ], + "blockTags": [ + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The base wrapper of the toast." + } + ] + } + ] + }, + "sources": [ + { + "fileName": "src/components/toast.ts", + "line": 10, + "character": 13 + }, + { + "fileName": "src/components/toast.ts", + "line": 17, + "character": 12 + } + ], + "signatures": [ + { + "id": 52719, + "name": "IgrToast", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52619, + "name": "IgrToggleButton", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The " + }, + { + "kind": "code", + "text": "`igc-toggle-button`" + }, + { + "kind": "text", + "text": " wraps a native button element and exposes additional " + }, + { + "kind": "code", + "text": "`value`" + }, + { + "kind": "text", + "text": " and " + }, + { + "kind": "code", + "text": "`selected`" + }, + { + "kind": "text", + "text": " properties.\nIt is used in the context of an " + }, + { + "kind": "code", + "text": "`igc-button-group`" + }, + { + "kind": "text", + "text": " to facilitate the creation of group/toolbar like UX behaviors." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "Renders - the label/content of the button." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "toggle - The native button element." + } + ] + } + ] + }, + "children": [ + { + "id": 52629, + "name": "disabled", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the button is disabled." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52628, + "name": "selected", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the button is selected." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52627, + "name": "value", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The value attribute of the control." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52636, + "name": "blur", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Removes focus from the button." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52637, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/button-group/toggle-button.d.ts", + "line": 37, + "character": 4 + } + ], + "signatures": [ + { + "id": 52638, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Removes focus from the button." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/button-group/toggle-button.d.ts", + "line": 37, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52639, + "name": "blur", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Removes focus from the button." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 52640, + "name": "click", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Simulates a mouse click on the element." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52641, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/button-group/toggle-button.d.ts", + "line": 39, + "character": 4 + } + ], + "signatures": [ + { + "id": 52642, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Simulates a mouse click on the element." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/button-group/toggle-button.d.ts", + "line": 39, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52643, + "name": "click", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Simulates a mouse click on the element." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 52630, + "name": "focus", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets focus on the button." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52631, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/button-group/toggle-button.d.ts", + "line": 35, + "character": 4 + } + ], + "signatures": [ + { + "id": 52632, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets focus on the button." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/button-group/toggle-button.d.ts", + "line": 35, + "character": 4 + } + ], + "parameters": [ + { + "id": 52633, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": -1, + "name": "FocusOptions", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 52634, + "name": "focus", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sets focus on the button." + } + ] + }, + "parameters": [ + { + "id": 52635, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reference", + "target": -1, + "name": "FocusOptions", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52629, + 52628, + 52627 + ] + }, + { + "title": "Methods", + "children": [ + 52636, + 52640, + 52630 + ] + } + ], + "categories": [ + { + "title": "Methods", + "children": [ + 52636, + 52640, + 52630 + ] + }, + { + "title": "Properties", + "children": [ + 52629, + 52628, + 52627 + ] + } + ], + "sources": [ + { + "fileName": "src/components/toggle-button.ts", + "line": 12, + "character": 13 + }, + { + "fileName": "src/components/toggle-button.ts", + "line": 19, + "character": 12 + } + ], + "signatures": [ + { + "id": 52623, + "name": "IgrToggleButton", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 52724, + "name": "IgrTooltip", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Provides a way to display supplementary information related to an element when a user interacts with it (e.g., hover, focus).\nIt offers features such as placement customization, delays, sticky mode, and animations." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Default slot of the tooltip component." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "close-button - Slot for custom sticky-mode close action (e.g., an icon/button)." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "base - The wrapping container of the tooltip content." + } + ] + } + ] + }, + "children": [ + { + "id": 52774, + "name": "onClosed", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted after the tooltip has been fully removed from view." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52775, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52776, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52777, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52770, + "name": "onClosing", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted before the tooltip begins to close. Can be canceled to prevent closing." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52771, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52772, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52773, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52766, + "name": "onOpened", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted after the tooltip has successfully opened and is visible." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52767, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52768, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52769, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52762, + "name": "onOpening", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted before the tooltip begins to open. Can be canceled to prevent opening." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52763, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 52764, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 52765, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 52741, + "name": "anchor", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "An element instance or an IDREF to use as the anchor for the tooltip." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "target": -1, + "name": "Element", + "package": "@types/react" + } + ] + } + }, + { + "id": 52737, + "name": "disableArrow", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether to disable the rendering of the arrow indicator for the tooltip." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52745, + "name": "hideDelay", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Specifies the number of milliseconds that should pass before hiding the tooltip." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52743, + "name": "hideTriggers", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Which event triggers will hide the tooltip.\nExpects a comma separate string of different event triggers." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52746, + "name": "message", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Specifies a plain text as tooltip content." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52739, + "name": "offset", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The offset of the tooltip from the anchor in pixels." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52736, + "name": "open", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether the tooltip is showing." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52740, + "name": "placement", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Where to place the floating element relative to the parent anchor element." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54420, + "name": "PopoverPlacement", + "package": "igniteui-webcomponents" + } + }, + { + "id": 52744, + "name": "showDelay", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Specifies the number of milliseconds that should pass before showing the tooltip." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 52742, + "name": "showTriggers", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Which event triggers will show the tooltip.\nExpects a comma separate string of different event triggers." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 52747, + "name": "sticky", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Specifies if the tooltip remains visible until the user closes it via the close button or Esc key." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52738, + "name": "withArrow", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether to render an arrow indicator for the tooltip." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 52754, + "name": "hide", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Hides the tooltip if not already hidden." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52755, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tooltip/tooltip.d.ts", + "line": 152, + "character": 4 + } + ], + "signatures": [ + { + "id": 52756, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Hides the tooltip if not already hidden." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tooltip/tooltip.d.ts", + "line": 152, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 52757, + "name": "hide", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Hides the tooltip if not already hidden." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 52748, + "name": "show", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Shows the tooltip if not already showing.\nIf a target is provided, sets it as a transient anchor." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52749, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tooltip/tooltip.d.ts", + "line": 150, + "character": 4 + } + ], + "signatures": [ + { + "id": 52750, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Shows the tooltip if not already showing.\n If a target is provided, sets it as a transient anchor." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tooltip/tooltip.d.ts", + "line": 150, + "character": 4 + } + ], + "parameters": [ + { + "id": 52751, + "name": "target", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "target": -1, + "name": "Element", + "package": "@types/react" + } + ] + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 52752, + "name": "show", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Shows the tooltip if not already showing.\n If a target is provided, sets it as a transient anchor." + } + ] + }, + "parameters": [ + { + "id": 52753, + "name": "target", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "target": -1, + "name": "Element", + "package": "@types/react" + } + ] + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 52758, + "name": "toggle", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles the tooltip between shown/hidden state" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 52759, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tooltip/tooltip.d.ts", + "line": 154, + "character": 4 + } + ], + "signatures": [ + { + "id": 52760, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles the tooltip between shown/hidden state" + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tooltip/tooltip.d.ts", + "line": 154, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + }, + "signatures": [ + { + "id": 52761, + "name": "toggle", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles the tooltip between shown/hidden state" + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "boolean" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 52741, + 52737, + 52745, + 52743, + 52746, + 52739, + 52736, + 52740, + 52744, + 52742, + 52747, + 52738 + ] + }, + { + "title": "Methods", + "children": [ + 52754, + 52748, + 52758 + ] + }, + { + "title": "Set Signatures", + "children": [ + 52774, + 52770, + 52766, + 52762 + ] + } + ], + "categories": [ + { + "title": "Events", + "children": [ + 52774, + 52770, + 52766, + 52762 + ] + }, + { + "title": "Methods", + "children": [ + 52754, + 52748, + 52758 + ] + }, + { + "title": "Properties", + "children": [ + 52741, + 52737, + 52745, + 52743, + 52746, + 52739, + 52736, + 52740, + 52744, + 52742, + 52747, + 52738 + ] + } + ], + "sources": [ + { + "fileName": "src/components/tooltip.ts", + "line": 18, + "character": 13 + }, + { + "fileName": "src/components/tooltip.ts", + "line": 39, + "character": 12 + } + ], + "signatures": [ + { + "id": 52728, + "name": "IgrTooltip", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 54113, + "name": "IgrTree", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The tree allows users to represent hierarchical data in a tree-view structure,\nmaintaining parent-child relationships, as well as to define static tree-view structure without a corresponding data model." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders the tree items inside default slot." + } + ] + } + ] + }, + "children": [ + { + "id": 54187, + "name": "onActiveItem", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when the tree's" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54188, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 54189, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 54190, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54051, + "name": "IgcTreeItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 54171, + "name": "onItemCollapsed", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when tree item is collapsed." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54172, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 54173, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 54174, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54051, + "name": "IgcTreeItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 54175, + "name": "onItemCollapsing", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when tree item is about to collapse." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54176, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 54177, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 54178, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54051, + "name": "IgcTreeItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 54179, + "name": "onItemExpanded", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when tree item is expanded." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54180, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 54181, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 54182, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54051, + "name": "IgcTreeItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 54183, + "name": "onItemExpanding", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when tree item is about to expand." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54184, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 54185, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 54186, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54051, + "name": "IgcTreeItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 54167, + "name": "onSelection", + "variant": "declaration", + "kind": 1048576, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Emitted when item selection is changing, before the selection completes." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Events" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54168, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 54169, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 54170, + "name": "args", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54328, + "name": "IgcTreeSelectionEventArgs", + "package": "igniteui-webcomponents" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + }, + { + "id": 54131, + "name": "selection", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The selection state of the tree." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54448, + "name": "TreeSelection", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54129, + "name": "singleBranchExpand", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether a single or multiple of a parent's child items can be expanded." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54130, + "name": "toggleNodeOnClick", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Whether clicking over nodes will change their expanded state or not." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54136, + "name": "items", + "variant": "declaration", + "kind": 262144, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns all of the tree's items." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Accessors" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54051, + "name": "IgcTreeItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + }, + { + "id": 54161, + "name": "collapse", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Collapses all of the passed items.\nIf no items are passed, collapses ALL items." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54162, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree.d.ts", + "line": 70, + "character": 4 + } + ], + "signatures": [ + { + "id": 54163, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Collapses all of the passed items.\nIf no items are passed, collapses ALL items." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree.d.ts", + "line": 70, + "character": 4 + } + ], + "parameters": [ + { + "id": 54164, + "name": "items", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54051, + "name": "IgcTreeItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 54165, + "name": "collapse", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Collapses all of the passed items.\nIf no items are passed, collapses ALL items." + } + ] + }, + "parameters": [ + { + "id": 54166, + "name": "items", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54051, + "name": "IgcTreeItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 54132, + "name": "connectedCallback", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54133, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree.d.ts", + "line": 51, + "character": 4 + } + ], + "signatures": [ + { + "id": 54134, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invoked when the component is added to the document's DOM.\n\nIn " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " you should setup tasks that should only occur when\nthe element is connected to the document. The most common of these is\nadding event listeners to nodes external to the element, like a keydown\nevent handler added to the window.\n\n" + }, + { + "kind": "code", + "text": "```ts\nconnectedCallback() {\n super.connectedCallback();\n addEventListener('keydown', this._handleKeydown);\n}\n```" + }, + { + "kind": "text", + "text": "\n\nTypically, anything done in " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " should be undone when the\nelement is disconnected, in " + }, + { + "kind": "code", + "text": "`disconnectedCallback()`" + }, + { + "kind": "text", + "text": "." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "lifecycle" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree.d.ts", + "line": 51, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 54135, + "name": "connectedCallback", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invoked when the component is added to the document's DOM.\n\nIn " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " you should setup tasks that should only occur when\nthe element is connected to the document. The most common of these is\nadding event listeners to nodes external to the element, like a keydown\nevent handler added to the window.\n\n" + }, + { + "kind": "code", + "text": "```ts\nconnectedCallback() {\n super.connectedCallback();\n addEventListener('keydown', this._handleKeydown);\n}\n```" + }, + { + "kind": "text", + "text": "\n\nTypically, anything done in " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " should be undone when the\nelement is disconnected, in " + }, + { + "kind": "code", + "text": "`disconnectedCallback()`" + }, + { + "kind": "text", + "text": "." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "lifecycle" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 54149, + "name": "deselect", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Deselect all items if the items collection is empty. Otherwise, deselect the items in the items collection." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54150, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree.d.ts", + "line": 60, + "character": 4 + } + ], + "signatures": [ + { + "id": 54151, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Deselect all items if the items collection is empty. Otherwise, deselect the items in the items collection." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree.d.ts", + "line": 60, + "character": 4 + } + ], + "parameters": [ + { + "id": 54152, + "name": "items", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54051, + "name": "IgcTreeItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 54153, + "name": "deselect", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Deselect all items if the items collection is empty. Otherwise, deselect the items in the items collection." + } + ] + }, + "parameters": [ + { + "id": 54154, + "name": "items", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54051, + "name": "IgcTreeItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 54155, + "name": "expand", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Expands all of the passed items.\nIf no items are passed, expands ALL items." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54156, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree.d.ts", + "line": 65, + "character": 4 + } + ], + "signatures": [ + { + "id": 54157, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Expands all of the passed items.\nIf no items are passed, expands ALL items." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree.d.ts", + "line": 65, + "character": 4 + } + ], + "parameters": [ + { + "id": 54158, + "name": "items", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54051, + "name": "IgcTreeItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 54159, + "name": "expand", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Expands all of the passed items.\nIf no items are passed, expands ALL items." + } + ] + }, + "parameters": [ + { + "id": 54160, + "name": "items", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54051, + "name": "IgcTreeItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 54137, + "name": "expandToItem", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "Object" + }, + "signatures": [ + { + "id": 54141, + "name": "expandToItem", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [], + "modifierTags": [ + "@private" + ] + }, + "parameters": [ + { + "id": 54142, + "name": "item", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": 54051, + "name": "IgcTreeItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 54143, + "name": "select", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Select all items if the items collection is empty. Otherwise, select the items in the items collection." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54144, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree.d.ts", + "line": 58, + "character": 4 + } + ], + "signatures": [ + { + "id": 54145, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Select all items if the items collection is empty. Otherwise, select the items in the items collection." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree.d.ts", + "line": 58, + "character": 4 + } + ], + "parameters": [ + { + "id": 54146, + "name": "items", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54051, + "name": "IgcTreeItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 54147, + "name": "select", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Select all items if the items collection is empty. Otherwise, select the items in the items collection." + } + ] + }, + "parameters": [ + { + "id": 54148, + "name": "items", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54051, + "name": "IgcTreeItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54131, + 54129, + 54130 + ] + }, + { + "title": "Accessors", + "children": [ + 54136 + ] + }, + { + "title": "Methods", + "children": [ + 54161, + 54132, + 54149, + 54155, + 54137, + 54143 + ] + }, + { + "title": "Set Signatures", + "children": [ + 54187, + 54171, + 54175, + 54179, + 54183, + 54167 + ] + } + ], + "categories": [ + { + "title": "Accessors", + "children": [ + 54136 + ] + }, + { + "title": "Events", + "children": [ + 54187, + 54171, + 54175, + 54179, + 54183, + 54167 + ] + }, + { + "title": "Methods", + "children": [ + 54161, + 54132, + 54149, + 54155, + 54137, + 54143 + ] + }, + { + "title": "Properties", + "children": [ + 54131, + 54129, + 54130 + ] + }, + { + "title": "lifecycle", + "children": [ + 54132 + ] + } + ], + "sources": [ + { + "fileName": "src/components/tree.ts", + "line": 18, + "character": 13 + }, + { + "fileName": "src/components/tree.ts", + "line": 45, + "character": 12 + } + ], + "signatures": [ + { + "id": 54117, + "name": "IgrTree", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 54051, + "name": "IgrTreeItem", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The tree-item component represents a child item of the tree component or another tree item." + } + ], + "blockTags": [ + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "- Renders nested tree-item component." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "label - Renders the tree item container." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "indicator - Renders the expand indicator container." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "loading - Renders the tree item loading indicator container." + } + ] + }, + { + "tag": "@slot", + "content": [ + { + "kind": "text", + "text": "indentation - Renders the container (by default the space) before the tree item." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "wrapper - The wrapper for the tree item." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "selected - Indicates selected state. Applies to " + }, + { + "kind": "code", + "text": "`wrapper`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "focused - Indicates focused state. Applies to " + }, + { + "kind": "code", + "text": "`wrapper`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "active - Indicates an active state. Applies to " + }, + { + "kind": "code", + "text": "`wrapper`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "indicator - The expand indicator of the tree item." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "label - The tree item content." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "text - The tree item displayed text." + } + ] + }, + { + "tag": "@csspart", + "content": [ + { + "kind": "text", + "text": "select - The checkbox of the tree item when selection is enabled." + } + ] + } + ] + }, + "children": [ + { + "id": 54068, + "name": "active", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Marks the item as the tree's active item." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54069, + "name": "disabled", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Get/Set whether the tree item is disabled. Disabled items are ignored for user interactions." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54067, + "name": "expanded", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The tree item expansion state." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54066, + "name": "label", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The tree item label." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54064, + "name": "level", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The depth of the item, relative to the root." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 54071, + "name": "loading", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "To be used for load-on-demand scenarios in order to specify whether the item is loading data." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54060, + "name": "parent", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The parent item of the current tree item (if any)" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54051, + "name": "IgcTreeItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + }, + { + "id": 54070, + "name": "selected", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The tree item selection state." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54059, + "name": "tree", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A reference to the tree the item is a part of." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "reference", + "target": 54113, + "name": "IgcTreeComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + }, + { + "id": 54072, + "name": "value", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The value entry that the tree item is visualizing. Required for searching through items." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Properties" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "any" + } + }, + { + "id": 54081, + "name": "path", + "variant": "declaration", + "kind": 262144, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The full path to the tree item, starting from the top-most ancestor." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Accessors" + } + ] + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54051, + "name": "IgcTreeItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + }, + { + "id": 54108, + "name": "collapse", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Collapses the tree item." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54109, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree-item.d.ts", + "line": 131, + "character": 4 + } + ], + "signatures": [ + { + "id": 54110, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Collapses the tree item." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree-item.d.ts", + "line": 131, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 54111, + "name": "collapse", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Collapses the tree item." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 54096, + "name": "collapseWithEvent", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "Object" + }, + "signatures": [ + { + "id": 54099, + "name": "collapseWithEvent", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Collapses the tree item." + } + ], + "modifierTags": [ + "@private" + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 54073, + "name": "connectedCallback", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54074, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree-item.d.ts", + "line": 90, + "character": 4 + } + ], + "signatures": [ + { + "id": 54075, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invoked when the component is added to the document's DOM.\n\nIn " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " you should setup tasks that should only occur when\nthe element is connected to the document. The most common of these is\nadding event listeners to nodes external to the element, like a keydown\nevent handler added to the window.\n\n" + }, + { + "kind": "code", + "text": "```ts\nconnectedCallback() {\n super.connectedCallback();\n addEventListener('keydown', this._handleKeydown);\n}\n```" + }, + { + "kind": "text", + "text": "\n\nTypically, anything done in " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " should be undone when the\nelement is disconnected, in " + }, + { + "kind": "code", + "text": "`disconnectedCallback()`" + }, + { + "kind": "text", + "text": "." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "lifecycle" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree-item.d.ts", + "line": 90, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 54076, + "name": "connectedCallback", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invoked when the component is added to the document's DOM.\n\nIn " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " you should setup tasks that should only occur when\nthe element is connected to the document. The most common of these is\nadding event listeners to nodes external to the element, like a keydown\nevent handler added to the window.\n\n" + }, + { + "kind": "code", + "text": "```ts\nconnectedCallback() {\n super.connectedCallback();\n addEventListener('keydown', this._handleKeydown);\n}\n```" + }, + { + "kind": "text", + "text": "\n\nTypically, anything done in " + }, + { + "kind": "code", + "text": "`connectedCallback()`" + }, + { + "kind": "text", + "text": " should be undone when the\nelement is disconnected, in " + }, + { + "kind": "code", + "text": "`disconnectedCallback()`" + }, + { + "kind": "text", + "text": "." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "lifecycle" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 54077, + "name": "disconnectedCallback", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54078, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree-item.d.ts", + "line": 91, + "character": 4 + } + ], + "signatures": [ + { + "id": 54079, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invoked when the component is removed from the document's DOM.\n\nThis callback is the main signal to the element that it may no longer be\nused. " + }, + { + "kind": "code", + "text": "`disconnectedCallback()`" + }, + { + "kind": "text", + "text": " should ensure that nothing is holding a\nreference to the element (such as event listeners added to nodes external\nto the element), so that it is free to be garbage collected.\n\n" + }, + { + "kind": "code", + "text": "```ts\ndisconnectedCallback() {\n super.disconnectedCallback();\n window.removeEventListener('keydown', this._handleKeydown);\n}\n```" + }, + { + "kind": "text", + "text": "\n\nAn element may be re-connected after being disconnected." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "lifecycle" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree-item.d.ts", + "line": 91, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 54080, + "name": "disconnectedCallback", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invoked when the component is removed from the document's DOM.\n\nThis callback is the main signal to the element that it may no longer be\nused. " + }, + { + "kind": "code", + "text": "`disconnectedCallback()`" + }, + { + "kind": "text", + "text": " should ensure that nothing is holding a\nreference to the element (such as event listeners added to nodes external\nto the element), so that it is free to be garbage collected.\n\n" + }, + { + "kind": "code", + "text": "```ts\ndisconnectedCallback() {\n super.disconnectedCallback();\n window.removeEventListener('keydown', this._handleKeydown);\n}\n```" + }, + { + "kind": "text", + "text": "\n\nAn element may be re-connected after being disconnected." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "lifecycle" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 54104, + "name": "expand", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Expands the tree item." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54105, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree-item.d.ts", + "line": 129, + "character": 4 + } + ], + "signatures": [ + { + "id": 54106, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Expands the tree item." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree-item.d.ts", + "line": 129, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 54107, + "name": "expand", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Expands the tree item." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 54092, + "name": "expandWithEvent", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text" + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "intrinsic", + "name": "Object" + }, + "signatures": [ + { + "id": 54095, + "name": "expandWithEvent", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Expands the tree item." + } + ], + "modifierTags": [ + "@private" + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 54082, + "name": "getChildren", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns a collection of child items.\nIf the parameter value is true returns all tree item's direct children,\notherwise - only the direct children." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54083, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree-item.d.ts", + "line": 113, + "character": 4 + } + ], + "signatures": [ + { + "id": 54084, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns a collection of child items.\nIf the parameter value is true returns all tree item's direct children,\notherwise - only the direct children." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree-item.d.ts", + "line": 113, + "character": 4 + } + ], + "parameters": [ + { + "id": 54085, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54086, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54087, + "name": "flatten", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree-item.d.ts", + "line": 114, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54087 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree-item.d.ts", + "line": 113, + "character": 26 + } + ] + } + } + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54051, + "name": "IgcTreeItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + } + ] + } + }, + "signatures": [ + { + "id": 54088, + "name": "getChildren", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns a collection of child items.\nIf the parameter value is true returns all tree item's direct children,\notherwise - only the direct children." + } + ] + }, + "parameters": [ + { + "id": 54089, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true, + "isOptional": true + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54090, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54091, + "name": "flatten", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree-item.d.ts", + "line": 114, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54091 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree-item.d.ts", + "line": 113, + "character": 26 + } + ] + } + } + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54051, + "name": "IgcTreeItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + } + ] + }, + { + "id": 54100, + "name": "toggle", + "variant": "declaration", + "kind": 2048, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles tree item expansion state." + } + ], + "blockTags": [ + { + "tag": "@category", + "content": [ + { + "kind": "text", + "text": "Methods" + } + ] + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 54101, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree-item.d.ts", + "line": 127, + "character": 4 + } + ], + "signatures": [ + { + "id": 54102, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles tree item expansion state." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree-item.d.ts", + "line": 127, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + "signatures": [ + { + "id": 54103, + "name": "toggle", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Toggles tree item expansion state." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54068, + 54069, + 54067, + 54066, + 54064, + 54071, + 54060, + 54070, + 54059, + 54072 + ] + }, + { + "title": "Accessors", + "children": [ + 54081 + ] + }, + { + "title": "Methods", + "children": [ + 54108, + 54096, + 54073, + 54077, + 54104, + 54092, + 54082, + 54100 + ] + } + ], + "categories": [ + { + "title": "Accessors", + "children": [ + 54081 + ] + }, + { + "title": "Methods", + "children": [ + 54108, + 54096, + 54073, + 54077, + 54104, + 54092, + 54082, + 54100 + ] + }, + { + "title": "Properties", + "children": [ + 54068, + 54069, + 54067, + 54066, + 54064, + 54071, + 54060, + 54070, + 54059, + 54072 + ] + }, + { + "title": "lifecycle", + "children": [ + 54073, + 54077 + ] + } + ], + "sources": [ + { + "fileName": "src/components/tree-item.ts", + "line": 22, + "character": 13 + }, + { + "fileName": "src/components/tree-item.ts", + "line": 29, + "character": 12 + } + ], + "signatures": [ + { + "id": 54055, + "name": "IgrTreeItem", + "variant": "signature", + "kind": 4096, + "flags": { + "isStatic": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/@types/react/index.d.ts", + "qualifiedName": "React.ReactNode" + }, + "name": "ReactNode", + "package": "@types/react", + "qualifiedName": "React.ReactNode" + } + } + ] + }, + { + "id": 54505, + "name": "ChatAttachmentRenderContext", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The context object for renderers that deal with a specific attachment within a message.\nIt extends the message context with the attachment data." + } + ] + }, + "children": [ + { + "id": 54506, + "name": "attachment", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The specific attachment being rendered." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 281, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54342, + "name": "IgcChatMessageAttachment", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54508, + "name": "instance", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isInherited": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The instance of the IgcChatComponent." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 247, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 52892, + "name": "IgcChatComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + }, + "inheritedFrom": { + "type": "reference", + "target": 54504, + "name": "ChatMessageRenderContext.instance" + } + }, + { + "id": 54507, + "name": "message", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isInherited": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The specific chat message being rendered." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 271, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54335, + "name": "IgcChatMessage", + "package": "igniteui-webcomponents" + }, + "inheritedFrom": { + "type": "reference", + "target": 54503, + "name": "ChatMessageRenderContext.message" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54506, + 54508, + 54507 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 277, + "character": 17 + } + ], + "extendedTypes": [ + { + "type": "reference", + "target": 54502, + "name": "ChatMessageRenderContext", + "package": "igniteui-webcomponents" + } + ] + }, + { + "id": 54498, + "name": "ChatInputRenderContext", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The context object for renderers that deal with the chat input area.\nIt extends the base context with input-specific properties." + } + ] + }, + "children": [ + { + "id": 54499, + "name": "attachments", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The list of attachments currently in the input area." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 257, + "character": 4 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54342, + "name": "IgcChatMessageAttachment", + "package": "igniteui-webcomponents" + } + } + }, + { + "id": 54501, + "name": "instance", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isInherited": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The instance of the IgcChatComponent." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 247, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 52892, + "name": "IgcChatComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + }, + "inheritedFrom": { + "type": "reference", + "target": 54497, + "name": "ChatRenderContext.instance" + } + }, + { + "id": 54500, + "name": "value", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The current value of the input field." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 261, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54499, + 54501, + 54500 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 253, + "character": 17 + } + ], + "extendedTypes": [ + { + "type": "reference", + "target": 54496, + "name": "ChatRenderContext", + "package": "igniteui-webcomponents" + } + ] + }, + { + "id": 54502, + "name": "ChatMessageRenderContext", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The context object for renderers that deal with a specific chat message.\nIt extends the base context with the message data." + } + ] + }, + "children": [ + { + "id": 54504, + "name": "instance", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isInherited": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The instance of the IgcChatComponent." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 247, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 52892, + "name": "IgcChatComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + }, + "inheritedFrom": { + "type": "reference", + "target": 54497, + "name": "ChatRenderContext.instance" + } + }, + { + "id": 54503, + "name": "message", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The specific chat message being rendered." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 271, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54335, + "name": "IgcChatMessage", + "package": "igniteui-webcomponents" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54504, + 54503 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 267, + "character": 17 + } + ], + "extendedTypes": [ + { + "type": "reference", + "target": 54496, + "name": "ChatRenderContext", + "package": "igniteui-webcomponents" + } + ], + "extendedBy": [ + { + "type": "reference", + "target": 54505, + "name": "ChatAttachmentRenderContext" + } + ] + }, + { + "id": 54496, + "name": "ChatRenderContext", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The base context object passed to custom renderer functions, containing the chat component instance." + } + ] + }, + "children": [ + { + "id": 54497, + "name": "instance", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The instance of the IgcChatComponent." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 247, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 52892, + "name": "IgcChatComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54497 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 243, + "character": 17 + } + ], + "extendedBy": [ + { + "type": "reference", + "target": 54498, + "name": "ChatInputRenderContext" + }, + { + "type": "reference", + "target": 54502, + "name": "ChatMessageRenderContext" + } + ] + }, + { + "id": 54472, + "name": "ChatRenderers", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A collection of optional rendering functions that allow for custom UI rendering.\nEach property is a function that takes a context object and returns a template result." + } + ] + }, + "children": [ + { + "id": 54473, + "name": "attachment", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom renderer for a single chat message attachment." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 165, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54490, + "typeArguments": [ + { + "type": "reference", + "target": 54505, + "name": "ChatAttachmentRenderContext", + "package": "igniteui-webcomponents" + } + ], + "name": "ChatTemplateRenderer", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54474, + "name": "attachmentContent", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom renderer for the content of an attachment." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 169, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54490, + "typeArguments": [ + { + "type": "reference", + "target": 54505, + "name": "ChatAttachmentRenderContext", + "package": "igniteui-webcomponents" + } + ], + "name": "ChatTemplateRenderer", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54475, + "name": "attachmentHeader", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom renderer for the header of an attachment." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 173, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54490, + "typeArguments": [ + { + "type": "reference", + "target": 54505, + "name": "ChatAttachmentRenderContext", + "package": "igniteui-webcomponents" + } + ], + "name": "ChatTemplateRenderer", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54476, + "name": "fileUploadButton", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom renderer for the file upload button in the input area." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 177, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54490, + "typeArguments": [ + { + "type": "reference", + "target": 54496, + "name": "ChatRenderContext", + "package": "igniteui-webcomponents" + } + ], + "name": "ChatTemplateRenderer", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54477, + "name": "input", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom renderer for the main chat input field." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 181, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54490, + "typeArguments": [ + { + "type": "reference", + "target": 54498, + "name": "ChatInputRenderContext", + "package": "igniteui-webcomponents" + } + ], + "name": "ChatTemplateRenderer", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54478, + "name": "inputActions", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom renderer for the actions container within the input area." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 185, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54490, + "typeArguments": [ + { + "type": "reference", + "target": 54496, + "name": "ChatRenderContext", + "package": "igniteui-webcomponents" + } + ], + "name": "ChatTemplateRenderer", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54479, + "name": "inputActionsEnd", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom renderer for the actions at the end of the input area." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 189, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54490, + "typeArguments": [ + { + "type": "reference", + "target": 54496, + "name": "ChatRenderContext", + "package": "igniteui-webcomponents" + } + ], + "name": "ChatTemplateRenderer", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54480, + "name": "inputActionsStart", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom renderer for the actions at the start of the input area." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 193, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54490, + "typeArguments": [ + { + "type": "reference", + "target": 54496, + "name": "ChatRenderContext", + "package": "igniteui-webcomponents" + } + ], + "name": "ChatTemplateRenderer", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54481, + "name": "inputAttachments", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom renderer for the attachment previews within the input field." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 197, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54490, + "typeArguments": [ + { + "type": "reference", + "target": 54498, + "name": "ChatInputRenderContext", + "package": "igniteui-webcomponents" + } + ], + "name": "ChatTemplateRenderer", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54482, + "name": "message", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom renderer for an entire chat message bubble." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 201, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54490, + "typeArguments": [ + { + "type": "reference", + "target": 54502, + "name": "ChatMessageRenderContext", + "package": "igniteui-webcomponents" + } + ], + "name": "ChatTemplateRenderer", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54483, + "name": "messageActions", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom renderer for message-specific actions (e.g., reply or delete buttons)." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 205, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54490, + "typeArguments": [ + { + "type": "reference", + "target": 54502, + "name": "ChatMessageRenderContext", + "package": "igniteui-webcomponents" + } + ], + "name": "ChatTemplateRenderer", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54484, + "name": "messageAttachments", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom renderer for the attachments associated with a message." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 209, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54490, + "typeArguments": [ + { + "type": "reference", + "target": 54502, + "name": "ChatMessageRenderContext", + "package": "igniteui-webcomponents" + } + ], + "name": "ChatTemplateRenderer", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54485, + "name": "messageContent", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom renderer for the main text and content of a message." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 213, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54490, + "typeArguments": [ + { + "type": "reference", + "target": 54502, + "name": "ChatMessageRenderContext", + "package": "igniteui-webcomponents" + } + ], + "name": "ChatTemplateRenderer", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54486, + "name": "messageHeader", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom renderer for the header of a message, including sender and timestamp." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 217, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54490, + "typeArguments": [ + { + "type": "reference", + "target": 54502, + "name": "ChatMessageRenderContext", + "package": "igniteui-webcomponents" + } + ], + "name": "ChatTemplateRenderer", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54488, + "name": "sendButton", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom renderer for the message send button." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 225, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54490, + "typeArguments": [ + { + "type": "reference", + "target": 54496, + "name": "ChatRenderContext", + "package": "igniteui-webcomponents" + } + ], + "name": "ChatTemplateRenderer", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54489, + "name": "suggestionPrefix", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom renderer for the prefix text shown before suggestions." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 229, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54490, + "typeArguments": [ + { + "type": "reference", + "target": 54496, + "name": "ChatRenderContext", + "package": "igniteui-webcomponents" + } + ], + "name": "ChatTemplateRenderer", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54487, + "name": "typingIndicator", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom renderer for the \"is typing\" indicator." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 221, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54490, + "typeArguments": [ + { + "type": "reference", + "target": 54496, + "name": "ChatRenderContext", + "package": "igniteui-webcomponents" + } + ], + "name": "ChatTemplateRenderer", + "package": "igniteui-webcomponents" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54473, + 54474, + 54475, + 54476, + 54477, + 54478, + 54479, + 54480, + 54481, + 54482, + 54483, + 54484, + 54485, + 54486, + 54488, + 54489, + 54487 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 161, + "character": 17 + } + ] + }, + { + "id": 54426, + "name": "ComboTemplateProps", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54427, + "name": "item", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "line": 44, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54428, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "ComboTemplateProps.T", + "refersToTypeParameter": true + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54427 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "line": 43, + "character": 17 + } + ], + "typeParameters": [ + { + "id": 54428, + "name": "T", + "variant": "typeParam", + "kind": 131072, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "object" + } + } + ] + }, + { + "id": 54414, + "name": "CustomDateRange", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54416, + "name": "dateRange", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-range-picker/date-range-picker.d.ts", + "line": 12, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54417, + "name": "DateRangeValue", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54415, + "name": "label", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-range-picker/date-range-picker.d.ts", + "line": 11, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54416, + 54415 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-range-picker/date-range-picker.d.ts", + "line": 10, + "character": 17 + } + ] + }, + { + "id": 54407, + "name": "DatePartDeltas", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54408, + "name": "date", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-util.d.ts", + "line": 33, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 54411, + "name": "hours", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-util.d.ts", + "line": 36, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 54412, + "name": "minutes", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-util.d.ts", + "line": 37, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 54409, + "name": "month", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-util.d.ts", + "line": 34, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 54413, + "name": "seconds", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-util.d.ts", + "line": 38, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 54410, + "name": "year", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-util.d.ts", + "line": 35, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54408, + 54411, + 54412, + 54409, + 54413, + 54410 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-time-input/date-util.d.ts", + "line": 32, + "character": 17 + } + ] + }, + { + "id": 54388, + "name": "DateRangeDescriptor", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54390, + "name": "dateRange", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/calendar/types.d.ts", + "line": 11, + "character": 4 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + } + }, + { + "id": 54389, + "name": "type", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/calendar/types.d.ts", + "line": 10, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54392, + "name": "DateRangeType", + "package": "igniteui-webcomponents" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54390, + 54389 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/calendar/types.d.ts", + "line": 9, + "character": 17 + } + ] + }, + { + "id": 54417, + "name": "DateRangeValue", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54419, + "name": "end", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-range-picker/date-range-picker.d.ts", + "line": 8, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 54418, + "name": "start", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-range-picker/date-range-picker.d.ts", + "line": 7, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54419, + 54418 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/date-range-picker/date-range-picker.d.ts", + "line": 6, + "character": 17 + } + ] + }, + { + "id": 54429, + "name": "FilteringOptions", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54431, + "name": "caseSensitive", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "line": 19, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54430, + "name": "filterKey", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "line": 18, + "character": 4 + } + ], + "type": { + "type": "typeOperator", + "operator": "keyof", + "target": { + "type": "reference", + "target": 54433, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "FilteringOptions.T", + "refersToTypeParameter": true + } + } + }, + { + "id": 54432, + "name": "matchDiacritics", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "line": 20, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54431, + 54430, + 54432 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "line": 17, + "character": 17 + } + ], + "typeParameters": [ + { + "id": 54433, + "name": "T", + "variant": "typeParam", + "kind": 131072, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "object" + } + } + ] + }, + { + "id": 54435, + "name": "IconMeta", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54437, + "name": "collection", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/icon/registry/types.d.ts", + "line": 33, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54438, + "name": "external", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/icon/registry/types.d.ts", + "line": 34, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54436, + "name": "name", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/icon/registry/types.d.ts", + "line": 32, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54437, + 54438, + 54436 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/icon/registry/types.d.ts", + "line": 31, + "character": 17 + } + ] + }, + { + "id": 54544, + "name": "IgrActivePaneEventArgsDetail", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54545, + "name": "newPane", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the new active pane." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 33, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54618, + "name": "IgcContentPane", + "package": "igniteui-dockmanager" + } + }, + { + "id": 54546, + "name": "oldPane", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the old active pane." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 37, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54618, + "name": "IgcContentPane", + "package": "igniteui-dockmanager" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54545, + 54546 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 29, + "character": 17 + } + ] + }, + { + "id": 54326, + "name": "IgrActiveStepChangedEventArgsDetail", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54327, + "name": "index", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/stepper/stepper.common.d.ts", + "line": 6, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54327 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/stepper/stepper.common.d.ts", + "line": 5, + "character": 17 + } + ] + }, + { + "id": 54323, + "name": "IgrActiveStepChangingEventArgsDetail", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54325, + "name": "newIndex", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/stepper/stepper.common.d.ts", + "line": 3, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 54324, + "name": "oldIndex", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/stepper/stepper.common.d.ts", + "line": 2, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54325, + 54324 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/stepper/stepper.common.d.ts", + "line": 1, + "character": 17 + } + ] + }, + { + "id": 54286, + "name": "IgrCalendarResourceStrings", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54293, + "name": "endDate", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/calendar.resources.d.ts", + "line": 8, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54295, + "name": "nextMonth", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/calendar.resources.d.ts", + "line": 10, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54297, + "name": "nextYear", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/calendar.resources.d.ts", + "line": 12, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54299, + "name": "nextYears", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/calendar.resources.d.ts", + "line": 14, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54294, + "name": "previousMonth", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/calendar.resources.d.ts", + "line": 9, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54296, + "name": "previousYear", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/calendar.resources.d.ts", + "line": 11, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54298, + "name": "previousYears", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/calendar.resources.d.ts", + "line": 13, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54289, + "name": "selectDate", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/calendar.resources.d.ts", + "line": 4, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54291, + "name": "selectedDate", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/calendar.resources.d.ts", + "line": 6, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54287, + "name": "selectMonth", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/calendar.resources.d.ts", + "line": 2, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54290, + "name": "selectRange", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/calendar.resources.d.ts", + "line": 5, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54288, + "name": "selectYear", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/calendar.resources.d.ts", + "line": 3, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54292, + "name": "startDate", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/calendar.resources.d.ts", + "line": 7, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54300, + "name": "weekLabel", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/calendar.resources.d.ts", + "line": 15, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54293, + 54295, + 54297, + 54299, + 54294, + 54296, + 54298, + 54289, + 54291, + 54287, + 54290, + 54288, + 54292, + 54300 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/calendar.resources.d.ts", + "line": 1, + "character": 17 + } + ] + }, + { + "id": 54335, + "name": "IgrChatMessage", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Represents a single chat message in the conversation." + } + ] + }, + "children": [ + { + "id": 54340, + "name": "attachments", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Optional list of attachments associated with the message,\nsuch as images, files, or links." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 26, + "character": 4 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54342, + "name": "IgcChatMessageAttachment", + "package": "igniteui-webcomponents" + } + } + }, + { + "id": 54336, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A unique identifier for the message." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 9, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54341, + "name": "reactions", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Optional list of reactions associated with the message." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 30, + "character": 4 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 54338, + "name": "sender", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The identifier or name of the sender of the message." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 17, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54337, + "name": "text", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The textual content of the message." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 13, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54339, + "name": "timestamp", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The timestamp indicating when the message was sent." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 21, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54340, + 54336, + 54341, + 54338, + 54337, + 54339 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 5, + "character": 17 + } + ] + }, + { + "id": 54342, + "name": "IgrChatMessageAttachment", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Represents an attachment associated with a chat message." + } + ] + }, + "children": [ + { + "id": 54346, + "name": "file", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The actual File object, if the attachment was provided locally (e.g. via upload)." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 52, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": -1, + "name": "File", + "package": "typescript" + } + }, + { + "id": 54343, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A unique identifier for the attachment." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 39, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54344, + "name": "name", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The display name of the attachment (e.g. file name)." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 43, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54348, + "name": "thumbnail", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Optional URL to a thumbnail preview of the attachment (e.g. for images or videos)." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 60, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54347, + "name": "type", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The MIME type or a custom type identifier for the attachment (e.g. \"image/png\", \"pdf\", \"audio\")." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 56, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54345, + "name": "url", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The URL from which the attachment can be downloaded or viewed.\nTypically used for attachments stored on a server or CDN." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 48, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54346, + 54343, + 54344, + 54348, + 54347, + 54345 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 35, + "character": 17 + } + ] + }, + { + "id": 54363, + "name": "IgrChatMessageReaction", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Represents a user's reaction to a specific chat message." + } + ] + }, + "children": [ + { + "id": 54364, + "name": "message", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The chat message that the reaction is associated with." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 151, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 54335, + "name": "IgcChatMessage", + "package": "igniteui-webcomponents" + } + }, + { + "id": 54365, + "name": "reaction", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The string representation of the reaction, such as an emoji or a string;" + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 155, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54364, + 54365 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 147, + "character": 17 + } + ] + }, + { + "id": 54302, + "name": "IgrChatResourceStrings", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54308, + "name": "attachmentLabel", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/chat.resources.d.ts", + "line": 7, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54309, + "name": "attachmentsListLabel", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/chat.resources.d.ts", + "line": 8, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54310, + "name": "messageCopied", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/chat.resources.d.ts", + "line": 9, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54304, + "name": "reactionCopy", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/chat.resources.d.ts", + "line": 3, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54306, + "name": "reactionDislike", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/chat.resources.d.ts", + "line": 5, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54305, + "name": "reactionLike", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/chat.resources.d.ts", + "line": 4, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54307, + "name": "reactionRegenerate", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/chat.resources.d.ts", + "line": 6, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54303, + "name": "suggestionsHeader", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/chat.resources.d.ts", + "line": 2, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54308, + 54309, + 54310, + 54304, + 54306, + 54305, + 54307, + 54303 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/common/i18n/chat.resources.d.ts", + "line": 1, + "character": 17 + } + ] + }, + { + "id": 54314, + "name": "IgrCheckboxChangeEventArgsDetail", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54315, + "name": "checked", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/checkbox/checkbox-base.d.ts", + "line": 5, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54316, + "name": "value", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/checkbox/checkbox-base.d.ts", + "line": 6, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54315, + 54316 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/checkbox/checkbox-base.d.ts", + "line": 4, + "character": 17 + } + ] + }, + { + "id": 54330, + "name": "IgrComboChangeEventArgsDetail", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54332, + "name": "items", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "line": 30, + "character": 4 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54334, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "IgcComboChangeEventArgs.T", + "refersToTypeParameter": true + } + } + }, + { + "id": 54331, + "name": "newValue", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "line": 29, + "character": 4 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "qualifiedName": "ComboValue" + }, + "typeArguments": [ + { + "type": "reference", + "target": 54334, + "name": "T", + "package": "igniteui-webcomponents", + "qualifiedName": "IgcComboChangeEventArgs.T", + "refersToTypeParameter": true + } + ], + "name": "ComboValue", + "package": "igniteui-webcomponents" + } + } + }, + { + "id": 54333, + "name": "type", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "line": 31, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "qualifiedName": "ComboChangeType" + }, + "name": "ComboChangeType", + "package": "igniteui-webcomponents" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54332, + 54331, + 54333 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "line": 28, + "character": 17 + } + ], + "typeParameters": [ + { + "id": 54334, + "name": "T", + "variant": "typeParam", + "kind": 131072, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "object" + }, + "default": { + "type": "intrinsic", + "name": "any" + } + } + ] + }, + { + "id": 54618, + "name": "IgrContentPane", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54632, + "name": "acceptsInnerDock", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the end user can inner dock another pane in this one. Defaults to true." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 250, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54628, + "name": "allowClose", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the end user is allowed to close the pane. Defaults to true." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 234, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54631, + "name": "allowDocking", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the end user is allowed to dock the pane. Defaults to true." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 246, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54633, + "name": "allowFloating", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the end user is allowed to make the pane floating. Defaults to true." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 254, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54629, + "name": "allowMaximize", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the end user is allowed to maximize the pane." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 238, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54630, + "name": "allowPinning", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the end user is allowed to pin/unpin the pane. Defaults to true." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 242, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54621, + "name": "contentId", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The slot attribute's value of the content element." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 206, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54639, + "name": "disabled", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether a pane is disabled. Defaults to false." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 282, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54640, + "name": "documentOnly", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Marks that a content pane can be docked only inside a document host." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 286, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54626, + "name": "floatingHeaderId", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The slot attribute's value of the floating header element. If not set, the " + }, + { + "kind": "code", + "text": "`headerId`" + }, + { + "kind": "text", + "text": " property value is used." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 226, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54622, + "name": "header", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The text header of the content pane. Even if header slot templates are used, the text header is used for aria label." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 210, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54623, + "name": "headerId", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The slot attribute's value of the content pane header element. If not set, the " + }, + { + "kind": "code", + "text": "`header`" + }, + { + "kind": "text", + "text": " property value is used." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 214, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54638, + "name": "hidden", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether a pane is hidden in the UI. Defaults to false." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 278, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54619, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The id of the pane. If not set the Dock Manager generates it automatically." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 198, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54636, + "name": "isMaximized", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether a content pane is maximized or not. Defaults to false." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 266, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54635, + "name": "isPinned", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether a content pane is pinned or not. Defaults to true." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 262, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54627, + "name": "size", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The size of the pane relative to its sibling panes' sizes. Defaults to 100." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 230, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 54624, + "name": "tabHeaderId", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The slot attribute's value of the tab header element. If not set, the " + }, + { + "kind": "code", + "text": "`header`" + }, + { + "kind": "text", + "text": " property value is used." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 218, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54620, + "name": "type", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The type of the pane." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 202, + "character": 2 + } + ], + "type": { + "type": "reference", + "target": 54527, + "name": "contentPane", + "package": "igniteui-dockmanager", + "qualifiedName": "IgcDockManagerPaneType.contentPane" + } + }, + { + "id": 54625, + "name": "unpinnedHeaderId", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The slot attribute's value of the unpinned header element. If not set, the " + }, + { + "kind": "code", + "text": "`header`" + }, + { + "kind": "text", + "text": " property value is used." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 222, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54637, + "name": "unpinnedLocation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The desired unpinned location of the content pane.\n\nIf not set the Dock Manager automatically calculates it based on the location of the pane relatively to the document host.\nIf more than one document host is presented, the closest one in the pane hierarchy will be used for the calculation.\nIf there is no document host, the default location is left." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 274, + "character": 2 + } + ], + "type": { + "type": "reference", + "target": 54533, + "name": "IgcUnpinnedLocation", + "package": "igniteui-dockmanager" + } + }, + { + "id": 54634, + "name": "unpinnedSize", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The absolute size of the pane in an unpinned state. Defaults to 200." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 258, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54632, + 54628, + 54631, + 54633, + 54629, + 54630, + 54621, + 54639, + 54640, + 54626, + 54622, + 54623, + 54638, + 54619, + 54636, + 54635, + 54627, + 54624, + 54620, + 54625, + 54637, + 54634 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 194, + "character": 17 + } + ] + }, + { + "id": 54563, + "name": "IgrDockingIndicator", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54566, + "name": "direction", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets a value indicating the direction of the docking indicator." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 68, + "character": 11 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54565, + "name": "isRoot", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets a value indicating whether the docking indicator is a root one." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 64, + "character": 11 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54564, + "name": "position", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the position of the docking indicator." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 60, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54547, + "name": "IgcDockingIndicatorPosition", + "package": "igniteui-dockmanager" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54566, + 54565, + 54564 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 56, + "character": 17 + } + ] + }, + { + "id": 54668, + "name": "IgrDockManagerLayout", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Describes a Dock Manager layout." + } + ] + }, + "children": [ + { + "id": 54670, + "name": "floatingPanes", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The floating panes of the layout." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 401, + "character": 2 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54641, + "name": "IgcSplitPane", + "package": "igniteui-dockmanager" + } + } + }, + { + "id": 54669, + "name": "rootPane", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The root split pane of the layout." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 397, + "character": 2 + } + ], + "type": { + "type": "reference", + "target": 54641, + "name": "IgcSplitPane", + "package": "igniteui-dockmanager" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54670, + 54669 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 393, + "character": 17 + } + ] + }, + { + "id": 54541, + "name": "IgrDockManagerPoint", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54542, + "name": "x", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 26, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 54543, + "name": "y", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 27, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54542, + 54543 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 25, + "character": 17 + } + ] + }, + { + "id": 56605, + "name": "IgrDockManagerResourceStrings", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Describes dock manager resource strings." + } + ] + }, + "children": [ + { + "id": 56606, + "name": "close", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 621, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 56614, + "name": "documents", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 629, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 56609, + "name": "maximize", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 624, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 56610, + "name": "minimize", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 625, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 56611, + "name": "moreOptions", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 626, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 56612, + "name": "moreTabs", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 627, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 56613, + "name": "panes", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 628, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 56607, + "name": "pin", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 622, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 56608, + "name": "unpin", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 623, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 56606, + 56614, + 56609, + 56610, + 56611, + 56612, + 56613, + 56607, + 56608 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 620, + "character": 17 + } + ] + }, + { + "id": 54601, + "name": "IgrDockPaneAction", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54603, + "name": "dockingIndicator", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 157, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54563, + "name": "IgcDockingIndicator", + "package": "igniteui-dockmanager" + } + }, + { + "id": 54604, + "name": "targetPane", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 158, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54667, + "name": "IgcDockManagerPane", + "package": "igniteui-dockmanager" + } + }, + { + "id": 54602, + "name": "type", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 156, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54590, + "name": "dockPane", + "package": "igniteui-dockmanager", + "qualifiedName": "IgcPaneDragActionType.dockPane" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54603, + 54604, + 54602 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 155, + "character": 17 + } + ] + }, + { + "id": 54662, + "name": "IgrDocumentHost", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54663, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The id of the pane. If not set the Dock Manager generates it automatically." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 375, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54665, + "name": "rootPane", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The root split pane of the document host." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 383, + "character": 2 + } + ], + "type": { + "type": "reference", + "target": 54641, + "name": "IgcSplitPane", + "package": "igniteui-dockmanager" + } + }, + { + "id": 54666, + "name": "size", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The size of the pane relative to its sibling panes' sizes. Defaults to 100." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 387, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 54664, + "name": "type", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The type of the pane." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 379, + "character": 2 + } + ], + "type": { + "type": "reference", + "target": 54529, + "name": "documentHost", + "package": "igniteui-dockmanager", + "qualifiedName": "IgcDockManagerPaneType.documentHost" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54663, + 54665, + 54666, + 54664 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 371, + "character": 17 + } + ] + }, + { + "id": 56629, + "name": "IgrFloatingPaneResizeEventArgsDetail", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 56631, + "name": "resizerLocation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the edge/corner that is being dragged." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 667, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 56615, + "name": "IgcResizerLocation", + "package": "igniteui-dockmanager" + } + }, + { + "id": 56630, + "name": "sourcePane", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the source pane that triggers the resize operation." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 663, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54641, + "name": "IgcSplitPane", + "package": "igniteui-dockmanager" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 56631, + 56630 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 659, + "character": 17 + } + ], + "extendedBy": [ + { + "type": "reference", + "target": 56632, + "name": "IgrFloatingPaneResizeMoveEventArgsDetail" + } + ] + }, + { + "id": 56632, + "name": "IgrFloatingPaneResizeMoveEventArgsDetail", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 56636, + "name": "newHeight", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the pane's height after the resizing operation." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 685, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 56638, + "name": "newLocation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the pane's floating location after the resizing operation." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 693, + "character": 2 + } + ], + "type": { + "type": "reference", + "target": 54541, + "name": "IgcDockManagerPoint", + "package": "igniteui-dockmanager" + } + }, + { + "id": 56634, + "name": "newWidth", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the pane's width after the resizing operation." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 677, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 56635, + "name": "oldHeight", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the pane's height before the resizing operation." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 681, + "character": 11 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 56637, + "name": "oldLocation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the pane's floating location before the resizing operation." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 689, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54541, + "name": "IgcDockManagerPoint", + "package": "igniteui-dockmanager" + } + }, + { + "id": 56633, + "name": "oldWidth", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the pane's width before the resizing operation." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 673, + "character": 11 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 56640, + "name": "resizerLocation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true, + "isInherited": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the edge/corner that is being dragged." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 667, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 56615, + "name": "IgcResizerLocation", + "package": "igniteui-dockmanager" + }, + "inheritedFrom": { + "type": "reference", + "target": 56631, + "name": "IgcFloatingPaneResizeEventArgs.resizerLocation" + } + }, + { + "id": 56639, + "name": "sourcePane", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true, + "isInherited": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the source pane that triggers the resize operation." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 663, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54641, + "name": "IgcSplitPane", + "package": "igniteui-dockmanager" + }, + "inheritedFrom": { + "type": "reference", + "target": 56630, + "name": "IgcFloatingPaneResizeEventArgs.sourcePane" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 56636, + 56638, + 56634, + 56635, + 56637, + 56633, + 56640, + 56639 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 669, + "character": 17 + } + ], + "extendedTypes": [ + { + "type": "reference", + "target": 56629, + "name": "IgcFloatingPaneResizeEventArgs", + "package": "igniteui-dockmanager" + } + ] + }, + { + "id": 54592, + "name": "IgrFloatPaneAction", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54596, + "name": "height", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 148, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 54594, + "name": "location", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 146, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54541, + "name": "IgcDockManagerPoint", + "package": "igniteui-dockmanager" + } + }, + { + "id": 54593, + "name": "type", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 145, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54588, + "name": "floatPane", + "package": "igniteui-dockmanager", + "qualifiedName": "IgcPaneDragActionType.floatPane" + } + }, + { + "id": 54595, + "name": "width", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 147, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54596, + 54594, + 54593, + 54595 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 144, + "character": 17 + } + ] + }, + { + "id": 54597, + "name": "IgrMoveFloatingPaneAction", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54600, + "name": "newLocation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 153, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54541, + "name": "IgcDockManagerPoint", + "package": "igniteui-dockmanager" + } + }, + { + "id": 54599, + "name": "oldLocation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 152, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54541, + "name": "IgcDockManagerPoint", + "package": "igniteui-dockmanager" + } + }, + { + "id": 54598, + "name": "type", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 151, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54589, + "name": "moveFloatingPane", + "package": "igniteui-dockmanager", + "qualifiedName": "IgcPaneDragActionType.moveFloatingPane" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54600, + 54599, + 54598 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 150, + "character": 17 + } + ] + }, + { + "id": 54605, + "name": "IgrMoveTabAction", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54608, + "name": "newIndex", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 163, + "character": 11 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 54607, + "name": "oldIndex", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 162, + "character": 11 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 54606, + "name": "type", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 161, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54591, + "name": "moveTab", + "package": "igniteui-dockmanager", + "qualifiedName": "IgcPaneDragActionType.moveTab" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54608, + 54607, + 54606 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 160, + "character": 17 + } + ] + }, + { + "id": 54573, + "name": "IgrPaneCloseEventArgsDetail", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54575, + "name": "panes", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets the panes that are about to close." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 98, + "character": 2 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54618, + "name": "IgcContentPane", + "package": "igniteui-dockmanager" + } + } + }, + { + "id": 54574, + "name": "sourcePane", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Get the source pane that triggers the close." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 94, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54667, + "name": "IgcDockManagerPane", + "package": "igniteui-dockmanager" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54575, + 54574 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 90, + "character": 17 + } + ] + }, + { + "id": 54615, + "name": "IgrPaneDragEndEventArgsDetail", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54617, + "name": "panes", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the panes that end dragging." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 192, + "character": 11 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54618, + "name": "IgcContentPane", + "package": "igniteui-dockmanager" + } + } + }, + { + "id": 54616, + "name": "sourcePane", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the source pane that ends dragging." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 188, + "character": 11 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "target": 54618, + "name": "IgcContentPane", + "package": "igniteui-dockmanager" + }, + { + "type": "reference", + "target": 54641, + "name": "IgcSplitPane", + "package": "igniteui-dockmanager" + }, + { + "type": "reference", + "target": 54654, + "name": "IgcTabGroupPane", + "package": "igniteui-dockmanager" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54617, + 54616 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 184, + "character": 17 + } + ] + }, + { + "id": 54610, + "name": "IgrPaneDragOverEventArgsDetail", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54613, + "name": "action", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets information about the action being performed." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 178, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54609, + "name": "IgcPaneDragAction", + "package": "igniteui-dockmanager" + } + }, + { + "id": 54614, + "name": "isValid", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets whether the action is valid." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 182, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54612, + "name": "panes", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the panes that are dragged over." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 174, + "character": 11 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54618, + "name": "IgcContentPane", + "package": "igniteui-dockmanager" + } + } + }, + { + "id": 54611, + "name": "sourcePane", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the source pane that triggers the drag over." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 170, + "character": 11 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "target": 54618, + "name": "IgcContentPane", + "package": "igniteui-dockmanager" + }, + { + "type": "reference", + "target": 54641, + "name": "IgcSplitPane", + "package": "igniteui-dockmanager" + }, + { + "type": "reference", + "target": 54654, + "name": "IgcTabGroupPane", + "package": "igniteui-dockmanager" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54613, + 54614, + 54612, + 54611 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 166, + "character": 17 + } + ] + }, + { + "id": 54584, + "name": "IgrPaneDragStartEventArgsDetail", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54586, + "name": "panes", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the panes that are about to get dragged." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 136, + "character": 11 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54618, + "name": "IgcContentPane", + "package": "igniteui-dockmanager" + } + } + }, + { + "id": 54585, + "name": "sourcePane", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the source pane that triggers the drag start." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 132, + "character": 11 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "target": 54618, + "name": "IgcContentPane", + "package": "igniteui-dockmanager" + }, + { + "type": "reference", + "target": 54641, + "name": "IgcSplitPane", + "package": "igniteui-dockmanager" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54586, + 54585 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 128, + "character": 17 + } + ] + }, + { + "id": 54567, + "name": "IgrPaneHeaderConnectionEventArgsDetail", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54569, + "name": "element", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The header element that is being connected/disconnected." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 78, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54671, + "name": "IgcPaneHeaderElement", + "package": "igniteui-dockmanager" + } + }, + { + "id": 54568, + "name": "pane", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The pane whose header is being connected/disconnected." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 74, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54618, + "name": "IgcContentPane", + "package": "igniteui-dockmanager" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54569, + 54568 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 70, + "character": 17 + } + ] + }, + { + "id": 54671, + "name": "IgrPaneHeaderElement", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Describes a pane header element." + } + ] + }, + "children": [ + { + "id": 54672, + "name": "dragService", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets the drag service." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 606, + "character": 2 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-dockmanager/dist/types/components/drag-drop/drag.service.d.ts", + "qualifiedName": "IgcDragService" + }, + "name": "IgcDragService", + "package": "igniteui-dockmanager" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54672 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 602, + "character": 17 + } + ], + "extendedTypes": [ + { + "type": "reference", + "target": -1, + "name": "HTMLElement", + "package": "@types/react" + } + ] + }, + { + "id": 54579, + "name": "IgrPanePinnedEventArgsDetail", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54583, + "name": "location", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the unpinned location." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 126, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54533, + "name": "IgcUnpinnedLocation", + "package": "igniteui-dockmanager" + } + }, + { + "id": 54582, + "name": "newValue", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the new pinned value." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 122, + "character": 11 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54581, + "name": "panes", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets the panes that are about to get pinned/unpinned." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 118, + "character": 2 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54618, + "name": "IgcContentPane", + "package": "igniteui-dockmanager" + } + } + }, + { + "id": 54580, + "name": "sourcePane", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the source pane that triggers the pinned state change." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 114, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54618, + "name": "IgcContentPane", + "package": "igniteui-dockmanager" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54583, + 54582, + 54581, + 54580 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 110, + "character": 17 + } + ] + }, + { + "id": 54576, + "name": "IgrPaneScrollEventArgsDetail", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54578, + "name": "contentElement", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the content element that is scrolled." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 108, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": -1, + "name": "HTMLElement", + "package": "@types/react" + } + }, + { + "id": 54577, + "name": "pane", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the content pane that is scrolled." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 104, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54618, + "name": "IgcContentPane", + "package": "igniteui-dockmanager" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54578, + 54577 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 100, + "character": 17 + } + ] + }, + { + "id": 54317, + "name": "IgrRadioChangeEventArgsDetail", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54318, + "name": "checked", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/radio/radio.d.ts", + "line": 5, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54319, + "name": "value", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/radio/radio.d.ts", + "line": 6, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54318, + 54319 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/radio/radio.d.ts", + "line": 4, + "character": 17 + } + ] + }, + { + "id": 54320, + "name": "IgrRangeSliderValueEventArgsDetail", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54321, + "name": "lower", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/slider/range-slider.d.ts", + "line": 4, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 54322, + "name": "upper", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/slider/range-slider.d.ts", + "line": 5, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54321, + 54322 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/slider/range-slider.d.ts", + "line": 3, + "character": 17 + } + ] + }, + { + "id": 54641, + "name": "IgrSplitPane", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54651, + "name": "allowEmpty", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the pane should present in the UI when empty." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 328, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54649, + "name": "floatingHeight", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The absolute height of the pane. Applies only for floating panes. Defaults to 100." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 320, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 54647, + "name": "floatingLocation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The absolute location point of the pane. Applies only for floating panes." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 312, + "character": 2 + } + ], + "type": { + "type": "reference", + "target": 54541, + "name": "IgcDockManagerPoint", + "package": "igniteui-dockmanager" + } + }, + { + "id": 54650, + "name": "floatingResizable", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether floating pane resizing is allowed. Applies only for floating panes." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 324, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54648, + "name": "floatingWidth", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The absolute width of the pane. Applies only for floating panes. Defaults to 100." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 316, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 54642, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The id of the pane. If not set the Dock Manager generates it automatically." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 292, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54652, + "name": "isMaximized", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether a split pane is maximized or not. Defaults to false." + } + ], + "blockTags": [ + { + "tag": "@deprecated", + "content": [ + { + "kind": "text", + "text": "in 1.14.4. Use the " + }, + { + "kind": "code", + "text": "`isMaximized`" + }, + { + "kind": "text", + "text": " property of TabGroupPane and/or ContentPane instead.\nHaving isMaximized set to true on a split pane level has no real effect as split panes serve as containers only, meaning they have no actual content to be shown maximized." + } + ] + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 334, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54644, + "name": "orientation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The orientation of the split pane." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 300, + "character": 2 + } + ], + "type": { + "type": "reference", + "target": 54530, + "name": "IgcSplitPaneOrientation", + "package": "igniteui-dockmanager" + } + }, + { + "id": 54645, + "name": "panes", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The child panes of the split pane." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 304, + "character": 2 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54667, + "name": "IgcDockManagerPane", + "package": "igniteui-dockmanager" + } + } + }, + { + "id": 54646, + "name": "size", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The size of the pane relative to its sibling panes' sizes. Defaults to 100." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 308, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 54643, + "name": "type", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The type of the pane." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 296, + "character": 2 + } + ], + "type": { + "type": "reference", + "target": 54526, + "name": "splitPane", + "package": "igniteui-dockmanager", + "qualifiedName": "IgcDockManagerPaneType.splitPane" + } + }, + { + "id": 54653, + "name": "useFixedSize", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether child panes are sized in pixels (instead of relatively to their siblings) and can be resized beyond the viewport, allowing scrollable overflow within the container.\nDefaults to false." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 339, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54651, + 54649, + 54647, + 54650, + 54648, + 54642, + 54652, + 54644, + 54645, + 54646, + 54643, + 54653 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 288, + "character": 17 + } + ] + }, + { + "id": 56624, + "name": "IgrSplitterResizeEventArgsDetail", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 56626, + "name": "orientation", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the pane's orientation." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 649, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54530, + "name": "IgcSplitPaneOrientation", + "package": "igniteui-dockmanager" + } + }, + { + "id": 56625, + "name": "pane", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the pane being resized with the splitter." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 645, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54667, + "name": "IgcDockManagerPane", + "package": "igniteui-dockmanager" + } + }, + { + "id": 56628, + "name": "paneHeight", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the pane's height." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 657, + "character": 11 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 56627, + "name": "paneWidth", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets the pane's width." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 653, + "character": 11 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 56626, + 56625, + 56628, + 56627 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 641, + "character": 17 + } + ] + }, + { + "id": 54654, + "name": "IgrTabGroupPane", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54660, + "name": "allowEmpty", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether the pane should present in the UI when empty." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 365, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54655, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The id of the pane. If not set the Dock Manager generates it automatically." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 345, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54661, + "name": "isMaximized", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Determines whether a tab group is maximized or not. Defaults to false." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 369, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54657, + "name": "panes", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The child content panes of the tab group." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 353, + "character": 2 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54618, + "name": "IgcContentPane", + "package": "igniteui-dockmanager" + } + } + }, + { + "id": 54659, + "name": "selectedIndex", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The index of the selected tab." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 361, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 54658, + "name": "size", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The size of the pane relative to its sibling panes' sizes. Defaults to 100." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 357, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 54656, + "name": "type", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The type of the pane." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 349, + "character": 2 + } + ], + "type": { + "type": "reference", + "target": 54528, + "name": "tabGroupPane", + "package": "igniteui-dockmanager", + "qualifiedName": "IgcDockManagerPaneType.tabGroupPane" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54660, + 54655, + 54661, + 54657, + 54659, + 54658, + 54656 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 341, + "character": 17 + } + ] + }, + { + "id": 54570, + "name": "IgrTabHeaderConnectionEventArgsDetail", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54572, + "name": "element", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The tab header element that is being connected/disconnected." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 88, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 55638, + "name": "IgcTabHeaderElement", + "package": "igniteui-dockmanager" + } + }, + { + "id": 54571, + "name": "pane", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The pane whose tab header is being connected/disconnected." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 84, + "character": 11 + } + ], + "type": { + "type": "reference", + "target": 54618, + "name": "IgcContentPane", + "package": "igniteui-dockmanager" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54572, + 54571 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 80, + "character": 17 + } + ] + }, + { + "id": 55638, + "name": "IgrTabHeaderElement", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Describes a tab header element." + } + ] + }, + "children": [ + { + "id": 55639, + "name": "dragService", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Gets/sets the drag service." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 615, + "character": 2 + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/igniteui-dockmanager/dist/types/components/drag-drop/drag.service.d.ts", + "qualifiedName": "IgcDragService" + }, + "name": "IgcDragService", + "package": "igniteui-dockmanager" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 55639 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-dockmanager/dist/types/components/dockmanager/dockmanager.public-interfaces.d.ts", + "line": 611, + "character": 17 + } + ], + "extendedTypes": [ + { + "type": "reference", + "target": -1, + "name": "HTMLElement", + "package": "@types/react" + } + ] + }, + { + "id": 54311, + "name": "IgrTileChangeStateEventArgsDetail", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54313, + "name": "state", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tile-manager/tile.d.ts", + "line": 6, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 54312, + "name": "tile", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tile-manager/tile.d.ts", + "line": 5, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 53002, + "name": "IgcTileComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54313, + 54312 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tile-manager/tile.d.ts", + "line": 4, + "character": 17 + } + ] + }, + { + "id": 54328, + "name": "IgrTreeSelectionEventArgsDetail", + "variant": "declaration", + "kind": 256, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54329, + "name": "newSelection", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree.common.d.ts", + "line": 13, + "character": 4 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 54051, + "name": "IgcTreeItemComponent", + "package": "igniteui-webcomponents", + "qualifiedName": "default" + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 54329 + ] + } + ], + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/tree/tree.common.d.ts", + "line": 12, + "character": 17 + } + ] + }, + { + "id": 54439, + "name": "AbsolutePosition", + "variant": "declaration", + "kind": 2097152, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/types.d.ts", + "line": 1, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "bottom" + }, + { + "type": "literal", + "value": "middle" + }, + { + "type": "literal", + "value": "top" + } + ] + } + }, + { + "id": 54449, + "name": "AvatarShape", + "variant": "declaration", + "kind": 2097152, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/types.d.ts", + "line": 11, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "square" + }, + { + "type": "literal", + "value": "circle" + }, + { + "type": "literal", + "value": "rounded" + } + ] + } + }, + { + "id": 54450, + "name": "BadgeShape", + "variant": "declaration", + "kind": 2097152, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/types.d.ts", + "line": 12, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "rounded" + }, + { + "type": "literal", + "value": "square" + } + ] + } + }, + { + "id": 54451, + "name": "ButtonGroupSelection", + "variant": "declaration", + "kind": 2097152, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/types.d.ts", + "line": 13, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "single" + }, + { + "type": "literal", + "value": "single-required" + }, + { + "type": "literal", + "value": "multiple" + } + ] + } + }, + { + "id": 54452, + "name": "ButtonVariant", + "variant": "declaration", + "kind": 2097152, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/types.d.ts", + "line": 14, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "contained" + }, + { + "type": "literal", + "value": "flat" + }, + { + "type": "literal", + "value": "outlined" + }, + { + "type": "literal", + "value": "fab" + } + ] + } + }, + { + "id": 54385, + "name": "CalendarActiveView", + "variant": "declaration", + "kind": 2097152, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/calendar/types.d.ts", + "line": 14, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "days" + }, + { + "type": "literal", + "value": "months" + }, + { + "type": "literal", + "value": "years" + } + ] + } + }, + { + "id": 54386, + "name": "CalendarHeaderOrientation", + "variant": "declaration", + "kind": 2097152, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/calendar/types.d.ts", + "line": 15, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "horizontal" + }, + { + "type": "literal", + "value": "vertical" + } + ] + } + }, + { + "id": 54387, + "name": "CalendarSelection", + "variant": "declaration", + "kind": 2097152, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/calendar/types.d.ts", + "line": 16, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "single" + }, + { + "type": "literal", + "value": "multiple" + }, + { + "type": "literal", + "value": "range" + } + ] + } + }, + { + "id": 54453, + "name": "CarouselIndicatorsOrientation", + "variant": "declaration", + "kind": 2097152, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/types.d.ts", + "line": 15, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "end" + }, + { + "type": "literal", + "value": "start" + } + ] + } + }, + { + "id": 54495, + "name": "ChatSuggestionsPosition", + "variant": "declaration", + "kind": 2097152, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A string literal type defining the two possible positions for chat suggestions." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 239, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "below-input" + }, + { + "type": "literal", + "value": "below-messages" + } + ] + } + }, + { + "id": 54490, + "name": "ChatTemplateRenderer", + "variant": "declaration", + "kind": 2097152, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A generic type for a function that serves as a custom renderer.\nIt takes a context object of type T and returns a template result." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 235, + "character": 12 + } + ], + "typeParameters": [ + { + "id": 54494, + "name": "T", + "variant": "typeParam", + "kind": 131072, + "flags": { + "isExternal": true + } + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 54491, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 235, + "character": 38 + } + ], + "signatures": [ + { + "id": 54492, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "parameters": [ + { + "id": 54493, + "name": "ctx", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": 54494, + "name": "T", + "package": "igniteui-webcomponents", + "refersToTypeParameter": true + } + } + ], + "type": { + "type": "intrinsic", + "name": "unknown" + } + } + ] + } + } + }, + { + "id": 54421, + "name": "ComboItemTemplate", + "variant": "declaration", + "kind": 2097152, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "line": 42, + "character": 12 + } + ], + "typeParameters": [ + { + "id": 54425, + "name": "T", + "variant": "typeParam", + "kind": 131072, + "flags": { + "isExternal": true + }, + "type": { + "type": "intrinsic", + "name": "object" + } + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 54422, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "line": 42, + "character": 50 + } + ], + "signatures": [ + { + "id": 54423, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": { + "isExternal": true + }, + "parameters": [ + { + "id": 54424, + "name": "props", + "variant": "param", + "kind": 32768, + "flags": { + "isExternal": true + }, + "type": { + "type": "reference", + "target": 54426, + "typeArguments": [ + { + "type": "reference", + "target": 54425, + "name": "T", + "package": "igniteui-webcomponents", + "refersToTypeParameter": true + } + ], + "name": "ComboTemplateProps", + "package": "igniteui-webcomponents" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "node_modules/lit-html/src/lit-html.ts", + "qualifiedName": "TemplateResult" + }, + "name": "TemplateResult", + "package": "lit-html" + } + } + ] + } + } + }, + { + "id": 54440, + "name": "ContentOrientation", + "variant": "declaration", + "kind": 2097152, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/types.d.ts", + "line": 2, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "horizontal" + }, + { + "type": "literal", + "value": "vertical" + } + ] + } + }, + { + "id": 54454, + "name": "DividerType", + "variant": "declaration", + "kind": 2097152, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/types.d.ts", + "line": 16, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "solid" + }, + { + "type": "literal", + "value": "dashed" + } + ] + } + }, + { + "id": 54455, + "name": "ExpansionPanelIndicatorPosition", + "variant": "declaration", + "kind": 2097152, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/types.d.ts", + "line": 17, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "start" + }, + { + "type": "literal", + "value": "end" + }, + { + "type": "literal", + "value": "none" + } + ] + } + }, + { + "id": 54434, + "name": "GroupingDirection", + "variant": "declaration", + "kind": 2097152, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/combo/types.d.ts", + "line": 13, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "asc" + }, + { + "type": "literal", + "value": "desc" + }, + { + "type": "literal", + "value": "none" + } + ] + } + }, + { + "id": 54441, + "name": "HorizontalTransitionAnimation", + "variant": "declaration", + "kind": 2097152, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/types.d.ts", + "line": 3, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "slide" + }, + { + "type": "literal", + "value": "fade" + }, + { + "type": "literal", + "value": "none" + } + ] + } + }, + { + "id": 54456, + "name": "IconButtonVariant", + "variant": "declaration", + "kind": 2097152, + "flags": { + "isExternal": true + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/types.d.ts", + "line": 18, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "contained" + }, + { + "type": "literal", + "value": "flat" + }, + { + "type": "literal", + "value": "outlined" + } + ] + } + }, + { + "id": 54509, + "name": "IgrActivePaneEventArgs", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "sources": [ + { + "fileName": "src/dock-manager/types.ts", + "line": 43, + "character": 12 + } + ], + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54544, + "name": "IgrActivePaneEventArgsDetail", + "package": "igniteui-dockmanager", + "qualifiedName": "IgcActivePaneEventArgs" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + }, + { + "id": 54282, + "name": "IgrActiveStepChangedEventArgs", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "sources": [ + { + "fileName": "src/components/types.ts", + "line": 30, + "character": 12 + } + ], + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54326, + "name": "IgrActiveStepChangedEventArgsDetail", + "package": "igniteui-webcomponents", + "qualifiedName": "IgcActiveStepChangedEventArgs" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + }, + { + "id": 54281, + "name": "IgrActiveStepChangingEventArgs", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "sources": [ + { + "fileName": "src/components/types.ts", + "line": 28, + "character": 12 + } + ], + "type": { + "type": "reference", + "target": 192085, + "typeArguments": [ + { + "type": "reference", + "target": 54323, + "name": "IgrActiveStepChangingEventArgsDetail", + "package": "igniteui-webcomponents", + "qualifiedName": "IgcActiveStepChangingEventArgs" + } + ], + "name": "CustomEvent", + "package": "typescript" + } + }, + { + "id": 54349, + "name": "IgrChatOptions", + "variant": "declaration", + "kind": 2097152, + "flags": { + "isExternal": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Configuration options for customizing the behavior and appearance of the chat component." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 65, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 54350, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": { + "isExternal": true + }, + "children": [ + { + "id": 54355, + "name": "acceptedFiles", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The accepted files that could be attached.\nDefines the file types as a list of comma-separated values (e.g. \"image/*,.pdf\") that the file input should accept." + } + ] + }, + "sources": [ + { + "fileName": "node_modules/igniteui-webcomponents/components/chat/types.d.ts", + "line": 87, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 54361, + "name": "adoptRootStyles", + "variant": "declaration", + "kind": 1024, + "flags": { + "isExternal": true, + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A boolean flag that, when " + }, + { + "kind": "code", + "text": "`true`" + }, + { + "kind": "text", + "text": ", enables a **quick and dirty workaround** for styling\ncomponents rendered within the Shadow DOM, from custom message renderers, by allowing them\nto inherit styles from the document's root. This can be useful for developers who prefer not to handle\nShadow DOM encapsulation, but it is **not the recommended approach**.\n\nIt is highly advised to use standard Web Component styling methods first, in this order:\n\n1. **CSS Variables and Parts API**: Use the exposed " + }, + { + "kind": "code", + "text": "`::part`" + }, + { + "kind": "text", + "text": " API with custom CSS variables to style\nyour content in your custom renderers.\n\n2. **" + }, + { + "kind": "code", + "text": "`link`" + }, + { + "kind": "text", + "text": " elements**: For larger style sheets, link them directly within the Shadow DOM to maintain\nencapsulation.\n\n3. **Inline " + }, + { + "kind": "code", + "text": "`